:root{--bg:#0f212e;--bg-2:#0b1822;--panel:#213743;--panel-2:#1a2c38;--panel-3:#2f4553;--input:#0f212e;--line:#2f4553;--btn:#2f4553;--btn-hover:#557086;--blue:#1475e1;--blue-hover:#1268c9;--green:#00e701;--green-2:#1fff20;--red:#ed4163;--gold:#f7c948;--text:#fff;--muted:#b1bad3;--muted-2:#7f8da0;--radius:8px;--shadow:0 8px 30px #00000059;--font:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body{background:var(--bg-2);min-height:100%;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button{cursor:pointer;border:0}button:disabled{cursor:not-allowed;opacity:.5}input[type=number]::-webkit-inner-spin-button{opacity:0}.casino-shell{background:var(--bg-2);grid-template-rows:60px 1fr 52px;min-height:100vh;display:grid}.casino-frame{background:var(--bg);grid-template-columns:320px minmax(0,1fr);display:grid;overflow:hidden}.topbar{background:var(--panel-2);border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:0 18px;display:grid}.brand{letter-spacing:-.02em;align-items:center;gap:9px;font-size:18px;font-weight:800;display:flex}.brand .logo{background:linear-gradient(135deg, var(--blue), #36c6ff);color:#fff;border-radius:7px;place-items:center;width:26px;height:26px;font-weight:900;display:grid}.top-tabs{scrollbar-width:none;gap:4px;display:flex;overflow-x:auto}.top-tabs::-webkit-scrollbar{display:none}.top-tabs a{border-radius:var(--radius);color:var(--muted);white-space:nowrap;align-items:center;gap:7px;padding:8px 13px;font-size:14px;font-weight:600;display:flex}.top-tabs a .ico{font-size:15px}.top-tabs a:hover,.top-tabs a.active{background:var(--panel);color:#fff}.top-right{align-items:center;gap:10px;display:flex}.balance-chip{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);align-items:stretch;display:flex;overflow:hidden}.balance-chip .amt{flex-direction:column;justify-content:center;padding:6px 14px;line-height:1.1;display:flex}.balance-chip .amt b{font-size:15px;font-weight:700}.balance-chip .amt span{color:var(--muted-2);font-size:11px}.balance-chip .wallet-btn{background:var(--blue);color:#fff;padding:0 16px;font-size:14px;font-weight:700}.balance-chip .wallet-btn:hover{background:var(--blue-hover)}.user-chip{background:var(--panel);color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:6px 10px 6px 6px;font-size:13px;display:flex}.user-chip .av{background:linear-gradient(135deg,#36c6ff,var(--blue));color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.bet-panel{background:var(--panel);border-right:1px solid var(--line);flex-direction:column;gap:10px;padding:12px;display:flex;overflow-y:auto}.mode-switch{background:var(--bg);border-radius:999px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.mode-switch button{color:var(--muted);background:0 0;border-radius:999px;padding:8px;font-size:13px;font-weight:600}.mode-switch button.active{background:var(--panel-3);color:#fff}.field{flex-direction:column;gap:6px;display:flex}.field-row{justify-content:space-between;align-items:center;display:flex}.field label,.field-row label{color:var(--muted);font-size:13px;font-weight:600}.field-row .val{color:var(--muted);font-size:13px}.amount-input{background:var(--input);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:1fr auto auto;align-items:stretch;display:grid;overflow:hidden}.amount-input:focus-within{border-color:var(--btn-hover)}.amount-input input{background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0 12px;font-weight:600}.amount-input .cur{color:var(--muted-2);place-items:center;padding:0 8px;font-size:14px;display:grid}.amount-input .step{background:var(--panel-3);color:#cdd6e4;border-left:2px solid var(--panel);padding:0 14px;font-size:13px;font-weight:700}.amount-input .step:hover{background:var(--btn-hover);color:#fff}.soft-input,select.soft-input{background:var(--input);border:1px solid var(--line);border-radius:var(--radius);outline:0;width:100%;height:42px;padding:0 12px;font-weight:600}.soft-input:focus{border-color:var(--btn-hover)}.toggle-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.toggle-row.three{grid-template-columns:repeat(3,1fr)}.toggle-row button{border-radius:var(--radius);background:var(--btn);color:#cdd6e4;height:40px;font-size:13px;font-weight:700}.toggle-row button.active{background:var(--blue);color:#fff}.toggle-row button:hover:not(.active){background:var(--btn-hover)}.action-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.action-grid button{border-radius:var(--radius);background:var(--btn);color:#fff;justify-content:center;align-items:center;gap:6px;height:46px;font-weight:700;display:flex}.action-grid button:hover:not(:disabled){background:var(--btn-hover)}.bet-btn{border-radius:var(--radius);background:var(--green);color:#06301a;height:52px;font-size:16px;font-weight:800;transition:filter .12s,transform 50ms}.bet-btn:hover:not(:disabled){filter:brightness(1.08)}.bet-btn:active:not(:disabled){transform:scale(.99)}.bet-btn.blue{background:var(--blue);color:#fff}.bet-btn.red{background:var(--red);color:#fff}.payout-hint{color:var(--muted);justify-content:space-between;font-size:13px;display:flex}.payout-hint b{color:var(--green-2);font-weight:700}.panel-error{color:#ff9aac;border-radius:var(--radius);background:#ed41631f;border:1px solid #ed416366;padding:9px 11px;font-size:13px}.panel-note{color:var(--muted-2);font-size:12px;line-height:1.5}.stage{background:var(--panel-2);flex-direction:column;min-height:0;display:flex;position:relative}.stage-inner{flex:1;place-items:center;min-height:420px;padding:28px;display:grid;position:relative;overflow:hidden}.fair-banner{text-align:center;color:#ffffff29;letter-spacing:.08em;pointer-events:none;font-size:13px;font-weight:800;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.result-toast{background:var(--panel-3);color:#fff;box-shadow:var(--shadow);z-index:5;border-radius:999px;padding:8px 18px;font-weight:800;position:absolute;top:18px;left:50%;transform:translate(-50%)}.result-toast.win{background:var(--green);color:#06301a}.result-toast.lose{background:var(--red);color:#fff}.deck-corner{position:absolute;top:18px;right:22px}.deck-corner .pcard{position:absolute;top:0;right:0}.hand-zone{flex-direction:column;align-items:center;gap:14px;display:flex}.hand{flex-direction:column;align-items:center;gap:10px;display:flex}.hand-label{color:var(--muted-2);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.score-pill{background:var(--panel-3);color:#fff;border-radius:999px;place-items:center;min-width:30px;padding:3px 10px;font-size:14px;font-weight:800;display:inline-grid}.score-pill.bust{background:var(--red)}.score-pill.win{background:var(--green);color:#06301a}.cards-row{display:flex}.cards-row .pcard{margin-left:-34px}.cards-row .pcard:first-child{margin-left:0}.hand.glow .pcard{box-shadow:0 0 0 3px var(--green), 0 10px 24px #0006}.pcard{color:#15212b;background:#fff;border-radius:9px;flex-direction:column;justify-content:space-between;width:92px;height:128px;padding:10px 12px;animation:.28s dealIn;display:flex;position:relative;box-shadow:0 10px 24px #0006}.pcard.red{color:#e0143c}.pcard b{font-size:30px;font-weight:800;line-height:1}.pcard em{font-size:24px;font-style:normal}.pcard .br{align-self:flex-end;transform:rotate(180deg)}.pcard.back{background:linear-gradient(135deg, var(--blue), #0c3c79);border:4px solid #eaf4ff}.pcard.back:after{content:"◆";color:#ffffff80;place-items:center;font-size:30px;display:grid;position:absolute;inset:0}@keyframes dealIn{0%{opacity:0;transform:translateY(-18px)rotate(-4deg)}to{opacity:1;transform:none}}.dice-wrap{flex-direction:column;gap:30px;width:min(560px,92%);display:flex}.dice-track{background:var(--bg);border-radius:999px;height:14px;position:relative}.dice-track .seg{border-radius:999px;position:absolute;top:0;bottom:0}.dice-track .seg.lose{background:var(--red)}.dice-track .seg.win{background:var(--green)}.dice-marker{color:#15212b;background:#fff;border-radius:8px;place-items:center;width:46px;height:46px;font-size:13px;font-weight:800;transition:left .35s cubic-bezier(.2,.8,.2,1);display:grid;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #0006}.dice-marker.win{background:var(--green);color:#06301a}.dice-marker.lose{background:var(--red);color:#fff}.dice-scale{color:var(--muted-2);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.dice-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.dice-stat{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:10px 12px}.dice-stat span{color:var(--muted);font-size:12px}.dice-stat b{margin-top:3px;font-size:16px;display:block}.crash-wrap{grid-template-rows:auto 1fr;gap:10px;width:100%;height:100%;padding:8px;display:grid}.crash-history{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.crash-chip{background:var(--panel-3);color:var(--muted);border-radius:6px;padding:3px 8px;font-size:12px;font-weight:800}.crash-chip.low{color:#ff9aac}.crash-chip.mid{color:#cdd6e4}.crash-chip.high{color:var(--green-2)}.crash-graph{background:var(--bg);border-radius:var(--radius);position:relative;overflow:hidden}.crash-graph svg{width:100%;height:100%;position:absolute;inset:0}.crash-mult{pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.crash-mult .m{letter-spacing:-.03em;font-size:clamp(46px,8vw,86px);font-weight:800}.crash-mult .m.running{color:#fff}.crash-mult .m.crashed{color:var(--red)}.crash-mult .m.betting{color:var(--muted)}.crash-mult .sub{color:var(--muted);margin-top:6px;font-weight:700}.crash-players{border:1px solid var(--line);border-radius:var(--radius);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f212eb3;width:210px;max-height:calc(100% - 20px);padding:6px;position:absolute;top:10px;left:10px;overflow-y:auto}.crash-players .row{border-radius:6px;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:5px 7px;font-size:12px;display:grid}.crash-players .row.me{background:#1475e12e}.crash-players .row.cashed{color:var(--green-2)}.crash-players .row.lost{color:var(--muted-2);opacity:.7}.crash-players .row b{font-weight:700}.plinko-wrap{flex-direction:column;align-items:center;gap:14px;display:flex}.plinko-board{background:var(--bg);border-radius:var(--radius);position:relative}.plinko-board canvas{display:block}.plinko-buckets{gap:4px;display:flex}.plinko-bucket{text-align:center;color:#06301a;border-radius:6px;min-width:40px;padding:6px 0;font-size:12px;font-weight:800}.hilo-wrap{flex-direction:column;align-items:center;gap:18px;display:flex}.hilo-cards{align-items:center;gap:18px;display:flex}.hilo-arrow{color:var(--muted-2);font-size:30px}.bottom-bar{background:var(--panel-2);border-top:1px solid var(--line);color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;display:grid}.bottom-tools{gap:8px;display:flex}.bottom-tools button{background:var(--panel);width:34px;height:32px;color:var(--muted);border-radius:6px;place-items:center;display:grid}.bottom-tools button:hover{color:#fff}.bottom-center{letter-spacing:.04em;text-align:center;color:var(--muted-2);font-weight:800}.fairness-btn{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);color:#cdd6e4;justify-self:end;align-items:center;gap:7px;padding:7px 13px;font-size:13px;font-weight:700;display:flex}.fairness-btn:hover{background:var(--panel-3);color:#fff}.modal-backdrop{z-index:50;background:#0009;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:var(--panel);border:1px solid var(--line);width:min(440px,100%);box-shadow:var(--shadow);border-radius:12px;padding:20px}.modal h3{margin:0 0 4px;font-size:20px}.modal p{color:var(--muted);margin:0 0 16px;font-size:14px}.modal .row{gap:10px;display:grid}.modal .quick{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.modal .quick button{border-radius:var(--radius);background:var(--btn);height:38px;font-weight:700}.modal .quick button:hover{background:var(--btn-hover)}.modal .close{position:absolute}.modal-actions{gap:10px;margin-top:16px;display:flex}.modal-actions .ghost{border-radius:var(--radius);background:var(--btn);color:#fff;flex:1;height:44px;font-weight:700}.modal-actions .primary{border-radius:var(--radius);background:var(--blue);color:#fff;flex:1;height:44px;font-weight:800}.tabs{gap:6px;margin-bottom:14px;display:flex}.tabs button{border-radius:var(--radius);background:var(--bg);height:38px;color:var(--muted);flex:1;font-weight:700}.tabs button.active{background:var(--panel-3);color:#fff}.login-wrap{background:radial-gradient(circle at 50% 0%, #18394e, var(--bg-2) 60%);place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{background:var(--panel);border:1px solid var(--line);text-align:center;width:min(420px,100%);box-shadow:var(--shadow);border-radius:16px;padding:32px}.login-card .logo-lg{background:linear-gradient(135deg, var(--blue), #36c6ff);border-radius:14px;place-items:center;width:56px;height:56px;margin:0 auto 14px;font-size:26px;font-weight:900;display:grid}.login-card h1{margin:0 0 8px;font-size:26px}.login-card p{color:var(--muted);margin:0 0 22px;font-size:14px;line-height:1.6}.login-card .btn-primary{border-radius:var(--radius);background:var(--blue);color:#fff;width:100%;height:48px;margin-bottom:10px;font-weight:800;line-height:48px;display:block}.login-card .btn-primary:hover{background:var(--blue-hover)}.login-card .btn-ghost{border-radius:var(--radius);background:var(--btn);color:#fff;width:100%;height:46px;font-weight:700;line-height:46px;display:block}.site-shell{max-width:1180px;margin:0 auto;padding:18px 16px 64px}.site-shell.compact{max-width:980px}.nav{background:var(--panel-2);border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;display:flex}.nav-links{gap:6px;display:flex}.nav-links a{border-radius:var(--radius);color:var(--muted);padding:9px 13px;font-weight:600}.nav-links a:hover{background:var(--panel);color:#fff}.wallet-pill{background:var(--panel);color:var(--muted);border-radius:999px;padding:9px 14px;font-size:14px}.toast{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);color:#cdd6e4;margin:14px 0;padding:12px 14px}.hero{background:linear-gradient(120deg, #16364a 0%, var(--panel-2) 60%);border:1px solid var(--line);border-radius:16px;margin-top:16px;padding:48px 32px;position:relative;overflow:hidden}.hero .pill{color:#9fd0ff;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.hero .pill span{background:var(--green);width:8px;height:8px;box-shadow:0 0 10px var(--green);border-radius:50%}.hero h1{letter-spacing:-.03em;margin:12px 0;font-size:clamp(36px,6vw,60px)}.hero p{color:var(--muted);max-width:620px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.btn{border-radius:var(--radius);padding:12px 18px;font-weight:800}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue-hover)}.btn.ghost{background:var(--panel-3);color:#fff}.btn.ghost:hover{background:var(--btn-hover)}.btn.green{background:var(--green);color:#06301a}.section-head{justify-content:space-between;align-items:flex-end;margin:32px 0 14px;display:flex}.eyebrow{color:var(--muted-2);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:12px;font-weight:800}.section-head h2{margin:4px 0 0;font-size:26px}.mini-link{color:#6fb4ff;font-weight:700}.game-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;display:grid}.game-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:18px;transition:transform .12s,border-color .12s;position:relative;overflow:hidden}.game-card:hover{border-color:var(--btn-hover);transform:translateY(-3px)}.game-card .game-icon{font-size:30px}.game-card .tag{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2);margin:10px 0 4px;font-size:11px;font-weight:800;display:inline-block}.game-card h3{margin:2px 0 6px;font-size:22px}.game-card p{color:var(--muted);min-height:38px;margin:0 0 12px;font-size:13px;line-height:1.5}.game-card b{color:#6fb4ff;font-size:14px;font-weight:700}.stats-strip{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:22px;display:grid}.stats-strip div{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:16px}.stats-strip strong{font-size:22px}.stats-strip span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:14px;display:grid}.info-grid article{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:20px}.info-grid h3{margin:0 0 8px}.info-grid p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.admin-hero{background:var(--panel-2);border:1px solid var(--line);border-radius:14px;margin-top:14px;padding:24px}.admin-hero h1{margin:6px 0}.admin-hero .muted{color:var(--muted)}.admin-key{grid-template-columns:1fr auto;gap:8px;max-width:520px;margin-top:14px;display:grid}.admin-key input{background:var(--input);border:1px solid var(--line);border-radius:var(--radius);padding:11px 12px}.history{background:var(--panel-2);border:1px solid var(--line);border-radius:14px;margin-top:14px;padding:20px}.history h2{margin:0 0 12px;font-size:18px}.history-list{gap:8px;display:grid}.history-item{background:var(--panel);border-radius:var(--radius);grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:11px 14px;font-size:14px;display:grid}.history-item small{color:var(--muted-2);font-size:12px}.positive{color:var(--green-2)}.negative{color:var(--red)}.error{color:#ff9aac}@media (max-width:900px){.casino-shell{grid-template-rows:auto 1fr auto}.casino-frame{grid-template-columns:1fr}.bet-panel{border-right:0;border-bottom:1px solid var(--line);order:2;max-height:none}.stage{order:1}.topbar{grid-template-columns:1fr auto}.top-tabs{display:none}.crash-players{width:150px}}
