:root{--hj-color-brand: #1ed760;--hj-color-brand-soft: #dcfce7;--hj-color-brand-strong: #16a34a;--hj-color-accent: #3b82f6;--hj-color-accent-soft: #dbeafe;--hj-color-accent-strong: #1d4ed8;--hj-color-ink: #1f2937;--hj-color-ink-muted: #4b5563;--hj-color-ink-subtle: #6b7280;--hj-color-page: #f8f9fa;--hj-color-surface: #ffffff;--hj-color-surface-muted: #f3f4f6;--hj-color-surface-elevated: #ffffff;--hj-color-surface-highlight: #dcfce7;--hj-color-border-subtle: #e5e7eb;--hj-color-border-strong: #d1d5db;--hj-color-success: #16a34a;--hj-color-success-soft: #dcfce7;--hj-color-success-ink: #166534;--hj-color-danger: #dc2626;--hj-color-danger-soft: #fee2e2;--hj-color-danger-ink: #991b1b;--hj-color-warning: #f59e0b;--hj-color-warning-soft: #ffedd5;--hj-color-warning-ink: #92400e;--hj-color-info: #3b82f6;--hj-color-info-soft: #dbeafe;--hj-color-info-ink: #1e40af;--hj-space-0: 0;--hj-space-1: 4px;--hj-space-2: 8px;--hj-space-3: 12px;--hj-space-4: 16px;--hj-space-5: 20px;--hj-space-6: 24px;--hj-space-7: 32px;--hj-space-8: 40px;--hj-radius-xs: 4px;--hj-radius-sm: 6px;--hj-radius-md: 10px;--hj-radius-lg: 14px;--hj-radius-pill: 999px;--hj-font-family-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;--hj-font-size-xs: 12px;--hj-font-size-sm: 14px;--hj-font-size-md: 16px;--hj-font-size-lg: 20px;--hj-font-size-xl: 24px;--hj-line-height-tight: 1.2;--hj-line-height-default: 1.4;--hj-line-height-relaxed: 1.6;--hj-font-weight-regular: 400;--hj-font-weight-medium: 500;--hj-font-weight-semibold: 600;--hj-font-weight-bold: 700;--hj-shadow-none: none;--hj-shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);--hj-shadow-md: 0 8px 24px rgba(15, 23, 42, .12);--hj-shadow-lg: 0 10px 25px rgba(15, 23, 42, .18);--hj-shadow-inset: inset 0 1px 2px rgba(15, 23, 42, .12);--hj-duration-fast: .12s;--hj-duration-default: .18s;--hj-duration-slow: .24s;--hj-ease-default: cubic-bezier(.4, 0, .2, 1);--hj-color-brand-primary: var(--hj-color-brand);--hj-color-inverse-text: #ffffff;--hj-color-surface-1: var(--hj-color-surface);--hj-color-surface-2: var(--hj-color-surface-muted);--hj-color-text-primary: var(--hj-color-ink);--hj-color-text-secondary: var(--hj-color-ink-subtle);--hj-border-color: var(--hj-color-border-subtle);--hj-card-bg: var(--hj-color-surface);--hj-text-primary: var(--hj-color-ink);--hj-spacing-xs: var(--hj-space-1);--hj-spacing-sm: var(--hj-space-2);--hj-page-max-width: 1120px;--color-brand: var(--hj-color-brand);--color-accent: var(--hj-color-accent);--color-bg: var(--hj-color-page);--color-surface: var(--hj-color-surface);--color-border: var(--hj-color-border-subtle);--color-text: var(--hj-color-ink);--color-text-muted: var(--hj-color-ink-subtle);--color-success: var(--hj-color-success);--color-warning: var(--hj-color-warning);--color-error: var(--hj-color-danger);--color-info: var(--hj-color-info)}body{margin:0;font-family:var(--hj-font-family-sans);color:var(--hj-color-ink);background:var(--hj-color-page)}a{color:inherit;text-decoration:none}.hj-heading-page{margin:0 0 var(--hj-space-2);font-size:var(--hj-font-size-xl);font-weight:var(--hj-font-weight-bold);line-height:var(--hj-line-height-tight);color:var(--hj-color-ink)}.hj-heading-section{margin:0 0 var(--hj-space-1);font-size:var(--hj-font-size-lg);font-weight:var(--hj-font-weight-semibold);line-height:var(--hj-line-height-tight);color:var(--hj-color-ink)}.hj-text-meta{font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted);line-height:var(--hj-line-height-default)}.app-shell{padding:var(--hj-space-4) var(--hj-space-4) var(--hj-space-8);min-height:100vh;height:100dvh;display:flex;flex-direction:column;gap:var(--hj-space-4);background:var(--hj-color-page);overflow:hidden}.app-shell-inner{width:100%;max-width:var(--hj-page-max-width);margin:0 auto;display:flex;flex-direction:column;gap:var(--hj-space-2);flex:1;min-height:0;overflow:hidden}.app-header{background:var(--hj-color-surface);border:1px solid var(--hj-color-border-subtle);border-radius:var(--hj-radius-md);padding:var(--hj-space-3) var(--hj-space-4);box-shadow:var(--hj-shadow-sm)}.app-header-top{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);flex-wrap:wrap}.brand-link,.brand-row{display:flex;align-items:center;gap:var(--hj-space-3)}.brand-logo{width:48px;height:48px;border-radius:var(--hj-radius-sm);object-fit:cover;border:0}.brand-title{font-size:var(--hj-font-size-lg);font-weight:var(--hj-font-weight-bold);line-height:var(--hj-line-height-tight)}.app-age-row{margin-top:var(--hj-space-2)}.app-nav-row{display:flex;align-items:center;gap:var(--hj-space-3);flex-wrap:nowrap;min-height:48px;margin-top:var(--hj-space-2);padding-top:var(--hj-space-1);padding-bottom:var(--hj-space-1);overflow-x:auto}.age-chooser{display:inline-flex;align-items:center;gap:var(--hj-space-2);font-weight:var(--hj-font-weight-medium)}select{padding:6px 10px;border:1px solid var(--hj-color-border-subtle);border-radius:var(--hj-radius-sm);background:var(--hj-color-surface);font-size:var(--hj-font-size-sm)}.btn,.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:var(--hj-space-1);padding:10px 14px;border-radius:var(--hj-radius-sm);font-weight:var(--hj-font-weight-semibold);font-size:var(--hj-font-size-sm);line-height:var(--hj-line-height-tight);cursor:pointer;border:1px solid transparent;transition:background-color var(--hj-duration-default) var(--hj-ease-default),border-color var(--hj-duration-default) var(--hj-ease-default),box-shadow var(--hj-duration-default) var(--hj-ease-default)}.btn-primary{background:var(--hj-color-brand);color:#052e16;border-color:var(--hj-color-brand);box-shadow:var(--hj-shadow-sm)}.btn-primary:hover{background:var(--hj-color-brand-strong);border-color:var(--hj-color-brand-strong);box-shadow:var(--hj-shadow-md)}.btn-primary:active{background:var(--hj-color-brand-strong);border-color:var(--hj-color-brand-strong);box-shadow:var(--hj-shadow-sm)}.btn-secondary{background:var(--hj-color-surface-muted);color:var(--hj-color-ink);border-color:var(--hj-color-border-subtle);box-shadow:var(--hj-shadow-sm)}.btn-secondary:hover{border-color:var(--hj-color-border-strong);background:var(--hj-color-border-subtle)}.pills{display:flex;gap:var(--hj-space-2);scrollbar-width:none;-ms-overflow-style:none}.pill{padding:8px 12px;border:1px solid var(--hj-color-border-subtle);border-radius:var(--hj-radius-pill);background:var(--hj-color-surface-muted);font-weight:var(--hj-font-weight-semibold);color:var(--hj-color-ink);transition:background-color var(--hj-duration-default) var(--hj-ease-default),border-color var(--hj-duration-default) var(--hj-ease-default),box-shadow var(--hj-duration-default) var(--hj-ease-default)}.pill:hover:not(.is-active){border-color:var(--hj-color-border-strong);background:var(--hj-color-border-subtle)}.pill.is-active{background:var(--hj-color-brand-soft);border-color:var(--hj-color-brand);color:var(--hj-color-ink)}.pills::-webkit-scrollbar{display:none}.app-main{display:flex;flex-direction:column;gap:var(--hj-space-4);flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.app-filter-slot{width:100%;display:flex;align-items:stretch;background:transparent;padding:0;margin:0}.app-filter-slot-inner{flex:1;display:flex;align-items:center}.filter-slot-placeholder{flex:1}.page-stack{max-width:var(--hj-page-max-width);margin:0 auto;padding:var(--hj-space-6) 0 var(--hj-space-8);display:flex;flex-direction:column;gap:var(--hj-space-6);width:100%}.page-section{display:flex;flex-direction:column;gap:var(--hj-space-3);width:100%;margin-bottom:var(--hj-space-6)}.page-section--subtle{margin-bottom:0;color:var(--hj-color-ink-muted)}.page-section--subtle .page-intro-card{background:var(--hj-color-surface-muted);padding:var(--hj-space-3)}.app-footer{font-size:var(--hj-font-size-xs);color:var(--hj-color-ink-muted);text-align:right;padding:0 var(--hj-space-1) var(--hj-space-2)}.app-footer a{color:inherit;text-decoration:underline}.app-footer a:hover{color:var(--hj-color-ink)}.hj-card{background:var(--hj-color-surface);border-radius:var(--hj-radius-md);border:1px solid var(--hj-color-border-subtle);box-shadow:var(--hj-shadow-sm);padding:var(--hj-space-4)}.hj-card--highlight{background:var(--hj-color-surface-highlight)}.hj-card--no-pad{padding:0}.hj-section-header{margin-bottom:var(--hj-space-3);display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3)}.hj-section-header-title{font-size:var(--hj-font-size-lg);font-weight:var(--hj-font-weight-semibold);color:var(--hj-color-ink);line-height:var(--hj-line-height-tight);margin:0 0 var(--hj-space-1)}.hj-section-header-subtitle{margin-top:var(--hj-space-1);font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted)}.hj-filter-row{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);margin-bottom:var(--hj-space-4);flex-wrap:wrap}.hj-checkbox-label{display:inline-flex;align-items:center;gap:var(--hj-space-2);font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted)}.hj-form{display:flex;flex-direction:column;gap:var(--hj-space-3)}.hj-form-field{display:flex;flex-direction:column;gap:var(--hj-space-1)}.hj-form-label{font-size:var(--hj-font-size-sm);font-weight:var(--hj-font-weight-medium);color:var(--hj-color-ink)}.hj-input,.hj-textarea{font-family:var(--hj-font-family-sans);font-size:var(--hj-font-size-sm);line-height:var(--hj-line-height-default);color:var(--hj-color-ink);background-color:var(--hj-color-surface);border-radius:var(--hj-radius-sm);border:1px solid var(--hj-color-border-subtle);padding:var(--hj-space-2) var(--hj-space-3);transition:border-color var(--hj-duration-default) var(--hj-ease-default),box-shadow var(--hj-duration-default) var(--hj-ease-default)}.hj-input:focus,.hj-textarea:focus{outline:none;border-color:var(--hj-color-brand);box-shadow:0 0 0 1px var(--hj-color-brand-soft)}.hj-textarea{min-height:120px;resize:vertical}.hj-form-actions{display:flex;gap:var(--hj-space-3);margin-top:var(--hj-space-2)}.hj-form-footnote{margin-top:var(--hj-space-3);font-size:var(--hj-font-size-xs);color:var(--hj-color-ink-muted)}.cards{display:grid;gap:var(--hj-space-3);margin:0;padding:0;list-style:none;width:100%}.star-btn{background:none;border:0;cursor:pointer;padding:0 var(--hj-space-1)}.star{font-size:16px;line-height:1}.star.is-on{color:var(--hj-color-brand-strong)}.star.is-off{color:var(--hj-color-border-strong)}.hj-team-hero{padding-top:var(--hj-space-6);padding-bottom:var(--hj-space-4)}.team-hero{display:flex;flex-direction:column;gap:var(--hj-space-3)}.team-hero-head{display:flex;justify-content:space-between}.team-hero-main{display:flex;align-items:center;gap:var(--hj-space-3)}.team-hero-title{display:flex;flex-direction:column;gap:4px;min-width:0}.team-hero-title-row{display:flex;align-items:center;gap:var(--hj-space-2)}.team-hero-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--hj-space-2)}.team-hero-name{margin:0;font-size:var(--hj-font-size-xl);font-weight:var(--hj-font-weight-bold);line-height:var(--hj-line-height-tight);flex:1;min-width:0}.team-hero-meta{font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted)}.team-hero-age{display:inline-flex;align-items:center;gap:4px;padding:2px var(--hj-space-2);border-radius:var(--hj-radius-pill);background-color:var(--hj-color-surface);border:1px solid var(--hj-color-border-subtle);font-size:var(--hj-font-size-xs);font-weight:var(--hj-font-weight-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--hj-color-ink)}.team-hero-star{margin-left:auto;padding-left:0;padding-right:0}.hj-team-hero__stack{display:flex;flex-direction:column;gap:var(--hj-space-4)}.hj-team-hero__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--hj-space-3);width:100%}.hj-team-hero__title{flex:1;min-width:0}.hj-team-hero__title-row{display:flex;align-items:center;gap:var(--hj-space-3)}.hj-team-hero__name{flex:1;min-width:0}.hj-team-hero__meta{display:flex;align-items:center;flex-wrap:wrap;gap:var(--hj-space-2);margin-top:6px}.hj-team-hero__age{display:inline-flex;align-items:center;padding:2px var(--hj-space-2);border-radius:var(--hj-radius-pill);background:var(--hj-color-surface);border:1px solid var(--hj-color-border-subtle);color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-xs);font-weight:var(--hj-font-weight-semibold);letter-spacing:.04em;text-transform:uppercase}.hj-team-hero__pool{color:var(--hj-color-ink-muted)}.hj-team-hero__star{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;margin-top:2px;flex-shrink:0}.hj-team-hero__summary{width:100%}.hj-team-hero__stats{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:var(--hj-space-3);padding:10px 12px;border-radius:12px;background:var(--hj-color-surface);border:1px solid var(--hj-color-border-subtle);width:100%}.hj-team-hero__stats .hj-team-hero-summary-value{font-size:var(--hj-font-size-md);font-weight:var(--hj-font-weight-semibold)}.team-hero-stats{margin-top:var(--hj-space-1);flex-wrap:wrap}.hj-team-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--hj-space-3);flex-wrap:wrap}.hj-team-hero-main{display:flex;align-items:center;gap:var(--hj-space-3);min-width:0}.hj-team-hero-summary{display:flex;flex-direction:column;align-items:stretch;gap:4px;font-size:var(--hj-font-size-xs)}.hj-team-hero-summary-strip{display:grid;grid-auto-flow:column;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:var(--hj-space-3);justify-items:center;width:100%}.hj-team-hero-summary-label{text-transform:uppercase;letter-spacing:.05em;color:var(--hj-color-ink-subtle);font-size:var(--hj-font-size-xs)}.hj-team-hero-summary-value{font-weight:var(--hj-font-weight-semibold);font-variant-numeric:tabular-nums;font-size:var(--hj-font-size-sm)}.hj-team-hero-summary-cell{display:grid;gap:2px;text-align:center}.hj-team-meta{margin-top:var(--hj-space-2);font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted)}.hj-stats-row{display:flex;flex-wrap:wrap;gap:var(--hj-space-3);margin-top:var(--hj-space-4)}.hj-stat-pill{flex:0 0 auto;min-width:72px;padding:var(--hj-space-2) var(--hj-space-3);border-radius:var(--hj-radius-pill);background-color:var(--hj-color-surface);border:1px solid var(--hj-color-border-subtle);display:flex;flex-direction:column;align-items:center;gap:var(--hj-space-1);font-size:var(--hj-font-size-xs)}.hj-stat-pill-value{font-size:var(--hj-font-size-md);font-weight:var(--hj-font-weight-semibold);color:var(--hj-color-ink)}.hj-stat-pill-label{text-transform:uppercase;letter-spacing:.05em;color:var(--hj-color-ink-muted)}.fixture-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--hj-space-3);margin-bottom:var(--hj-space-2)}.fixtures-header{display:flex;align-items:center;justify-content:space-between}.fixtures-filter{display:flex;align-items:center;gap:var(--hj-space-2)}.fixtures-filter-label{font-size:var(--hj-font-size-xs);color:var(--hj-color-ink-muted)}.fixtures-list{list-style:none;margin:0;padding:0}.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}.fixture-header-left{display:grid;gap:var(--hj-space-1);min-width:0}.fixture-date{font-weight:var(--hj-font-weight-semibold);font-size:var(--hj-font-size-md)}.fixture-meta,.meta{color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-sm);line-height:var(--hj-line-height-default)}.fixtures-empty-title{font-weight:var(--hj-font-weight-semibold);font-size:var(--hj-font-size-md)}.fixtures-empty-hint{margin-top:var(--hj-space-1);color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-sm)}.fixture-body{display:block}.fixture-body-left{display:flex;flex-direction:column;gap:var(--hj-space-2);width:100%;min-width:0}.fi-team-rows{display:flex;flex-direction:column;gap:var(--hj-space-1)}.fi-team-row{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);width:100%}.fi-team-main{display:inline-flex;align-items:center;gap:var(--hj-space-2);min-width:0}.fi-score{font-weight:var(--hj-font-weight-bold);font-size:var(--hj-font-size-md);min-width:2ch;text-align:right;font-variant-numeric:tabular-nums}.fixture-item-meta{color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-sm)}.fi-time{color:var(--hj-color-ink-muted);font-weight:var(--hj-font-weight-semibold);white-space:nowrap;font-size:var(--hj-font-size-sm)}.fi-time--spacer{visibility:hidden}.filters-card{display:flex;flex-direction:column;gap:var(--hj-space-3)}.filter-slot-card{flex:1;display:flex;align-items:center;gap:var(--hj-space-3);padding:var(--hj-space-2);border-radius:var(--hj-radius-md);background:var(--hj-color-surface-muted);border:1px solid var(--hj-color-border-subtle)}.filter-slot-row{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-label--compact{display:inline-flex;flex-direction:column;gap:6px;font-weight:var(--hj-font-weight-semibold)}.filter-label--compact select{min-width:140px}.filter-toggle{display:inline-flex;align-items:center;gap:var(--hj-space-2)}.filters-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--hj-space-3)}.filter-label{display:flex;flex-direction:column;gap:var(--hj-space-2);font-weight:var(--hj-font-weight-semibold)}.filter-check{display:inline-flex;align-items:center;gap:var(--hj-space-2);font-weight:var(--hj-font-weight-semibold)}.filter-help{margin-top:var(--hj-space-1);color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-xs)}.fixture-card{height:100%}.fixture-card--canonical .fixture-card-shell{padding:var(--hj-space-4);display:grid;gap:var(--hj-space-3)}.fixture-card-grid{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto auto auto;column-gap:var(--hj-space-3);row-gap:var(--hj-space-2);align-items:center}.fixture-grid-date{grid-column:1 / span 2;grid-row:1;display:flex;align-items:center;gap:var(--hj-space-2);min-width:0}.fixture-grid-when{grid-column:1 / span 2;grid-row:2}.fixture-grid-result,.fixture-grid-score1,.fixture-grid-score2{justify-self:end;display:flex;align-items:center;justify-content:flex-end;min-width:var(--hj-space-6)}.fixture-grid-result{grid-column:3;grid-row:1 / span 2;align-self:center}.fixture-grid-star1{grid-column:1;grid-row:3}.fixture-grid-team1{grid-column:2;grid-row:3;min-width:0}.fixture-grid-score1{grid-column:3;grid-row:3}.fixture-grid-star2{grid-column:1;grid-row:4}.fixture-grid-team2{grid-column:2;grid-row:4;min-width:0}.fixture-grid-score2{grid-column:3;grid-row:4}.fixture-card-date{font-weight:var(--hj-font-weight-semibold);font-size:var(--hj-font-size-lg);line-height:var(--hj-line-height-tight);font-variant-numeric:tabular-nums}.team-profile .fixture-card-date{font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted)}.fixture-card-time{font-weight:var(--hj-font-weight-semibold);font-variant-numeric:tabular-nums;font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted)}.fixture-card-status{font-size:var(--hj-font-size-xs);font-weight:var(--hj-font-weight-semibold);color:var(--hj-color-ink-muted);white-space:nowrap;padding:6px 10px;border-radius:var(--hj-radius-pill);border:1px solid var(--hj-color-border-subtle);background:var(--hj-color-surface-muted)}.fixture-status--live{color:var(--hj-color-info-ink);border-color:var(--hj-color-info);background:var(--hj-color-info-soft)}.fixture-status--final,.fixture-status--upcoming{color:var(--hj-color-ink-muted)}.fixture-status--warn{color:var(--hj-color-warning-ink);border-color:var(--hj-color-warning);background:var(--hj-color-warning-soft)}.fixture-status--win{color:var(--hj-color-success-ink);border-color:var(--hj-color-success);background:var(--hj-color-success-soft)}.fixture-status--draw{color:var(--hj-color-warning-ink);border-color:var(--hj-color-warning);background:var(--hj-color-warning-soft)}.fixture-status--loss,.fixture-status--danger{color:var(--hj-color-danger-ink);border-color:var(--hj-color-danger);background:var(--hj-color-danger-soft)}.fixture-status--muted{color:var(--hj-color-ink-subtle)}.fixture-card-meta{display:flex;align-items:center;gap:var(--hj-space-2);color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-sm);line-height:var(--hj-line-height-default);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fixture-card-details{display:grid;gap:var(--hj-space-2)}.fixture-team-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:var(--hj-font-weight-semibold)}.fixture-star{padding:0 var(--hj-space-1)}.fixture-team-score{font-weight:var(--hj-font-weight-bold);font-size:var(--hj-font-size-md);text-align:right;min-width:3.5ch;white-space:nowrap;font-variant-numeric:tabular-nums}.fixtures-filterbar{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);flex-wrap:wrap}.fixtures-filter-left{display:inline-flex;align-items:center;gap:var(--hj-space-2);font-weight:var(--hj-font-weight-semibold)}.fixtures-filter-title{white-space:nowrap}.fixtures-filter-follow{display:inline-flex;align-items:center;gap:var(--hj-space-2);font-size:var(--hj-font-size-sm);color:var(--hj-color-ink-muted)}.fixtures-date-group{display:grid;gap:var(--hj-space-2)}.fixtures-date-head{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);padding:6px 2px}.fixtures-date-title{font-size:var(--hj-font-size-sm);font-weight:var(--hj-font-weight-semibold);color:var(--hj-color-ink)}.fixtures-date-count{font-size:var(--hj-font-size-xs);color:var(--hj-color-ink-muted);background:var(--hj-color-surface-muted);border:1px solid var(--hj-color-border-subtle);border-radius:var(--hj-radius-pill);padding:2px 8px}.standings-cards{display:grid;gap:var(--hj-space-3);margin:0}.standings-page{overflow-x:hidden}.stand-card-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.stand-card{background:var(--hj-color-surface);border-radius:var(--hj-radius-md);border:1px solid var(--hj-color-border-subtle);box-shadow:var(--hj-shadow-sm);padding:10px 16px;min-width:100%;width:max-content}.stand-pool-block+.stand-pool-block{margin-top:20px;padding-top:16px;border-top:1px solid var(--hj-color-border-subtle)}.sc-top{display:flex;justify-content:flex-end;align-items:center;margin-bottom:4px}.stand-card-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--hj-color-surface-muted);border-radius:var(--hj-radius-sm);margin-bottom:8px;font-weight:var(--hj-font-weight-semibold)}.stand-pool-label{font-size:var(--hj-font-size-sm);font-weight:var(--hj-font-weight-bold);text-transform:uppercase;letter-spacing:.05em;color:var(--hj-color-ink)}.sc-team{display:flex;align-items:center;gap:var(--hj-space-2)}.badge{width:28px;height:28px;border-radius:50%;color:#fff;font-size:13px;font-weight:var(--hj-font-weight-bold);display:flex;align-items:center;justify-content:center}.sc-name{font-weight:var(--hj-font-weight-semibold);font-size:var(--hj-font-size-md)}.sc-right{display:flex;align-items:center;gap:var(--hj-space-2)}.rank-chip{font-size:var(--hj-font-size-xs);background:var(--hj-color-brand-soft);padding:2px 6px;border-radius:var(--hj-radius-sm)}.sc-points{font-weight:var(--hj-font-weight-bold)}.sc-grid{display:flex;flex-wrap:wrap;gap:var(--hj-space-2);font-size:var(--hj-font-size-sm);margin-top:var(--hj-space-1)}.sc-stat{display:flex;flex-direction:column;align-items:center}.lbl{font-size:var(--hj-font-size-xs);color:var(--hj-color-ink-muted)}.gd-chip{margin-left:auto;font-size:var(--hj-font-size-xs);background:var(--hj-color-surface-muted);padding:2px 6px;border-radius:var(--hj-radius-sm)}.stand-row{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);padding:6px 0;border-bottom:1px solid var(--hj-color-border-subtle)}.stand-row:last-child{border-bottom:none}.stand-row-main{display:flex;align-items:center;gap:var(--hj-space-2);min-width:0}.stand-row-star{padding-left:0;padding-right:0}.stand-row-stats,.stand-header-stats{display:grid;grid-auto-flow:column;grid-template-columns:repeat(8,minmax(0,24px));column-gap:var(--hj-space-2);justify-items:center}.stand-header-stats .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--hj-color-ink);font-weight:var(--hj-font-weight-medium)}.stand-row-stats .sc-stat-value{font-size:var(--hj-font-size-sm)}.sc-stat-value--points,.lbl--points{font-weight:var(--hj-font-weight-semibold)}.stand-pool-title{margin:0 0 8px;font-size:var(--hj-font-size-sm);font-weight:var(--hj-font-weight-medium);color:var(--hj-color-ink-muted)}.stand-card-body{padding-bottom:4px}.standings-mobile-section{display:grid;gap:var(--hj-space-3);margin:0 var(--hj-space-4) var(--hj-space-5)}.standings-mobile-pool{display:grid;gap:var(--hj-space-3)}.stand-mobile-pool-head{display:flex;align-items:center;justify-content:space-between;font-weight:var(--hj-font-weight-semibold);padding:0 var(--hj-space-1)}.stand-mobile-pool-count{color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-sm)}.standings-mobile-list{display:grid;gap:var(--hj-space-2)}.standings-mobile-card{padding:var(--hj-space-3)}.standings-mobile-link{display:flex;flex-direction:column;gap:var(--hj-space-3);color:inherit;text-decoration:none}.smc-header{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3)}.smc-left{display:flex;align-items:center;gap:var(--hj-space-2);min-width:0}.smc-name{font-weight:var(--hj-font-weight-semibold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smc-right{display:flex;align-items:center;gap:var(--hj-space-2)}.smc-points{font-weight:var(--hj-font-weight-bold);white-space:nowrap}.smc-star{padding:0 var(--hj-space-1)}.smc-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--hj-space-3)}.smc-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--hj-space-1);flex:1}.smc-stat{text-align:center}.smc-val{font-weight:var(--hj-font-weight-semibold);font-variant-numeric:tabular-nums}.smc-gd{padding:var(--hj-space-2) var(--hj-space-3);border-radius:var(--hj-radius-sm);font-weight:var(--hj-font-weight-bold);white-space:nowrap}.smc-gd--pos{background:var(--hj-color-success-soft);color:var(--hj-color-success-ink)}.smc-gd--neg{background:var(--hj-color-danger-soft);color:var(--hj-color-danger-ink)}.welcome-card{max-width:560px;margin:0 auto;text-align:center;background:var(--hj-color-surface);border-radius:var(--hj-radius-md);border:1px solid var(--hj-color-border-subtle);box-shadow:var(--hj-shadow-sm);padding:var(--hj-space-6)}.welcome-logo{width:96px;height:96px;border-radius:var(--hj-radius-md);object-fit:cover;display:block;margin:0 auto var(--hj-space-4);border:1px solid var(--hj-color-border-subtle)}.welcome-title{margin:0 0 var(--hj-space-2);font-size:var(--hj-font-size-xl);font-weight:var(--hj-font-weight-bold);line-height:var(--hj-line-height-tight)}.welcome-lead{margin:0 0 var(--hj-space-2);color:var(--hj-color-ink-muted)}.welcome-copy{margin:0 0 var(--hj-space-4);color:var(--hj-color-ink)}.welcome-actions{display:flex;align-items:center;justify-content:center;gap:var(--hj-space-3);flex-wrap:wrap;margin-top:var(--hj-space-3)}.welcome-actions-secondary{margin-top:var(--hj-space-2)}.wizard-page{display:flex;flex-direction:column;gap:var(--hj-space-5)}.wizard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--hj-space-4);padding:var(--hj-space-5);border-radius:var(--hj-radius-lg);background:linear-gradient(135deg,#e8f4ff,#f7f3ff);border:1px solid var(--hj-color-border-subtle);box-shadow:var(--hj-shadow-sm)}.wizard-header h1{margin:0 0 var(--hj-space-2);font-size:clamp(24px,3vw,32px)}.wizard-eyebrow{margin:0 0 var(--hj-space-2);font-size:var(--hj-font-size-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--hj-color-ink-subtle)}.wizard-subtitle{margin:0;color:var(--hj-color-ink-muted)}.wizard-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--hj-space-2)}.wizard-step{display:inline-flex;align-items:center;gap:var(--hj-space-2);padding:var(--hj-space-2) var(--hj-space-3);border-radius:var(--hj-radius-pill);border:1px solid var(--hj-color-border-subtle);background:var(--hj-color-surface);font-weight:var(--hj-font-weight-semibold);cursor:pointer}.wizard-step.active{background:var(--hj-color-brand-soft);border-color:var(--hj-color-brand)}.wizard-step-index{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--hj-color-ink);color:#fff;font-size:12px}.wizard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--hj-space-4)}.wizard-card{background:var(--hj-color-surface);border-radius:var(--hj-radius-lg);border:1px solid var(--hj-color-border-subtle);box-shadow:var(--hj-shadow-sm);padding:var(--hj-space-4)}.wizard-card-header{display:flex;justify-content:space-between;align-items:center;gap:var(--hj-space-2);margin-bottom:var(--hj-space-3)}.wizard-card-header h3{margin:0}.wizard-card-actions button{padding:var(--hj-space-2) var(--hj-space-3);border-radius:var(--hj-radius-pill);border:1px solid var(--hj-color-border-subtle);background:var(--hj-color-surface-muted);cursor:pointer}.wizard-card-body{display:flex;flex-direction:column;gap:var(--hj-space-3)}.wizard-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--hj-space-3);align-items:end}.wizard-field{display:flex;flex-direction:column;gap:var(--hj-space-1);font-size:var(--hj-font-size-sm)}.wizard-field-label{font-weight:var(--hj-font-weight-semibold)}.wizard-field-hint{color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-xs)}.wizard-field-error{color:var(--hj-color-danger-ink);font-size:var(--hj-font-size-xs)}.wizard-input{font-family:var(--hj-font-family-sans);font-size:var(--hj-font-size-sm);line-height:var(--hj-line-height-default);color:var(--hj-color-ink);background-color:var(--hj-color-surface);border-radius:var(--hj-radius-sm);border:1px solid var(--hj-color-border-subtle);padding:var(--hj-space-2) var(--hj-space-3);transition:border-color var(--hj-duration-default) var(--hj-ease-default),box-shadow var(--hj-duration-default) var(--hj-ease-default)}.wizard-input.invalid{border-color:var(--hj-color-danger);box-shadow:0 0 0 1px var(--hj-color-danger-soft)}.wizard-block{border-radius:var(--hj-radius-md);border:1px solid var(--hj-color-border-subtle);padding:var(--hj-space-3);background:var(--hj-color-surface-muted);display:flex;flex-direction:column;gap:var(--hj-space-3)}.wizard-choices{display:flex;flex-direction:column;gap:var(--hj-space-2)}.wizard-choice-list{display:flex;flex-wrap:wrap;gap:var(--hj-space-2)}.wizard-choice{display:inline-flex;align-items:center;gap:var(--hj-space-2);padding:var(--hj-space-1) var(--hj-space-2);border-radius:var(--hj-radius-pill);border:1px solid var(--hj-color-border-subtle);background:var(--hj-color-surface)}.wizard-choice-empty{color:var(--hj-color-ink-muted);font-size:var(--hj-font-size-xs)}.wizard-inline{display:inline-flex;align-items:center;gap:var(--hj-space-2)}.wizard-primary{padding:var(--hj-space-2) var(--hj-space-4);border-radius:var(--hj-radius-pill);border:none;background:var(--hj-color-brand-strong);color:#fff;font-weight:var(--hj-font-weight-semibold);cursor:pointer}.wizard-primary:disabled{opacity:.6;cursor:not-allowed}.wizard-alert{padding:var(--hj-space-2) var(--hj-space-3);border-radius:var(--hj-radius-md);font-weight:var(--hj-font-weight-semibold)}.wizard-alert.error{background:var(--hj-color-danger-soft);color:var(--hj-color-danger-ink)}.wizard-alert.success{background:var(--hj-color-success-soft);color:var(--hj-color-success-ink)}.wizard-page button{font-family:inherit}.teams-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--hj-space-2)}.teams-list-item{display:flex;align-items:center;justify-content:space-between;gap:var(--hj-space-3);padding:var(--hj-space-2) 0;border-bottom:1px solid var(--hj-color-border-subtle)}.teams-footer-link{margin-top:var(--hj-space-3);font-weight:var(--hj-font-weight-semibold)}@media (max-width: 640px){.app-header{padding:var(--hj-space-2) var(--hj-space-3)}.app-header-top{flex-direction:column;align-items:flex-start;gap:var(--hj-space-2)}.app-age-row{width:100%}.pills{width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-right:calc(var(--hj-space-3) + env(safe-area-inset-right));scroll-padding-right:calc(var(--hj-space-3) + env(safe-area-inset-right));scroll-snap-type:x proximity}.pill{flex:0 0 auto;scroll-snap-align:start}.age-chooser{width:100%;display:flex;flex-direction:row;align-items:center;gap:var(--hj-space-2)}.age-chooser label{white-space:nowrap;font-weight:var(--hj-font-weight-medium)}.age-chooser select{flex:1;min-width:0}.filters-card{padding:var(--hj-space-3);gap:var(--hj-space-2)}.hj-filter-row{gap:var(--hj-space-2);margin-bottom:var(--hj-space-3);align-items:flex-start}.filters-row{gap:var(--hj-space-2)}.hj-checkbox-label{flex-wrap:wrap;align-items:flex-start;gap:var(--hj-space-1);line-height:1.4}.hj-checkbox-label input{margin-top:2px}.fixtures-filterbar{align-items:flex-start}.fixtures-filter-left{width:100%;justify-content:space-between}.fixtures-filter-left select{width:auto;min-width:140px}.filter-slot-row{gap:var(--hj-space-2);align-items:flex-start}.filter-label--compact select{min-width:0}.app-filter-slot,.filter-slot-row{min-height:calc(var(--hj-space-8) + var(--hj-space-2))}.filter-help{display:none}}:root{color-scheme:light;--sticky-offset: 0px}html,body,#root{height:100%}body{margin:0;overflow:hidden}*{box-sizing:border-box}.skip-nav{position:absolute;top:-100%;left:0;z-index:9999;padding:var(--hj-space-2) var(--hj-space-4);background:var(--hj-color-brand);color:var(--hj-color-ink);font-weight:var(--hj-font-weight-semibold);text-decoration:none;border-radius:0 0 var(--hj-radius-sm) 0;transition:top var(--hj-duration-fast)}.skip-nav:focus{top:0}:focus:not(:focus-visible){outline:none}:focus-visible{outline:3px solid var(--hj-color-accent-strong, #1d4ed8);outline-offset:3px;border-radius:2px}.app-title{margin:0;font-size:20px;line-height:1.15;font-weight:800}
