.hero { background: #0d1422; padding: 48px 32px 40px; text-align: center; border-bottom: 1px solid #c9a84c33; }
.hero-badge { display: inline-block; background: #c9a84c18; color: #c9a84c; border: 1px solid #c9a84c44; font-size: 10px; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; letter-spacing: 1.5px; }
.hero h1 { font-size: 28px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.hero h1 span { color: #c9a84c; }
.hero-sub { color: #667788; font-size: 13px; }
.split { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #1e2d44; }
.split-block { padding: 16px 32px; border-right: 1px solid #1e2d44; }
.split-block:last-child { border-right: none; }
.split-label { font-size: 9px; letter-spacing: 1.5px; color: #667788; margin-bottom: 4px; }
.split-val { font-size: 22px; font-weight: 600; color: #c9a84c; }
.split-sub { font-size: 11px; color: #445566; margin-top: 2px; }
.main { max-width: 1100px; margin: 0 auto; padding: 24px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.card { background: #0d1422; border: 1px solid #1a2840; border-radius: 8px; padding: 16px; }
.card-full { grid-column: 1 / -1; }
.sec-head { font-size: 10px; color: #c9a84c; letter-spacing: 1.2px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #c9a84c22; display: flex; justify-content: space-between; align-items: center; }
.sec-head a { font-size: 10px; color: #445566; }
.news-item { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid #131f30; }
.news-item:last-child { border-bottom: none; padding-bottom: 0; }
.news-date { font-size: 10px; color: #c9a84c; min-width: 44px; padding-top: 2px; }
.news-body { font-size: 12px; color: #bbc; line-height: 1.5; }
.tag { display: inline-block; font-size: 8px; padding: 2px 6px; border-radius: 3px; margin-right: 4px; }
.t-ann { background: #c9a84c20; color: #c9a84c; }
.t-res { background: #1a3d2a; color: #5fc98a; }
.t-match { background: #1a3050; color: #6ab0f5; }
.divider-row { grid-column: 1/-1; display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.divider-row span { font-size: 10px; color: #c9a84c; letter-spacing: 1.5px; white-space: nowrap; }
.divider-row::before, .divider-row::after { content: ''; flex: 1; height: 1px; background: #c9a84c33; }
.lb-row { display: flex; align-items: center; gap: 8px; padding: 6px; border-radius: 5px; }
.lb-row:hover { background: #131f30; }
.lb-pos { font-size: 11px; color: #445566; min-width: 18px; text-align: center; }
.lb-pos.g { color: #c9a84c; }
.lb-pos.s { color: #9ab; }
.lb-pos.b { color: #b87333; }
.lb-av { width: 24px; height: 24px; border-radius: 50%; background: #1a2d4a; display: flex; align-items: center; justify-content: center; font-size: 9px; color: #c9a84c; font-weight: 600; }
.lb-name { flex: 1; font-size: 12px; color: #ccd; }
.lb-mmr { font-size: 12px; color: #c9a84c; font-weight: 500; }
.lb-ch { font-size: 10px; min-width: 32px; text-align: right; }
.up { color: #5fc98a; }
.dn { color: #e06060; }
.loading { font-size: 12px; color: #445566; padding: 12px 0; }
.match-item { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #131f30; }
.match-item:last-child { border-bottom: none; }
.m-team { font-size: 11px; color: #bbc; flex: 1; }
.m-team.r { text-align: right; }
.m-mid { display: flex; align-items: center; gap: 6px; padding: 0 10px; }
.m-box { font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 3px; }
.m-box.w { background: #1a3d2a; color: #5fc98a; }
.m-box.l { background: #3d1a1a; color: #e06060; }
.m-num { font-size: 9px; color: #334455; }
.stabs { display: flex; gap: 6px; margin-bottom: 12px; }
.stab { font-size: 10px; padding: 4px 10px; border-radius: 4px; border: 1px solid #1a2840; color: #556677; cursor: pointer; }
.stab.a { background: #c9a84c18; border-color: #c9a84c44; color: #c9a84c; }
.tbl { width: 100%; border-collapse: collapse; font-size: 11px; }
.tbl th { color: #556677; font-weight: 400; padding: 4px 8px; text-align: left; border-bottom: 1px solid #1a2840; font-size: 10px; }
.tbl th.r { text-align: right; }
.tbl td { padding: 6px 8px; color: #bbc; border-bottom: 1px solid #0d1422; }
.tbl td.r { text-align: right; }
.tbl td.gold { color: #c9a84c; }
.tbl tr:hover td { background: #131f30; }
footer { background: #0d1422; border-top: 1px solid #1a2840; padding: 16px 32px; display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }
footer span { font-size: 11px; color: #334455; }
.footer-links { display: flex; gap: 16px; }
.footer-links a { font-size: 11px; color: #445566; }