body{margin:0}:root{--bg: #f6f7fb;--card: #ffffff;--text: #0f172a;--muted: #475569;--header: #0b1220;--header2: #111a2e;--border: rgba(15, 23, 42, .12)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(1200px 600px at 20% 0%,#e9edff 0%,var(--bg) 55%);color:var(--text)}.page{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 20px;background:linear-gradient(180deg,var(--header) 0%,var(--header2) 100%);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:baseline;gap:10px;color:#fff}.brandMark{font-weight:800;letter-spacing:.5px;padding:6px 10px;border-radius:10px;background:#ffffff1f}.brandText{font-size:14px;opacity:.9}.tabs{display:flex;gap:8px;justify-content:center}.tabBtn{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600;letter-spacing:.2px}.tabBtn:hover{background:#ffffff1f}.tabBtn.active{background:#fff3;border-color:#ffffff47}.langGroup{display:flex;gap:12px}.langTab{border:none;padding:8px 16px;border-radius:20px;cursor:pointer;font-weight:700;transition:all .2s ease}.langTab{background-color:#334155;color:#fff;opacity:.75}.langTab:hover{opacity:1}.langTab.active{background-color:#22c55e;opacity:1;box-shadow:0 4px 12px #22c55e59}.main{width:min(1320px,calc(100% - 32px));margin:36px auto;flex:1}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:26px 22px;box-shadow:0 10px 30px #0f172a0f}.title{margin:0 0 10px;font-size:clamp(22px,3vw,34px);line-height:1.15}.subtitle{margin:0;color:var(--muted);font-size:16px;line-height:1.5}.footer{padding:18px 20px;text-align:center;color:var(--muted);border-top:1px solid var(--border);background:#fff9}.mainImage{margin-top:20px;width:100%;max-height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px #00000014}.tableWrap{margin-top:16px;overflow-x:auto;border-radius:12px;border:1px solid var(--border);background:#fff}.champTable{width:100%;border-collapse:collapse;min-width:520px}.champTable th,.champTable td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.champTable thead th{position:sticky;top:0;background:#f8fafc;font-weight:800}.champTable tbody tr:hover{background:#f8fafc}.yearCell{font-weight:800}.subTabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;margin-bottom:14px}.subTabBtn{border:1px solid rgba(15,23,42,.15);background:#0f172a0f;color:var(--text);padding:6px 12px;border-radius:999px;cursor:pointer;font-weight:700;font-size:13px}.subTabBtn:hover{background:#0f172a1a}.subTabBtn.active{background:#22c55e;border-color:#22c55e;color:#fff}.card+.card{margin-top:2rem}.homeLayout{position:relative;left:-100px}@media(max-width:768px){.homeLayout{left:0}}.homeMain{max-width:980px;width:100%;margin:0 auto}.homeSidebar{max-width:980px;width:100%;margin:2rem auto 0}@media(min-width:1380px){.homeSidebar{position:absolute;top:0;left:calc(50% + 490px + 1rem);width:340px;margin:0}.eventsCard{position:sticky;top:1.5rem}}@media(max-width:899px){.homeMain,.homeSidebar{width:100%}}@media(max-width:899px){.homeSidebar{width:min(980px,calc(100% - 32px));margin:2rem auto 0}}.eventsYear{margin-top:1.5rem;padding-bottom:.75rem;font-size:1.4rem;font-weight:800;border-bottom:1px solid var(--border)}.eventsList{display:flex;flex-direction:column;gap:2rem;margin-top:1.75rem}.eventItem{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:start;padding-bottom:.25rem}.eventDate{font-weight:800}.eventInfo{line-height:1.6}.clubRow{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start}.clubInfo{min-width:0}.clubLogo{width:150px;height:150px;object-fit:contain;border-radius:12px;border:1px solid var(--border);background:#fff}.clubSocials{margin-top:.75rem;display:flex;gap:.6rem;align-items:center}.socialLink{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:10px;border:1px solid var(--border);background:#0f172a08;text-decoration:none}.socialLink:hover{background:#0f172a0f}.socialIcon{width:40px;height:40px;display:block}@media(max-width:520px){.clubRow{grid-template-columns:1fr}.clubLogo{display:none}}
