*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#C8102E;--brand-dk:#9B0C23;--surface:#F7F4EE;--panel:#FFFFFF;--muted:#6F7C87;--text:#18242E;--border:#D8D1C7;--accent:#E3A62B}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#fbf9f4,#f7f4ee 45%,#f1ece3);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.header{background:#fffdfcf5;border-bottom:3px solid var(--brand);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.header__inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo__icon{width:38px;height:38px;background:linear-gradient(135deg,var(--brand) 0%,#E14D3A 100%);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px}.logo__text{font-weight:900;font-size:20px;letter-spacing:-.5px}.logo__text span{color:var(--brand)}nav{display:flex;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}nav::-webkit-scrollbar{display:none}nav a{padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700;color:var(--muted);white-space:nowrap}nav a.active,nav a:hover{color:var(--text);background:#f3e7d8}.header__actions{display:flex;gap:8px;margin-left:auto;align-items:center}.btn{padding:9px 16px;border-radius:999px;font-size:13px;font-weight:700;border:1px solid var(--border);background:#fff8f0;white-space:nowrap}.lang-switch{display:flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid var(--border);border-radius:999px;background:#fff8f0}.lang-switch__label{font-size:11px;color:var(--muted);font-weight:700}.lang-switch__select{background:transparent;color:var(--text);border:none;font-size:12px;font-weight:700;outline:none;min-width:78px}.subnav{background:#efe6da;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.subnav::-webkit-scrollbar{display:none}.subnav__inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex}.subnav a{padding:10px 16px;font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap}.subnav a:hover{color:var(--text)}.page{max-width:1280px;margin:0 auto;padding:28px 20px 60px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-bottom:24px}.hero-card,.panel,.section-card,.focus-card,.list-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;box-shadow:0 16px 38px #4a37230d}.hero-card{overflow:hidden}.hero-card__image{aspect-ratio:16/9;background:#e8dccb}.hero-card__image img{width:100%;height:100%;object-fit:cover}.hero-card__body{padding:22px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:10px}.hero-card h1{font-size:clamp(30px,5vw,46px);line-height:1.08;margin-bottom:14px;letter-spacing:-.04em}.hero-card p{font-size:16px;color:#33414b;line-height:1.7}.panel{padding:20px}.panel h2{font-size:18px;font-weight:800;margin-bottom:10px}.panel p{font-size:14px;color:var(--muted);line-height:1.7}.focus-grid,.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.focus-card,.section-card,.list-card{padding:18px}.tag{display:inline-block;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:999px;margin-bottom:6px;background:var(--brand)}.focus-card__eyebrow{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.focus-card__title,.section-card__title{font-size:18px;font-weight:800;line-height:1.25;margin-bottom:8px}.focus-card__desc,.section-card__meta,.section-list__meta{font-size:13px;line-height:1.65;color:var(--muted)}.section-grid{margin-bottom:24px}.section-card{display:block;overflow:hidden;padding:0}.section-card__img{aspect-ratio:16/9;background:#e8dccb}.section-card__img img{width:100%;height:100%;object-fit:cover}.section-card__body{padding:14px}.section-list{display:grid;gap:12px}.section-list__item{display:block;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fffcf7}.section-list__title{font-size:15px;font-weight:800;line-height:1.35;margin-bottom:6px}.page-footer{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.page-footer a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:#fff8f0;font-size:13px;font-weight:700}.follow-hub{display:grid;gap:12px}.follow-state{font-size:13px;color:#2a3740;background:#fffcf7;border:1px solid var(--border);border-radius:10px;padding:10px 12px}.follow-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.follow-team-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#fff;cursor:pointer}.follow-team-name{font-size:13px;font-weight:800}.follow-team-tag{font-size:10px;font-weight:800;padding:3px 8px;border-radius:999px;background:#f5ebdd;color:#7a4f19}.follow-team-btn.active{background:#fce8ec;border-color:#e7b9c3}.follow-team-btn.active .follow-team-tag{background:#c8102e;color:#fff}@media(max-width:900px){.follow-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.follow-team-grid{grid-template-columns:1fr}}@media(max-width:900px){.hero,.focus-grid,.section-grid{grid-template-columns:1fr}.header__actions{width:100%;justify-content:space-between}nav{order:3;width:100%}.subnav__inner,.header__inner,.page{padding-left:14px;padding-right:14px}}.module-block{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:22px;margin-bottom:24px;box-shadow:0 16px 38px #4a37230d}.module-block__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.module-block__title{font-size:18px;font-weight:800}.module-note{font-size:12px;color:var(--muted);margin-top:14px;line-height:1.6}.live-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#0e9f6e1a;color:#0e9f6e;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.live-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:#0e9f6e}.ev-feed{display:grid;gap:8px}.ev{display:grid;grid-template-columns:38px 28px 1fr;gap:10px;align-items:start;padding:10px 12px;border-radius:12px;background:#fffcf7;border:1px solid var(--border)}.ev--goal{border-left:3px solid #0E9F6E}.ev--var{border-left:3px solid #E3A62B}.ev--yellow{border-left:3px solid #EAB308}.ev--red{border-left:3px solid #C8102E}.ev--sub{border-left:3px solid #6366F1}.ev__time{font-size:11px;font-weight:900;color:var(--brand);padding-top:2px}.ev__icon{font-size:15px;text-align:center}.ev__title{font-size:13px;font-weight:700;margin-bottom:2px}.ev__detail{font-size:12px;color:var(--muted)}.xg-block{display:grid;gap:10px;margin-bottom:16px}.xg-row{display:grid;grid-template-columns:1fr 44px 100px 44px 1fr;gap:8px;align-items:center}.xg-team{font-size:13px;font-weight:700}.xg-team--right{text-align:right}.xg-bar-wrap{height:8px;background:#ede4d6;border-radius:999px;overflow:hidden}.xg-bar-fill{height:100%;border-radius:999px;background:var(--brand)}.xg-val{font-size:13px;font-weight:900;color:var(--brand);text-align:center}.tactic-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tactic-item{padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fffcf7}.tactic-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.tactic-text{font-size:13px;line-height:1.6;color:var(--text)}.group-block{margin-bottom:14px;border:1px solid var(--border);border-radius:14px;overflow:hidden}.group-header{background:#f5ebdd;padding:10px 14px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.group-table{width:100%;border-collapse:collapse;font-size:12px}.group-table th{padding:7px 10px;text-align:center;color:var(--muted);font-weight:600;font-size:10px;text-transform:uppercase;border-bottom:1px solid var(--border);background:#fffcf7}.group-table th:nth-child(2){text-align:left}.group-table td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:center;color:var(--muted)}.group-table tr:last-child td{border-bottom:none}.group-table td:nth-child(2){text-align:left;font-weight:600;color:var(--text)}.group-table .pts{font-weight:800;color:var(--text)}.group-table tr.q2 td{background:#0e9f6e0d}.group-table tr.q3 td{background:#e3a62b0d}.qual-legend{display:flex;gap:14px;padding:8px 14px;font-size:11px;color:var(--muted);border-top:1px solid var(--border);flex-wrap:wrap}.ql{display:flex;align-items:center;gap:5px}.ql-dot{width:10px;height:10px;border-radius:2px;flex-shrink:0}.player-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:8px}.player-card{background:#fffcf7;border:1px solid var(--border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}.player-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.player-rating{font-size:26px;font-weight:900;color:var(--brand);line-height:1}.player-name{font-size:14px;font-weight:800}.player-team{font-size:11px;color:var(--muted);font-weight:600;margin-top:2px}.player-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.stat{text-align:center;padding:6px 4px;background:#f5ebdd;border-radius:8px}.stat-val{display:block;font-size:15px;font-weight:900;color:var(--text)}.stat-label{display:block;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:1px}.player-status{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px}.player-status:before{content:"";width:6px;height:6px;border-radius:50%}.player-status--fit{background:#0e9f6e1a;color:#0e9f6e}.player-status--fit:before{background:#0e9f6e}.player-status--doubt{background:#e3a62b1a;color:#b45309}.player-status--doubt:before{background:#e3a62b}.player-status--out{background:#c8102e1a;color:#c8102e}.player-status--out:before{background:#c8102e}.tp-list{display:grid;gap:12px}.tp-item{display:grid;grid-template-columns:60px 1fr;gap:14px;padding:16px;border:1px solid var(--border);border-radius:14px;background:#fffcf7}.tp-min{font-size:13px;font-weight:900;color:var(--brand);padding-top:2px}.tp-min span{display:block;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:3px}.tp-title{font-size:14px;font-weight:800;margin-bottom:6px}.tp-text{font-size:13px;line-height:1.65;color:var(--muted)}@media(max-width:640px){.tactic-grid,.player-grid{grid-template-columns:1fr}.xg-row{grid-template-columns:1fr 44px 1fr}.xg-bar-wrap{display:none}.tp-item{grid-template-columns:1fr}}
