.how-it-works-page{position:relative}.how-it-works-page:before{content:"";position:fixed;inset:0;background:url(/images/backgrounds/flipt/art-nouveau.png) repeat;background-size:400px;opacity:.03;pointer-events:none;z-index:-1}.story-hero{position:relative;padding:5rem 0 4rem;background:linear-gradient(135deg,var(--theme-bg-primary) 0%,var(--theme-bg-secondary) 50%,var(--theme-bg-primary) 100%);overflow:hidden}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(var(--theme-primary-rgb, 0, 169, 160),.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(var(--theme-primary-rgb, 0, 169, 160),.06) 0%,transparent 40%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(var(--theme-primary-rgb, 0, 169, 160),.12);border:1px solid rgba(var(--theme-primary-rgb, 0, 169, 160),.25);border-radius:999px;font-size:.8125rem;font-weight:600;color:var(--theme-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.hero-badge i{font-size:.875rem}.hero-title{font-family:Karla,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--theme-text-primary);margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.hero-subtitle{font-size:1.125rem;color:var(--theme-text-secondary);line-height:1.6;margin-bottom:0}.hero-image-wrapper{margin-top:2.5rem;max-width:720px;margin-left:auto;margin-right:auto}.hero-featured-image{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 10px 20px -5px #00000026,0 0 0 1px rgba(var(--theme-primary-rgb, 0, 169, 160),.1);transition:transform .3s ease,box-shadow .3s ease}.hero-featured-image:hover{transform:translateY(-2px);box-shadow:0 8px 12px -2px #0000001f,0 16px 32px -8px #0000002e,0 0 0 1px rgba(var(--theme-primary-rgb, 0, 169, 160),.15)}.hero-faq-link{display:inline-flex;align-items:center;gap:.75rem;margin-top:2rem;padding:1rem 2rem;background:rgba(var(--theme-primary-rgb, 0, 169, 160),.1);border:2px solid var(--theme-primary);border-radius:12px;color:var(--theme-primary);font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s ease}.hero-faq-link:hover{background:var(--theme-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--theme-primary-rgb, 0, 169, 160),.3);text-decoration:none}.hero-faq-link i:first-child{font-size:1.25rem}.hero-faq-link i:last-child{font-size:.875rem;transition:transform .2s ease}.hero-faq-link:hover i:last-child{transform:translate(4px)}.hero-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.hero-links .hero-faq-link,.hero-links .hero-pricing-link{margin-top:0}.hero-pricing-link{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:transparent;border:2px solid rgba(var(--theme-primary-rgb, 0, 169, 160),.4);border-radius:12px;color:var(--theme-text-secondary);font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s ease}.hero-pricing-link:hover{background:rgba(var(--theme-primary-rgb, 0, 169, 160),.1);border-color:var(--theme-primary);color:var(--theme-primary);transform:translateY(-2px);text-decoration:none}.hero-pricing-link i{font-size:1rem}@media (max-width: 768px){.hero-links{flex-direction:column;align-items:center}.hero-pricing-link{font-size:1rem;padding:.875rem 1.5rem}.hero-image-wrapper{margin-top:2rem}.hero-featured-image{border-radius:8px}.hero-faq-link{font-size:1rem;padding:.875rem 1.5rem}}.story-chapter{padding:4rem 0;border-bottom:1px solid var(--theme-border-color);opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.story-chapter:last-of-type{border-bottom:none}.story-chapter.visible{opacity:1;transform:translateY(0)}.chapter-header{margin-bottom:2rem}.chapter-number{display:inline-block;font-family:Karla,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--theme-primary);margin-bottom:.5rem}.chapter-title{font-family:Karla,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--theme-text-primary);margin:0;letter-spacing:-.01em}.story-content{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 992px){.story-content{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.story-chapter:nth-child(2n) .story-content{direction:rtl}.story-chapter:nth-child(2n) .story-content>*{direction:ltr}}.story-text{max-width:600px}.story-lead{font-size:1.125rem;line-height:1.7;color:var(--theme-text-primary);margin-bottom:1.25rem}.story-text p{font-size:1rem;line-height:1.7;color:var(--theme-text-secondary);margin-bottom:1rem}.story-text p:last-child{margin-bottom:0}.founder-bio{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-color);border-radius:12px;margin-bottom:1.5rem}.founder-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--theme-primary);flex-shrink:0}.founder-info h4{margin:0 0 .25rem;font-size:1.125rem;font-weight:700;color:var(--theme-text-primary)}.founder-title{margin:0 0 .5rem;font-size:.875rem;color:var(--theme-text-secondary)}.founder-links{display:flex;flex-wrap:wrap;gap:.75rem}.founder-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--theme-primary);text-decoration:none;transition:opacity .2s ease}.founder-link:hover{opacity:.8}.founder-link i{font-size:.875rem}.founder-link-icon{width:16px;height:16px;object-fit:contain;vertical-align:middle}@media (max-width: 576px){.founder-bio{flex-direction:column;text-align:center}.founder-links{justify-content:center}}.story-text strong{color:var(--theme-text-primary);font-weight:600}.story-text em{font-style:italic}.story-text a:not(.btn-series-view):not([class*=btn]){color:var(--theme-primary);text-decoration:underline;text-underline-offset:2px}.story-text a:not(.btn-series-view):not([class*=btn]):hover{color:var(--theme-primary-hover, #008f88)}.fee-breakdown-list{list-style:none;padding:0;margin:1rem 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.fee-breakdown-list>li{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem;padding:.625rem .875rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-color);border-radius:6px;font-size:.875rem;color:var(--theme-text-primary);line-height:1.4}.fee-breakdown-list>li>strong{color:var(--theme-primary);font-weight:700;font-size:.9375rem;font-family:JetBrains Mono,SF Mono,monospace}.fee-breakdown-list .fee-detail{display:block;width:100%;font-size:.75rem;color:var(--theme-text-secondary);margin-top:.125rem}[data-bs-theme=dark] .fee-breakdown-list>li{background:var(--surface-2, #1f1f2e)}.pdga-fee-item{flex-direction:column!important;align-items:stretch!important;background:linear-gradient(135deg,#005a9c0f,#005a9c05)!important;border-color:#005a9c33!important}.pdga-fee-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pdga-fee-header strong{color:#005a9c!important}.pdga-fee-label{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--theme-text-secondary)}.pdga-inline-logo-sm{height:.875em;width:auto;filter:brightness(0);opacity:.7}[data-bs-theme=dark] .pdga-inline-logo-sm{filter:none;opacity:.9}.pdga-fee-breakdown{display:flex;gap:1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px dashed rgba(0,90,156,.2)}.pdga-fee-split{display:flex;align-items:center;gap:.375rem;font-size:.75rem}.split-amount{font-family:JetBrains Mono,SF Mono,monospace;font-weight:600;color:var(--theme-text-primary)}.split-arrow{color:var(--theme-text-tertiary);font-size:.625rem}.split-dest{color:var(--theme-text-secondary)}.split-dest a{color:var(--theme-primary)}.td-portion .split-dest{color:var(--theme-text-primary)}.td-split-detail{font-size:.6875rem;color:var(--theme-text-tertiary)}[data-bs-theme=dark] .pdga-fee-item{background:linear-gradient(135deg,#005a9c1f,#005a9c0a)!important}[data-bs-theme=dark] .pdga-fee-header strong{color:#4da3dc!important}.td-additional-item{background:linear-gradient(135deg,rgba(var(--theme-primary-rgb, 0, 169, 160),.06),rgba(var(--theme-primary-rgb, 0, 169, 160),.02))!important;border-color:rgba(var(--theme-primary-rgb, 0, 169, 160),.2)!important;border-left:3px solid var(--theme-primary)!important}.td-additional-item strong{color:var(--theme-primary)!important}[data-bs-theme=dark] .td-additional-item{background:linear-gradient(135deg,rgba(var(--theme-primary-rgb, 0, 169, 160),.1),rgba(var(--theme-primary-rgb, 0, 169, 160),.03))!important}.pdga-mandate-callout{margin:1rem 0 1.25rem;padding:1rem;background:linear-gradient(135deg,rgba(0,90,156,.05) 0%,transparent 100%);border-left:3px solid #005a9c;border-radius:0 8px 8px 0}.pdga-mandate-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem;font-size:.8125rem;font-weight:600;color:#005a9c;text-transform:uppercase;letter-spacing:.03em}.pdga-callout-logo{height:1rem;width:auto;filter:brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(1636%) hue-rotate(189deg) brightness(95%) contrast(101%)}[data-bs-theme=dark] .pdga-callout-logo{filter:brightness(0) saturate(100%) invert(58%) sepia(52%) saturate(456%) hue-rotate(167deg) brightness(95%) contrast(92%)}[data-bs-theme=dark] .pdga-mandate-header{color:#4da3dc}.pdga-mandate-callout>p{font-size:.8125rem;color:var(--theme-text-secondary);line-height:1.55;margin:0 0 .75rem}.pdga-mandate-callout>p:last-child,.pdga-mandate-callout>.pdga-mandate-note{margin-bottom:0}.pdga-mandate-callout a{color:#005a9c;text-decoration:underline;text-underline-offset:2px}[data-bs-theme=dark] .pdga-mandate-callout a{color:#4da3dc}.pdga-mandate-note{font-size:.75rem!important;color:var(--theme-text-tertiary)!important;font-style:italic}.td-allocation-detail{margin:.75rem 0;padding:.625rem .75rem;background:var(--theme-bg-secondary);border-radius:6px}.td-allocation-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-tertiary);margin-bottom:.375rem}.td-allocation-chips{display:flex;flex-wrap:wrap;gap:.375rem}.td-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:rgba(var(--theme-primary-rgb, 0, 169, 160),.1);border-radius:4px;font-size:.6875rem;font-weight:500;color:var(--theme-text-primary)}.td-chip i{font-size:.625rem;color:var(--theme-primary)}[data-bs-theme=dark] .td-allocation-detail{background:var(--surface-2, #1f1f2e)}@media (max-width: 576px){.fee-breakdown-list>li{padding:.5rem .75rem;font-size:.8125rem}.fee-breakdown-list>li>strong{font-size:.875rem}.pdga-fee-breakdown{flex-direction:column;gap:.375rem}.pdga-mandate-callout{padding:.875rem}.td-allocation-chips{flex-direction:column}.td-chip{justify-content:flex-start}}.fee-breakdown-cta{margin:1.5rem 0;padding:1rem;background:linear-gradient(135deg,rgba(var(--theme-primary-rgb, 0, 169, 160),.06),rgba(var(--theme-primary-rgb, 0, 169, 160),.02));border:1px solid rgba(var(--theme-primary-rgb, 0, 169, 160),.15);border-radius:8px;text-align:center}[data-bs-theme=dark] .fee-breakdown-cta{background:linear-gradient(135deg,rgba(var(--theme-primary-rgb, 0, 169, 160),.1),rgba(var(--theme-primary-rgb, 0, 169, 160),.04))}.story-infographic{position:relative}.infographic-context{margin-bottom:1rem}.infographic-context h3{font-family:Karla,sans-serif;font-size:1.125rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 .5rem}.infographic-context p{font-size:.9375rem;color:var(--theme-text-secondary);line-height:1.5;margin:0}.infographic-frame{position:relative;border-radius:12px;overflow:hidden;background:var(--theme-bg-secondary);box-shadow:0 4px 6px #0000000d,0 10px 20px #00000014;cursor:pointer}.infographic-image{width:100%;height:auto;display:block}.infographic-overlay,.zoom-btn{display:none}.learn-more-wrap{margin-top:1rem;text-align:center}.learn-more-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--theme-primary);text-decoration:none;border-radius:6px;transition:background .2s ease}.learn-more-link:hover{background:rgba(var(--theme-primary-rgb, 0, 169, 160),.1);color:var(--theme-primary);text-decoration:none}.learn-more-link i{font-size:.75rem;transition:transform .2s ease}.learn-more-link:hover i{transform:translate(3px)}.trust-section{padding:4rem 0 3rem;margin-top:2rem;border-top:1px solid var(--theme-border-color)}.trust-heading{font-family:Karla,sans-serif;font-size:1.5rem;font-weight:700;color:var(--theme-text-primary);text-align:center;margin-bottom:.5rem}.trust-subheading{font-size:1rem;color:var(--theme-text-secondary);text-align:center;margin-bottom:2.5rem}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.trust-card{text-align:center;padding:1.5rem 1rem}.trust-icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--theme-primary-rgb, 0, 169, 160),.1);border-radius:50%}.trust-icon i{font-size:1.375rem;color:var(--theme-primary)}.pdga-inline-logo{height:1.1em;width:auto;vertical-align:middle;margin-right:.25rem;filter:brightness(0)}[data-bs-theme=dark] .pdga-inline-logo{filter:none}.trust-card h4{font-family:Karla,sans-serif;font-size:1rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:.5rem}.trust-card p{font-size:.875rem;color:var(--theme-text-secondary);line-height:1.5;margin:0}.trust-card-link{color:var(--theme-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.trust-card-link:hover{color:var(--theme-primary-hover, #008f88);text-decoration:underline}.director-cta-section{padding:3rem 0}.director-cta-card{position:relative;padding:3rem;background:linear-gradient(135deg,rgba(15,76,117,.08) 0%,var(--theme-bg-secondary) 100%);border:2px solid rgba(15,76,117,.2);border-radius:20px;overflow:hidden}.director-cta-card:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(15,76,117,.1) 0%,transparent 70%);pointer-events:none}.director-cta-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f4c75,#0a3555);border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 12px #0f4c754d}.director-cta-icon i{font-size:1.5rem;color:#fff}.director-cta-content h3{font-family:Karla,sans-serif;font-size:1.5rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 1rem}.director-cta-content>p{font-size:1rem;color:var(--theme-text-secondary);line-height:1.6;margin-bottom:1.5rem;max-width:700px}.director-benefits{list-style:none;padding:0;margin:0 0 2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 2rem}.director-benefits li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.5;color:var(--theme-text-primary)}.director-benefits li i{color:var(--theme-primary);font-size:.875rem;margin-top:.25rem;flex-shrink:0}.td-presence-callout{display:flex;gap:1rem;padding:1.25rem;margin-top:1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,rgba(var(--theme-primary-rgb, 0, 169, 160),.08),rgba(var(--theme-primary-rgb, 0, 169, 160),.03));border:1px solid rgba(var(--theme-primary-rgb, 0, 169, 160),.2);border-left:4px solid var(--theme-primary);border-radius:8px}.td-presence-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(var(--theme-primary-rgb, 0, 169, 160),.15);border-radius:50%}.td-presence-icon i{font-size:1.25rem;color:var(--theme-primary)}.td-presence-content h4{margin:0 0 .5rem;font-family:Karla,sans-serif;font-size:1rem;font-weight:700;color:var(--theme-text-primary)}.td-presence-content p{margin:0 0 .75rem;font-size:.9375rem;color:var(--theme-text-secondary);line-height:1.5}.td-presence-content p:last-of-type{margin-bottom:.75rem}.td-presence-caveats{font-size:.875rem!important;padding:.75rem;background:rgba(var(--theme-primary-rgb, 0, 169, 160),.08);border-radius:6px}.td-presence-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-primary);text-decoration:none;transition:all .2s ease}.td-presence-link:hover{color:var(--theme-primary-dark, #008b83);text-decoration:none}.td-presence-link i{font-size:.75rem;transition:transform .2s ease}.td-presence-link:hover i{transform:translate(3px)}.director-cta-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-director-primary,.btn-director-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-family:Karla,sans-serif;font-size:.9375rem;font-weight:600;border-radius:10px;text-decoration:none;transition:all .2s ease}.btn-director-primary{background:linear-gradient(135deg,#0f4c75,#0a3555);color:#fff;box-shadow:0 4px 12px #0f4c754d}.btn-director-primary:hover{background:linear-gradient(135deg,#0d4469,#082f4d);transform:translateY(-2px);box-shadow:0 6px 16px #0f4c7566;color:#fff;text-decoration:none}.btn-director-secondary{background:transparent;color:#0f4c75;border:1px solid rgba(15,76,117,.3)}.btn-director-secondary:hover{background:#0f4c7514;border-color:#0f4c75;color:#0f4c75;text-decoration:none}[data-bs-theme=dark] .director-cta-card{background:linear-gradient(135deg,rgba(15,76,117,.15) 0%,var(--surface-2, #1f1f2e) 100%);border-color:#0f4c754d}[data-bs-theme=dark] .btn-director-secondary{color:#5fa8d3;border-color:#5fa8d366}[data-bs-theme=dark] .btn-director-secondary:hover{background:#5fa8d31a;border-color:#5fa8d3;color:#5fa8d3}@media (max-width: 768px){.director-cta-card{padding:2rem}.director-benefits{grid-template-columns:1fr}.director-cta-actions{flex-direction:column}.btn-director-primary,.btn-director-secondary{width:100%;justify-content:center}}.cta-section{padding:2rem 0 4rem}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 3rem;background:linear-gradient(135deg,rgba(var(--theme-primary-rgb, 0, 169, 160),.08) 0%,var(--theme-bg-secondary) 100%);border:1px solid var(--theme-border-color);border-radius:20px}.cta-content h3{font-family:Karla,sans-serif;font-size:1.5rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 .375rem}.cta-content p{font-size:1rem;color:var(--theme-text-secondary);margin:0}.cta-actions{display:flex;gap:1rem;flex-shrink:0}[data-bs-theme=dark] .story-hero{background:linear-gradient(135deg,var(--theme-bg-primary) 0%,var(--surface-2, #1a1a2e) 50%,var(--theme-bg-primary) 100%)}[data-bs-theme=dark] .hero-pattern{background-image:radial-gradient(circle at 20% 80%,rgba(var(--theme-primary-rgb, 0, 169, 160),.12) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(var(--theme-primary-rgb, 0, 169, 160),.08) 0%,transparent 40%)}[data-bs-theme=dark] .infographic-frame{background:var(--surface-2, #1f1f2e);box-shadow:0 4px 6px #0003,0 10px 20px #0000004d}[data-bs-theme=dark] .trust-icon{background:rgba(var(--theme-primary-rgb, 0, 169, 160),.15)}[data-bs-theme=dark] .cta-card{background:linear-gradient(135deg,rgba(var(--theme-primary-rgb, 0, 169, 160),.12) 0%,var(--surface-2, #1f1f2e) 100%)}@media (max-width: 991px){.story-content{grid-template-columns:1fr}.story-text{max-width:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.cta-card{flex-direction:column;text-align:center;padding:2rem}.cta-actions{width:100%;justify-content:center}}@media (max-width: 768px){.story-hero{padding:3rem 0 2.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.story-chapter{padding:3rem 0}.chapter-title{font-size:1.375rem}.story-lead{font-size:1rem}.story-content{display:flex;flex-direction:column}.story-infographic{order:-1}.infographic-image{max-width:100%;height:auto}.infographic-frame{max-width:100%;overflow:hidden}.trust-grid{grid-template-columns:1fr 1fr;gap:1rem}.trust-card{padding:1rem}.trust-icon{width:48px;height:48px}.trust-icon i{font-size:1.125rem}.cta-card{padding:1.5rem}.cta-actions{flex-direction:column;gap:.75rem}.cta-actions .btn-theme-base{width:100%;justify-content:center}}@media (max-width: 576px){.trust-grid{grid-template-columns:1fr}.trust-card{display:flex;align-items:center;text-align:left;gap:1rem;padding:1rem}.trust-icon{margin:0;flex-shrink:0}.trust-card h4{margin-bottom:.25rem}}.series-leagues-grid{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-color);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.series-image-wrapper{margin-bottom:1rem;text-align:center}.series-feature-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.series-leagues-heading{display:flex;align-items:center;gap:.5rem;font-family:Karla,sans-serif;font-size:1.125rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 1rem}.series-leagues-heading i{color:var(--theme-primary)}.series-leagues-list{display:flex;flex-direction:column;gap:.5rem}.series-league-card{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:var(--theme-bg-primary);border:1px solid var(--theme-border-color);border-radius:8px;text-decoration:none;color:var(--theme-text-primary);transition:all .2s ease}.series-league-card:hover{border-color:var(--theme-primary);background:rgba(var(--theme-primary-rgb, 0, 169, 160),.05);transform:translate(4px);text-decoration:none;color:var(--theme-text-primary)}.series-league-day{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--heb-day-color, var(--theme-primary));border-radius:8px}.day-abbrev{font-family:Karla,sans-serif;font-size:.75rem;font-weight:700;color:#fff;letter-spacing:.05em}.series-league-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.series-league-course-primary{font-weight:600;font-size:.9375rem;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important}.series-league-name-secondary{font-size:.8125rem;color:var(--theme-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important}.series-league-card,.series-league-card:hover,.series-league-card:focus,.series-league-card:visited{text-decoration:none!important}.series-league-course{font-size:.8125rem;color:var(--theme-text-secondary);display:flex;align-items:center;gap:.375rem}.series-league-course i{font-size:.75rem;color:var(--theme-primary)}.series-league-status{flex-shrink:0;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.series-league-status.open{background:#22c55e26;color:#16a34a}.series-league-arrow{flex-shrink:0;font-size:.75rem;color:var(--theme-text-tertiary);transition:transform .2s ease,color .2s ease}.series-league-card:hover .series-league-arrow{transform:translate(2px);color:var(--theme-primary)}.series-leagues-cta{margin-top:1rem;text-align:center}.btn-series-view{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--theme-primary);color:#fff;font-weight:600;font-size:.9375rem;border-radius:8px;text-decoration:none;transition:all .2s ease}.btn-series-view:hover{background:var(--theme-primary-dark, #008b83);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--theme-primary-rgb, 0, 169, 160),.3);color:#fff;text-decoration:none}[data-bs-theme=dark] .series-leagues-grid{background:var(--surface-2, #1f1f2e)}[data-bs-theme=dark] .series-league-card{background:var(--surface-1, #16161e)}[data-bs-theme=dark] .series-league-card:hover{background:rgba(var(--theme-primary-rgb, 0, 169, 160),.1)}[data-bs-theme=dark] .series-league-status.open{background:#22c55e33;color:#4ade80}@media (max-width: 576px){.series-leagues-grid{padding:1rem}.series-league-card{padding:.75rem;gap:.75rem}.series-league-day{width:40px;height:40px}.day-abbrev{font-size:.6875rem}.series-league-name{font-size:.875rem}.series-league-status{display:none}}.mt-4{margin-top:2rem}
