:root{--bg: #0d2818;--bg-card: #0a1f12;--bg-card-2: #112a1a;--bg-input: #0f2416;--border: #1e4028;--border-light: #2a5535;--gold: #c9a84c;--gold-light: #e0c06a;--gold-dim: #8a6e2a;--text: #f0ede6;--text-muted: #8fa898;--text-dim: #5a7a65;--live: #e84040;--live-bg: rgba(232,64,64,.12);--win: #3ecf6e;--draw: #c9a84c;--loss: #e84040;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow: 0 2px 12px rgba(0,0,0,.4);--transition: .18s ease;--nav-h: 64px}[data-theme=light]{--bg: #f0f4f1;--bg-card: #ffffff;--bg-card-2: #e8f0ea;--bg-input: #e0ebe2;--border: #c8dace;--border-light: #b0ccb8;--text: #0d2818;--text-muted: #3a5a45;--text-dim: #6a8a75}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;min-height:100dvh;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}a{color:inherit;text-decoration:none}input,textarea{font:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:var(--radius-sm)}.app-shell{display:flex;flex-direction:column;min-height:100dvh}.page-content{flex:1;padding-bottom:calc(var(--nav-h) + 8px);max-width:480px;margin:0 auto;width:100%}@media (min-width: 768px){.page-content{max-width:1200px;padding-bottom:32px;padding-top:72px}}.section-title{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:16px 16px 8px}.section-title span{color:var(--gold)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.card:hover{border-color:var(--border-light)}.card:active{transform:scale(.99)}.chip{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);white-space:nowrap;transition:all var(--transition);cursor:pointer}.chip:hover{border-color:var(--gold-dim);color:var(--gold)}.chip.active{background:var(--gold);color:#0d2818;border-color:var(--gold)}.badge-live{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:700;color:var(--live);background:var(--live-bg);padding:2px 7px;border-radius:4px;letter-spacing:.05em}.badge-live:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--live);animation:pulse 1.2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.conf-bar{height:4px;border-radius:4px;background:var(--border);overflow:hidden}.conf-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--gold-dim),var(--gold));transition:width .6s ease}.conf-bar-fill.high{background:linear-gradient(90deg,#2a8a4a,var(--win))}.conf-bar-fill.medium{background:linear-gradient(90deg,var(--gold-dim),var(--gold))}.conf-bar-fill.low{background:linear-gradient(90deg,#8a3a2a,var(--live))}.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-card-2) 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;transition:all var(--transition)}.btn-gold{background:var(--gold);color:#0d2818}.btn-gold:hover{background:var(--gold-light)}.btn-outline{border:1px solid var(--border-light);color:var(--text-muted)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.flag{width:28px;height:20px;border-radius:3px;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:var(--text-dim);flex-shrink:0;overflow:hidden}.h-scroll{display:flex;gap:8px;overflow-x:auto;padding:0 16px 4px;scrollbar-width:none}.h-scroll::-webkit-scrollbar{display:none}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px 24px;color:var(--text-dim);text-align:center}.empty-state svg{opacity:.3}.empty-state p{font-size:.85rem}.divider{height:1px;background:var(--border);margin:0 16px}
