:root{--bg: #0c1210;--bg-soft: #121a17;--card: #16211c;--card-edge: #223129;--text: #e7efe9;--muted: #8fa39a;--accent: #2fd06c;--accent-deep: #1d9e4f;--live: #ff4d4d;--radius: 10px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font:16.5px/1.55 system-ui,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%}.topbar{display:flex;align-items:center;gap:20px;padding:14px 24px;background:var(--bg-soft);border-bottom:1px solid var(--card-edge);position:sticky;top:0;z-index:10}.topbar-spacer{flex:1}.brand{font-size:22px;font-weight:800;letter-spacing:.3px}.brand span{color:var(--accent)}.userbox{display:flex;align-items:center;gap:10px}.uname{color:var(--muted);font-weight:600}.sport-tabs-bar{background:var(--bg);padding:20px 24px;border-bottom:1px solid var(--card-edge)}.sport-tabs{display:flex;justify-content:center;gap:16px;max-width:600px;margin:0 auto}.sport-tab{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 32px;background:var(--card);border:2px solid var(--card-edge);border-radius:16px;color:var(--muted);font-weight:700;text-decoration:none;transition:all .2s ease;min-width:120px}.sport-tab:hover{background:var(--bg-soft);border-color:var(--accent);color:var(--text);transform:translateY(-2px)}.sport-tab.active{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);border-color:var(--accent);color:#06170d;box-shadow:0 4px 20px #2fd06c4d}.sport-tab-icon{font-size:32px;line-height:1}.sport-tab-label{font-size:14px;text-transform:uppercase;letter-spacing:1px}.btn{display:inline-block;background:var(--accent);color:#06170d;border:none;border-radius:8px;cursor:pointer;padding:11px 22px;font-weight:700;font-size:15.5px}.btn:hover{background:var(--accent-deep);color:#eafff2}.btn.small{padding:8px 15px;font-size:14.5px}.btn.ghost{background:transparent;color:var(--text);border:1px solid var(--card-edge)}.btn.ghost:hover{border-color:var(--accent);color:var(--accent)}.btn.watch{pointer-events:none}.badge.live{color:var(--live);font-weight:800;font-size:12px;letter-spacing:.5px;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{50%{opacity:.55}}.dot.live-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--live);margin-right:6px;animation:pulse 1.6s ease-in-out infinite}.shell{display:flex;flex:1;width:100%;max-width:1340px;margin:0 auto}.sidebar{width:265px;flex-shrink:0;padding:22px 14px;border-right:1px solid var(--card-edge)}.sidebar h4{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.leaguelist{display:flex;flex-direction:column;gap:2px}.leagueitem{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:var(--text);font-size:15.5px;font-weight:600}.leagueitem:hover{background:var(--card)}.leagueitem .circle{width:38px;height:38px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.leagueitem .circle img{width:26px;height:26px;object-fit:contain}.teamshead{margin-top:26px!important;font-size:20px!important;text-transform:none!important;color:var(--text)!important;font-weight:800}.emptyside{color:var(--muted);font-size:13px;padding:8px 10px;margin:0}@media (max-width: 600px){.sport-tabs-bar{padding:14px 16px}.sport-tabs{gap:10px}.sport-tab{padding:12px 20px;min-width:90px;border-radius:12px}.sport-tab-icon{font-size:26px}.sport-tab-label{font-size:12px}.subnav{gap:6px;padding:12px 16px;flex-wrap:wrap}.subnavbtn{padding:8px 16px;font-size:13px}}.subnav{display:flex;justify-content:center;gap:8px;padding:16px 24px;background:var(--bg-soft);border-bottom:1px solid var(--card-edge)}.subnavbtn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:25px;background:var(--card);border:1px solid var(--card-edge);color:var(--muted);font-weight:700;font-size:14px;cursor:pointer;transition:all .2s ease;text-decoration:none}.subnavbtn:hover{color:var(--text);background:var(--bg);border-color:var(--accent);transform:translateY(-1px)}.subnavbtn.active{background:var(--text);color:var(--bg);border-color:var(--text)}.subnavbtn.live{color:var(--live)}.subnavbtn.live:hover{border-color:var(--live)}.subnavbtn.live.active{background:var(--live);color:#fff;border-color:var(--live)}.wrap{flex:1;width:100%;min-width:0;padding:22px}section{margin-bottom:34px}h2{font-size:23px;margin:0 0 14px}h3{font-size:18px;margin:18px 0 10px}.foot{text-align:center;color:var(--muted);font-size:13px;padding:18px;border-top:1px solid var(--card-edge)}.empty{color:var(--muted);padding:30px 0;text-align:center}.muted{color:var(--muted)}.small{font-size:12px}.error{color:#ff8080}.grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.card.match{background:var(--card);border:1px solid var(--card-edge);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:12px;transition:transform .12s ease,border-color .12s ease}.card.match:hover{transform:translateY(-2px);border-color:var(--accent-deep)}.card.match.is-live{border-color:#ff4d4d73}.card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.comp{color:var(--muted);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.ko{color:var(--muted);font-size:13.5px;white-space:nowrap}.teams{display:flex;align-items:center;justify-content:space-between;gap:8px}.team{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;text-align:center;font-weight:600;font-size:15px}.team img,.crest-fallback{width:52px;height:52px;object-fit:contain;font-size:40px}.score{font-size:23px;font-weight:800;color:var(--accent);white-space:nowrap}.card-bottom{text-align:center}.heroscroll{display:grid;grid-auto-flow:column;grid-auto-columns:340px;gap:14px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.panelwrap{margin-bottom:34px}.ribbon{display:inline-block;background:var(--accent);color:#06170d;font-weight:800;font-size:17px;padding:10px 34px 10px 18px;clip-path:polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);border-radius:10px 0 0;position:relative;z-index:1;margin-bottom:-1px}.ribbon.red{background:var(--live);color:#fff}.panelbox{border:1px solid var(--accent-deep);border-radius:0 12px 12px;background:var(--bg-soft);overflow:hidden}.matchrow{display:grid;grid-template-columns:46px 165px 1fr 86px 1fr minmax(120px,auto);align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.055);transition:background .12s ease}.matchrow:last-child{border-bottom:none}.matchrow:hover{background:#2fd06c0f}.matchrow.is-live{background:#ff4d4d0d}.mr-emblem{width:40px;height:40px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center}.mr-emblem img{width:26px;height:26px;object-fit:contain}.mr-time{display:flex;flex-direction:column;min-width:0}.mr-ko{font-weight:700;font-size:15px}.mr-comp{color:var(--muted);font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-team{display:flex;align-items:center;gap:11px;min-width:0;font-weight:700;font-size:16px;color:#b8e34d}.mr-team.home{justify-content:flex-end;text-align:right}.mr-team img{width:30px;height:30px;object-fit:contain;flex-shrink:0}.mr-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-dot{font-size:18px}.scorepill{background:#0a0f0d;border:1px solid var(--card-edge);color:#fff;font-weight:800;font-size:15.5px;padding:6px 0;text-align:center;border-radius:8px}.mr-right{display:flex;align-items:center;gap:10px;justify-content:flex-end}.watchpill{background:linear-gradient(90deg,#9be32a,#2fd06c);color:#073312;border-radius:20px;padding:9px 20px;font-weight:800;font-size:15px;white-space:nowrap}.watchpill:hover{filter:brightness(1.08)}.filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:18px}.daytabs{display:flex;gap:6px;flex-wrap:wrap}.tab{background:var(--card);color:var(--muted);border:1px solid var(--card-edge);border-radius:8px;padding:7px 13px;cursor:pointer;font-weight:600}.tab.active{background:var(--accent);border-color:var(--accent);color:#06170d}select,input{background:var(--card);color:var(--text);border:1px solid var(--card-edge);border-radius:8px;padding:10px 14px;font-size:15.5px}select:focus,input:focus{outline:1px solid var(--accent)}.matchpage{max-width:940px;margin:0 auto}.scoreboard{background:var(--card);border:1px solid var(--card-edge);border-radius:var(--radius);padding:16px 20px;margin-bottom:16px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.sb-teams{display:flex;align-items:center;gap:14px;flex:1;justify-content:center}.sb-team{display:flex;align-items:center;gap:8px;font-weight:700;font-size:16px}.sb-team img{width:28px;height:28px;object-fit:contain}.sb-score{font-size:24px;font-weight:800;color:var(--accent)}.playerbox{background:#000;border-radius:var(--radius);overflow:hidden;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.playerbox video{width:100%;height:100%}.playerbox.placeholder{background:var(--card);flex-direction:column;gap:4px}.tablewrap{overflow-x:auto;margin-bottom:22px}table.standings{width:100%;border-collapse:collapse;font-size:15.5px}table.standings th,table.standings td{padding:9px 10px;text-align:center;border-bottom:1px solid var(--card-edge);font-variant-numeric:tabular-nums}table.standings th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.4px}table.standings .tname{text-align:left}table.standings .tname img{width:26px;height:26px;object-fit:contain;vertical-align:-4px;margin-right:8px}table.standings .pts{font-weight:800;color:var(--accent)}tr.rowlive td{background:#ff4d4d0f}.authform{max-width:380px;margin:40px auto;background:var(--card);border:1px solid var(--card-edge);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;gap:14px}.authform label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:13.5px}.panel{background:var(--card);border:1px solid var(--card-edge);border-radius:var(--radius);padding:18px 20px;margin-bottom:20px}.manualform{display:flex;flex-wrap:wrap;gap:10px}.manualform input{flex:1 1 160px}table.admin select,table.admin input{width:100%;margin:3px 0;font-size:13px}.chk{display:flex;align-items:center;gap:6px;white-space:nowrap}@media (max-width: 900px){.sidebar{display:none}}@media (max-width: 640px){.topbar{flex-wrap:wrap;gap:10px}.mainnav{order:3;width:100%}.matchrow{grid-template-columns:1fr 70px 1fr}.mr-right,.mr-emblem,.mr-time{display:none}}.searchbox{display:flex;align-items:center;gap:0}.searchbox input{width:210px;border-radius:8px 0 0 8px;border-right:none;padding:9px 13px;font-size:15px}.searchbox button{background:var(--card);border:1px solid var(--card-edge);border-radius:0 8px 8px 0;padding:9px 13px;cursor:pointer;color:var(--text);font-size:15px}.searchbox button:hover{border-color:var(--accent)}@media (max-width: 900px){.searchbox input{width:140px}}.teamhead{display:flex;align-items:center;gap:16px;margin-bottom:20px}.teamhead img{width:56px;height:56px;object-fit:contain}.teamhead h2{margin:0;font-size:27px}.leaguegrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.leaguecard{background:var(--card);border:1px solid var(--card-edge);border-radius:12px;padding:22px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;font-weight:700;font-size:16px;text-align:center;transition:transform .12s ease,border-color .12s ease}.leaguecard:hover{transform:translateY(-2px);border-color:var(--accent-deep)}.circle.big{width:64px;height:64px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:30px}.circle.big img{width:44px;height:44px;object-fit:contain}.footlinks{display:flex;gap:22px;justify-content:center;margin-bottom:8px;flex-wrap:wrap}.footlinks a{color:var(--muted);font-weight:600}.footlinks a:hover{color:var(--accent)}.staticpage{max-width:720px}.staticpage p{color:var(--muted);font-size:16px}.uname{display:inline-flex;align-items:center;gap:8px}.uname:hover{color:var(--text)}.balchip{background:var(--card);border:1px solid var(--card-edge);color:var(--accent);font-weight:800;font-size:13px;padding:3px 9px;border-radius:20px}.acct-tabs{display:flex;gap:6px;margin:4px 0 16px;flex-wrap:wrap}.acct-tabs button{background:var(--bg-soft);color:var(--muted);border:1px solid var(--card-edge);border-radius:8px;padding:9px 18px;font-weight:700;font-size:14.5px;cursor:pointer}.acct-tabs button.on{background:var(--accent);color:#06170d;border-color:var(--accent)}.acct-pane h3{margin:6px 0 8px}.acct-pane h3.mt{margin-top:24px}.acct-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:22px}.acct-card{background:var(--bg-soft);border:1px solid var(--card-edge);border-radius:var(--radius);padding:16px 18px}.acct-card-label{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.6px}.acct-card-value{font-size:26px;font-weight:800;margin-top:5px}.acct-card-value.ok{color:var(--accent)}.acct-card-value.trial{color:#f0c04a}.planrow{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:10px}.plancard{background:var(--bg-soft);border:1px solid var(--card-edge);border-radius:var(--radius);padding:16px;text-align:center}.plancard.locked{opacity:.55}.plan-name{font-weight:700}.plan-price{font-size:28px;font-weight:800;color:var(--accent);margin:6px 0 2px}.plan-days{font-size:13px;margin-bottom:12px}.plancard .btn{width:100%}.walletlist{display:flex;flex-direction:column;gap:10px;margin:12px 0 20px}.wallet{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:var(--bg-soft);border:1px solid var(--card-edge);border-radius:8px;padding:12px 14px}.wallet-coin{font-weight:700;min-width:110px}.wallet-addr{font-family:ui-monospace,Cascadia Code,monospace;font-size:13px;word-break:break-all;flex:1;color:var(--text)}.depositform{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:end;max-width:760px;margin-top:8px}.depositform label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:var(--muted)}.depositform input,.depositform select{height:42px;background:var(--bg);border:1px solid var(--card-edge);border-radius:8px;color:var(--text);padding:0 12px;font-size:15px}.depositform .btn{height:42px}.depstatus{text-transform:capitalize;font-weight:700;font-size:13px;padding:2px 10px;border-radius:20px}.depstatus.pending{color:#f0c04a;background:#f0c04a1f}.depstatus.approved{color:var(--accent);background:#2fd06c1f}.depstatus.rejected{color:var(--live);background:#ff4d4d1f}.depactions{display:flex;gap:6px}.tg-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}.btn.tg{background:#229ed9;color:#fff}.btn.tg:hover{background:#1b8dc4}.tgbar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:10px 14px;margin-bottom:10px;border-bottom:1px solid var(--card-edge);font-size:14.5px;color:var(--muted)}.tgbar a{color:var(--accent);font-weight:700}.tgbar a:hover{text-decoration:underline}.pendingnote{background:#f0c04a1a;border:1px solid rgba(240,192,74,.35);color:#f0c04a;border-radius:8px;padding:10px 14px;margin:4px 0 18px;font-size:14.5px}.paypanel{background:var(--bg-soft);border:1px solid var(--card-edge);border-radius:var(--radius);padding:18px 20px;margin-top:6px}.paypanel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.paypanel-head h3{margin:0}.paylabel{display:flex;flex-direction:column;gap:5px;font-size:13px;color:var(--muted);max-width:340px;margin:8px 0 16px}.paylabel select{height:42px;background:var(--bg);border:1px solid var(--card-edge);border-radius:8px;color:var(--text);padding:0 12px;font-size:15px}.payqr{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:18px}.qrbox{background:#fff;padding:12px;border-radius:10px;line-height:0;flex-shrink:0}.payaddr{display:flex;flex-direction:column;gap:8px;width:100%;max-width:520px}.payaddr code{font-family:ui-monospace,Cascadia Code,monospace;font-size:13px;word-break:break-all;background:var(--bg);border:1px solid var(--card-edge);border-radius:8px;padding:10px 12px;color:var(--text)}.payaddr-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.payamount{font-size:15px}.payamount strong{color:var(--accent)}.payform{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;max-width:620px;margin-bottom:14px}.payform label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:var(--muted)}.payform input{height:42px;background:var(--bg);border:1px solid var(--card-edge);border-radius:8px;color:var(--text);padding:0 12px;font-size:15px}.pay-confirm{min-width:220px}.btn:disabled{opacity:.45;cursor:not-allowed}.enterhint{display:block;margin-top:8px}.okmsg{color:var(--accent);font-weight:600}.hero-match{display:block;position:relative;background:linear-gradient(135deg,#1a2f25,#0d1a14);border-radius:16px;overflow:hidden;margin-bottom:32px;min-height:220px;border:1px solid var(--card-edge);transition:transform .2s ease,box-shadow .2s ease}.hero-match:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006}.hero-match.is-live{border-color:#ff4d4d66;background:linear-gradient(135deg,#2a1f1f,#1a0d0d)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(47,208,108,.1) 0%,transparent 70%)}.hero-match.is-live .hero-bg{background:radial-gradient(ellipse at 50% 0%,rgba(255,77,77,.15) 0%,transparent 70%)}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.3) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.3) 100%)}.hero-content{position:relative;z-index:1;padding:28px 32px;display:flex;flex-direction:column;align-items:center;gap:16px}.hero-live-badge{display:inline-flex;align-items:center;gap:8px;background:var(--live);color:#fff;font-weight:800;font-size:13px;padding:6px 16px;border-radius:20px;letter-spacing:.5px;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 0 10px #ff4d4d80}50%{box-shadow:0 0 20px #ff4d4dcc}}.hero-league{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.hero-league img{width:24px;height:24px;object-fit:contain}.hero-teams{display:flex;align-items:center;gap:40px;margin:8px 0}.hero-team{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:120px}.hero-crest{width:80px;height:80px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000004d}.hero-crest img{width:56px;height:56px;object-fit:contain}.hero-crest span{font-size:36px}.hero-team-name{font-size:18px;font-weight:700;color:var(--text);text-align:center}.hero-vs{display:flex;flex-direction:column;align-items:center}.hero-score{font-size:42px;font-weight:800;color:var(--accent);letter-spacing:4px}.hero-score.final{color:var(--text)}.hero-time{display:flex;flex-direction:column;align-items:center;font-size:16px;color:var(--text);font-weight:600}.hero-action{margin-top:8px}.hero-btn{display:inline-block;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);color:#06170d;font-weight:800;font-size:16px;padding:14px 40px;border-radius:30px;transition:transform .2s ease,box-shadow .2s ease}.hero-match:hover .hero-btn{transform:scale(1.05);box-shadow:0 6px 20px #2fd06c66}.match-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--card-edge);border-radius:14px;padding:18px;gap:14px;transition:all .2s ease;position:relative;overflow:hidden}.match-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:transparent;transition:background .2s ease}.match-card:hover{transform:translateY(-4px);border-color:var(--accent-deep);box-shadow:0 8px 30px #0000004d}.match-card:hover:before{background:var(--accent)}.match-card.is-live{border-color:#ff4d4d66}.match-card.is-live:before{background:var(--live)}.live-badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:6px;background:var(--live);color:#fff;font-weight:800;font-size:11px;padding:4px 10px;border-radius:12px;letter-spacing:.5px}.live-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.match-league{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.league-emblem{width:20px;height:20px;object-fit:contain}.match-teams{display:flex;align-items:center;justify-content:space-between;gap:12px}.team-side{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;min-width:0}.team-crest{width:56px;height:56px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0003}.team-crest img{width:38px;height:38px;object-fit:contain}.crest-placeholder{font-size:28px}.team-name{font-size:14px;font-weight:700;color:var(--text);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.match-score-box{display:flex;flex-direction:column;align-items:center;padding:0 8px}.score-live{font-size:28px;font-weight:800;color:var(--live);letter-spacing:2px}.score-final{font-size:28px;font-weight:800;color:var(--text);letter-spacing:2px}.match-time{display:flex;flex-direction:column;align-items:center}.match-time .time{font-size:22px;font-weight:800;color:var(--text)}.match-time .date{font-size:12px;color:var(--muted);font-weight:600}.match-action{display:flex;justify-content:center;margin-top:4px}.watch-btn{display:inline-block;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);color:#06170d;font-weight:700;font-size:14px;padding:10px 28px;border-radius:20px;transition:transform .15s ease}.match-card:hover .watch-btn{transform:scale(1.03)}.notify-btn{display:inline-block;background:var(--bg-soft);border:1px solid var(--card-edge);color:var(--muted);font-weight:600;font-size:13px;padding:8px 20px;border-radius:20px}.home-content{display:flex;flex-direction:column;gap:8px}.matches-section{margin-bottom:28px}.section-header{display:flex;align-items:center;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--card-edge)}.section-header h3{display:flex;align-items:center;gap:10px;margin:0;font-size:20px;font-weight:800;color:var(--text)}.section-header.live h3{color:var(--live)}.section-icon{font-size:18px}.section-header.live .section-icon{animation:pulse 1.5s ease-in-out infinite}.section-count{background:var(--card);color:var(--muted);font-size:13px;font-weight:700;padding:3px 10px;border-radius:12px}.matches-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.empty-state p{font-size:18px;font-weight:600;color:var(--text);margin:0 0 8px}.empty-hint{font-size:14px;color:var(--muted)}.loading-skeleton{display:flex;flex-direction:column;gap:24px}.skeleton-hero{height:220px;background:linear-gradient(90deg,var(--card) 0%,var(--bg-soft) 50%,var(--card) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:16px}.skeleton-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.skeleton-grid:before,.skeleton-grid:after{content:"";height:200px;background:linear-gradient(90deg,var(--card) 0%,var(--bg-soft) 50%,var(--card) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:14px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.hero-match{min-height:auto}.hero-content{padding:20px}.hero-teams{gap:20px}.hero-crest{width:60px;height:60px}.hero-crest img{width:42px;height:42px}.hero-team-name{font-size:14px}.hero-score{font-size:32px}.hero-btn{padding:12px 28px;font-size:14px}.matches-grid{grid-template-columns:1fr}.team-crest{width:48px;height:48px}.team-crest img{width:32px;height:32px}}.homepage{display:flex;flex-direction:column;gap:0}.hero-section{position:relative;background:linear-gradient(135deg,#0d2818,#0a1f14,#061210);padding:60px 40px;overflow:hidden;border-radius:20px;margin-bottom:40px}.hero-section.hero-with-image{display:flex;align-items:center;justify-content:center;min-height:380px;padding:40px}.hero-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(47,208,108,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(47,208,108,.1) 0%,transparent 40%),radial-gradient(circle at 50% 100%,rgba(47,208,108,.08) 0%,transparent 50%)}.hero-athlete{position:absolute;bottom:0;width:250px;height:320px;pointer-events:none;z-index:0}.hero-athlete.left{left:5%}.hero-athlete.right{right:5%}.hero-athlete img{width:100%;height:100%;object-fit:cover;object-position:top;filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));mask-image:linear-gradient(to top,transparent 0%,black 20%);-webkit-mask-image:linear-gradient(to top,transparent 0%,black 20%)}.hero-content-home{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.shell.no-sidebar{max-width:1100px}.shell.no-sidebar .wrap{padding:30px 40px}.hero-badge{display:inline-block;background:#2fd06c26;border:1px solid rgba(47,208,108,.3);color:var(--accent);font-weight:700;font-size:13px;padding:8px 20px;border-radius:30px;margin-bottom:24px;letter-spacing:.5px}.hero-title{font-size:48px;font-weight:800;line-height:1.1;margin:0 0 20px;color:var(--text)}.hero-title span{color:var(--accent)}.hero-subtitle{font-size:18px;color:var(--muted);line-height:1.6;margin:0 0 32px}@media (max-width: 1100px){.hero-athlete{width:180px;height:240px}.hero-athlete.left{left:2%}.hero-athlete.right{right:2%}}@media (max-width: 900px){.hero-athlete{display:none}.hero-section.hero-with-image{min-height:auto;padding:50px 30px}}.features-section{margin-bottom:48px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--card);border:1px solid var(--card-edge);border-radius:16px;padding:28px 24px;text-align:center;transition:all .2s ease}.feature-card:hover{transform:translateY(-4px);border-color:var(--accent-deep)}.feature-icon{font-size:40px;display:block;margin-bottom:16px}.feature-title{font-size:18px;font-weight:700;margin:0 0 8px;color:var(--text)}.feature-desc{font-size:14px;color:var(--muted);margin:0;line-height:1.5}.sports-section{margin-bottom:48px}.section-title{font-size:24px;font-weight:800;margin:0 0 24px;color:var(--text);text-align:center}.sports-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.sport-card{display:flex;align-items:center;gap:20px;background:var(--card);border:2px solid var(--card-edge);border-radius:16px;padding:24px;text-decoration:none;transition:all .2s ease;position:relative;overflow:hidden}.sport-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--sport-color);opacity:0;transition:opacity .2s ease}.sport-card:hover{transform:translateY(-4px);border-color:var(--sport-color);box-shadow:0 8px 30px #0000004d}.sport-card:hover:before{opacity:1}.sport-card-icon{font-size:48px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:16px;flex-shrink:0}.sport-card-content{flex:1;min-width:0}.sport-card-name{font-size:22px;font-weight:800;margin:0 0 6px;color:var(--text)}.sport-card-desc{font-size:14px;color:var(--muted);margin:0;line-height:1.4}.sport-card-arrow{font-size:24px;color:var(--muted);transition:all .2s ease}.sport-card:hover .sport-card-arrow{color:var(--sport-color);transform:translate(4px)}.stats-section{background:var(--card);border:1px solid var(--card-edge);border-radius:16px;padding:32px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:36px;font-weight:800;color:var(--accent)}.stat-label{font-size:14px;color:var(--muted);font-weight:600}@media (max-width: 900px){.features-grid,.sports-grid{grid-template-columns:1fr}.shell.no-sidebar .wrap{padding:20px}}@media (max-width: 768px){.topbar{padding:12px 16px;gap:12px}.brand{font-size:18px}.sport-tabs-bar{padding:16px 12px}.sport-tabs{gap:8px}.sport-tab{padding:12px 16px;min-width:80px;border-radius:12px}.sport-tab-icon{font-size:24px}.sport-tab-label{font-size:11px}.subnav{padding:12px;gap:6px;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}.subnavbtn{padding:8px 16px;font-size:13px;white-space:nowrap;flex-shrink:0}.wrap{padding:16px}.matches-grid{grid-template-columns:1fr;gap:14px}.match-card{padding:16px}.team-crest{width:48px;height:48px}.team-crest img{width:32px;height:32px}.team-name{font-size:13px}.score-live,.score-final{font-size:24px}.match-time .time{font-size:18px}.hero-match{min-height:auto}.hero-content{padding:20px 16px}.hero-teams{gap:16px}.hero-crest{width:56px;height:56px}.hero-crest img{width:38px;height:38px}.hero-team-name{font-size:13px}.hero-score{font-size:28px}.hero-btn{padding:10px 24px;font-size:13px}.hero-section{padding:40px 20px;border-radius:14px;margin-bottom:28px}.hero-title{font-size:28px}.hero-subtitle{font-size:15px;margin-bottom:24px}.hero-badge{font-size:12px;padding:6px 16px}.feature-card{padding:20px}.feature-icon{font-size:32px}.feature-title{font-size:16px}.sport-card{padding:18px;gap:14px}.sport-card-icon{width:56px;height:56px;font-size:32px;border-radius:12px}.sport-card-name{font-size:18px}.sport-card-desc{font-size:13px}.stats-section{padding:24px 20px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:16px}.stat-value{font-size:24px}.stat-label{font-size:12px}.matchrow{grid-template-columns:1fr auto 1fr;padding:12px 14px;gap:8px}.mr-emblem,.mr-time,.mr-right{display:none}.mr-team{font-size:14px;gap:8px}.mr-team img{width:24px;height:24px}.scorepill{font-size:14px;padding:6px 10px}.authform{margin:20px 16px;padding:20px}.acct-cards{grid-template-columns:repeat(2,1fr)}.planrow{grid-template-columns:1fr}}@media (max-width: 480px){.topbar{padding:10px 12px;gap:8px;flex-wrap:wrap}.brand{font-size:16px;flex:1}.searchbox{order:3;width:100%;margin-top:8px}.searchbox input{flex:1;width:auto}.userbox{gap:6px}.uname{display:none}.balchip{font-size:11px;padding:2px 8px}.sport-tabs-bar{padding:12px 8px}.sport-tabs{gap:6px;justify-content:flex-start;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.sport-tab{padding:10px 14px;min-width:70px;flex-shrink:0}.sport-tab-icon{font-size:20px}.sport-tab-label{font-size:10px}.subnav{padding:10px 8px;gap:4px}.subnavbtn{padding:6px 12px;font-size:12px}.wrap{padding:12px}.hero-section{padding:30px 16px;margin-bottom:20px;border-radius:12px}.hero-title{font-size:24px;line-height:1.2}.hero-subtitle{font-size:14px}.hero-badge{font-size:11px;padding:5px 12px;margin-bottom:16px}.hero-content{padding:16px 12px;gap:12px}.hero-teams{gap:10px}.hero-team{min-width:70px;gap:8px}.hero-crest{width:48px;height:48px}.hero-crest img{width:32px;height:32px}.hero-crest span{font-size:24px}.hero-team-name{font-size:12px}.hero-score{font-size:24px;letter-spacing:2px}.hero-time{font-size:14px}.hero-btn{padding:10px 20px;font-size:12px}.hero-live-badge{font-size:11px;padding:4px 12px}.hero-league{font-size:12px}.match-card{padding:14px;gap:12px;border-radius:12px}.match-league{font-size:11px}.league-emblem{width:16px;height:16px}.team-side{gap:6px}.team-crest{width:44px;height:44px}.team-crest img{width:28px;height:28px}.crest-placeholder{font-size:22px}.team-name{font-size:12px}.score-live,.score-final{font-size:22px}.match-time .time{font-size:16px}.match-time .date{font-size:11px}.live-badge{font-size:10px;padding:3px 8px;top:10px;right:10px}.watch-btn{padding:8px 20px;font-size:13px}.notify-btn{padding:6px 14px;font-size:12px}.section-header h3{font-size:16px}.section-count{font-size:11px;padding:2px 8px}.features-section{margin-bottom:32px}.feature-card{padding:18px 16px}.feature-icon{font-size:28px;margin-bottom:12px}.feature-title{font-size:15px}.feature-desc{font-size:13px}.sport-card{padding:16px;gap:12px}.sport-card-icon{width:50px;height:50px;font-size:28px;border-radius:10px}.sport-card-name{font-size:16px}.sport-card-desc{font-size:12px}.sport-card-arrow{font-size:20px}.stats-section{padding:20px 16px;border-radius:12px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:12px}.stat-value{font-size:20px}.stat-label{font-size:11px}.ribbon{font-size:14px;padding:8px 24px 8px 14px}.matchrow{padding:10px 12px;gap:6px}.mr-team{font-size:13px;gap:6px}.mr-team img{width:22px;height:22px}.scorepill{font-size:13px;padding:5px 8px;min-width:50px}.authform{margin:16px 12px;padding:18px;border-radius:12px}.acct-tabs{gap:4px}.acct-tabs button{padding:8px 14px;font-size:13px}.acct-cards{grid-template-columns:1fr 1fr;gap:10px}.acct-card{padding:14px}.acct-card-value{font-size:22px}.foot{padding:14px 12px;font-size:12px}.footlinks{gap:16px;font-size:13px}.tablewrap{margin:0 -12px;padding:0 12px}table.standings{font-size:13px}table.standings th,table.standings td{padding:8px 6px}.manualform{gap:8px}.depositform,.payform{grid-template-columns:1fr}.wallet{padding:10px 12px}.wallet-coin{min-width:auto;font-size:13px}.wallet-addr{font-size:11px}}@media (max-width: 360px){.sport-tab{padding:8px 10px;min-width:60px}.sport-tab-icon{font-size:18px}.sport-tab-label{font-size:9px}.hero-title{font-size:22px}.hero-subtitle{font-size:13px}.team-crest{width:40px;height:40px}.team-crest img{width:26px;height:26px}.team-name{font-size:11px}.score-live,.score-final{font-size:20px}.stat-value{font-size:18px}.stat-label{font-size:10px}}@media (hover: none) and (pointer: coarse){.btn,.subnavbtn,.sport-tab,.match-card,.sport-card{-webkit-tap-highlight-color:transparent}.sport-tab:active,.subnavbtn:active,.match-card:active,.sport-card:active{transform:scale(.98)}}@supports (padding: max(0px)){.topbar,.wrap{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.foot{padding-bottom:max(18px,env(safe-area-inset-bottom))}}.notify-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.notify-modal{background:var(--card);border:1px solid var(--card-edge);border-radius:20px;padding:32px;max-width:420px;width:100%;text-align:center;position:relative;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.notify-modal-close{position:absolute;top:16px;right:16px;background:var(--bg-soft);border:1px solid var(--card-edge);color:var(--muted);width:32px;height:32px;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;transition:all .2s ease}.notify-modal-close:hover{background:var(--live);border-color:var(--live);color:#fff}.notify-modal-icon{font-size:48px;margin-bottom:16px}.notify-modal h3{font-size:22px;font-weight:800;margin:0 0 12px;color:var(--text)}.notify-modal p{font-size:15px;color:var(--muted);margin:0 0 20px;line-height:1.5}.notify-modal-match{background:var(--bg-soft);border:1px solid var(--card-edge);border-radius:12px;padding:16px;margin-bottom:24px;font-size:16px}.notify-modal-match strong{color:var(--text)}.notify-modal-date{display:block;font-size:13px;color:var(--muted);margin-top:6px}.notify-modal-actions{display:flex;flex-direction:column;gap:12px}.notify-modal-actions .btn.tg{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:15px;border-radius:12px}.notify-modal-actions .btn.tg-group{background:#229ed9;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:15px;border-radius:12px;font-weight:700}.notify-modal-actions .btn.tg-group:hover{background:#1b8dc4}button.notify-btn{display:inline-block;background:var(--bg-soft);border:1px solid var(--card-edge);color:var(--muted);font-weight:600;font-size:13px;padding:8px 20px;border-radius:20px;cursor:pointer;transition:all .2s ease}button.notify-btn:hover{border-color:var(--accent);color:var(--accent);background:#2fd06c1a}@media (max-width: 480px){.notify-modal{padding:24px 20px;border-radius:16px}.notify-modal-icon{font-size:40px}.notify-modal h3{font-size:18px}.notify-modal p{font-size:14px}.notify-modal-match{padding:12px;font-size:14px}.notify-modal-actions .btn.tg,.notify-modal-actions .btn.tg-group{padding:12px 20px;font-size:14px}}
