:root{--bg:#0B1729;--surface:#152240;--surface-hover:#1C2E52;--text:#DDE6F5;--text-muted:#7A8FAF;--border:#243B66;--primary:#5B8FE8;--primary-dark:#3D71D4;--primary-light:#152240;--accent:#F0B323;--white:#ffffff;--header-bg:#003DA5;--header-border:#F0B323}[data-theme=light]{--bg:#ffffff;--surface:#F5F8FF;--surface-hover:#EEF3FC;--text:#0A1E4E;--text-muted:#526080;--border:#C8D8F0;--primary:#003DA5;--primary-dark:#002880;--primary-light:#EEF3FC;--accent:#F0B323}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0}.site-header{background:var(--header-bg);border-bottom:3px solid var(--header-border)}.site-header__inner{max-width:960px;margin:0 auto;padding:0 1rem;height:56px;display:flex;align-items:center;gap:.5rem}.site-header__logo{font-weight:800;font-size:1.125rem;letter-spacing:-.01em;color:var(--white);text-decoration:none;margin-right:.5rem}.site-header__logo:hover{text-decoration:none;opacity:.9}.site-header__nav{display:flex;gap:.25rem}.site-header__nav-link{color:rgba(255,255,255,.8);font-size:.9375rem;font-weight:600;padding:.375rem .75rem;border-radius:.25rem;transition:background .1s,color .1s;text-decoration:none}.site-header__nav-link:hover{background:rgba(255,255,255,.12);color:var(--white);text-decoration:none}.site-header__nav-link--active{background:rgba(255,255,255,.15);color:var(--white)}.theme-toggle{margin-left:auto;display:flex;background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.15);border-radius:9999px;padding:.2rem;gap:.15rem}.theme-toggle__option{display:flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;padding:.25rem .65rem;border-radius:9999px;border:none;background:transparent;color:rgba(255,255,255,.55);cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.theme-toggle__option:hover{color:rgba(255,255,255,.85)}.theme-toggle__option--active{background:rgba(255,255,255,.18);color:var(--white)}.site-main{max-width:960px;margin:0 auto;padding:1.5rem 1rem}.site-footer{border-top:1px solid var(--border);padding:1.25rem 1rem;margin-top:3rem;text-align:center}.breadcrumb,.site-footer{font-size:.8125rem;color:var(--text-muted)}.breadcrumb{margin-bottom:.75rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--primary)}.page-title{font-size:1.5rem;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:1.25rem}.section-title{font-size:.8125rem;font-weight:700;color:var(--text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.06em}.competition-group{margin-bottom:2rem}.competition-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .5rem}.league-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.league-list__item a{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;border-radius:.375rem;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:.9375rem;font-weight:500;transition:background .1s,border-color .1s}.league-list__item a:hover{background:var(--surface-hover);border-color:var(--primary);text-decoration:none}.league-list__item__round{font-size:.75rem;font-weight:600;color:var(--white);background:var(--primary);padding:.125rem .5rem;border-radius:9999px}.ladder-scroll{overflow-x:auto}.ladder-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:480px}.ladder-table thead tr{border-bottom:2px solid var(--primary)}.ladder-table th{padding:.5rem .5rem .5rem 0;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);text-align:right}.ladder-table th:first-child,.ladder-table th:nth-child(2){text-align:left}.ladder-table th:last-child{color:var(--primary)}.ladder-table tbody tr{border-bottom:1px solid var(--border)}.ladder-table tbody tr:hover{background:var(--surface)}.ladder-table td{padding:.5rem .5rem .5rem 0;text-align:right}.ladder-table td:first-child{text-align:left;color:var(--text-muted);width:2rem}.ladder-table td:nth-child(2){text-align:left;font-weight:600;padding-right:1rem}.ladder-table td:last-child{font-weight:800;color:var(--primary)}.ladder-row--premier{background:rgba(240,179,35,.18);border-left:3px solid #f0b323}.ladder-row--promotion{background:rgba(34,197,94,.08);border-left:3px solid #16a34a}.ladder-row--playoff{background:rgba(147,51,234,.12);border-left:3px solid #9333ea}.ladder-row--relegation{background:rgba(239,68,68,.08);border-left:3px solid #dc2626}.ladder-crown{display:inline-block;margin-left:.35rem;vertical-align:middle;flex-shrink:0}.match-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.match-card{padding:.75rem 1rem;border-radius:.5rem;background:var(--surface);border:1px solid var(--border)}.match-card__header-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.match-card__date{font-size:.8125rem;font-weight:700;color:var(--text);display:flex;flex-direction:column;gap:.125rem}.match-card__time{font-weight:400;color:var(--text-muted)}.match-card__round{font-size:.8125rem;font-weight:500;color:var(--text-muted);display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.match-card__venue{font-size:.8125rem;color:var(--primary);display:flex;align-items:center;gap:.25rem}.match-card__venue-icon{font-size:.75rem}.match-card__divider{height:1px;background:var(--border);margin-bottom:.5rem}.match-card__team-row{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0}.match-card__team-identity{display:flex;align-items:center;gap:.5rem}.match-card__team-name{font-size:.9375rem;font-weight:600;color:var(--text)}.match-card__score{font-size:1.25rem;font-weight:800;color:var(--text);min-width:1.5rem;text-align:right}.match-card__footer{margin-top:.5rem;padding-top:.4rem;border-top:1px solid var(--border)}.match-card__league{font-size:.75rem;font-weight:600;color:var(--primary)}.summary-section{margin-bottom:2rem}.summary-section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}.summary-section__more{font-size:.8125rem;font-weight:600;color:var(--primary)}.home-controls,.page-controls{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.75rem}.home-grid{display:grid;grid-template-columns:2fr 3fr;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:700px){.home-grid{grid-template-columns:1fr}}.home-col__title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem}.association-selector,.league-selector,.season-selector{display:flex;align-items:center;gap:.75rem;flex:1 1}.association-selector__label,.league-selector__label,.season-selector__label{font-size:.875rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.association-selector__select,.league-selector__select,.season-selector__select{font-size:.9375rem;font-weight:500;padding:.45rem .75rem;border-radius:.375rem;border:1px solid var(--border);color:var(--text);background:var(--surface);cursor:pointer;width:100%}.association-selector__select:focus,.league-selector__select:focus,.season-selector__select:focus{outline:2px solid var(--primary);outline-offset:1px}.round-selector{display:flex;align-items:center;gap:.5rem}.round-selector__arrow{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.375rem;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:background .15s,border-color .15s}.round-selector__arrow a{color:var(--text);text-decoration:none;font-size:1rem}.round-selector__arrow:not(:has(a[href])){opacity:.4;cursor:not-allowed}.round-selector__arrow:not(:has(a[href])) a{pointer-events:none}.round-selector__arrow:hover:not(:has(a[href])){background:var(--surface);border-color:var(--border)}.round-selector__arrow:hover:has(a[href]){background:var(--primary);border-color:var(--primary)}.round-selector__arrow:hover:has(a[href]) a{color:white}.round-selector__select{font-size:.875rem;font-weight:500;padding:.35rem .5rem;border-radius:.375rem;color:var(--text);cursor:pointer;min-width:7rem}.round-selector__select,.view-toggle{border:1px solid var(--border);background:var(--surface)}.view-toggle{display:flex;gap:.25rem;border-radius:.375rem;padding:.125rem}.view-toggle__btn{font-size:.8125rem;font-weight:500;padding:.35rem .75rem;border:none;border-radius:.25rem;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.view-toggle__btn:hover{color:var(--text)}.view-toggle__btn--active{background:var(--primary);color:white}.team-selector__select{font-size:.875rem;font-weight:500;padding:.35rem .5rem;border-radius:.375rem;border:1px solid var(--border);color:var(--text);background:var(--surface);cursor:pointer;min-width:9rem}.empty-state{color:var(--text-muted);font-size:.875rem;padding:1rem 0}