.login-box{text-align:center;width:100%;max-width:400px;margin-top:60px;padding:20px}.logo{margin-bottom:10px;font-size:50px}h2{color:#fff;margin-bottom:20px}input{border:none;border-radius:8px;outline:none;width:80%;margin-bottom:15px;padding:12px;font-size:14px}button{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:8px;width:80%;padding:12px;font-size:16px}button:hover{background:#16a34a}.side-menu{z-index:999;width:320px;height:100%;transition:all .3s;position:fixed;top:0;left:-100%}.side-menu.open{left:0}.overlay.open{display:block}.overlay{background:#00000080;width:calc(100% - 320px);height:100%;display:none;position:fixed;top:0;left:320px}.menu-content{color:#fff;background:radial-gradient(circle,#0a0a0a,#000);flex-direction:column;width:320px;height:100%;padding:20px;display:flex}.profile-section{text-align:left;margin-bottom:20px}.profile-img{border:2px solid #fff;border-radius:50%;width:70px;height:70px}.profile-section h2{color:#fff;margin:10px 0 5px}.profile-section p{color:#aaa;font-size:14px}.verified{background:green;border-radius:8px;margin-top:10px;padding:6px 12px;display:inline-block}.menu-list{flex:1}.menu-item{cursor:pointer;border-bottom:1px solid #ffffff1a;align-items:center;padding:14px 0;display:flex}.menu-item .icon{width:30px}.menu-item .arrow{opacity:.6;margin-left:auto}.menu-footer{margin-top:auto}.logo{width:120px;margin:10px 0}.logout-btn{color:red;background:0 0;border:2px solid red;border-radius:30px;width:100%;margin:15px 0;padding:14px;font-size:18px}.bottom-row{justify-content:space-between;align-items:center;display:flex}.update-btn{color:#fff;background:green;border:none;border-radius:20px;padding:8px 16px}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}.header{justify-content:space-between;align-items:center;padding:10px;display:flex}.bottom-nav{background:#001f3f;border-radius:50px;justify-content:space-around;width:600px;padding:10px 0;display:flex;position:fixed;bottom:0}.nav-item{text-align:center;color:#fff}.nav-item img{width:30px;padding:5px}.nav-item span{float:right;margin-top:8px;margin-left:2px}.nav-item.active{color:gold}.app-container{color:#fff;background-color:#000;width:100%;max-width:600px;height:100%;margin:auto auto auto 0;display:block;position:relative;overflow-y:auto}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}html,body,#root{height:100%}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#app{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}.splash-container{background:#000;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.logo-box{background:#05070d;border-radius:10px;padding:20px 30px;box-shadow:0 0 20px #f003}.logo-img{width:250px;max-width:80%;animation:1.5s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.live-card{background:url(/src/assets/bg.jpg) 50%/cover;border:2px solid red;border-radius:20px;margin:10px;padding:15px;position:relative;overflow:hidden}.live-badge{background:red;border-radius:10px;padding:5px 10px;display:inline-block}.timer{background:#000;border:2px solid red;border-radius:50%;padding:10px;position:absolute;top:10px;right:10px}.live-content{margin-top:40px}.players{justify-content:space-between;align-items:center;display:flex}.player{border-radius:10px;padding:10px}.watch-btn{background:#2ecc71;border:none;border-radius:20px;width:100%;margin-top:10px;padding:10px}.section-title{text-align:center;background:red;padding:10px;font-weight:700}.event-card{border:2px solid red;border-radius:15px;margin:10px;overflow:hidden}.event-header{border-bottom:1px solid red;padding:10px}.event-body{justify-content:space-between;padding:15px;display:flex}.join-btn{background:#2ecc71;border:none;border-radius:20px;width:120px;height:40px;margin-top:23px;padding:10px}.event-footer{color:#000;background:orange;justify-content:space-between;padding:10px;display:flex}.bonus-banner{text-align:center;background:purple;border-radius:20px;margin:10px 10px 50px;padding:20px}.user-info{align-items:center;gap:10px;display:flex}.avatar-small{border-radius:50%;width:40px}.username{color:#4da6ff}.profile-card{background:linear-gradient(135deg,#111,#222);border:2px solid #0f6;border-radius:20px;gap:15px;padding:15px;display:flex;box-shadow:0 0 10px #0f6}.avatar{border-radius:50%;width:100px}.label{color:#6f3}.kyc-row{align-items:center;gap:10px;margin-top:10px;display:flex}.kyc{color:#6f3}.verified-btn{color:#fff;background:#0c4;border:none;border-radius:8px;padding:8px 15px}.section{color:#6f3;border-bottom:1px solid #0f6;margin:20px 0 10px;padding-bottom:5px}.doc-card{background:#111;border:1px solid #444;border-radius:20px;padding:10px}.doc-item{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.upload-btn{color:#fff;background:#0c4;border:none;border-radius:8px;padding:8px 15px}.kyc-status{border:1px solid #444;border-radius:20px;justify-content:space-between;margin-top:20px;padding:20px;display:flex}.completed-btn{color:#fff;background:#0c4;border:none;border-radius:8px;padding:8px 15px}.promo-container{color:#fff;max-width:420px;margin:auto;padding:10px}.menu-icon span{background:red;width:25px;height:3px;margin:4px 0;display:block}.avatar{border-radius:50%;width:35px;height:35px}.username{color:#4db8ff;font-weight:700}.divider{border:1px solid red;margin:10px 0}.promo-card{border-radius:20px;margin:15px 0;padding:20px}.promo-card h1{margin:0;font-size:32px}.promo-card p{margin:5px 0;font-size:18px}.promo-card span{color:orange;font-weight:700}.purple{background:linear-gradient(135deg,indigo,purple)}.gold{background:linear-gradient(135deg,#8b5a00,#c68642);border:2px solid red}.peach{background:linear-gradient(135deg,#ffb347,coral)}.refer-container{color:#fff;max-width:420px;margin:auto;padding-bottom:80px}.left{align-items:center;display:flex}.menu-icon{color:red;margin-right:10px;font-size:24px}.profile-img{border-radius:50%;width:40px;height:40px}.username{color:#4da6ff;margin-left:10px;font-weight:700}.divider{border:1px solid red}.bonus-card{text-align:center;background:linear-gradient(45deg,#0f0,#222);border-radius:20px;margin:15px;padding:20px;box-shadow:0 0 15px #0f0}.bonus-card h3{color:red}.bonus-card p{color:#ff0}.deposit-card{text-align:center;background:purple;border-radius:20px;margin:15px;padding:20px}.deposit-card h1{font-size:40px}.deposit-card button{background:orange;border:none;border-radius:10px;margin-top:10px;padding:8px 15px}.transaction-header{color:#7cfc00;justify-content:space-between;padding:0 15px;display:flex}.view-all{cursor:pointer}.transactions{padding:10px}.transaction-item{background:#111;border:1px solid #0f0;border-radius:10px;justify-content:space-between;margin-bottom:10px;padding:15px;display:flex}.transaction-item h4{color:#7cfc00;margin:0}.amount{color:#7cfc00;font-weight:700}.refer-box{text-align:center;margin:20px}.code{background:#111;border-radius:30px;margin-top:10px;padding:15px;font-weight:700;box-shadow:0 0 10px #0f0}.page{color:#fff;max-width:420px;margin:auto;padding-bottom:80px}.balance{background:red;border-radius:8px;padding:8px 12px;font-weight:700}.main-title,.sub-title{text-align:center;color:#0f8}.tabs{justify-content:center;gap:10px;padding:10px;display:flex}.tabs button{color:orange;background:#1a1a1a;border:1px solid orange;border-radius:8px;flex:1;padding:10px}.tabs .active{color:#fff;background:green}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #444;border-radius:20px;margin:15px;padding:10px}.row{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:15px 10px;display:flex}.left{align-items:center;gap:10px;display:flex}.left h4{margin:0}.left p{color:#aaa;margin:0;font-size:12px}.icon{border-radius:10px;width:40px;height:40px}.icon.deposit{background:gold}.icon.withdraw{background:orange}.icon.win{background:#32cd32}.amount{font-size:18px;font-weight:700}.amount.credit{color:#0f8}.amount.withdraw{color:orange}.withdraw-page{color:#fff;background:#000;min-height:100vh;padding-bottom:70px}.back{cursor:pointer;font-size:20px}.balance-badge{background:red;border-radius:8px;padding:5px 12px;font-weight:700}.title,.subtitle{text-align:center;color:#4cff00}.balance-card{background:#ffffff0d;border:2px solid red;border-radius:15px;align-items:center;gap:10px;margin:15px;padding:15px;display:flex}.balance-card img{width:60px}.balance-card h2{color:orange;font-size:28px}.form{flex-direction:column;padding:15px;display:flex}.form label{color:orange;margin-top:15px}.form input{color:#fff;background:#0b1a1a;border:1px solid #333;border-radius:8px;margin-top:5px;padding:12px}.form button{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:10px;margin-top:25px;padding:15px;font-size:16px}.addcash-container{color:#fff;background:url(/bg.jpg) 50%/cover no-repeat;flex-direction:column;height:100vh;padding:15px;font-family:Arial,sans-serif;display:flex}.title{text-align:center;color:#4cff4c;margin-top:15px}.subtitle{text-align:center;color:#4cff4c;margin-bottom:10px}.amount-input{background:#0009;border:1px solid #333;border-radius:10px;align-items:center;margin:15px 0;padding:12px;display:flex}.rupee-icon{color:orange;margin-right:10px}.amount-input input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:18px}.quick-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.quick-btn{color:orange;cursor:pointer;background:#111;border:1px solid #333;border-radius:10px;padding:15px;font-size:16px}.quick-btn.active{border:1px solid #0f0;box-shadow:0 0 10px #0f0}.pay-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:10px;margin-top:auto;padding:15px;font-size:20px;font-weight:700}.success-container{color:#fff;text-align:center;max-width:400px;margin:auto;padding:20px}.success-icon{background:#16c60c;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:20px auto;font-size:40px;display:flex;box-shadow:0 0 25px #16c60c}.title{margin:10px 0}.subtitle{color:#ccc;margin-bottom:20px}.bet-card{background:linear-gradient(#0f5c1f,#0a3d16);border:2px solid #1aff66;border-radius:20px;margin-bottom:20px;padding:20px}.team{justify-content:center;align-items:center;gap:10px;margin:10px 0;display:flex}.badge{background:#8b0000;border-radius:10px;padding:8px 12px}.team-name{color:#ff4d6d;font-weight:700}.divider{border-top:1px dashed #2fff7a;margin:10px 0}.win-amount{color:orange}.info-row{background:#0b1a14;border-radius:10px;justify-content:space-between;margin:10px 0;padding:12px;display:flex}.status{background:#2b6cff;border-radius:10px;padding:5px 10px}.timer-box{background:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb) 50%/cover;border-radius:20px;margin:20px 0;padding:20px}.timer{color:#ff3c00;margin:10px 0;font-size:40px}.teams{justify-content:space-between;margin-top:10px;display:flex}.team-a,.team-b{border-radius:10px;flex:1;padding:10px}.team-a{background:#7a0c0c}.team-b{background:#0c3b7a}.vs{padding:10px}.btn{border:none;border-radius:10px;width:100%;margin-top:10px;padding:15px;font-size:16px}.primary{color:#fff;background:#16c60c}.secondary{color:#fff;background:#111}.notify{background:#072c3f;border-radius:10px;margin-top:15px;padding:12px}.live-container{color:#fff;max-width:420px;margin:auto}.menu{color:red;font-size:24px}.profile img{border-radius:50%}.wallet{background:red;border-radius:10px;padding:5px 10px}.title{text-align:center;color:#000;background:#ddd;padding:10px;font-size:20px}.title .live{color:red;font-weight:700}.video-section{width:100%}.video{width:100%;height:auto}.section-title{padding:10px}.chicken-container{gap:10px;padding:10px;display:flex}.card{text-align:center;cursor:pointer;border:2px solid #333;border-radius:10px;flex:1;padding:20px}.card h1{font-size:40px}.card.red{color:#ff4d6d}.card.blue{color:#4da6ff}.card.active.red{box-shadow:0 0 15px #ff4d6d}.card.active.blue{box-shadow:0 0 15px #4da6ff}.bet-buttons{justify-content:space-around;padding:10px;display:flex}.bet-buttons button{color:#fff;cursor:pointer;background:#222;border:none;border-radius:8px;padding:10px}.bet-buttons button.active{background:green}.result-box{background:linear-gradient(90deg,#1e1e3f,#4b1e3f);border-radius:10px;margin:10px;padding:15px}.win{color:orange}.progress{background:#444;height:5px;margin:10px 0}.progress-bar{background:red;width:70%;height:100%}.stats{justify-content:space-between;font-size:12px;display:flex}.red-text{color:red}.blue-text{color:#add8e6}.place-btn{color:#fff;background:green;border:none;border-radius:20px;width:90%;margin:20px auto;padding:15px;font-size:18px;display:block}.loss-container{color:#fff;text-align:center;background:radial-gradient(circle,#2a0d0d,#000);min-height:100vh;padding:20px;font-family:Arial,sans-serif}.result-icon{background:red;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:20px auto;font-size:40px;display:flex;box-shadow:0 0 20px red}.title{color:#ff3b3b;margin:10px 0;font-size:32px}.subtitle{color:orange;font-size:18px}.result-text{margin-top:15px;font-size:26px}.blue{color:#4da6ff}.red{color:#ff4d6d}.luck-text{color:orange;margin-top:10px}.coins-image{width:180px;margin:20px auto}.try-card{background:#0009;border:2px solid red;border-radius:20px;max-width:320px;margin:20px auto;padding:20px;box-shadow:0 0 15px red}.try-text{color:red;margin-bottom:10px}.match-info{justify-content:space-between;font-size:18px;display:flex}.home-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:8px;width:90%;margin-top:20px;padding:12px;font-size:18px}.wallet{color:orange;margin-top:20px;font-size:18px}.signup-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.signup-card{width:100%;max-width:400px;padding:20px}.logo{text-align:center;margin-bottom:20px}.logo img{width:180px}.signup-form{flex-direction:column;display:flex}.signup-form label{color:orange;margin:10px 0 5px;font-weight:700}.signup-form input{color:#fff;background:#000;border:2px solid red;border-radius:10px;outline:none;padding:14px;font-size:16px}.signup-form input::placeholder{color:#777}.checkbox{color:#aaa;align-items:flex-start;margin-top:15px;font-size:13px;display:flex}.checkbox input{accent-color:red;margin-right:10px}.signup-btn{color:#fff;cursor:pointer;background:#2ecc71;border:none;border-radius:12px;margin-top:20px;padding:15px;font-size:18px;font-weight:700}.signup-btn:hover{background:#27ae60}.login-text{text-align:center;color:orange;margin-top:20px}.login-text span{color:#fff;cursor:pointer;text-decoration:underline}.wallet-container{color:#fff;padding-bottom:80px}.menu-icon{color:red;font-size:24px}.profile{align-items:center;gap:10px;display:flex}.profile img{border-radius:50%;width:40px;height:40px}.balance-box{background:red;border-radius:8px;padding:8px 15px;font-weight:700}.title{text-align:center;color:#39ff14}.wallet-card{text-align:center;background:linear-gradient(135deg,#030,#001a00);border-radius:15px;margin:15px;padding:20px;box-shadow:0 0 20px #0f0}.wallet-card h3{color:#39ff14}.wallet-card h1{color:gold}.action-buttons{justify-content:space-between;margin-top:15px;display:flex}.add-btn{color:#fff;background:#0c0;border:none;border-radius:10px;flex:1;margin-right:10px;padding:12px;font-weight:700}.withdraw-btn{color:orange;background:#630;border:none;border-radius:10px;flex:1;padding:12px;font-weight:700}.bonus-banner{background:linear-gradient(90deg,purple,#3a0ca3);border-radius:15px;align-items:center;margin:15px;padding:15px;display:flex}.bonus-left img{width:60px}.bonus-right{margin-left:15px}.transactions-header{color:#39ff14;justify-content:space-between;padding:0 15px;display:flex}.transactions{background:#111;border-radius:15px;margin:15px;overflow:hidden}.transaction-item{border-bottom:1px solid #222;justify-content:space-between;padding:15px;display:flex}.transaction-item h4{margin:0}.transaction-item p{color:gray;margin:0;font-size:12px}.amount{font-weight:700}.green{color:#0f0}.orange{color:orange}.win-container{color:#fff;text-align:center;background:radial-gradient(circle at top,#0a3d0a,#000);min-height:100vh;padding:20px;font-family:Arial,sans-serif}.win-header{margin-top:20px}.check-circle{background:#2ecc71;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 10px;font-size:40px;display:flex;box-shadow:0 0 20px #2ecc71}.win-title{color:#2ecc71}.congrats{color:orange;margin:5px 0}.main-text{font-size:28px;font-weight:700}.players{justify-content:center;align-items:center;gap:10px;margin:20px 0;display:flex}.player{border-radius:8px;padding:12px 20px;font-weight:700}.red{background:#8b0000}.blue{background:#1f4e79}.vs{font-weight:700}.winnings{margin:20px 0}.amount{color:orange;border:2px solid orange;border-radius:10px;margin-top:10px;padding:15px;font-size:24px}.rewards{border:2px solid #2ecc71;border-radius:15px;max-width:400px;margin:20px auto;padding:20px;box-shadow:0 0 15px #2ecc7180}.rewards h2{color:#2ecc71}.highlight{color:orange;font-weight:700}.home-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:10px;margin-top:20px;padding:15px 25px;font-size:18px}.home-btn:hover{background:#218838}.balance{color:orange;margin-top:20px;font-size:18px}.balance span{font-weight:700}
