@font-face{font-family:Quatro;src:url('/fonts/Quatro-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Quatro;src:url('/fonts/Quatro-Medium.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Quatro;src:url('/fonts/Quatro-SemiBold.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Quatro;src:url('/fonts/Quatro-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Quatro;src:url('/fonts/Quatro-Black.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:Quatro;src:url('/fonts/Quatro-UltraBlackItalic.ttf') format('truetype');font-weight:900;font-style:italic;font-display:swap}
@font-face{font-family:'Quatro Slab';src:url('/fonts/QuatroSlab-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
:root{--blue:#1e3c72;--blue-900:#0e2148;--blue-700:#1b3768;--blue-100:#dae0ed;--blue-50:#eff2f8;--red:#ab182d;--red-dark:#7d0f20;--red-wash:#fbe9ec;--bone:#f6f5f0;--white:#fff;--ink:#1a1d24;--stone-100:#e5e7ec;--stone-300:#c1c5ce;--stone-500:#878d9a;--stone-700:#4f5461;--gold:#c79a3b;--mint:#3d8f7a;--amber:#e08a1f;--radius:14px;--shadow:0 4px 14px rgba(14,33,72,.1);--max:1120px}
*{box-sizing:border-box}[hidden]{display:none!important}html{background:var(--bone);color:var(--ink);font-family:Quatro,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45}body{margin:0;min-height:100vh}img{max-width:100%;height:auto}a{color:var(--blue);text-decoration-thickness:1px;text-underline-offset:3px}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}:focus-visible{outline:3px solid #e0a800;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2rem,8vw,3.5rem);line-height:1.02;letter-spacing:-.03em}h2{font-size:1.45rem;line-height:1.15}h3{font-size:1.05rem}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;background:var(--white);padding:12px}.skip-link:focus{top:16px}.site-header{background:linear-gradient(180deg,var(--blue),var(--blue-900));color:var(--white)}.header-inner{max-width:var(--max);margin:auto;padding:16px;display:flex;align-items:center;gap:14px}.brand{display:flex;align-items:center;gap:12px;color:var(--white);text-decoration:none;font-weight:800}.brand-mark{display:grid;place-items:center;width:52px;height:52px;padding:6px;border-radius:10px;background:var(--bone)}.brand-mark img{height:40px;width:auto}.brand-copy small{display:block;color:rgba(255,255,255,.62);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.desktop-nav{margin-left:auto;display:none;align-items:center;gap:8px}.desktop-nav a,.link-button{color:var(--white);background:transparent;border:0;padding:10px 12px;font-weight:600;text-decoration:none;cursor:pointer;border-radius:8px}.desktop-nav a[aria-current="page"]{background:rgba(255,255,255,.14)}.page-shell{max-width:var(--max);margin:auto;padding:24px 16px 104px}.hero{background:linear-gradient(150deg,var(--blue),var(--blue-900));color:var(--white);padding:32px 24px;border-radius:0 0 22px 22px;margin:-24px -16px 24px;position:relative;overflow:hidden}.hero::after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-100px;top:-120px}.hero .eyebrow{color:rgba(255,255,255,.65)}.hero p{color:rgba(255,255,255,.76);max-width:650px}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--stone-500);margin-bottom:6px}.lede{font-family:'Quatro Slab',Georgia,serif;font-size:1.15rem;line-height:1.6;color:var(--stone-700)}.section{margin-top:32px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.grid{display:grid;gap:16px}.grid-2,.grid-3{grid-template-columns:1fr}.card{background:var(--white);border:1px solid var(--stone-100);border-radius:var(--radius);padding:18px;box-shadow:0 1px 2px rgba(14,33,72,.06)}.card-link{display:block;text-decoration:none;color:var(--ink);transition:transform .15s,box-shadow .15s}.card-link:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.media-placeholder{height:152px;background:var(--blue-900);border-radius:10px;display:grid;place-items:center;margin:-6px -6px 14px;overflow:hidden}.media-placeholder img{width:72px;opacity:.28}.meta{font-size:.84rem;color:var(--stone-500)}.tag{display:inline-flex;align-items:center;border-radius:4px;padding:4px 8px;background:var(--blue-100);color:var(--blue-900);font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.tag-red{background:var(--red);color:var(--white)}.tag-gold{background:#f7efd9;color:#76540f}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 18px;border:0;border-radius:10px;background:var(--blue);color:var(--white);font-weight:700;text-decoration:none;cursor:pointer}.button:hover{background:var(--blue-900);color:var(--white)}.button-red{background:var(--red)}.button-red:hover{background:var(--red-dark)}.button-secondary{background:var(--white);border:1px solid var(--stone-300);color:var(--blue)}.button-secondary:hover{background:var(--blue-50);color:var(--blue-900)}.button-danger{background:var(--red-wash);color:var(--red-dark)}.button-small{min-height:38px;padding:8px 12px;font-size:.85rem}.button-row{display:flex;flex-wrap:wrap;gap:10px}.match-hero{background:var(--blue-900);color:var(--white);padding:20px;border-radius:var(--radius);box-shadow:0 12px 32px -10px rgba(30,60,114,.45)}.match-line{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center}.date-block{text-align:center;border-right:1px solid rgba(255,255,255,.16);padding-right:14px}.date-block strong,.score{display:block;font-size:1.75rem;font-weight:900;font-style:italic;line-height:1;font-variant-numeric:tabular-nums}.score{font-size:2.2rem}.match-list{display:grid;gap:10px}.match-card{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:14px;background:var(--white);border:1px solid var(--stone-100);border-radius:var(--radius);padding:14px;color:var(--ink);text-decoration:none}.match-card .date{font-weight:900;font-style:italic;text-align:center;color:var(--blue-900)}.play-card{position:relative}.lock{position:absolute;right:12px;top:12px;background:var(--gold);color:var(--blue-900);border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:700}.video-frame{background:var(--blue-900);border-radius:var(--radius);overflow:hidden}.video-frame iframe{display:block;border:0;width:100%;height:auto;aspect-ratio:16/9}.paywall{background:linear-gradient(150deg,var(--blue),var(--blue-900));color:var(--white);padding:28px;border-radius:var(--radius);text-align:center}.paywall p{color:rgba(255,255,255,.75)}.auth-shell{max-width:520px;margin:0 auto}.form-group{margin-bottom:18px}.form-group label{display:block;font-weight:700;margin-bottom:7px}.field{width:100%;min-height:48px;border:1px solid var(--stone-300);border-radius:9px;background:var(--white);padding:11px 12px;color:var(--ink)}textarea.field{min-height:150px;resize:vertical}.field:focus{border-color:var(--blue)}.hint{font-size:.82rem;color:var(--stone-700);margin-top:6px}.check{display:flex;gap:10px;align-items:flex-start}.check input{width:20px;height:20px;margin-top:2px;flex:none}.alert{padding:14px 16px;border-radius:10px;margin-bottom:18px;background:var(--blue-50);border:1px solid var(--blue-100)}.alert-success{background:#eaf5f1;border-color:#b7dacf;color:#1d594b}.alert-error{background:var(--red-wash);border-color:#efbdc6;color:var(--red-dark)}.errors{margin:0;padding-left:20px}.table-wrap{overflow-x:auto;background:var(--white);border:1px solid var(--stone-100);border-radius:var(--radius)}table{border-collapse:collapse;width:100%;min-width:640px}th,td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--stone-100);vertical-align:top}th{font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;color:var(--stone-500)}tr:last-child td{border-bottom:0}.admin-nav{display:flex;gap:8px;overflow:auto;margin-bottom:24px;padding-bottom:4px}.admin-nav a{white-space:nowrap;padding:9px 12px;background:var(--white);border:1px solid var(--stone-100);border-radius:8px;text-decoration:none;font-weight:600}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat strong{display:block;font-size:2rem;font-weight:900;font-style:italic;color:var(--blue-900)}.article-body{max-width:720px}.article-body p{font-size:1.05rem;line-height:1.75}.legal{max-width:760px}.legal h2{margin-top:32px}.draft-banner{border-left:4px solid var(--amber)}.bottom-nav{position:fixed;z-index:20;bottom:0;left:0;right:0;height:76px;background:rgba(255,255,255,.96);border-top:1px solid var(--stone-100);display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -5px 20px rgba(14,33,72,.08)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--stone-700);text-decoration:none;font-size:.68rem;font-weight:700}.bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.bottom-nav a[aria-current="page"]{color:var(--blue)}.site-footer{display:none}.pagination{display:flex;gap:8px;justify-content:center;margin-top:24px}.pagination a,.pagination span{padding:8px 12px;border-radius:8px;background:var(--white);border:1px solid var(--stone-100)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:760px){.desktop-nav{display:flex}.page-shell{padding:40px 24px 64px}.hero{margin:-40px -24px 32px;padding:48px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.stats{grid-template-columns:repeat(4,1fr)}.bottom-nav{display:none}.site-footer{display:block;background:var(--blue-900);color:rgba(255,255,255,.7);padding:32px 24px}.footer-inner{max-width:var(--max);margin:auto;display:flex;justify-content:space-between;gap:24px}.site-footer a{color:var(--white)}}

.admin-device-list{display:grid;gap:8px;margin:12px 0 18px;padding:0;list-style:none}
.admin-device-list li{display:flex;flex-direction:column;padding:10px 12px;border-radius:9px;background:var(--blue-50)}

/* IFK Play thumbnails use the same 16:9 crop in admin previews and public cards. */
.media-placeholder{height:auto;aspect-ratio:16/9}
.media-placeholder.has-image img{width:100%;height:100%;object-fit:cover;opacity:1}

/* iOS home-screen apps currently cannot reliably play embedded video after reopening. */
.youtube-pwa-fallback{display:none;position:relative;aspect-ratio:16/9;background:var(--blue-900);color:var(--white);text-decoration:none}
.youtube-pwa-fallback img{display:block;width:100%;height:100%;object-fit:cover}
.youtube-pwa-fallback-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,transparent 45%,rgba(14,33,72,.82));font-weight:700}
.youtube-pwa-fallback-label span{display:grid;place-items:center;width:54px;height:38px;border-radius:11px;background:var(--red);font-size:1.2rem;line-height:1}
.ios-installed-app .youtube-video iframe{display:none}
.ios-installed-app .youtube-pwa-fallback{display:block}
.thumbnail-dropzone{display:grid;grid-template-columns:minmax(180px,320px) minmax(0,1fr);align-items:center;gap:20px;width:100%;padding:14px;border:2px dashed var(--stone-300);border-radius:12px;background:var(--blue-50);color:var(--ink);text-align:left;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}
.thumbnail-dropzone:hover,.thumbnail-dropzone.is-dragging{border-color:var(--blue);background:var(--blue-100);box-shadow:0 0 0 3px rgba(30,60,114,.1)}
.thumbnail-preview{display:grid;place-items:center;overflow:hidden;width:100%;aspect-ratio:16/9;border-radius:9px;background:var(--blue-900)}
.thumbnail-preview img{display:block;width:100%;height:100%;object-fit:cover}
.thumbnail-preview.is-default img{width:72px;height:auto;object-fit:contain;opacity:.28}
.thumbnail-dropzone-copy{display:flex;flex-direction:column;gap:5px}
.thumbnail-dropzone-copy strong{color:var(--blue-900);font-size:1.05rem}
.thumbnail-dropzone-copy span{color:var(--stone-700);font-size:.88rem}
.thumbnail-actions{display:flex;align-items:center;gap:12px;margin-top:10px}
.thumbnail-actions .meta{margin-left:auto;text-align:right}
@media(max-width:620px){.thumbnail-dropzone{grid-template-columns:1fr}.thumbnail-actions{align-items:flex-start;flex-direction:column}.thumbnail-actions .meta{margin-left:0;text-align:left}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Center navigation content across the full bar instead of shifting it above the safe area. */
@media(max-width:759px){
    .bottom-nav{padding-bottom:0}
}

/* Page-aware header, matching the mobile product mockup. */
.header-inner{min-height:132px;padding:28px 20px 24px;align-items:flex-end}
.home-header{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%}
.home-identity,.page-identity{color:var(--white);text-decoration:none}
.home-identity{display:flex;align-items:center;gap:14px;min-width:0}
.home-identity-logo{display:block;width:54px;height:62px;object-fit:contain;flex:none}
.header-kicker{display:block;margin-bottom:5px;color:rgba(255,255,255,.6);font-size:.76rem;font-weight:700;letter-spacing:.09em;line-height:1.1;text-transform:uppercase}
.header-title{display:block;color:var(--white);font-size:2.05rem;font-weight:800;letter-spacing:-.035em;line-height:1.02}
.page-identity{display:block}
.header-notifications{display:grid;place-items:center;width:48px;height:48px;flex:none;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.1);color:var(--white)}
.header-notifications svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.page-shell{padding-top:28px}

@media(min-width:760px){.header-inner{min-height:96px;padding:18px 24px;align-items:center}.home-header{width:auto}.home-identity-logo{width:48px;height:54px}.header-title{font-size:1.65rem}.header-notifications{display:none}.page-shell{padding-top:40px}}

.header-notifications{position:relative}
.header-notifications.has-unread{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.38)}
.notification-badge{position:absolute;top:-4px;right:-4px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border:2px solid var(--blue);border-radius:999px;background:var(--red);color:var(--white);font-size:.65rem;font-weight:800;line-height:1}
.notification-setup{display:grid;gap:18px;background:var(--blue-50)}
.notification-setup ol{padding-left:22px;color:var(--stone-700)}
.install-guide{margin:14px 0;padding:14px 16px;border:1px solid var(--blue-100);border-radius:10px;background:var(--white)}
.install-guide summary{cursor:pointer;color:var(--blue-900);font-weight:700}
.install-guide ol{margin:14px 0 2px;padding-left:22px;color:var(--stone-700)}
.install-guide li+li{margin-top:10px}
.share-icon{display:inline-block;width:20px;height:20px;margin:0 2px;vertical-align:-4px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.push-device-instructions{margin-top:14px}
.push-device-instructions>div>p{color:var(--stone-700)}
.app-callout{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;margin-bottom:18px;padding:18px 48px 18px 18px;border:1px solid var(--blue-100);border-radius:var(--radius);background:linear-gradient(135deg,var(--blue-50),var(--white));box-shadow:0 5px 18px -14px rgba(14,33,72,.8)}
.app-callout-question{border-color:#b7dacf;background:linear-gradient(135deg,#eaf5f1,var(--white))}
.app-callout-compact{background:var(--white)}
.app-callout-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:var(--blue);color:var(--white)}
.app-callout-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.app-callout-content{min-width:0}
.app-callout-content h2{margin-bottom:6px}
.app-callout-content p{margin-bottom:13px;color:var(--stone-700)}
.app-callout-dismiss{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--stone-700);font-size:1.7rem;line-height:1;cursor:pointer}
.app-callout-dismiss:hover{background:var(--blue-50);color:var(--blue-900)}
.app-callout-guides{margin-top:12px}
.app-callout .install-guide{margin-bottom:0}

@media(min-width:760px){.app-callout{grid-template-columns:56px minmax(0,1fr);padding:22px 54px 22px 22px}.app-callout-icon{width:56px;height:56px}}
.notification-list{display:grid;gap:10px}
.notification-item{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:13px;padding:17px;background:var(--white);border:1px solid var(--stone-100);border-radius:var(--radius);color:var(--ink);text-decoration:none;box-shadow:0 1px 2px rgba(14,33,72,.06)}
.notification-item.is-unread{border-color:var(--blue-100);background:#f8faff;box-shadow:inset 3px 0 0 var(--blue)}
.notification-category{width:9px;height:9px;border-radius:50%;background:var(--stone-300)}
.notification-item.is-unread .notification-category{background:var(--red)}
.notification-meta,.notification-body{display:block}
.notification-meta{margin-bottom:3px;color:var(--stone-500);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.notification-body{margin-top:4px;color:var(--stone-700);font-size:.86rem}
.notification-arrow{color:var(--stone-500);font-size:1.25rem}
.notification-read-all{color:var(--blue)}

@media(min-width:760px){.notification-setup{grid-template-columns:minmax(0,1fr) auto;align-items:end}}

/* IFK Plus pricing is an offer card, visually separate from the page header. */
.subscription-offer{position:relative;overflow:hidden;margin:0 0 24px;padding:24px;background:linear-gradient(145deg,var(--blue),var(--blue-900));border-radius:20px;box-shadow:0 12px 28px -16px rgba(14,33,72,.65);color:var(--white)}
.subscription-offer::after{content:"";position:absolute;right:-92px;top:-128px;width:230px;height:230px;border:1px solid rgba(255,255,255,.09);border-radius:50%;pointer-events:none}
.subscription-offer .eyebrow{position:relative;z-index:1;margin-bottom:10px;color:rgba(255,255,255,.65)}
.subscription-price{position:relative;z-index:1;display:flex;align-items:baseline;gap:10px;margin-bottom:20px;letter-spacing:-.03em}
.subscription-price strong{font-size:clamp(2.7rem,12vw,4.6rem);font-weight:900;font-style:italic;line-height:.95}
.subscription-price span{font-size:1rem;font-weight:700;letter-spacing:0;color:rgba(255,255,255,.7)}
.subscription-offer p{position:relative;z-index:1;max-width:650px;margin:0;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.78)}

@media(min-width:760px){.subscription-offer{padding:34px 38px}.subscription-price{gap:14px}.subscription-price span{font-size:1.1rem}}

/* Swish app switch: official dark-background logo with clear action copy. */
.swish-button{display:grid;grid-template-columns:104px 1px minmax(0,1fr) auto;align-items:center;gap:16px;width:100%;min-height:78px;padding:14px 18px;border:0;border-radius:14px;background:var(--blue-900);box-shadow:0 8px 20px -10px rgba(14,33,72,.75);color:var(--white);text-align:left;cursor:pointer;transition:background .15s,box-shadow .15s,transform .15s}
.swish-button:hover:not(:disabled){background:var(--blue-700);box-shadow:0 10px 24px -10px rgba(14,33,72,.85);transform:translateY(-1px)}
.swish-button:active:not(:disabled){transform:translateY(0)}
.swish-button:disabled{opacity:.58;box-shadow:none;cursor:not-allowed}
.swish-button-brand{display:flex;align-items:center;justify-content:center;padding:4px 2px}
.swish-button-brand img{display:block;width:100%;height:auto}
.swish-button-divider{align-self:stretch;width:1px;background:rgba(255,255,255,.2)}
.swish-button-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.swish-button-copy strong{font-size:1.05rem;line-height:1.2}
.swish-button-copy small{color:rgba(255,255,255,.68);font-size:.72rem;line-height:1.25}
.swish-button-arrow{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:390px){.swish-button{grid-template-columns:88px 1px minmax(0,1fr) auto;gap:12px;padding-inline:14px}.swish-button-copy strong{font-size:1rem}.swish-button-copy small{font-size:.68rem}}

/* IFK Plus activation progress while Swish and the first payment are confirmed. */
.subscription-progress-card{margin-bottom:18px;padding:22px;border:1px solid var(--blue-100);border-radius:20px;background:linear-gradient(145deg,#f8faff,var(--white));box-shadow:0 8px 24px -18px rgba(14,33,72,.7)}
.subscription-status-summary{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:start;gap:16px}
.subscription-status-summary h2{margin-bottom:8px;color:var(--blue-900)}
.subscription-status-summary p{margin-bottom:0;color:var(--stone-700)}
.subscription-status-icon{position:relative;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--blue-900);color:var(--white);box-shadow:0 8px 18px -10px rgba(14,33,72,.8)}
.subscription-status-icon::before{content:"";position:absolute;inset:-5px;border:3px solid var(--blue-100);border-top-color:var(--red);border-radius:50%;animation:subscription-status-spin 1.15s linear infinite}
.subscription-status-icon img{display:block;width:43px;height:auto}
.subscription-status-icon [data-status-symbol]{display:none;font-size:1.8rem;font-weight:800;line-height:1}
.subscription-progress-card[data-state="active"]{border-color:#b7dacf;background:linear-gradient(145deg,#edf8f4,var(--white))}
.subscription-progress-card[data-state="active"] .subscription-status-icon{background:var(--mint)}
.subscription-progress-card[data-state="active"] .subscription-status-icon::before{border-color:#b7dacf;animation:none}
.subscription-progress-card[data-state="active"] [data-status-logo],.subscription-progress-card[data-state="error"] [data-status-logo],.subscription-progress-card[data-state="ending"] [data-status-logo]{display:none}
.subscription-progress-card[data-state="active"] [data-status-symbol],.subscription-progress-card[data-state="error"] [data-status-symbol]{display:block}
.subscription-progress-card[data-state="error"]{border-color:#efbdc6;background:linear-gradient(145deg,var(--red-wash),var(--white))}
.subscription-progress-card[data-state="error"] .subscription-status-icon{background:var(--red-dark)}
.subscription-progress-card[data-state="error"] .subscription-status-icon::before,.subscription-progress-card[data-state="ending"] .subscription-status-icon::before{border-color:var(--stone-300);animation:none}
.subscription-progress-card[data-state="ending"] .subscription-status-icon::after{content:"✓";font-size:1.8rem;font-weight:800}
.subscription-poll-note{min-height:1.2em;margin-top:8px!important;color:var(--stone-500)!important;font-size:.78rem}
.subscription-swish-reopen{margin-top:15px}
.subscription-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:22px 0 0;padding:18px 0 0;border-top:1px solid var(--stone-100);list-style:none}
.subscription-steps li{display:flex;align-items:center;gap:8px;min-width:0;color:var(--stone-500)}
.subscription-steps li>span:last-child{display:flex;min-width:0;flex-direction:column}
.subscription-steps strong{color:inherit;font-size:.78rem;line-height:1.15}
.subscription-steps small{margin-top:2px;font-size:.63rem;line-height:1.2}
.subscription-step-number{display:grid;place-items:center;width:28px;height:28px;flex:none;border:2px solid var(--stone-300);border-radius:50%;font-size:.72rem;font-weight:800}
.subscription-steps .is-current{color:var(--blue-900)}
.subscription-steps .is-current .subscription-step-number{border-color:var(--red);background:var(--red);color:var(--white);box-shadow:0 0 0 4px var(--red-wash)}
.subscription-steps .is-complete{color:var(--mint)}
.subscription-steps .is-complete .subscription-step-number{border-color:var(--mint);background:var(--mint);color:var(--white)}
.subscription-steps .is-error{color:var(--red-dark)}
.subscription-steps .is-error .subscription-step-number{border-color:var(--red);background:var(--red-wash);color:var(--red-dark)}
.subscription-details{margin-top:18px}
.swish-submit-feedback{display:flex;align-items:center;gap:12px;margin-top:14px;padding:13px 15px;border-radius:12px;background:var(--blue-50);color:var(--blue-900)}
.swish-submit-feedback span:last-child{display:flex;flex-direction:column}
.swish-submit-feedback small{margin-top:2px;color:var(--stone-700)}
.swish-submit-spinner{width:26px;height:26px;flex:none;border:3px solid var(--blue-100);border-top-color:var(--red);border-radius:50%;animation:subscription-status-spin .85s linear infinite}
.swish-button.is-loading{opacity:.68;cursor:wait}
@keyframes subscription-status-spin{to{transform:rotate(360deg)}}

@media(min-width:760px){.subscription-progress-card{padding:28px 30px}.subscription-status-summary{grid-template-columns:76px minmax(0,1fr);gap:22px}.subscription-status-icon{width:76px;height:76px}.subscription-status-icon img{width:50px}.subscription-steps{gap:18px}.subscription-steps strong{font-size:.86rem}.subscription-steps small{font-size:.7rem}}
@media(max-width:390px){.subscription-progress-card{padding:18px}.subscription-status-summary{grid-template-columns:54px minmax(0,1fr);gap:13px}.subscription-status-icon{width:54px;height:54px}.subscription-status-icon img{width:36px}.subscription-steps{gap:5px}.subscription-steps li{align-items:flex-start;gap:5px}.subscription-step-number{width:24px;height:24px}.subscription-steps small{display:none}}
@media(prefers-reduced-motion:reduce){.subscription-status-icon::before,.swish-submit-spinner{animation:none}}

/* Horizontal news cards keep the complete source image visible. */
.news-grid{grid-template-columns:1fr}
.news-card{display:grid;grid-template-columns:minmax(112px,36%) minmax(0,1fr);align-items:start;gap:14px;padding:12px}
.news-card-media{overflow:hidden;border-radius:10px;background:var(--blue-50)}
.news-card-media img{display:block;width:100%;height:auto;object-fit:contain;opacity:1}
.news-card-media.has-fallback{display:grid;place-items:center;min-height:120px;background:var(--blue-900)}
.news-card-media .news-card-fallback{width:64px;height:auto;opacity:.28}
.news-card-content{min-width:0;padding:4px 2px 2px}
.news-card-content .eyebrow{margin-bottom:8px}
.news-card-content h2,.news-card-content h3{margin-bottom:9px}
.news-card-content .meta{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin:0}
.news-hero-media{margin:24px 0;overflow:hidden;border-radius:var(--radius);background:var(--blue-50)}
.news-hero-media img{display:block;width:100%;max-height:640px;object-fit:cover}
.news-source-link{margin-top:32px;padding-top:24px;border-top:1px solid var(--stone-100)}

@media(min-width:760px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-card{grid-template-columns:minmax(150px,38%) minmax(0,1fr);gap:18px;padding:14px}}

@media(max-width:390px){.news-card{grid-template-columns:minmax(96px,34%) minmax(0,1fr);gap:12px;padding:10px}.news-card-content{padding-top:2px}.news-card-content .eyebrow{font-size:.64rem}.news-card-content h2,.news-card-content h3{font-size:1rem}.news-card-content .meta{-webkit-line-clamp:3;font-size:.78rem}}

/* Functionary season passes. */
.functionary-pass-home{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px 18px;border:1px solid rgba(199,154,59,.35);border-radius:var(--radius);background:linear-gradient(120deg,#fffaf0,var(--white));color:var(--blue-900);box-shadow:0 4px 16px -12px rgba(14,33,72,.7)}
.functionary-pass-home-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:13px;background:var(--blue-900);color:var(--white)}
.functionary-pass-home-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.functionary-pass-home .eyebrow{display:block;margin-bottom:2px;color:#8a641c}
.functionary-pass-home strong,.functionary-pass-home small{display:block}
.functionary-pass-home strong{font-size:1.2rem;line-height:1.2}
.functionary-pass-home small{margin-top:3px;color:var(--stone-700);font-size:.78rem}
.functionary-pass-home-arrow{font-size:1.5rem;color:var(--blue)}
.match-functionary-pass-button{margin-top:8px;background:var(--white);color:var(--blue-900)}
.match-functionary-pass-button:hover{background:var(--blue-50);color:var(--blue-900)}
.match-functionary-pass-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.functionary-pass-carousel{max-width:520px;margin:0 auto}
.functionary-pass-track{display:flex;gap:16px;overflow-x:auto;padding:4px 2px 20px;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}
.functionary-pass-track::-webkit-scrollbar{display:none}
.functionary-pass-slide{min-width:100%;scroll-snap-align:start;scroll-snap-stop:always}
.functionary-pass-ticket{overflow:hidden;border-radius:24px;background:var(--white);box-shadow:0 16px 36px -20px rgba(14,33,72,.65);border:1px solid var(--stone-100)}
.functionary-pass-heading{display:flex;align-items:center;gap:14px;padding:22px 24px;background:linear-gradient(145deg,var(--blue),var(--blue-900));color:var(--white)}
.functionary-pass-heading img{width:48px;height:56px;object-fit:contain}
.functionary-pass-heading span,.functionary-pass-heading strong{display:block}
.functionary-pass-heading span{color:rgba(255,255,255,.62);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.functionary-pass-heading strong{font-size:1.55rem;line-height:1.05}
.functionary-pass-live{position:relative;display:flex;align-items:center;gap:10px;overflow:hidden;min-height:46px;padding:10px 24px;background:linear-gradient(90deg,#7d0f20,var(--red),#7d0f20);background-size:200% 100%;color:var(--white);animation:functionary-pass-live-background 4s ease-in-out infinite}
.functionary-pass-live::after{content:"";position:absolute;inset:-20% auto -20% -35%;width:22%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transform:skewX(-18deg);animation:functionary-pass-live-sweep 2.6s ease-in-out infinite;pointer-events:none}
.functionary-pass-live-signal{display:flex;align-items:center;gap:3px;width:24px;height:22px;flex:none}
.functionary-pass-live-signal span{display:block;width:4px;border-radius:999px;background:currentColor;animation:functionary-pass-live-bars .9s ease-in-out infinite}
.functionary-pass-live-signal span:nth-child(1){height:8px;animation-delay:-.6s}
.functionary-pass-live-signal span:nth-child(2){height:16px;animation-delay:-.3s}
.functionary-pass-live-signal span:nth-child(3){height:11px}
.functionary-pass-live strong{font-size:.72rem;letter-spacing:.11em;text-transform:uppercase}
.functionary-pass-live time{position:relative;margin-left:auto;font-size:.88rem;font-weight:800;letter-spacing:.08em;font-variant-numeric:tabular-nums}
@keyframes functionary-pass-live-background{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
@keyframes functionary-pass-live-sweep{0%,28%{left:-35%}72%,100%{left:125%}}
@keyframes functionary-pass-live-bars{0%,100%{transform:scaleY(.55);opacity:.55}50%{transform:scaleY(1.15);opacity:1}}
.functionary-pass-holder{padding:22px 24px 18px;text-align:center}
.functionary-pass-holder>span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#f7efd9;color:#76540f;font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.functionary-pass-holder h2{margin:13px 0 4px;font-size:1.7rem;color:var(--blue-900)}
.functionary-pass-holder p{margin:0;color:var(--stone-500)}
.functionary-pass-code{display:flex;flex-direction:column;align-items:center;margin:0 18px 18px;padding:20px;border:1px dashed var(--stone-300);border-radius:18px;background:#fff}
.functionary-pass-qr{position:relative;display:block;width:min(100%,280px);padding:0;border:0;background:transparent;cursor:pointer}
.functionary-pass-code img{display:block;width:100%;height:auto;min-width:232px;aspect-ratio:1}
.functionary-pass-confirmation{position:absolute;inset:0;display:grid;place-items:center;opacity:0;color:initial;font-size:clamp(5.5rem,28vw,8rem);line-height:1;pointer-events:none;filter:drop-shadow(0 10px 10px rgba(14,33,72,.28))}
.functionary-pass-confirmation.is-confirming{animation:functionary-pass-confirmation 2s cubic-bezier(.2,.8,.25,1) both}
@keyframes functionary-pass-confirmation{0%{opacity:0;transform:translateY(85%) scale(.65) rotate(-8deg)}18%{opacity:1;transform:translateY(8%) scale(1)}40%,62%{opacity:1;transform:translateY(0) scale(1.12) rotate(2deg)}100%{opacity:0;transform:translateY(-65%) scale(.92) rotate(5deg)}}
.functionary-pass-code>span{margin-top:12px;color:var(--stone-500);font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.functionary-pass-code strong{margin-top:3px;color:var(--blue-900);font-size:1rem;letter-spacing:.04em;overflow-wrap:anywhere;text-align:center}
.functionary-pass-controls{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;margin-top:2px}
.functionary-pass-arrow{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--stone-300);border-radius:50%;background:var(--white);color:var(--blue-900);font-size:1.25rem;cursor:pointer}
.functionary-pass-arrow:disabled{opacity:.35;cursor:default}
.functionary-pass-dots{display:flex;align-items:center;justify-content:center;gap:8px}
.functionary-pass-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:var(--stone-300);cursor:pointer}
.functionary-pass-dots button[aria-current="true"]{width:22px;border-radius:999px;background:var(--blue)}
.functionary-pass-empty{max-width:620px;margin:0 auto;text-align:center}

@media(max-width:390px){.functionary-pass-heading{padding:19px 20px}.functionary-pass-live{padding-inline:20px}.functionary-pass-holder{padding-inline:20px}.functionary-pass-code{margin-inline:12px;padding:15px}.functionary-pass-code img{min-width:0}.functionary-pass-home{grid-template-columns:46px minmax(0,1fr) auto;padding-inline:14px}.functionary-pass-home-icon{width:46px;height:46px}}
@media(prefers-reduced-motion:reduce){.functionary-pass-live,.functionary-pass-live::after,.functionary-pass-live-signal span{animation:none}.functionary-pass-confirmation.is-confirming{animation-name:functionary-pass-confirmation-reduced}}
@keyframes functionary-pass-confirmation-reduced{0%,80%{opacity:1}100%{opacity:0}}

/* Match venue filters. */
.match-filters{display:flex;gap:8px;overflow-x:auto;margin:0 0 26px;padding:1px 1px 5px;scrollbar-width:none}
.match-filters::-webkit-scrollbar{display:none}
.match-filter-pill{display:inline-flex;align-items:center;justify-content:center;min-width:84px;min-height:42px;padding:9px 18px;border:1px solid var(--stone-300);border-radius:999px;background:var(--white);color:var(--blue-900);font-weight:700;white-space:nowrap;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .15s}
.match-filter-pill:hover{border-color:var(--blue);background:var(--blue-50)}
.match-filter-pill:active{transform:scale(.98)}
.match-filter-pill.is-active{border-color:var(--blue);background:var(--blue);color:var(--white);box-shadow:0 4px 12px -7px rgba(14,33,72,.8)}
.match-filter-empty{color:var(--stone-700)}

@media(min-width:760px){.match-filters{margin-bottom:30px}}

/* Two-factor setup. */
.totp-steps{margin:0 0 20px;padding-left:22px;color:var(--stone-700)}
.totp-steps li+li{margin-top:8px}
.totp-qr-code{display:flex;justify-content:center;margin:20px 0;padding:16px;border:1px solid var(--stone-100);border-radius:14px;background:var(--white)}
.totp-qr-code img{display:block;width:min(100%,280px);height:auto}
.totp-manual{margin-top:18px;padding:14px 16px;border-radius:10px;background:var(--blue-50);color:var(--stone-700)}
.totp-manual summary{cursor:pointer;font-weight:700;color:var(--blue-900)}
.totp-manual p{margin:14px 0 8px}
.totp-secret,.totp-uri{display:block;margin-top:8px;padding:10px;border-radius:7px;background:var(--white);color:var(--ink);overflow-wrap:anywhere;user-select:all}
.totp-manual details{margin-top:14px}

/* Compact profile overview with progressively disclosed editing fields. */
.profile-details{padding:0;align-self:start}
.profile-details>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;list-style:none;cursor:pointer}
.profile-details>summary::-webkit-details-marker{display:none}
.profile-summary-copy{display:grid;min-width:0;gap:5px}
.profile-summary-title{font-size:1.45rem;font-weight:700;line-height:1.15}
.profile-summary-meta{overflow:hidden;color:var(--stone-500);font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}
.profile-summary-action{display:flex;align-items:center;gap:8px;flex:none;color:var(--blue);font-size:.78rem;font-weight:700}
.profile-summary-action::after{content:"";width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .15s}
.profile-details[open] .profile-summary-action::after{transform:rotate(225deg) translate(-2px,-2px)}
.profile-details-body{padding:20px;border-top:1px solid var(--stone-100)}
@media(max-width:390px){.profile-summary-action{font-size:0}.profile-summary-action::before{content:"Ändra";font-size:.78rem}}

/* SportAdmin membership status and member pricing. */
.membership-card{scroll-margin-top:20px;border-color:var(--blue-100);background:linear-gradient(145deg,var(--white),var(--blue-50))}
.membership-heart,.membership-price-note>span{color:var(--red)}
.membership-card .meta{margin:18px 0 0}
.subscription-offer a{color:var(--white);font-weight:700}
.subscription-offer .membership-price-note{color:var(--white)}
.membership-loss-warning p:last-child{margin-bottom:0}

/* Home header and next home match, based on the mobile app design. */
.home-body>.site-header{background:linear-gradient(180deg,#23477e 0%,var(--blue-900) 100%)}
.home-body>.site-header .header-inner{min-height:0;padding:30px 24px 14px;align-items:stretch}
.installed-app .home-body>.site-header .header-inner{padding-top:40px}
.home-header{display:grid;grid-template-columns:minmax(0,1fr);align-content:center;align-items:stretch;justify-content:stretch;gap:22px;width:100%}
.home-header-main{display:flex;align-items:center;gap:20px;min-width:0}
.home-body .home-identity{gap:16px}
.home-body .home-identity-logo{width:58px;height:66px}
.home-body .header-kicker{margin-bottom:7px;font-size:.82rem}
.home-body .header-title{font-size:2rem}
.home-body .header-notifications{width:56px;height:56px;margin-left:auto;background:rgba(255,255,255,.11)}
.home-header-badges{display:flex;flex-wrap:wrap;gap:9px}
.home-header-badge{display:inline-flex;align-items:center;gap:8px;min-height:35px;padding:7px 14px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.03);color:var(--white);font-size:.78rem;font-weight:800;letter-spacing:.07em;line-height:1;text-decoration:none;text-transform:uppercase}
.home-header-badge>span{width:7px;height:7px;flex:none;border-radius:50%;background:#dce8ff}
.home-header-badge-plus{border-color:rgba(199,154,59,.86);color:#f1c35b}
.home-header-badge-plus>span{background:#e7b43f}
.home-body>.page-shell{padding-top:20px}
.home-next-match-card{max-width:720px;padding:18px;border-radius:14px;background:#0e2148;box-shadow:0 12px 32px -10px rgba(30,60,114,.45);color:var(--white)}
.home-next-match-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:rgba(255,255,255,.6);font-size:.75rem;font-weight:600}
.home-next-match-label{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:4px;background:#ab182d;color:var(--white);font-size:.69rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.home-next-match-label-live{gap:6px}.home-next-match-label-live>span{width:6px;height:6px;border-radius:50%;background:var(--white);animation:ifk-pulse 1.6s infinite}
.home-next-match-label-finished{min-height:23px;padding:3px 8px;border:1px solid rgba(255,255,255,.3);background:transparent}
.home-next-match-details{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:14px;margin-top:16px}
.home-next-match-details.is-scored{grid-template-columns:minmax(0,1fr) auto}
.home-next-match-date{display:grid;place-items:center;align-content:center;width:58px;height:58px;padding:7px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.08);text-align:center}
.home-next-match-date strong{font-size:1.5rem;font-style:italic;font-weight:900;line-height:.92;font-variant-numeric:tabular-nums}
.home-next-match-date span{margin-top:5px;color:rgba(255,255,255,.7);font-size:.56rem;font-weight:700;letter-spacing:.1em;line-height:1;text-transform:uppercase}
.home-next-match-teams{min-width:0}
.home-next-match-teams h2{margin-bottom:5px;color:var(--white);font-size:1.19rem;font-weight:800;letter-spacing:-.01em;line-height:1.15}
.home-next-match-teams p{margin-bottom:0;color:rgba(255,255,255,.65);font-size:.75rem;font-weight:600;line-height:1.25}
.home-next-match-score{margin-left:8px;color:var(--white);font-size:2.5rem;font-style:italic;font-weight:900;letter-spacing:-.03em;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums}
.home-next-match-prediction{display:block;margin-top:16px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.07);color:var(--white);text-decoration:none}
.home-next-match-prediction:hover{border-color:rgba(255,255,255,.28);color:var(--white)}
.home-next-match-prediction-head{display:grid;grid-template-columns:minmax(0,1fr) auto 8px;align-items:center;gap:8px;color:rgba(255,255,255,.6);font-size:.63rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}
.home-next-match-prediction-head strong{color:var(--white);font-size:.69rem;font-weight:800;letter-spacing:0;white-space:nowrap;font-variant-numeric:tabular-nums}
.home-next-match-chevron{color:rgba(255,255,255,.45);font-size:1.35rem;font-weight:400;line-height:.7}
.home-next-match-tip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;text-align:center}
.home-next-match-tip-grid>span{min-width:0}.home-next-match-tip-grid strong{display:block;color:var(--white);font-size:1.19rem;font-style:italic;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}
.home-next-match-tip-grid strong small{margin-left:2px;font-size:.75rem;font-style:normal;font-weight:800}.home-next-match-tip-grid .is-correct{color:#7fd1b9}.home-next-match-tip-grid .is-wrong{color:#ff9aa5}
.home-next-match-tip-grid>span>span{display:block;margin-top:6px;color:rgba(255,255,255,.55);font-size:.56rem;font-weight:700;letter-spacing:.06em;line-height:1;text-transform:uppercase}
.home-next-match-prediction-empty{padding:14px;border-style:dashed;border-color:rgba(255,255,255,.3)}
.home-next-match-empty-copy{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px}.home-next-match-empty-copy>span:last-child{min-width:0}
.home-next-match-empty-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.1)}.home-next-match-empty-icon svg{width:20px;height:20px;fill:none;stroke:var(--white);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.home-next-match-empty-copy strong,.home-next-match-empty-copy>span:last-child>span{display:block}.home-next-match-empty-copy strong{font-size:.94rem;font-weight:700;line-height:1.2}.home-next-match-empty-copy>span:last-child>span{margin-top:3px;color:rgba(255,255,255,.65);font-size:.75rem;line-height:1.35}
.home-next-match-prediction-cta{display:flex;align-items:center;justify-content:center;min-height:38px;margin-top:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:var(--white);font-size:.75rem;font-weight:800;letter-spacing:.06em;line-height:1;text-align:center;text-transform:uppercase}
.home-next-match-actions{display:grid;gap:10px;margin-top:12px}
.home-next-match-action{display:flex;align-items:center;justify-content:center;min-height:44px;padding:13px 16px;border-radius:10px;color:var(--white);font-size:.88rem;font-weight:700;line-height:1.15;text-align:center;text-decoration:none;transition:background .15s,border-color .15s,transform .15s}
.home-next-match-action:hover{color:var(--white);transform:translateY(-1px)}
.home-next-match-action-primary{background:#ab182d}
.home-next-match-action-primary:hover{background:var(--red-dark)}
.home-next-match-action-secondary{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08)}
.home-next-match-action-secondary:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.14)}
@keyframes ifk-pulse{0%,100%{opacity:1}50%{opacity:.35}}

@media(max-width:390px){.home-body>.site-header .header-inner{padding-inline:20px}.home-body .home-identity{gap:11px}.home-body .home-identity-logo{width:48px;height:56px}.home-body .header-kicker{font-size:.72rem}.home-body .header-title{font-size:1.72rem}.home-body .header-notifications{width:48px;height:48px}.home-header-badge{min-height:33px;padding-inline:12px;font-size:.7rem}.home-next-match-card{padding-inline:16px}.home-next-match-teams h2{font-size:1.08rem}.home-next-match-score{font-size:2.2rem}.home-next-match-empty-copy{gap:10px}.home-next-match-prediction{padding-inline:11px}}
@media(min-width:760px){.home-body>.site-header .header-inner{min-height:0;padding:22px 24px 11px;align-items:center}.installed-app .home-body>.site-header .header-inner{padding-top:32px}.home-header{width:min(100%,460px);gap:15px}.home-body .home-identity-logo{width:50px;height:57px}.home-body .header-kicker{font-size:.72rem}.home-body .header-title{font-size:1.65rem}.home-body>.page-shell{padding-top:28px}}
@media(prefers-reduced-motion:reduce){.home-next-match-label-live>span{animation:none}}

/* Match predictions. */
.match-theme-card{padding:16px;border:1px solid var(--stone-100);border-radius:14px;background:var(--white);box-shadow:0 1px 2px rgba(14,33,72,.08)}
.match-prediction-entry+.match-theme-card{margin-top:12px}
.match-theme-card .eyebrow{margin-bottom:12px}.match-theme-card h2{margin:0;font-size:1.06rem;font-weight:700;line-height:1.3}
.match-theme-body{margin:6px 0 0;color:var(--stone-700);font-size:.82rem;line-height:1.5;white-space:pre-line;text-wrap:pretty}.match-theme-body-only{margin-top:0}
.match-prediction-entry{display:block;color:var(--ink)}
.match-prediction-entry-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.match-prediction-entry-head strong{display:block;font-size:1.05rem}.match-prediction-entry-head .eyebrow{margin-bottom:2px}
.match-prediction-chevron{color:var(--stone-300);font-size:2rem;line-height:1}.match-prediction-entry-button{margin-top:14px}
.match-prediction-entry-meta{display:block;margin-top:13px;color:var(--stone-700);font-size:.76rem;font-weight:600}
.prediction-number-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
.prediction-number-grid>span{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:12px 8px;border-radius:8px;background:var(--white);text-align:center}
.prediction-number-grid strong{color:var(--blue-900);font-size:1.65rem;font-style:italic;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}
.prediction-number-grid small{margin-top:7px;color:var(--stone-500);font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.prediction-number-grid-compact>span{background:var(--blue-50)}.prediction-number-grid-compact strong{font-size:1.28rem}
.prediction-flow-body{background:var(--blue-900)}
.prediction-flow-body>.site-header,.prediction-flow-body>.bottom-nav,.prediction-flow-body>.site-footer{display:none}
.prediction-flow-body>.page-shell{max-width:680px;min-height:100vh;margin:auto;padding:0;background:var(--bone)}
.prediction-page-header{padding:32px 20px 22px;background:linear-gradient(180deg,var(--blue),var(--blue-900));color:var(--white)}
.prediction-page-header .eyebrow{margin-top:14px;color:rgba(255,255,255,.58)}
.prediction-page-header h1{max-width:580px;margin:0;font-size:clamp(1.5rem,6vw,2.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}
.prediction-page-header p{margin:8px 0 0;color:rgba(255,255,255,.65);font-size:.82rem}
.prediction-back{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.14);color:var(--white);font-size:2rem;line-height:1;text-decoration:none}
.prediction-page-content,.prediction-leaderboard-content{display:grid;gap:12px;padding:16px 16px 38px}
.prediction-status-card,.prediction-own-card,.prediction-locked-card,.prediction-legend,.prediction-ranking-explainer{padding:16px;border:1px solid var(--stone-100);border-radius:14px;background:var(--white);box-shadow:0 1px 2px rgba(14,33,72,.08)}
.prediction-status-card .eyebrow{color:var(--blue)}.prediction-status-card .prediction-status-closed{color:var(--red)}.prediction-status-card .prediction-status-finished{color:var(--mint)}
.prediction-status-card h2{margin-bottom:8px;font-size:1.08rem}.prediction-status-card p{margin-bottom:0;color:var(--stone-700);font-size:.82rem;line-height:1.55}
.prediction-status-card .prediction-correct-answers{margin-bottom:5px;color:var(--blue);font-weight:700;font-variant-numeric:tabular-nums}
.prediction-own-card{border-color:#8097c2;background:var(--blue-50)}
.prediction-own-head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--blue);font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.prediction-own-head a{text-decoration:none}.prediction-own-head>span:last-child{color:var(--stone-500)}
.prediction-cta-card h2{margin-bottom:7px}.prediction-cta-card p{color:var(--stone-700);font-size:.86rem}
.prediction-locked-card{display:flex;flex-direction:column;align-items:center;padding-block:28px;text-align:center}
.prediction-lock-icon{width:22px;height:22px;fill:none;stroke:var(--stone-500);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.prediction-locked-card strong{margin-top:7px;font-size:.95rem}.prediction-locked-card p{margin:4px 0 0;color:var(--stone-700);font-size:.8rem}
.prediction-public-section{margin-top:4px}.prediction-public-section>h2{margin-bottom:2px;font-size:1.15rem}.prediction-public-section>.meta{margin-bottom:10px}
.prediction-table-wrap{overflow-x:auto;border:1px solid var(--stone-100);border-radius:14px;background:var(--white)}
.prediction-table{min-width:0;table-layout:fixed}.prediction-table th,.prediction-table td{padding:10px 8px;text-align:center;vertical-align:middle}
.prediction-table thead th{background:var(--blue-50);color:var(--stone-700);font-size:.58rem}.prediction-table thead th:first-child,.prediction-table tbody th{text-align:left}
.prediction-table thead th:first-child{width:42%}.prediction-table tbody th{font-size:.8rem;line-height:1.25}.prediction-table tbody tr.is-own{background:var(--blue-50);box-shadow:inset 3px 0 0 #8097c2}
.prediction-table .is-anonymous{color:var(--stone-500);font-style:italic}
.prediction-answer{display:flex;flex-direction:column;align-items:center;gap:2px;font-variant-numeric:tabular-nums}.prediction-answer strong{font-size:.92rem;font-weight:800}.prediction-answer small{font-size:.7rem;font-weight:800}
.prediction-answer-correct small,.prediction-legend .is-correct{color:var(--mint)}.prediction-answer-wrong small,.prediction-legend .is-wrong{color:var(--red)}.prediction-answer-waiting small,.prediction-answer-missing small{color:var(--stone-500)}
.prediction-points{color:var(--blue-900);font-size:.78rem;font-weight:800;white-space:nowrap;font-variant-numeric:tabular-nums}
.public-user-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}
.public-user-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 5px;border:1px solid var(--stone-300);border-radius:999px;color:var(--stone-700);font-size:.5rem;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}
.public-user-badge i{width:4px;height:4px;border-radius:50%;background:var(--blue-100)}.public-user-badge-plus{border-color:rgba(199,154,59,.6);color:#8a6a22}.public-user-badge-plus i{background:var(--gold)}
.prediction-legend{display:flex;flex-wrap:wrap;gap:7px 14px;color:var(--stone-700);font-size:.72rem;font-weight:600}
.prediction-season-link{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--stone-100);border-radius:14px;background:var(--white);color:var(--ink);text-decoration:none}
.prediction-season-link strong,.prediction-season-link small{display:block}.prediction-season-link strong{font-size:.86rem}.prediction-season-link small{margin-top:2px;color:var(--stone-500);font-size:.68rem}.prediction-season-icon{width:22px;height:22px;fill:none;stroke:var(--blue);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.prediction-form-body>.page-shell{max-width:560px}.prediction-form-header{background:var(--blue-900)}
.prediction-form{display:grid;gap:12px;padding:12px 16px 38px}
.prediction-question-card{display:block;padding:16px;border:1px solid var(--stone-100);border-radius:14px;background:var(--white);box-shadow:0 1px 2px rgba(14,33,72,.08);font-size:.86rem;font-weight:600;line-height:1.4}
.prediction-stepper{display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:12px;margin-top:14px}
.prediction-stepper button{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid var(--stone-300);border-radius:10px;background:var(--white);color:var(--blue);font-size:1.15rem;cursor:pointer}
.prediction-stepper input{width:100%;padding:0;border:0;background:transparent;color:var(--blue-900);font-size:2.2rem;font-style:italic;font-weight:900;text-align:center;font-variant-numeric:tabular-nums;-moz-appearance:textfield}
.prediction-stepper input::-webkit-inner-spin-button,.prediction-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.prediction-form-errors{padding:13px 15px;border:1px solid rgba(171,24,45,.25);border-radius:10px;background:var(--red-wash);color:var(--red-dark);font-size:.8rem;font-weight:600}.prediction-form-errors ul{margin:0;padding-left:18px}
.prediction-save{width:100%;border-radius:12px;padding:16px}.prediction-save:disabled{background:var(--stone-300);cursor:not-allowed}.prediction-form-note{margin:0;color:var(--stone-500);font-size:.72rem;line-height:1.5;text-align:center}
.prediction-profile-body>.page-shell{display:grid;align-items:center;max-width:560px;padding:0;background:var(--blue-900);color:var(--white)}
.prediction-profile-shell{padding:32px 24px 48px}.prediction-profile-shell>.eyebrow{margin-top:28px;color:#e46d7e}.prediction-profile-shell h1{margin-bottom:12px;font-size:clamp(2rem,8vw,2.8rem)}
.prediction-profile-lede{color:rgba(255,255,255,.7);font-size:.9rem;line-height:1.55}.prediction-profile-shell form{margin-top:28px}
.prediction-profile-shell .form-group>label{color:rgba(255,255,255,.58);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}
.prediction-profile-shell .field{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:var(--white)}.prediction-profile-shell .field::placeholder{color:rgba(255,255,255,.42)}.prediction-profile-shell .hint{color:rgba(255,255,255,.58)}
.prediction-profile-public{display:grid;gap:9px;margin:22px 0;padding:16px;border-radius:14px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.8);font-size:.8rem}
.prediction-profile-public strong{color:rgba(255,255,255,.58);font-size:.67rem;letter-spacing:.08em;text-transform:uppercase}.prediction-profile-public span::before{content:"✓";margin-right:8px;color:#e0bc72;font-weight:800}
.prediction-profile-confirm{display:flex;align-items:flex-start;gap:12px;font-size:.88rem;line-height:1.45}.prediction-profile-confirm input{width:24px;height:24px;flex:none;margin:0;accent-color:var(--blue)}
.prediction-field-error{margin-top:7px;color:#ff9aaa;font-size:.78rem;font-weight:600}.prediction-profile-submit{width:100%;margin-top:22px;padding:16px;border-radius:12px;background:var(--white);color:var(--blue-900)}
.prediction-profile-submit:hover{background:var(--blue-50);color:var(--blue-900)}.prediction-profile-submit:disabled{background:var(--stone-300);color:var(--stone-700);cursor:not-allowed}.prediction-profile-footnote{margin:10px 0 0;color:rgba(255,255,255,.5);font-size:.72rem;text-align:center}
.prediction-leaderboard-body>.page-shell{max-width:820px}.prediction-leaderboard-header{padding-bottom:34px}.prediction-leaderboard-header h1{font-size:clamp(2rem,8vw,3rem)}
.prediction-own-ranking{display:grid;grid-template-columns:1fr auto;gap:3px 12px;padding:14px 16px;border:1px solid #8097c2;border-radius:14px;background:var(--blue-50);color:var(--blue-900)}.prediction-own-ranking span{color:var(--blue);font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.prediction-own-ranking strong{grid-row:1 / span 2;grid-column:2;font-style:italic;font-variant-numeric:tabular-nums}.prediction-own-ranking small{color:var(--stone-700)}
.prediction-leaderboard-table{min-width:650px}.prediction-leaderboard-table thead th:first-child{width:8%}.prediction-leaderboard-table thead th:nth-child(2){width:34%}.prediction-leaderboard-table tbody th{font-size:1rem}
.prediction-leaderboard-table td{color:var(--stone-700);font-weight:600;font-variant-numeric:tabular-nums}.prediction-leaderboard-table .leaderboard-position,.prediction-leaderboard-table .leaderboard-points{color:var(--blue-900);font-size:1.1rem;font-style:italic;font-weight:900}
.prediction-ranking-explainer{margin-top:18px;color:var(--stone-700)}.prediction-ranking-explainer>strong{display:block;margin-bottom:16px;color:var(--stone-500);font-size:.78rem;letter-spacing:.07em;text-transform:uppercase}.prediction-ranking-explainer p{margin-bottom:12px}
@media(min-width:760px){.prediction-page-header{padding:42px 34px 28px}.prediction-page-content,.prediction-leaderboard-content{padding:24px 28px 50px}.prediction-form{padding:20px 24px 48px}.prediction-profile-shell{padding:54px 44px}.prediction-table th,.prediction-table td{padding:12px}.prediction-table tbody th{font-size:.9rem}}
@media(max-width:420px){.prediction-table th,.prediction-table td{padding:9px 5px}.prediction-table tbody th{font-size:.72rem}.prediction-answer strong{font-size:.84rem}.prediction-points{font-size:.7rem}.prediction-number-grid strong{font-size:1.45rem}}
