:root{
  --sky:#69d7ff; --sky-dark:#25a8d6; --ink:#05080b; --paper:#081016;
  --panel:#0d171e; --panel2:#111f27; --line:rgba(255,255,255,.10); --muted:#9aaab2; --white:#fff; --radius:22px;
  --shadow:0 22px 65px rgba(0,0,0,.45);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
background:
radial-gradient(circle at 15% 10%,rgba(105,215,255,.11),transparent 28%),
radial-gradient(circle at 85% 25%,rgba(105,215,255,.07),transparent 25%),
linear-gradient(180deg,#05090d 0%,#081219 42%,#05090d 100%);
color:#fff;line-height:1.5}a{text-decoration:none;color:inherit}
.site-header{position:sticky;top:0;z-index:20;background:rgba(5,9,13,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,60px)}
.brand{display:flex;align-items:center;gap:10px}.brand img{width:55px;height:65px;object-fit:contain}.brand strong{display:block;font-size:18px;line-height:1}.brand span{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#9aaab2}
.nav{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:700;color:#eaf7fb}.nav a:hover{color:var(--sky-dark)}.login-btn{border:1px solid rgba(105,215,255,.45);background:rgba(105,215,255,.12);color:#fff;padding:12px 17px;border-radius:999px;font-weight:800;cursor:pointer}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:27px}
.hero{min-height:650px;background:linear-gradient(135deg,#05090d 0%,#0a161e 55%,#071016 100%);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:70px clamp(22px,8vw,120px);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-180px;top:-230px;width:620px;height:620px;border:1px solid rgba(105,215,255,.25);border-radius:50%;box-shadow:0 0 100px rgba(105,215,255,.08)}
.hero-copy{position:relative;z-index:2;max-width:720px}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:900;margin:0 0 12px;text-transform:uppercase}.hero h1{font-size:clamp(58px,8vw,110px);line-height:.88;letter-spacing:-.06em;margin:0 0 28px}.hero h1 span{color:var(--sky)}.hero-text{font-size:18px;max-width:560px}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 21px;font-weight:900;cursor:pointer;font-size:14px}.primary{background:var(--ink);color:#fff}.ghost{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.04)}.light{background:#fff;color:var(--ink)}
.hero-mark{display:flex;align-items:center;flex-direction:column;position:relative;z-index:2}.hero-mark .orb{width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.32);position:absolute}.hero-mark img{width:min(330px,65vw);height:400px;object-fit:contain;filter:drop-shadow(0 25px 20px rgba(0,0,0,.15))}.hero-mark p{font-weight:1000;letter-spacing:.4em;margin:0 0 0 12px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);background:#091219;border-bottom:1px solid var(--line)}.stats div{padding:27px;text-align:center;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats strong{display:block;font-size:36px;color:var(--sky);letter-spacing:-.05em}.stats span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:800}
.section{padding:90px clamp(20px,7vw,100px);position:relative}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-heading h2{font-size:clamp(38px,5vw,65px);letter-spacing:-.05em;line-height:1;margin:0}.text-btn{border:0;background:none;font-weight:900;cursor:pointer}.count{font-size:12px;font-weight:900;letter-spacing:.15em}
.news-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:16px}.news-card{min-height:270px;background:linear-gradient(145deg,#0e1a21,#091117);border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;box-shadow:0 4px 15px rgba(0,0,0,.03)}.news-card.featured{background:linear-gradient(145deg,#10242d,#071017);color:#fff;border-color:rgba(105,215,255,.25)}.tag{font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.news-card h3{font-size:25px;line-height:1.05;margin:35px 0 10px;letter-spacing:-.03em}.news-card p{color:var(--muted)}.featured p{color:#cbd1d5}.date{margin-top:auto;font-size:10px;font-weight:900;letter-spacing:.15em}
.teams-section{background:linear-gradient(180deg,#071016,#0b151c);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.team-card{min-height:230px;border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:24px;position:relative;overflow:hidden;background:linear-gradient(145deg,#111e26,#0a1319);transition:.2s}.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.team-number{font-size:11px;font-weight:900;color:var(--sky-dark);letter-spacing:.18em}.team-card h3{font-size:25px;color:#fff;line-height:1.02;margin:25px 0 10px;letter-spacing:-.04em}.team-card p{color:var(--muted);font-size:13px}.team-card:after{content:"→";position:absolute;right:20px;bottom:18px;font-size:28px;font-weight:900}
.availability-section{background:var(--ink);color:#fff;padding:90px clamp(20px,7vw,100px);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.availability-section h2{font-size:clamp(48px,6vw,78px);line-height:.9;letter-spacing:-.06em;margin:0 0 20px}.availability-section p{color:#bfc8cc;max-width:500px}.availability-demo{background:linear-gradient(145deg,#f7fcfe,#dceff5);color:var(--ink);border-radius:24px;padding:24px}.availability-head{display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--line);font-size:12px}.match-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.match-row small{display:block;color:var(--muted);margin-top:3px}.status{font-size:9px;font-weight:900;letter-spacing:.1em;border-radius:999px;padding:7px 9px}.available{background:#dcf7e8;color:#14733e}.unsure{background:#fff1c9;color:#7d5a00}.unavailable{background:#ffe0e0;color:#9a2727}.demo-note{font-size:10px!important;margin:15px 0 0;color:#7c858b!important}
.fixture-list{border-top:1px solid var(--line)}.fixture{display:grid;grid-template-columns:80px 1fr 100px;align-items:center;gap:25px;padding:22px 0;border-bottom:1px solid var(--line)}.fixture-date{display:flex;flex-direction:column;text-align:center}.fixture-date b{font-size:30px;line-height:1}.fixture-date span{font-size:10px;font-weight:900;letter-spacing:.15em}.fixture div:nth-child(2) span{display:block;color:var(--muted);font-size:13px}.fixture em{font-style:normal;text-align:right;font-size:10px;font-weight:900;letter-spacing:.15em}
.cta{margin:0 clamp(15px,4vw,60px) 60px;border-radius:28px;background:linear-gradient(135deg,#69d7ff,#239fc9);padding:60px clamp(25px,6vw,75px);display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:clamp(38px,5vw,65px);line-height:.95;letter-spacing:-.05em;margin:0}
footer{background:#05090d;border-top:1px solid var(--line);padding:35px clamp(20px,7vw,100px);display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:45px;height:55px;object-fit:contain}.footer-brand strong,.footer-brand span{display:block}.footer-brand span{font-size:11px;color:var(--muted)}.footer-links{display:flex;gap:20px;font-size:13px;font-weight:800}footer>p{font-size:11px;color:var(--muted)}
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:50;display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.open{display:flex}.modal{background:#0d171e;color:#fff;width:min(460px,100%);border-radius:25px;padding:35px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.35)}.close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:30px;cursor:pointer}.modal-logo{width:65px;height:75px;object-fit:contain}.modal h2{font-size:42px;line-height:1;margin:0 0 8px;letter-spacing:-.05em}.modal>p:not(.eyebrow):not(.auth-note){color:var(--muted)}form label{display:block;font-size:12px;font-weight:900;margin:14px 0}input,select{display:block;width:100%;padding:13px;border:1px solid rgba(255,255,255,.14);background:#071017;color:#fff;border-radius:12px;margin-top:6px;font:inherit}.full{width:100%;margin-top:8px}.switch-auth{border:0;background:none;margin:18px auto 0;display:block;font-weight:800;cursor:pointer}.auth-note{font-size:10px;color:#8a949a;text-align:center;margin-top:20px}.hidden{display:none}
@media(max-width:900px){.nav{display:none}.nav.open{position:absolute;display:flex;flex-direction:column;top:80px;left:0;right:0;background:#071017;padding:22px;border-bottom:1px solid var(--line);align-items:stretch}.menu-toggle{display:block}.hero{grid-template-columns:1fr;min-height:auto;padding-top:70px}.hero-mark{margin-top:45px}.hero-mark img{height:300px}.news-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.availability-section{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start}footer{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}}
@media(max-width:550px){.team-grid{grid-template-columns:1fr}.stats strong{font-size:26px}.stats span{font-size:9px}.fixture{grid-template-columns:55px 1fr}.fixture em{display:none}.hero h1{font-size:61px}.section{padding-top:65px;padding-bottom:65px}}

.fixtures-hero{min-height:390px;padding:70px clamp(22px,8vw,120px);display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 75% 50%,rgba(105,215,255,.16),transparent 30%),linear-gradient(135deg,#05090d,#0c1b23);border-bottom:1px solid var(--line);overflow:hidden}
.fixtures-hero h1{font-size:clamp(65px,9vw,110px);line-height:.85;letter-spacing:-.07em;margin:0 0 18px;color:var(--sky)}
.fixtures-hero p:not(.eyebrow){max-width:560px;color:#b9c7cd;font-size:17px}
.fixtures-hero img{width:240px;height:270px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(105,215,255,.18))}
.fixture-page{padding:70px clamp(20px,7vw,100px);max-width:1250px;margin:auto}
.fixture-controls{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin-bottom:35px}
.fixture-controls select{margin:0;background:#0d171e;color:#fff;border:1px solid rgba(255,255,255,.14)}
.fixture-summary{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:35px}
.fixture-summary div{display:flex;gap:9px;align-items:baseline}.fixture-summary strong{font-size:25px;color:var(--sky)}.fixture-summary span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-weight:800}
.fixture-month{margin-bottom:45px}.fixture-month h2{font-size:25px;letter-spacing:-.03em;margin-bottom:15px}
.fixture-large{display:grid;grid-template-columns:90px 1.4fr 1fr 150px;gap:20px;align-items:center;background:linear-gradient(145deg,#0e1a21,#091117);border:1px solid var(--line);border-radius:18px;padding:18px 22px;margin-bottom:10px;transition:.2s}
.fixture-large:hover{border-color:rgba(105,215,255,.35);transform:translateY(-2px)}
.fixture-large-date{text-align:center;border-right:1px solid var(--line);padding-right:18px}.fixture-large-date span{display:block;text-transform:uppercase;font-size:9px;letter-spacing:.15em;font-weight:900;color:var(--muted)}.fixture-large-date b{display:block;font-size:35px;line-height:1;color:#fff;margin:3px 0}
.fixture-large-main h3{margin:3px 0 4px;font-size:20px}.fixture-large-main p{margin:0;color:var(--muted);font-size:12px}.fixture-comp{font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--sky)}
.opposition small{display:block;font-size:9px;letter-spacing:.16em;color:var(--muted);font-weight:900}.opposition strong{font-size:18px}
.availability-link{font-size:11px;font-weight:900;color:var(--sky);text-align:right}.empty-fixtures{padding:60px;text-align:center;background:#0d171e;border:1px solid var(--line);border-radius:20px}.empty-fixtures h3{font-size:28px;margin:0 0 8px}.empty-fixtures p{color:var(--muted)}
@media(max-width:800px){.fixtures-hero{min-height:330px}.fixtures-hero img{width:150px;height:190px}.fixture-controls{grid-template-columns:1fr}.fixture-large{grid-template-columns:70px 1fr}.fixture-large .opposition{grid-column:2}.fixture-large .availability-link{text-align:left;grid-column:2}.fixture-large-date{padding-right:10px}.fixture-large-main h3{font-size:17px}}
@media(max-width:500px){.fixtures-hero img{display:none}.fixture-summary{align-items:flex-start}.fixture-large{padding:15px}.fixture-large-date b{font-size:28px}}

.portal-hero{min-height:390px;padding:70px clamp(22px,8vw,120px);display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 75% 50%,rgba(105,215,255,.16),transparent 30%),linear-gradient(135deg,#05090d,#0c1b23);border-bottom:1px solid var(--line)}
.portal-hero h1{font-size:clamp(65px,9vw,110px);line-height:.85;letter-spacing:-.07em;margin:0 0 18px}.portal-hero h1 span{color:var(--sky)}.portal-hero p:not(.eyebrow){color:#b9c7cd;font-size:17px;max-width:550px}.portal-hero img{width:230px;height:260px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(105,215,255,.18))}
.portal-page{max-width:1200px;margin:auto;padding:70px clamp(20px,7vw,100px)}
.portal-message{padding:65px;text-align:center;background:#0d171e;border:1px solid var(--line);border-radius:24px}.portal-message img{width:90px;height:100px;object-fit:contain}.portal-message h2{font-size:40px;letter-spacing:-.05em;margin:8px 0}.portal-message p:not(.eyebrow){color:var(--muted)}
.player-header{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.player-header h2{font-size:55px;line-height:.9;letter-spacing:-.06em;margin:0}.player-header p:not(.eyebrow){color:var(--sky);font-weight:800}.availability-legend{display:flex;gap:15px;flex-wrap:wrap;font-size:11px;font-weight:800;color:var(--muted)}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.green{background:#45d98a}.yellow{background:#f4c94d}.red{background:#ed6d6d}.grey{background:#89949a}
.portal-tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-bottom:35px}.portal-tab{background:none;border:0;color:var(--muted);padding:14px 18px;font-weight:900;cursor:pointer;border-bottom:2px solid transparent}.portal-tab.active{color:var(--sky);border-color:var(--sky)}
.portal-section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.portal-section-heading h3{font-size:35px;letter-spacing:-.04em;margin:0}.portal-section-heading>span{font-size:11px;color:var(--muted);font-weight:900}
.portal-fixture{display:grid;grid-template-columns:80px 1fr 330px;gap:22px;align-items:center;background:linear-gradient(145deg,#0e1a21,#091117);border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:10px}.portal-date{text-align:center;border-right:1px solid var(--line);padding-right:15px}.portal-date span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);font-weight:900}.portal-date b{display:block;font-size:32px;line-height:1;color:#fff;margin:3px 0}.portal-match h3{font-size:21px;margin:4px 0}.portal-match p{font-size:12px;color:var(--muted);margin:0}.availability-buttons{display:grid;grid-template-columns:1fr;gap:5px}.availability-buttons button{border:1px solid rgba(255,255,255,.10);background:#101c23;color:#aebcc2;border-radius:10px;padding:9px;text-align:left;font-weight:800;cursor:pointer}.availability-buttons button:hover{border-color:rgba(105,215,255,.4)}.availability-buttons button.selected.available{background:#123a2a;color:#68e39b;border-color:#2d9e69}.availability-buttons button.selected.unsure{background:#3a3015;color:#f4d26c;border-color:#a17f22}.availability-buttons button.selected.unavailable{background:#3a1818;color:#f08080;border-color:#a34c4c}
.captain-note{color:var(--muted);font-size:13px}.captain-fixture{background:#0d171e;border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:15px}.captain-fixture h3{margin:0 0 15px}.availability-player{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-top:1px solid var(--line);font-size:14px}.pill{font-size:9px;text-transform:uppercase;letter-spacing:.1em;padding:6px 8px;border-radius:999px}.pill.green{background:#123a2a;color:#68e39b}.pill.yellow{background:#3a3015;color:#f4d26c}.pill.red{background:#3a1818;color:#f08080}.pill.grey{background:#202b31;color:#aebcc2}
@media(max-width:900px){.portal-fixture{grid-template-columns:70px 1fr}.availability-buttons{grid-column:2}.player-header{align-items:flex-start;flex-direction:column}.portal-hero img{width:160px;height:190px}}
@media(max-width:550px){.portal-hero img{display:none}.portal-message{padding:35px 20px}.player-header h2{font-size:42px}.portal-fixture{padding:14px;gap:12px}.portal-date b{font-size:27px}}
