*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#e5e7eb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#080808;height:100%;font-family:Inter,system-ui,-apple-system,sans-serif}body{overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0a0f0ed9;border-bottom:1px solid #ffffff0d;align-items:center;gap:2rem;height:56px;padding:0 20px;display:flex;position:sticky;top:0}.topbar-brand{color:#e5e7eb;white-space:nowrap;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.topbar-brand svg{color:#22c55e;font-size:.8rem}.topbar-links{flex:1;gap:1.5rem;display:flex}.topbar-link{color:#ffffff80;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.topbar-link:hover{color:#e5e7eb}.topbar-right{align-items:center;gap:.6rem;margin-left:auto;display:flex}.topbar-badge{color:#e5e7eb;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.topbar-badge:hover{background:#ffffff17}.topbar-badge--login svg{opacity:.6;font-size:12px}.topbar-chips{color:#e5e7eb;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:13px;font-weight:500;transition:background .3s,border-color .3s,color .3s;display:inline-flex;position:relative}.topbar-chips svg{color:#f0c040;opacity:.85;font-size:11px}.topbar-chips--green{color:#4ade80;background:#22c55e1f;border-color:#22c55e4d;animation:.9s chipsPulse}@keyframes chipsPulse{0%{transform:scale(1)}30%{transform:scale(1.08)}to{transform:scale(1)}}.topbar-chips-delta{color:#4ade80;white-space:nowrap;pointer-events:none;background:#22c55e1f;border:1px solid #22c55e40;border-radius:6px;padding:2px 7px;font-size:11px;font-weight:700;animation:2.2s forwards deltaAppear;position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%)}@keyframes deltaAppear{0%{opacity:0;transform:translate(-50%)translateY(4px)}15%{opacity:1;transform:translate(-50%)translateY(0)}70%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(-5px)}}.topbar-user-menu{position:relative}.topbar-badge--user svg:first-child{opacity:.6;font-size:11px}.topbar-chevron{opacity:.4;font-size:10px;transition:transform .2s}.topbar-chevron.open{transform:rotate(180deg)}.topbar-dropdown{z-index:200;background:#111a14;border:1px solid #ffffff14;border-radius:10px;min-width:180px;padding:6px;animation:.15s both dropdownIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 32px #00000080}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.topbar-dropdown-info{flex-direction:column;gap:2px;padding:8px 10px 10px;display:flex}.topbar-dropdown-name{color:#e5e7eb;font-size:13px;font-weight:600}.topbar-dropdown-email{color:#ffffff59;font-size:11px}.topbar-dropdown-divider{background:#ffffff0f;height:1px;margin:2px 0}.topbar-dropdown-item{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.topbar-dropdown-item svg{opacity:.6;font-size:12px}.topbar-dropdown-item:hover{color:#e5e7eb;background:#ffffff0f}.topbar-dropdown-item--danger:hover{color:#f87171;background:#ef444414}@media (width<=768px){body.in-game .topbar,body.in-profile .topbar,body.in-home .topbar{display:none}}.home-mobile-bar{display:none}.home{color:#e5e7eb;background:radial-gradient(circle at 50% 0,#0b1412,#020504);flex-direction:column;align-items:center;gap:4rem;min-height:calc(100dvh - 56px);padding:4rem 2rem;display:flex}.home-hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.home-title{color:#e5e7eb;letter-spacing:.5px;align-items:center;gap:.8rem;margin:0;font-size:3rem;font-weight:700;display:flex}.home-title svg{color:#22c55e;filter:drop-shadow(0 0 16px #22c55e66);font-size:2rem}.home-subtitle{color:#ffffff73;margin:0;font-size:1rem}.home-cta{color:#e5e7eb;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;align-items:center;height:40px;margin-top:.5rem;padding:0 24px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.home-cta:hover{background:#ffffff21}.home-games{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:860px;display:flex}.game-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;width:240px;padding:2rem 1.5rem;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:flex}.game-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-3px)}.game-card-icon{color:#22c55e;filter:drop-shadow(0 0 10px #22c55e4d);font-size:2rem}.game-card-name{color:#e5e7eb;margin:0;font-size:1.1rem;font-weight:600}.game-card-desc{color:#ffffff73;text-align:center;margin:0;font-size:.85rem;line-height:1.5}.game-card-play{color:#ffffff80;margin-top:.5rem;font-size:.85rem}@media (width<=768px){.home-mobile-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#080c0aeb;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex;position:sticky;top:0}.home-mobile-bar__brand{color:#e5e7eb;letter-spacing:.3px;align-items:center;gap:7px;font-size:14px;font-weight:700;display:flex}.home-mobile-bar__brand svg{color:#22c55e;font-size:11px}.home-mobile-bar__user{position:relative}.home-mobile-bar__chips{color:#e5e7eb;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;height:30px;padding:0 10px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.home-mobile-bar__chips svg{color:#f0c040;opacity:.85;font-size:11px}.home-mobile-bar__login{color:#e5e7eb;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;align-items:center;height:30px;padding:0 12px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.home-mobile-bar__dropdown{z-index:200;background:#111a14;border:1px solid #ffffff14;border-radius:10px;min-width:160px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 32px #00000080}.home-mobile-bar__drop-name{color:#e5e7eb;padding:8px 10px 10px;font-size:13px;font-weight:600}.home-mobile-bar__drop-divider{background:#ffffff0f;height:1px;margin:2px 0}.home-mobile-bar__drop-item{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;width:100%;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;display:flex}.home-mobile-bar__drop-item--danger:hover{color:#f87171}.home{align-items:stretch;gap:2rem;min-height:calc(100dvh - 56px);padding:2rem 1rem}.home-hero{gap:.6rem;padding-top:.5rem}.home-title{gap:.55rem;font-size:1.9rem}.home-title svg{font-size:1.4rem}.home-subtitle{padding:0 .5rem;font-size:.85rem}.home-games{grid-template-columns:1fr 1fr;gap:10px;display:grid}.game-card{border-radius:12px;gap:.5rem;width:100%;padding:1.4rem 1rem}.game-card-icon{font-size:1.7rem}.game-card-name{font-size:1rem}.game-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.game-card-play{margin-top:.3rem;font-size:.78rem}}@media (width<=360px){.home-games{grid-template-columns:1fr}.game-card{padding:1.2rem 1rem}}.login-page{background:radial-gradient(circle at 50% 0,#0b1412,#020504);justify-content:center;align-items:center;min-height:calc(100dvh - 56px);padding:2rem;display:flex}.login-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:1.5rem;width:100%;max-width:420px;padding:2.5rem;display:flex}.login-logo{color:#f0c040;justify-content:center;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:700;display:flex}.login-heading{color:#e5e7eb;text-align:center;margin:0;font-size:1.4rem;font-weight:700}.login-form{flex-direction:column;gap:1.1rem;display:flex}.login-field{flex-direction:column;gap:.4rem;display:flex}.login-field label{color:#fff6;font-size:.875rem}.login-field input{color:#e5e7eb;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.login-field input:focus{border-color:#f0c04080}.login-field input::placeholder{color:#fff3}.login-error{color:#f87171;text-align:center;margin:0;font-size:.875rem}.login-submit{color:#0d0d0d;cursor:pointer;background:#f0c040;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .2s}.login-submit:hover:not(:disabled){background:#e0b030}.login-submit:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.login-page{align-items:flex-start;min-height:100dvh;padding:10vh 1rem 1.5rem}.login-card{border-color:#ffffff0f;border-radius:16px;gap:1.2rem;padding:2rem 1.5rem}.login-logo{font-size:1.3rem}.login-heading{font-size:1.25rem}.login-field input{padding:.8rem .9rem;font-size:1rem}.login-submit{padding:.85rem;font-size:1rem}}.casino{color:#e5e7eb;background:radial-gradient(circle,#0b1412,#020504);flex-direction:column;height:calc(100dvh - 56px);max-height:calc(100dvh - 56px);font-family:Inter,sans-serif;display:flex;overflow:hidden}.casino__table{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:20px;display:flex;overflow:hidden}.casino__area{flex-direction:column;align-items:center;gap:10px;display:flex}.casino__divider{background:#ffffff12;flex-shrink:0;width:min(300px,80vw);height:1px}.casino__split{justify-content:center;align-items:flex-start;gap:24px;display:flex}.casino__split-hand{flex-direction:column;align-items:center;gap:10px;transition:all .2s;display:flex}.casino__split-hand.active .cards{border-radius:12px;outline:1px solid #22c55e4d;padding:6px}.casino .cards{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.casino .card{color:#111;background:linear-gradient(145deg,#fff,#e8e8e8);border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:58px;height:88px;padding:7px;font-size:13px;font-weight:700;transition:transform .2s;animation:.35s cubic-bezier(.34,1.4,.64,1) both dealCard;display:flex;box-shadow:0 4px 14px #00000080}.casino .card:hover{transform:translateY(-4px)}.casino .card span:last-child{text-align:right}.casino .card--hidden{color:#0000;background:linear-gradient(135deg,#1e2d3d,#0f1923)}.casino .card .back{background:repeating-linear-gradient(45deg,#1e2d3d,#1e2d3d 5px,#162330 5px 10px);border-radius:8px;width:100%;height:100%}.casino .card--flip{animation:.4s both cardFlip}.casino__footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080e0ccc;border-top:1px solid #ffffff0d;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.casino .actions{gap:6px;display:flex}.casino .actions button{color:#e5e7eb;letter-spacing:.5px;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:9px;flex:1;padding:11px 6px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.casino .actions button:hover:not(:disabled){background:#ffffff1a;transform:translateY(-1px)}.casino .actions button:disabled{opacity:.25;cursor:not-allowed}.casino .bet-controls{align-items:center;gap:5px;display:flex}.casino .bet-ctrl{color:#ffffff8c;cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff12;border-radius:9px;flex-shrink:0;padding:9px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.casino .bet-ctrl:hover:not(:disabled){color:#e5e7eb;background:#ffffff17}.casino .bet-ctrl:disabled{opacity:.25;cursor:not-allowed}.casino .bet-input{text-align:center;color:#e5e7eb;background:#ffffff0a;border:1px solid #ffffff12;border-radius:9px;outline:none;width:100%;padding:9px;font-family:inherit;font-size:13px}.casino .bet-input:focus{border-color:#ffffff2e}.casino .bet-input:disabled{opacity:.35}.casino__toast{z-index:999;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);white-space:nowrap;border-radius:12px;align-items:center;gap:12px;padding:11px 20px;animation:.3s cubic-bezier(.34,1.56,.64,1) both toastIn;display:flex;position:fixed;bottom:140px;left:50%;transform:translate(-50%)}.casino__toast--win,.casino__toast--blackjack{background:#0f2314f0;border:1px solid #22c55e40;box-shadow:0 4px 24px #00000080,0 0 20px #22c55e12}.casino__toast--blackjack{border-color:#facc154d;box-shadow:0 4px 24px #00000080,0 0 20px #facc151a}.casino__toast--lose{background:#140a0af0;border:1px solid #ffffff0f;box-shadow:0 4px 24px #00000080}.casino__toast-label{letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:600}.casino__toast--win .casino__toast-label{color:#4ade80b3}.casino__toast--blackjack .casino__toast-label{color:#facc15cc}.casino__toast--lose .casino__toast-label{color:#ffffff40}.casino__toast-amount{font-size:18px;font-weight:700}.casino__toast--win .casino__toast-amount{color:#4ade80}.casino__toast--blackjack .casino__toast-amount{color:#facc15}.casino__toast--lose .casino__toast-amount{color:#f871718c}.hand-badge{border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:4px 12px;display:inline-flex}.hand-badge--dealer{background:#ffffff0d;border:1px solid #ffffff14}.hand-badge--player{background:#22c55e12;border:1px solid #22c55e29}.hand-badge--active{background:#22c55e24;border-color:#22c55e59}.hand-badge-name{letter-spacing:1.2px;text-transform:uppercase;opacity:.38;font-size:10px;font-weight:600}.hand-badge-score{color:#e5e7eb;font-size:14px;font-weight:700}.hand-badge--player .hand-badge-score,.hand-badge--active .hand-badge-score{color:#4ade80}@keyframes dealCard{0%{opacity:0;transform:translateY(-20px)rotate(-4deg)scale(.85)}to{opacity:1;transform:translateY(0)rotate(0)scale(1)}}@keyframes cardFlip{0%{transform:rotateY(0)scaleX(1)}45%{transform:rotateY(90deg)scaleX(0)}55%{transform:rotateY(90deg)scaleX(0)}to{transform:rotateY(0)scaleX(1)}}@keyframes toastIn{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:none}}@keyframes chipFly{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-120px)scale(.4)}}.casino__chips-anim{pointer-events:none;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}.chip{background:#22c55e;border-radius:50%;width:14px;height:14px;animation:1s forwards chipFly;position:absolute}@media (width<=768px){.casino{height:calc(100dvh - 48px);max-height:calc(100dvh - 48px)}}@media (width<=480px){.casino__table{gap:12px;padding:12px}.casino__split{gap:12px}.casino__footer{padding:10px}.casino .card{border-radius:8px;width:46px;height:70px;padding:5px;font-size:11px}.casino .cards{gap:5px}.casino .actions button{padding:10px 4px;font-size:11px}.casino .bet-ctrl{padding:8px 7px;font-size:11px}.casino__toast{padding:9px 16px;bottom:120px}.casino__toast-amount{font-size:15px}.hand-badge{padding:3px 9px}.hand-badge-score{font-size:12px}}.profile{color:#e5e7eb;background:radial-gradient(circle at 50% 0,#0b1412,#020504);min-height:calc(100dvh - 56px);display:flex}.profile-nav{border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:2px;width:200px;padding:32px 12px;display:flex}.profile-nav-title{letter-spacing:2px;text-transform:uppercase;color:#ffffff40;margin-bottom:10px;padding:0 10px;font-size:11px;font-weight:600}.profile-nav-item{color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;width:100%;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.profile-nav-item:hover{color:#e5e7eb;background:#ffffff0d}.profile-nav-item.active{color:#e5e7eb;background:#ffffff12}.profile-content{flex:1;max-width:720px;padding:40px 48px}.profile-section-title{color:#e5e7eb;margin:0 0 4px;font-size:1.25rem;font-weight:700}.profile-section-sub{color:#ffffff59;margin:0 0 28px;font-size:13px}.profile-empty{color:#ffffff4d;font-size:13px}.stat-grid{flex-wrap:wrap;gap:12px;display:flex}.stat-card{background:#ffffff0a;border:1px solid #ffffff12;border-radius:12px;min-width:140px;padding:20px 24px}.stat-value{color:#e5e7eb;font-size:1.6rem;font-weight:700;line-height:1}.stat-label{color:#ffffff59;margin-top:6px;font-size:12px}.history-table{flex-direction:column;gap:2px;font-size:13px;display:flex}.history-head{color:#ffffff4d;letter-spacing:.5px;text-transform:uppercase;grid-template-columns:1fr 1fr 1fr 1fr;padding:8px 12px;font-size:11px;font-weight:600;display:grid}.history-row{color:#fff9;background:#ffffff08;border-radius:8px;grid-template-columns:1fr 1fr 1fr 1fr;padding:10px 12px;transition:background .15s;display:grid}.history-row:hover{background:#ffffff0f}.history-type{letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:600}.history-type--deposit{color:#4ade80}.history-type--withdrawal{color:#f87171b3}.history-amount{color:#e5e7eb}.history-ref{color:#fff3;font-family:monospace;font-size:11px}.history-cards{display:none}.history-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;padding:12px 14px;display:flex}.history-card__left{flex-direction:column;gap:4px;display:flex}.history-card__right{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.history-card__date{color:#ffffff40;font-size:11px}.settings-block{margin-bottom:40px}.settings-block-title{color:#ffffff80;letter-spacing:.3px;margin:0 0 16px;font-size:14px;font-weight:600}.settings-field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.settings-label{color:#ffffff59;font-size:12px}.settings-input{color:#e5e7eb;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;outline:none;max-width:320px;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.settings-input:focus{border-color:#fff3}.settings-input::placeholder{color:#fff3}.settings-msg{margin:4px 0 10px;font-size:12px}.settings-msg--ok{color:#4ade80}.settings-msg--err{color:#f87171}.settings-desc{color:#ffffff40;margin:0 0 10px;font-size:12px}.settings-toggle{cursor:pointer;color:#ffffff80;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-family:inherit;font-size:13px;transition:color .2s;display:inline-flex}.settings-toggle--on{color:#4ade80}.settings-toggle__track{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:999px;width:40px;height:22px;transition:background .2s,border-color .2s;position:relative}.settings-toggle--on .settings-toggle__track{background:#22c55e40;border-color:#22c55e66}.settings-toggle__thumb{background:#fff6;border-radius:50%;width:16px;height:16px;transition:transform .2s,background .2s;position:absolute;top:2px;left:2px}.settings-toggle--on .settings-toggle__thumb{background:#4ade80;transform:translate(18px)}.settings-btn{color:#e5e7eb;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:500;transition:background .2s}.settings-btn:hover:not(:disabled){background:#ffffff1a}.settings-btn:disabled{opacity:.4;cursor:not-allowed}.profile-mobile-bar,.profile-overlay,.profile-drawer{display:none}@media (width<=768px){.profile{flex-direction:column;min-height:100dvh;position:relative;overflow-y:auto}.profile-nav--desktop{display:none}.profile-mobile-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#080c0ae6;border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.profile-mobile-bar__menu{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:flex}.profile-mobile-bar__menu span{background:#fff9;border-radius:2px;width:18px;height:2px;display:block}.profile-mobile-bar__title{color:#e5e7eb;font-size:14px;font-weight:600}.profile-overlay{z-index:40;background:#0000008c;animation:.2s fadeIn;display:block;position:fixed;inset:0}.profile-drawer{z-index:50;background:#0d1a14;border-right:1px solid #ffffff14;flex-direction:column;width:260px;height:100dvh;padding:0 10px 24px;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 32px #0009}.profile-drawer.open{transform:translate(0)}.profile-drawer__head{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:8px;padding:20px 6px 16px;display:flex}.profile-drawer__brand{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff4d;font-size:13px;font-weight:700}.profile-drawer__close{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 6px;font-size:16px;transition:background .15s}.profile-drawer__close:hover{color:#e5e7eb;background:#ffffff12}.profile-drawer__item{color:#ffffff8c;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;margin-bottom:2px;padding:11px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:block}.profile-drawer__item:hover{color:#e5e7eb;background:#ffffff0d}.profile-drawer__item.active{color:#4ade80;background:#22c55e1a;border-left:2px solid #4ade80;padding-left:10px}.profile-drawer__divider{background:#ffffff0f;height:1px;margin:12px 4px}.profile-drawer__back{color:#ffffff59;border-radius:8px;padding:11px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.profile-drawer__back:hover{color:#e5e7eb;background:#ffffff0d}.profile-content{max-width:100%;padding:20px 16px 40px;overflow-x:hidden}.profile-section-title{font-size:1.1rem}.profile-section-sub{margin-bottom:18px}.stat-grid{flex-wrap:wrap;gap:8px}.stat-card{flex:1;min-width:calc(50% - 4px);padding:14px 16px}.stat-value{font-size:1.3rem}.history-table--desktop{display:none}.history-cards{display:block}.settings-input{width:100%;max-width:100%}.settings-btn{text-align:center;width:100%;padding:11px}.settings-block{margin-bottom:24px}.settings-block-title{font-size:13px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.roulette{color:#e5e7eb;background:radial-gradient(circle,#0b1412,#020504);flex-direction:column;height:calc(100dvh - 56px);max-height:calc(100dvh - 56px);font-family:Inter,sans-serif;display:flex;overflow:hidden}.roulette__wheel-area{background:#0003;border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:12px 0 0}.roulette__timer-wrap{justify-content:center;padding:8px 12px 4px;display:flex}.roulette__timer{color:#ffffffbf;letter-spacing:1px;font-variant-numeric:tabular-nums;font-size:22px;font-weight:800}.roulette__history{flex-wrap:nowrap;justify-content:center;align-items:center;gap:5px;padding:0 12px 8px;display:flex;overflow:hidden}.roulette__hist-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:9px;font-weight:700;display:inline-flex}.roulette__hist-dot--red{color:#fca5a5;background:#7f1d1db3;border:1px solid #dc262640}.roulette__hist-dot--black{color:#9ca3af;background:#111827b3;border:1px solid #ffffff14}.roulette__hist-dot--green{color:#86efac;background:#14532db3;border:1px solid #16a34a40}.roulette__strip-wrap{height:60px;position:relative;overflow:hidden}.roulette__strip-wrap:before,.roulette__strip-wrap:after{content:"";z-index:2;pointer-events:none;width:80px;height:100%;position:absolute;top:0}.roulette__strip-wrap:before{background:linear-gradient(90deg,#0b1412,#0000);left:0}.roulette__strip-wrap:after{background:linear-gradient(270deg,#0b1412,#0000);right:0}.roulette__strip{will-change:transform;display:flex}.roulette__cell{border-right:1px solid #ffffff0f;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:60px;font-size:15px;font-weight:700;display:flex}.roulette__cell--red{color:#fca5a5;background:#7f1d1d}.roulette__cell--black{color:#d1d5db;background:#111827}.roulette__cell--green{color:#86efac;background:#14532d}.roulette__pointer{z-index:3;filter:drop-shadow(0 2px 4px #00000080);border-top:12px solid #facc15;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:0;left:50%;transform:translate(-50%)}.roulette__panels{background:#ffffff08;flex:1;gap:1px;min-height:0;display:flex;overflow:hidden}.roulette__footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080e0cd9;border-top:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:8px;padding:10px 12px;display:flex}.roulette__outcome{text-align:center;padding:4px 0;font-size:16px;font-weight:700;animation:.3s both toastIn}.roulette__outcome--win{color:#4ade80}.roulette__outcome--lose{color:#f87171b3}.roulette__bet-row{align-items:center;gap:6px;display:flex}.roulette__quick{color:#fff9;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.roulette__quick:hover{color:#e5e7eb;background:#ffffff1a}.roulette__quick--max{color:#fbbf24;border-color:#fbbf2433}.roulette__input{text-align:center;color:#e5e7eb;background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;outline:none;flex:1;min-width:0;padding:8px;font-family:inherit;font-size:13px}.roulette__input:focus{border-color:#ffffff2e}.bet-panel{background:#ffffff05;flex-direction:column;flex:1;gap:6px;min-width:0;padding:10px 8px;transition:background .3s;display:flex;overflow:hidden}.bet-panel--won.bet-panel--red{background:#dc26261a;box-shadow:inset 0 0 30px #dc26260d}.bet-panel--won.bet-panel--zero{background:#16a34a1a;box-shadow:inset 0 0 30px #16a34a0d}.bet-panel--won.bet-panel--black{background:#ffffff0f}.bet-panel__profit{color:#ffffff4d;text-transform:uppercase;letter-spacing:.3px;font-size:10px}.bet-panel__profit strong{color:#fff9}.bet-panel__btn{letter-spacing:.5px;cursor:pointer;border:1px solid;border-radius:8px;width:100%;padding:9px 4px;font-family:inherit;font-size:12px;font-weight:700;transition:all .15s}.bet-panel--red .bet-panel__btn{color:#fca5a5;background:#dc262626;border-color:#dc262659}.bet-panel--zero .bet-panel__btn{color:#86efac;background:#16a34a26;border-color:#16a34a59}.bet-panel--black .bet-panel__btn{color:#d1d5db;background:#ffffff0d;border-color:#ffffff1f}.bet-panel--red .bet-panel__btn.placed{background:#dc262640;border-color:#dc262680}.bet-panel--zero .bet-panel__btn.placed{background:#16a34a40;border-color:#16a34a80}.bet-panel--black .bet-panel__btn.placed{background:#ffffff1a;border-color:#fff3}.bet-panel__btn:disabled{opacity:.3;cursor:not-allowed}.bet-panel__btn:hover:not(:disabled){filter:brightness(1.2);transform:translateY(-1px)}.bet-panel__my-amt{opacity:.8;font-size:11px;font-weight:600}.bet-panel__meta{color:#ffffff4d;border-top:1px solid #ffffff0a;justify-content:space-between;padding:2px 0;font-size:11px;display:flex}.bet-panel__list{scrollbar-width:none;flex-direction:column;flex:1;gap:3px;display:flex;overflow-y:auto}.bet-panel__list::-webkit-scrollbar{display:none}.bet-panel__player{background:#ffffff08;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:4px 6px;display:flex}.bet-panel__name{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.bet-panel__amt{color:#ffffff59;flex-shrink:0;font-size:11px}@media (width<=768px){.roulette{height:calc(100dvh - 48px);max-height:calc(100dvh - 48px)}}@media (width<=480px){.roulette__quick{padding:7px;font-size:11px}.bet-panel__btn{padding:8px 2px;font-size:11px}.bet-panel__profit{font-size:9px}}.coin-page{color:#e5e7eb;background:radial-gradient(circle,#0b1412,#020504);flex-direction:column;height:calc(100dvh - 56px);max-height:calc(100dvh - 56px);font-family:Inter,sans-serif;display:flex;overflow:hidden}.coin-page__table{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;min-height:0;display:flex}.coin-page__toast{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);white-space:nowrap;border-radius:12px;align-items:center;gap:12px;padding:10px 20px;font-size:15px;font-weight:700;animation:.3s cubic-bezier(.34,1.56,.64,1) both toastIn;display:flex}.coin-page__toast--win{color:#4ade80;background:#0f2314f0;border:1px solid #22c55e33;box-shadow:0 4px 20px #00000080}.coin-page__toast--lose{color:#f87171b3;background:#140a0af0;border:1px solid #ffffff0f;box-shadow:0 4px 20px #00000080}.coin-page__toast-side{opacity:.6;font-size:12px;font-weight:600}.coin-page__footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080e0cd9;border-top:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;align-items:center;gap:10px;padding:14px;display:flex}.coin-page__picks{gap:10px;width:100%;max-width:480px;display:flex}.coin-page__pick{color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.coin-page__pick:hover:not(:disabled){color:#ffffffb3;background:#ffffff14}.coin-page__pick:disabled{opacity:.3;cursor:not-allowed}.coin-page__pick.active{color:#e5e7eb;background:#ffffff17;border-color:#fff3}.coin-page__controls{align-items:center;gap:6px;width:100%;max-width:480px;display:flex}.coin-page__ctrl{color:#ffffff73;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff12;border-radius:9px;flex-shrink:0;padding:9px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.coin-page__ctrl:hover:not(:disabled){color:#e5e7eb;background:#ffffff14}.coin-page__ctrl:disabled{opacity:.25;cursor:not-allowed}.coin-page__input{text-align:center;color:#e5e7eb;background:#ffffff0a;border:1px solid #ffffff12;border-radius:9px;outline:none;flex:1;min-width:0;padding:9px;font-family:inherit;font-size:13px}.coin-page__input:focus{border-color:#ffffff29}.coin-page__input:disabled{opacity:.35}.coin-page__flip-btn{color:#e5e7eb;letter-spacing:1.5px;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;width:100%;max-width:480px;padding:12px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s}.coin-page__flip-btn:hover:not(:disabled){background:#ffffff1a;transform:translateY(-1px)}.coin-page__flip-btn:disabled{opacity:.3;cursor:not-allowed}.coin-wrap{perspective:800px;flex-shrink:0}.coin-wrap--flip .coin{animation:1.5s cubic-bezier(.45,.05,.55,.95) forwards coinFlip}.coin-wrap--heads .coin{transform:rotateY(0)}.coin-wrap--tails .coin{transform:rotateY(180deg)}.coin{width:160px;height:160px;transform-style:preserve-3d;transition:transform .4s;position:relative}.coin__face{backface-visibility:hidden;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;box-shadow:0 0 0 5px #00000059,0 10px 40px #000000b3,inset 0 2px 10px #ffffff1a,inset 0 -4px 10px #0006}.coin__face--heads{background:radial-gradient(circle at 38% 35%,#92400e,#78350f,#3c1007)}.coin__face--tails{background:radial-gradient(circle at 38% 35%,#4b5563,#374151,#1a2030);transform:rotateY(180deg)}.coin__inner{flex-direction:column;align-items:center;gap:5px;display:flex}.coin__symbol{color:#fff9;filter:drop-shadow(0 1px 3px #0009);font-size:34px;line-height:1}.coin__label{letter-spacing:2.5px;color:#ffffff59;font-size:9px;font-weight:800}@keyframes coinFlip{0%{transform:rotateY(0)rotateX(0)}25%{transform:rotateY(540deg)rotateX(18deg)}60%{transform:rotateY(1080deg)rotateX(-8deg)}85%{transform:rotateY(1350deg)rotateX(4deg)}to{transform:rotateY(var(--coin-end,1440deg)) rotateX(0deg)}}@media (width<=768px){.coin-page{height:calc(100dvh - 48px);max-height:calc(100dvh - 48px)}}@media (width<=480px){.coin{width:130px;height:130px}.coin__symbol{font-size:26px}.coin-page__ctrl{padding:8px;font-size:11px}}.game-layout{flex-direction:column;height:100%;display:flex}.game-layout__content{flex:1;min-height:0;overflow:hidden}.game-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#0a0f0ee6;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 14px;display:none;position:relative}.game-header__left,.game-header__right{position:relative}.game-header__game-btn{color:#e5e7eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:14px;font-weight:600;display:flex}.game-header__chevron{opacity:.5;font-size:13px;transition:transform .15s}.game-header__chevron.open{transform:rotate(180deg)}.game-header__chips{color:#e5e7eb;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.game-header__chips svg{color:#f0c040;font-size:11px}.game-header__dropdown{z-index:200;background:#111a14;border:1px solid #ffffff14;border-radius:10px;min-width:160px;padding:6px;animation:.15s both dropIn;position:absolute;top:calc(100% + 8px);box-shadow:0 8px 32px #0009}.game-header__dropdown--left{left:0}.game-header__dropdown--right{right:0}.game-header__drop-name{color:#e5e7eb;padding:8px 10px 6px;font-size:13px;font-weight:600}.game-header__drop-divider{background:#ffffff0f;height:1px;margin:4px 0}.game-header__drop-item{color:#ffffffa6;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.game-header__drop-item:hover{color:#e5e7eb;background:#ffffff0f}.game-header__drop-item.active{color:#4ade80}.game-header__drop-item--danger:hover{color:#f87171;background:#ef444414}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:none}}@media (width<=768px){.game-header{display:flex}}
