:root{color-scheme:dark;--panel-bg: linear-gradient(160deg, #26375a 0%, #141f34 100%);--panel-bd: 1px solid #3a4f74;--panel-sh: inset 0 2px 0 rgba(255,255,255,.14), inset 0 -3px 8px rgba(0,0,0,.4), 0 6px 0 #070d18, 0 16px 30px rgba(0,0,0,.55);--sunk-bg: linear-gradient(180deg, #091220, #0e1a2c);--sunk-sh: inset 0 3px 8px rgba(0,0,0,.65), inset 0 -1px 0 rgba(255,255,255,.05);--raise-sh: inset 0 2px 0 rgba(255,255,255,.22), 0 4px 0 #0a1220, 0 6px 10px rgba(0,0,0,.4);--gloss: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,.04))}body{margin:0;background:#0a1420;color:#e6eef7;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.tile-wrap{display:flex;flex-direction:column;align-items:center;gap:4px}.tile{position:relative;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.4)}.tile:after{content:"";position:absolute;left:4px;right:4px;top:3px;height:40%;border-radius:9px 9px 14px 14px;background:var(--gloss);pointer-events:none}.tile--red{background:linear-gradient(180deg,#ff5a72,#e01e42 55%,#b3162f);box-shadow:inset 0 2px #fff6,0 4px #8f1226,0 6px 10px #00000073}.tile--black{background:linear-gradient(180deg,#3a4358,#252c3c 55%,#161b26);box-shadow:inset 0 2px #ffffff24,0 4px #0a0d13,0 6px 10px #00000073}.tile--white{background:linear-gradient(180deg,#fff,#e5ebf1 55%,#cdd7e1);color:#0b1622;box-shadow:inset 0 2px #ffffffe6,0 4px #aab6c4,0 6px 10px #0006}.tile--white:after{background:linear-gradient(180deg,#ffffffb3,#fff0)}.tile__jb{position:relative;z-index:1;width:74%;height:74%;display:block}.tile--empty{background:linear-gradient(180deg,#12203150,#0c18268a);box-shadow:inset 0 3px 7px #00000080}.tile--empty:after{display:none}.tile--live{outline:3px solid #2f7bff;outline-offset:2px}.tile__time{font-size:11px;color:#7d93ac}.app{padding:16px;max-width:1200px;margin:0 auto}.grid{display:flex;flex-direction:column;gap:10px}.grid__header{display:grid;grid-template-columns:repeat(10,1fr);gap:8px}.grid__col-label{text-align:center;font-weight:800;color:#8fbcff;padding:9px 0;border-radius:10px;background:linear-gradient(180deg,#16233a,#101a2b);box-shadow:inset 0 1px #ffffff0f,0 2px #0a1220}.grid__row{display:grid;grid-template-columns:repeat(20,1fr);gap:8px}.roleta{border-radius:18px;padding:16px;margin-bottom:16px;background:var(--panel-bg);border:var(--panel-bd);box-shadow:var(--panel-sh)}.roleta--empty{color:#7d93ac;text-align:center;padding:28px}.rl-wheel{position:relative;width:100%;max-width:320px;margin:0 auto;overflow:hidden;border-radius:14px;background:var(--sunk-bg);box-shadow:var(--sunk-sh);padding:8px 0}.rl-wheel__pointer{position:absolute;left:50%;top:0;bottom:0;width:3px;transform:translate(-50%);background:#2f7bff;z-index:2;border-radius:2px;box-shadow:0 0 8px #2f7bffaa}.rl-wheel__track{display:flex;width:max-content;will-change:transform}.rl-wheel__tile{flex:0 0 auto;width:60px;height:60px;margin-right:5px;border-radius:6px;display:flex;align-items:center;justify-content:center}.rl-wheel__tile--red{background:#ff1d46}.rl-wheel__tile--black{background:#292524}.rl-wheel__tile--white{background:#fff}.rl-wheel__num{width:40px;height:40px;border:4px solid #fff;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:15px}.rl-wheel__jb{width:46px;height:46px;display:block}.roleta-bar{position:relative;height:26px;margin:12px 0;border-radius:10px;background:var(--sunk-bg);box-shadow:var(--sunk-sh);display:flex;align-items:center;justify-content:center;overflow:hidden}.roleta-status{position:relative;font-weight:800;color:#cfe0f2;text-shadow:0 1px 2px rgba(0,0,0,.5)}.roleta-countdown{position:relative;margin-left:10px;color:#6fa8ff;font-weight:800}.rl-bets__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.rl-bet{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px;border-radius:12px;background:linear-gradient(180deg,#1a2a45,#111d31);box-shadow:inset 0 1px #ffffff1a,0 2px #00000059}.rl-bet__dot{width:16px;height:16px;border-radius:100%;box-shadow:inset 0 1px 1px #fff6}.rl-bet__dot--red{background:#ff1d46}.rl-bet__dot--black{background:#292524;border:1px solid #3a3a3a}.rl-bet__dot--white{background:#fff}.rl-bet__value{font-weight:800;color:#e6eef7}.rl-bet__count{font-size:11px;color:#7d93ac}.rl-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;margin-top:8px;background:var(--sunk-bg);box-shadow:var(--sunk-sh)}.rl-bar__seg{transition:width .3s ease}.rl-bar__seg--red{background:#ff1d46}.rl-bar__seg--white{background:#eef3f8}.rl-bar__seg--black{background:#4a4644}.rl-timer{position:relative;height:30px;border-radius:12px;overflow:hidden;border:1px solid #2a3f60;background:#ffffff0d;margin-top:4px}.rl-timer__bar{position:absolute;inset:0 auto 0 0;width:0;background:#f12c4c}.rl-timer__txt{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:13px;font-variant-numeric:tabular-nums;text-shadow:0 1px 2px rgba(0,0,0,.55);letter-spacing:.5px}.rl-hist{display:flex;gap:5px;padding:7px;border-radius:12px;overflow:hidden;background:var(--sunk-bg);box-shadow:var(--sunk-sh)}.rl-hist__tile{width:30px;height:30px;border-radius:8px;flex:0 0 auto;font-size:13px}.rl-hist__tile:after{border-radius:6px 6px 10px 10px}.rl-hist__num{position:relative;z-index:1}.rl-hist__tile:first-child{animation:rlHistIn .35s ease}@keyframes rlHistIn{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.rl-clock{text-align:center;font-weight:800;font-size:20px;letter-spacing:2px;font-variant-numeric:tabular-nums;color:#cfe0f2;padding:2px 0;text-shadow:0 1px 2px rgba(0,0,0,.5)}.topbar{display:flex;gap:16px;align-items:stretch;margin-bottom:16px}.topbar__roleta{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;gap:8px;align-items:stretch}.topbar__roleta .roleta,.topbar__roleta .strategy-panel{box-sizing:border-box;width:100%;max-width:100%;min-width:0;align-self:stretch;border-radius:16px;padding-left:12px;padding-right:12px}.topbar__roleta .roleta{margin-bottom:0;flex:0 0 auto;padding-top:10px;padding-bottom:8px;background:var(--panel-bg);border:var(--panel-bd);box-shadow:var(--panel-sh)}.topbar__roleta .rl-wheel{padding:4px 0}.topbar__roleta .rl-wheel__tile{width:48px;height:48px;margin-right:4px}.topbar__roleta .rl-wheel__num{width:34px;height:34px;font-size:13px;border-width:3px}.topbar__roleta .rl-wheel__jb{width:38px;height:38px}.topbar__roleta .rl-timer{margin:6px 0}.topbar__roleta .rl-hist{gap:4px;margin:4px 0}.topbar__roleta .rl-hist__tile{width:24px;height:24px;font-size:11px;border-radius:6px}.topbar__roleta .rl-clock{font-size:11px;padding:2px 0}.topbar__roleta .rl-bets__cols{gap:6px}.topbar__roleta .rl-bet{padding:5px 7px;border-radius:9px}.topbar__roleta .rl-bet__value{font-size:12px}.topbar__roleta .rl-bet__count{font-size:9px}.topbar__roleta .rl-bet__dot{width:12px;height:12px}.betpanel{flex:0 0 290px;box-sizing:border-box;padding:16px;border-radius:22px;display:flex;flex-direction:column;gap:12px;background:var(--panel-bg);border:var(--panel-bd);box-shadow:var(--panel-sh)}.betpanel-ledger{display:flex;gap:6px;padding:4px;border-radius:14px;background:#00000040}.betpanel-ledger__btn{flex:1;border:0;background:transparent;color:#8fa1b8;padding:8px;border-radius:10px;font-weight:800;font-size:12px;cursor:pointer}.betpanel-ledger__btn--active{color:#fff;background:linear-gradient(180deg,#2d6a4f,#1b4332)}.betpanel-saldo__value{font-weight:800;font-size:18px;color:#fff}.betpanel-entry{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 13px;border-radius:14px;background:linear-gradient(180deg,#1e3354,#152640);border:1px solid #3a5580;box-shadow:inset 0 1px #ffffff14}.betpanel-entry__label{font-size:11px;font-weight:700;color:#8fa1b8;text-transform:uppercase;letter-spacing:.4px}.betpanel-entry__num{font-size:22px;font-weight:900;color:#f6d56a;text-shadow:0 1px 3px rgba(0,0,0,.6);line-height:1}.betpanel-entry__of{font-size:12px;font-weight:700;color:#7d93ac}.betpanel-entry__amount{margin-left:auto;font-size:13px;font-weight:800;color:#5cf29a}.betpanel-field__input:read-only{cursor:default;opacity:1}.betpanel-amount{display:flex;gap:8px}.betpanel-field{flex:1;display:flex;align-items:center;gap:6px;min-width:0;border-radius:16px;padding:11px 13px;background:var(--sunk-bg);box-shadow:var(--sunk-sh)}.betpanel-field__label{color:#8fa1b8;font-size:11px;font-weight:700;flex:0 0 auto}.betpanel-field__currency{color:#cfe0f2;font-weight:800;flex:0 0 auto}.betpanel-field__input{flex:1 1 auto;min-width:0;background:transparent;border:0;color:#fff;font-weight:800;text-align:right;outline:none;-moz-appearance:textfield;font-size:14px}.betpanel-field__input:disabled{opacity:.45;cursor:not-allowed}.betpanel-field__input::placeholder{color:#4a5a6d;font-weight:600}.betpanel-field__input::-webkit-outer-spin-button,.betpanel-field__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.betpanel-mult{flex:0 0 46px;border:0;cursor:pointer;border-radius:16px;font-weight:800;color:#cfe0f2;background:linear-gradient(180deg,#2a3d5a,#1a2942);border:1px solid #33496a;box-shadow:var(--raise-sh)}.betpanel-mult:active{transform:translateY(2px)}.betpanel-mult:disabled{opacity:.45;cursor:not-allowed}.betpanel-section-label{color:#8fa1b8;font-size:12px;font-weight:700}.betpanel-colors{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.betpanel-color{position:relative;border:0;border-radius:16px;height:58px;cursor:pointer;font-weight:800;font-size:16px;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}.betpanel-color:after{content:"";position:absolute;left:6px;right:6px;top:4px;height:44%;border-radius:12px 12px 18px 18px;background:var(--gloss);pointer-events:none}.betpanel-color--red{background:linear-gradient(180deg,#ff5a72,#f12c4c 50%,#c31734);box-shadow:inset 0 2px #ffffff80,0 5px #8f1226,0 9px 16px #00000080}.betpanel-color--white{background:linear-gradient(180deg,#fff,#eef3f8 50%,#d5dee8);color:#c31734;text-shadow:none;box-shadow:inset 0 2px #ffffffe6,0 5px #aab6c4,0 9px 16px #0006}.betpanel-color--white:after{background:linear-gradient(180deg,#fffc,#fff0)}.betpanel-color--black{background:linear-gradient(180deg,#3a4358,#252c3c 50%,#161b26);color:#cfe0f2;box-shadow:inset 0 2px #ffffff24,0 5px #0a0d13,0 9px 16px #00000080}.betpanel-color--selected{outline:3px solid #2f7bff;outline-offset:2px}.betpanel-color:active{transform:translateY(3px)}.betpanel-color:disabled{opacity:.5;cursor:not-allowed}.betpanel-error{color:#ff8a9a;font-size:12px;font-weight:600;line-height:1.3}.betpanel-start{position:relative;border:0;border-radius:16px;padding:15px;cursor:pointer;font-weight:800;font-size:16px;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.4);background:linear-gradient(180deg,#6e1f2c,#4c1620);color:#b98590;box-shadow:inset 0 2px #ffffff14,0 4px #2c0e13,0 7px 12px #0006}.betpanel-start:after{content:"";position:absolute;left:6px;right:6px;top:4px;height:42%;border-radius:12px 12px 18px 18px;background:linear-gradient(180deg,#ffffff24,#fff0);pointer-events:none}.betpanel-start:disabled{cursor:not-allowed}.betpanel-start--ready{background:linear-gradient(180deg,#ff5a72,#f12c4c 50%,#c31734);color:#fff;box-shadow:inset 0 2px #ffffff80,0 5px #8f1226,0 9px 16px #00000080}.betpanel-start--ready:after{background:var(--gloss)}.betpanel-start--ready:active{transform:translateY(3px)}.betpanel-footer{display:flex;justify-content:space-between;align-items:stretch;gap:6px;padding-top:2px}.betpanel-footer__label{font-size:9px;font-weight:800;color:#cfe0f2;letter-spacing:.2px;white-space:nowrap;line-height:1.1;max-width:54px}.betpanel-footer__icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#8fa1b8;font-size:15px;background:linear-gradient(180deg,#2a4066,#152238);border:1px solid #3a557f;box-shadow:inset 0 2px #ffffff2e,0 3px #0a1220,0 5px 9px #0006}.betpanel-footer__group{display:flex;align-items:center;gap:6px;min-height:38px;padding:0 8px;border-radius:12px;background:linear-gradient(180deg,#2a4066,#152238);border:1px solid #3a557f;box-shadow:inset 0 2px #ffffff2e,0 3px #0a1220,0 5px 9px #0006;flex:1 1 0}.betpanel-footer__group .betpanel-footer__icon{background:transparent;border:0;box-shadow:none;width:auto;height:auto}.betpanel-footer__group .betpanel-footer__gear{background:transparent;width:auto;height:auto;padding:0}.betpanel-footer__gear{border:none;cursor:pointer;font-size:15px;transition:color .15s}.betpanel-footer__gear:hover{color:#cdd8e4}.betpanel-footer__group .betpanel-footer__switch{border-left:1px solid #3a557f;padding-left:8px;margin-left:auto}.betpanel-footer__switch{height:38px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.betpanel-footer__knob{position:relative;width:32px;height:16px;border-radius:20px;background:linear-gradient(180deg,#3a1420,#5a1e2e);box-shadow:inset 0 1px 3px #0009}.betpanel-footer__knob:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#e6eef7;box-shadow:0 1px 1px #0006;transition:transform .2s}.betpanel-footer__switch--on .betpanel-footer__knob{background:linear-gradient(180deg,#0d5c31,#0a3d22)}.betpanel-footer__switch--on .betpanel-footer__knob:after{transform:translate(16px);background:#5cf29a;box-shadow:0 0 6px #16c26488}@media (max-width: 720px){.topbar{flex-direction:column}.betpanel{flex-basis:auto;width:100%}}.grid .tile--empty{cursor:pointer}.tile-wrap{position:relative}.tile-wrap--auto{padding-top:14px}.tile__auto-label{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:2;font-size:8px;font-weight:800;letter-spacing:.3px;color:#8fbcff;text-shadow:0 1px 2px rgba(0,0,0,.8);white-space:nowrap;pointer-events:none}.tile--mark-white{background:linear-gradient(180deg,#fff,#e5ebf1 55%,#cdd7e1);box-shadow:inset 0 2px #ffffffe6,0 4px #aab6c4,0 6px 10px #0006;cursor:pointer}.tile--mark-auto{background:linear-gradient(180deg,#fff,#e5ebf1 55%,#cdd7e1);box-shadow:inset 0 2px #ffffffe6,0 4px #aab6c4,0 6px 10px #0006;outline:3px solid #2f7bff;outline-offset:2px;cursor:pointer}.betpanel-player{display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:16px;background:linear-gradient(180deg,#2c4b7d,#16294a);border:1px solid #3f5f92;box-shadow:inset 0 2px #fff3,inset 0 -2px 6px #0000004d,0 3px #0006}.betpanel-player__ico{font-size:14px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}.betpanel-player__name{font-weight:800;font-size:14px;color:#fff;letter-spacing:.2px;text-shadow:0 1px 2px rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.betpanel-player__tag{font-weight:800;font-size:12px;color:#5cf29a;margin-left:auto;text-shadow:0 1px 2px rgba(0,0,0,.6)}.betpanel-player--off .betpanel-player__name{color:#93a6bd}.betpanel-player--off .betpanel-player__tag{color:#ff8098}.betpanel-connect{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:15px 18px;border:0;cursor:pointer;border-radius:16px;font-weight:800;font-size:16px;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.45);letter-spacing:.3px;background:linear-gradient(180deg,#f0564f,#d32f2f 48%,#a81c1c);box-shadow:inset 0 2px #ffffff80,inset 0 -3px 6px #00000040,0 5px #7e1414,0 9px 16px #00000080;border:1px solid #8d1a1a;transition:transform .06s,box-shadow .06s}.betpanel-connect:after{content:"";position:absolute;left:6px;right:6px;top:4px;height:46%;border-radius:12px 12px 18px 18px;background:var(--gloss);pointer-events:none}.betpanel-connect:active{transform:translateY(4px);box-shadow:inset 0 2px #fff6,inset 0 -1px #00000047,0 1px #7e1414,0 3px 6px #00000073}.betpanel-connect__ico{font-size:17px}.betpanel-connect--on{background:linear-gradient(180deg,#5ce08a,#22b757 48%,#158a3f);box-shadow:inset 0 2px #ffffff80,inset 0 -3px 6px #00000040,0 5px #0d6b30,0 9px 16px #00000080;border:1px solid #12793a}.betpanel-connect--on:active{box-shadow:inset 0 2px #fff6,inset 0 -1px #00000047,0 1px #0d6b30,0 3px 6px #00000073}.betpanel-saldo{display:flex;justify-content:space-between;align-items:baseline;padding:11px 13px;border-radius:16px;background:var(--sunk-bg);box-shadow:var(--sunk-sh)}.betpanel-saldo__label{color:#8fa1b8;font-size:12px;font-weight:700}.betpanel-saldo__value{color:#eaf3ff;font-weight:800;font-size:15px}.connect-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;display:flex;align-items:center;justify-content:center;z-index:50}.connect-dialog{width:min(400px,92vw);max-height:90vh;overflow-y:auto;border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:6px;background:var(--panel-bg);border:var(--panel-bd);box-shadow:var(--panel-sh)}.connect-dialog__title{font-size:16px;font-weight:800;color:#eaf3ff;margin-bottom:8px}.connect-dialog__help{font-size:12px;color:#8fa1b8;line-height:1.4;margin-bottom:8px}.connect-dialog__label{font-size:12px;color:#9fb3cc;margin-top:6px;font-weight:700}.connect-dialog__input{border-radius:12px;padding:11px 13px;color:#eaf3ff;font-size:14px;border:0;background:var(--sunk-bg);box-shadow:var(--sunk-sh)}.connect-dialog__input:focus{outline:2px solid #2f7bff}.connect-dialog__error{color:#ff8098;font-size:13px;margin-top:8px}.connect-dialog__actions{display:flex;gap:8px;margin-top:14px}.connect-dialog__cancel{flex:1;padding:12px;border-radius:14px;border:1px solid #33496a;background:linear-gradient(180deg,#2a3d5a,#1a2942);color:#cfe0f2;cursor:pointer;font-weight:800;box-shadow:var(--raise-sh)}.connect-dialog__cancel:active{transform:translateY(2px)}.connect-dialog__submit{flex:2;position:relative;padding:12px;border-radius:14px;border:1px solid #8d1a1a;background:linear-gradient(180deg,#ff5a72,#f12c4c 50%,#c31734);color:#fff;font-weight:800;cursor:pointer;box-shadow:inset 0 2px #ffffff73,0 5px #8f1226,0 8px 14px #00000073}.connect-dialog__submit:active{transform:translateY(3px)}.connect-dialog__submit:disabled{opacity:.6;cursor:default}.mgmt-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;display:flex;align-items:center;justify-content:center;z-index:40;padding:16px}.mgmt{border-radius:22px;width:100%;max-width:640px;max-height:86vh;display:flex;flex-direction:column;background:var(--panel-bg);border:var(--panel-bd);box-shadow:var(--panel-sh)}.mgmt__head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #2a3f60}.mgmt__title{font-weight:800;font-size:15px;color:#eaf3ff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.mgmt__close{border:none;color:#9fb3cc;font-size:16px;cursor:pointer;width:32px;height:32px;border-radius:10px;background:linear-gradient(180deg,#2a4066,#152238);box-shadow:var(--raise-sh)}.mgmt__close:hover{color:#fff}.mgmt__toprow{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px 0;flex-wrap:wrap}.mgmt__toprow .mgmt__tabs{padding:0}.mgmt__save{position:relative;padding:10px 18px;border-radius:14px;border:1px solid #12793a;background:linear-gradient(180deg,#5ce08a,#22b757 50%,#158a3f);color:#06231a;font-weight:800;font-size:13px;cursor:pointer;box-shadow:inset 0 2px #ffffff80,0 5px #0d6b30,0 8px 14px #00000073}.mgmt__save:active{transform:translateY(3px)}.mgmt__tabs{display:flex;gap:8px;padding:14px 18px 0}.mgmt__tab{padding:9px 16px;border-radius:14px;border:1px solid #33496a;background:linear-gradient(180deg,#2a3d5a,#1a2942);color:#cfe0f2;font-weight:800;cursor:pointer;font-size:13px;box-shadow:var(--raise-sh)}.mgmt__tab--active{background:linear-gradient(180deg,#5ce08a,#158a3f);border-color:#12793a;color:#06231a}.mgmt__fields{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;padding:14px 18px 0}.mgmt__field{display:flex;flex-direction:column;gap:5px}.mgmt__field>span{font-size:11px;color:#9fb3cc;font-weight:800}.mgmt__input{width:118px;padding:9px 11px;border-radius:12px;border:0;color:#eaf3ff;font-size:13px;font-weight:800;background:var(--sunk-bg);box-shadow:var(--sunk-sh)}.mgmt__input:focus{outline:2px solid #16c264}.mgmt__seg{display:flex;gap:6px}.mgmt__seg-btn{padding:9px 13px;border-radius:12px;border:1px solid #33496a;background:linear-gradient(180deg,#2a3d5a,#1a2942);color:#cfe0f2;cursor:pointer;font-size:12px;font-weight:800;box-shadow:var(--raise-sh)}.mgmt__seg-btn--active{background:linear-gradient(180deg,#5ce08a,#158a3f);border-color:#12793a;color:#06231a}.mgmt__seg-btn:disabled{opacity:.6;cursor:default}.mgmt__reset{padding:9px 13px;border-radius:12px;border:1px solid #33496a;background:linear-gradient(180deg,#2a3d5a,#1a2942);color:#cfe0f2;cursor:pointer;font-size:12px;font-weight:800;box-shadow:var(--raise-sh)}.mgmt__reset:active{transform:translateY(2px)}.mgmt__note{margin:12px 18px 0;font-size:12px;color:#8fa1b8}.mgmt__table-wrap{overflow:auto;margin:12px 18px 18px;border-radius:14px;background:var(--sunk-bg);box-shadow:var(--sunk-sh)}.mgmt__table{width:100%;border-collapse:collapse;font-size:13px}.mgmt__table th,.mgmt__table td{padding:8px 11px;text-align:right;white-space:nowrap;border-bottom:1px solid #16273e}.mgmt__table th:first-child,.mgmt__table td:first-child{text-align:center}.mgmt__table thead th{position:sticky;top:0;background:linear-gradient(180deg,#1c3050,#132133);color:#b6c9df;font-weight:800;font-size:12px}.mgmt__table tbody tr:nth-child(2n){background:#ffffff08}.mgmt__td--strong{color:#eaf3ff;font-weight:800}.mgmt__td--loss{color:#ff8098}.mgmt__td--win{color:#5cf29a}.mgmt.admin{max-width:900px}.admin__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 18px 0}.admin__search{width:240px}.admin__counter{margin-left:auto;font-size:12px;color:#8fa1b8;font-weight:800}.admin__table-wrap{max-height:60vh}.admin__table th,.admin__table td{text-align:left;white-space:normal}.admin__table th:last-child,.admin__table td:last-child{text-align:left}.admin__td-email{color:#eaf3ff;font-weight:800}.admin__status{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;color:#cfe0f2;background:linear-gradient(180deg,#2a3d5a,#1a2942);box-shadow:inset 0 1px #ffffff24}.admin__status--liberado{color:#06231a;background:linear-gradient(180deg,#5ce08a,#158a3f)}.admin__status--expirado{color:#fff;background:linear-gradient(180deg,#ff5a72,#c31734)}.admin__status--aguardando_liberacao{color:#3a2a05;background:linear-gradient(180deg,#ffd36b,#e6a92a)}.admin__status--aguardando_email{color:#cfe0f2}.admin__actions{display:flex;flex-wrap:wrap;gap:6px}.admin__btn{padding:8px 12px;border-radius:12px;border:1px solid #33496a;background:linear-gradient(180deg,#2a3d5a,#1a2942);color:#cfe0f2;font-weight:800;font-size:12px;cursor:pointer;box-shadow:var(--raise-sh)}.admin__btn:active:not(:disabled){transform:translateY(2px)}.admin__btn:disabled{opacity:.5;cursor:default;box-shadow:none}.admin__btn--ok{background:linear-gradient(180deg,#5ce08a,#158a3f);border-color:#12793a;color:#06231a;box-shadow:inset 0 2px #ffffff80,0 4px #0d6b30,0 6px 10px #0006}.admin__btn--danger{background:linear-gradient(180deg,#ff5a72,#c31734);border-color:#8d1a1a;color:#fff;box-shadow:inset 0 2px #ffffff73,0 4px #8f1226,0 6px 10px #0006}.appheader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;margin-bottom:16px;border-radius:16px;background:linear-gradient(180deg,#1b2942,#111d31);border:1px solid #26374f;box-shadow:inset 0 1px #ffffff1a,0 3px #08101c,0 7px 14px #00000073}.appheader__brand{font-weight:800;color:#eaf3ff;font-size:18px;text-shadow:0 1px 2px rgba(0,0,0,.6)}.appheader__right{display:flex;align-items:center;gap:10px}.appheader__email{color:#9fb3cc;font-size:13px}.appheader__btn{position:relative;border:1px solid #12793a;border-radius:12px;padding:9px 16px;font-weight:800;font-size:13px;cursor:pointer;color:#06231a;background:linear-gradient(180deg,#5ce08a,#22b757 48%,#158a3f);box-shadow:inset 0 2px #ffffff73,0 4px #0d6b30,0 6px 10px #0006}.appheader__btn:active{transform:translateY(2px)}.appheader__admin{border:1px solid #3a557f;color:#eaf3ff;border-radius:12px;width:40px;height:40px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#2a4066,#152238);box-shadow:inset 0 2px #ffffff2e,0 3px #0a1220,0 5px 9px #0006}.appheader__admin:active{transform:translateY(2px)}.access-notice{border-radius:16px;padding:18px;margin-bottom:16px;color:#9fb3cc;text-align:center;font-weight:600;background:var(--panel-bg);border:var(--panel-bd);box-shadow:var(--panel-sh)}.topbar__roleta .strategy-panel{flex:1 1 0;min-height:0;margin:0;overflow:hidden;padding-top:8px;padding-bottom:7px;display:flex;flex-direction:column;background:var(--panel-bg);border:var(--panel-bd);box-shadow:var(--panel-sh)}.strategy-panel__head{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;flex-shrink:0;margin-bottom:6px;padding-bottom:5px;border-bottom:1px solid rgba(143,188,255,.12)}.strategy-panel__head-ico{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#8fbcff;font-weight:900;flex-shrink:0;background:#2f7bff29;border:1px solid rgba(143,188,255,.32)}.strategy-panel__title{margin:0;flex:1;min-width:0;font-size:11px;font-weight:800;color:#eaf3ff;letter-spacing:.15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strategy-panel__hint{flex-shrink:0;font-size:8px;font-weight:800;color:#8fa1b8;letter-spacing:.25px;padding:2px 6px;border-radius:999px;background:#00000047;border:1px solid #33496a;text-transform:uppercase}.strategy-panel__grid{flex:1 1 0;min-height:0;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(0,.88fr);gap:8px;align-items:stretch}.strategy-col{padding:7px 8px;display:flex;flex-direction:column;gap:0;min-width:0;min-height:0;overflow:hidden;background:linear-gradient(180deg,#ffffff0d,#00000052);border-radius:10px;border:1px solid rgba(143,188,255,.12);box-shadow:inset 0 1px #ffffff12}.strategy-col__top{flex-shrink:0;margin-bottom:5px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.06)}.strategy-col__body{flex:1 1 0;min-height:0;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:2px 0}.strategy-col__body--center{align-items:center;text-align:center}.strategy-col__label{display:flex;align-items:center;gap:4px;flex-shrink:0;font-size:9px;font-weight:800;color:#b8c9dc;letter-spacing:.1px;line-height:1.2}.strategy-col__ico{font-size:11px;line-height:1;flex-shrink:0}.strategy-col__ico--gold{filter:saturate(1.25) brightness(1.08)}.strategy-col__sub{font-size:8px;color:#8fa1b8;font-weight:700;margin-top:2px;line-height:1.2}.strategy-col__foot{margin-top:auto;flex-shrink:0;padding-top:5px;display:flex;align-items:center;gap:3px;font-size:8px;color:#8fa1b8;font-weight:700;line-height:1.2;border-top:1px solid rgba(255,255,255,.06)}.strategy-col__foot-ico{font-size:9px;opacity:.9;flex-shrink:0}.strategy-col--signal{justify-content:flex-start}.strategy-signal-stack{flex:1 1 0;min-height:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;padding:2px 4px 4px}.strategy-col--signal .strategy-signal{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:100%}.strategy-col--signal .strategy-signal__info{align-items:flex-start;text-align:left;gap:3px}.strategy-col--signal .strategy-col__foot{margin-top:auto}.strategy-signal{display:flex;align-items:center;gap:6px;min-width:0;width:100%}.strategy-signal__stone-wrap{display:flex;flex-direction:column;align-items:center;gap:3px;flex-shrink:0}.strategy-signal__label{font-size:8px;color:#9fb3cc;font-weight:700;white-space:nowrap}.strategy-signal__arrow{color:#f6d56a;font-size:18px;font-weight:900;line-height:1;flex-shrink:0;text-shadow:0 0 12px rgba(246,213,106,.5);margin-top:10px}.strategy-signal__info{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.strategy-signal__desc{margin:0;font-size:10px;color:#d4e4f7;line-height:1.2;font-weight:600}.strategy-signal__desc strong{color:#fff;font-weight:900}.strategy-signal__desc-sub{margin:0;font-size:10px;color:#d4e4f7;font-weight:600;line-height:1.2}.strategy-stone{width:44px;height:44px}.topbar__roleta .strategy-stone.tile{border-radius:50%}.topbar__roleta .strategy-stone.tile:after{left:5px;right:5px;top:3px;height:38%;border-radius:50%}.topbar__roleta .strategy-stone--lg{width:42px;height:42px;font-size:17px}.strategy-stone--empty{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0d;color:#7d93ac;font-weight:800;border:2px dashed #3a557f}.strategy-stone__num{position:relative;z-index:1}.strategy-badge{display:inline-block;margin-top:2px;padding:3px 9px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.4px;color:#5cf29a;background:#08140ea6;border:1.5px solid rgba(92,242,154,.55);box-shadow:0 0 14px #5cf29a52,inset 0 0 8px #5cf29a14}.strategy-col--signal .strategy-entry-progress{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;padding:0;border:none;background:none}.strategy-entry-progress{display:flex;flex-direction:column;gap:4px;width:100%;padding:5px 6px;border-radius:8px;background:#00000038;border:1px solid rgba(255,255,255,.06)}.strategy-entry-progress__label{font-size:10px;color:#d4e4f7;font-weight:700;text-align:center}.strategy-entry-progress__label strong{color:#f6d56a;font-weight:900}.strategy-dots{display:flex;gap:6px;flex-wrap:nowrap;align-items:center;justify-content:center}.strategy-dots__dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;background:#080e18bf;border:1.5px solid rgba(246,213,106,.28)}.strategy-dots__dot--on{background:radial-gradient(circle at 32% 28%,#fff8d8,#f0c14a 42%,#b8860b);border-color:#f6d56a;box-shadow:0 0 8px #f6d56a8c}.strategy-col__label-muted{font-size:8px;color:#8fa1b8;font-weight:700}.strategy-col--daily{justify-content:flex-start}.strategy-daily-stack{flex:1 1 0;min-height:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:2px 0 4px}.strategy-daily-date{width:100%;text-align:center;padding:6px 0 8px;font-size:10px;font-weight:700;color:#eaf3ff;border-bottom:1px solid rgba(255,255,255,.06)}.strategy-col--daily .strategy-seq{width:100%;padding:8px 0 10px;border-bottom:1px solid rgba(255,255,255,.06)}.strategy-col--daily .strategy-seq__chip{width:26px;height:26px;font-size:11px}.strategy-col--daily .strategy-stats-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;width:100%;padding:8px 2px 0;gap:0}.strategy-col--daily .strategy-stat{display:block;text-align:center;padding:0 4px;font-size:9px;font-weight:700;line-height:1.2;background:none;border:none;border-radius:0}.strategy-col--daily .strategy-stat strong{font-size:9px;font-weight:900}.strategy-col--daily .strategy-stat--win,.strategy-col--daily .strategy-stat--win strong{color:#5cf29a}.strategy-col--daily .strategy-stat--loss,.strategy-col--daily .strategy-stat--loss strong{color:#ff8098}.strategy-col--daily .strategy-stat--rate,.strategy-col--daily .strategy-stat--rate strong{color:#eaf3ff}.strategy-stat-divider{width:1px;height:14px;background:#ffffff1f;flex-shrink:0}.strategy-col--daily .strategy-pico-box{margin-top:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:5px;width:100%;padding:7px 8px;border-radius:9px;font-size:9px;font-weight:700;color:#d4e4f7;background:#00000057;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d}.strategy-col--daily .strategy-pico-box strong{color:#f6d56a;font-weight:900;font-size:10px}.strategy-col--daily .strategy-pico-box__ico{font-size:11px;flex-shrink:0}.strategy-seq{display:flex;flex-wrap:nowrap;gap:5px;min-height:24px;align-items:center;justify-content:center;width:100%;overflow-x:auto;scrollbar-width:none}.strategy-seq::-webkit-scrollbar{display:none}.strategy-seq__empty{font-size:9px;color:#7d93ac;font-weight:600}.strategy-seq__chip{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;box-shadow:inset 0 1px #ffffff38,0 2px 4px #0000004d}.strategy-seq__chip--w{background:linear-gradient(180deg,#62e892,#158a3f);color:#06231a}.strategy-seq__chip--l{background:linear-gradient(180deg,#ff5a72,#c31734);color:#fff}.strategy-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:100%}.strategy-stat{display:flex;flex-direction:column;align-items:center;gap:1px;padding:4px 2px;border-radius:7px;background:#0000003d;border:1px solid rgba(255,255,255,.06);font-size:8px;font-weight:700;color:#9fb3cc;min-width:0}.strategy-stat__lbl{font-size:7px;color:#8fa1b8;font-weight:700;white-space:nowrap}.strategy-stat strong{font-weight:900;font-size:11px;line-height:1.1;color:#eaf3ff}.strategy-stat--win strong{color:#5cf29a}.strategy-stat--loss strong{color:#ff8098}.strategy-stat--rate strong{color:#6fa8ff}.strategy-pico-box{margin-top:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding-top:5px;font-size:8px;font-weight:700;color:#b8c9dc}.strategy-pico-box__inner{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;background:#00000057;border:1px solid #33496a}.strategy-pico-box__ico{font-size:10px;flex-shrink:0}.strategy-pico-box strong{color:#f6d56a;font-weight:900}.strategy-col--hist{text-align:center}.strategy-max{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%}.topbar__roleta .strategy-max__num{font-size:26px;font-weight:900;color:#f6d56a;line-height:1;text-shadow:0 0 14px rgba(246,213,106,.35),0 2px 6px rgba(0,0,0,.5)}.strategy-max__label{font-size:8px;color:#9fb3cc;font-weight:700;line-height:1.2;max-width:100%}.strategy-hist-list{list-style:none;margin:0;padding:5px 0 0;width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:3px;border-top:1px solid rgba(255,255,255,.06)}.strategy-hist-list__item{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:5px;font-size:8px;font-weight:700;color:#b8c9dc;padding:3px 5px;border-radius:6px;line-height:1.1;background:#00000038;border:1px solid rgba(255,255,255,.05)}.strategy-hist-list__label{min-width:0;text-align:left;white-space:nowrap}.strategy-hist-list__item strong{font-weight:900;white-space:nowrap;font-size:9px}.strategy-hist-list__item--win strong{color:#5cf29a}.strategy-hist-list__item--loss strong{color:#ff8098}.strategy-hist-list__item--rate strong{color:#6fa8ff}.strategy-hist-ico{width:16px;height:16px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.strategy-hist-ico svg{width:10px;height:10px;display:block}.strategy-hist-ico--win{color:#5cf29a;background:#5cf29a1f;border:1px solid rgba(92,242,154,.28);box-shadow:0 0 10px #5cf29a1f}.strategy-hist-ico--loss{color:#ff8098;background:#ff80981f;border:1px solid rgba(255,128,152,.28);box-shadow:0 0 10px #ff80981f}.strategy-hist-ico--rate{color:#6fa8ff;background:#6fa8ff1f;border:1px solid rgba(111,168,255,.28);box-shadow:0 0 10px #6fa8ff1f}@media (max-width: 720px){.strategy-panel__grid{grid-template-columns:1fr}.strategy-col{min-height:auto}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a1420;color:#e6eef7;padding:24px;box-sizing:border-box}.auth-card{width:100%;max-width:420px;border-radius:22px;padding:30px 26px;box-sizing:border-box;background:linear-gradient(160deg,#26375a,#141f34);border:1px solid #3a4f74;box-shadow:inset 0 2px #ffffff24,inset 0 -3px 8px #0006,0 6px #070d18,0 16px 30px #0000008c}.auth-title{margin:0 0 20px;font-size:24px;font-weight:800;color:#eaf3ff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.auth-field{margin-bottom:14px;display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:13px;color:#7d93ac}.auth-input{border:0;border-radius:14px;padding:12px 14px;color:#eaf3ff;font-size:14px;font-weight:700;outline:none;box-sizing:border-box;width:100%;background:linear-gradient(180deg,#091220,#0e1a2c);box-shadow:inset 0 3px 8px #000000a6,inset 0 -1px #ffffff0d}.auth-input:focus{outline:2px solid #2f7bff}.auth-password-row{position:relative;display:flex;align-items:center}.auth-password-row .auth-input{padding-right:68px}.auth-toggle-visibility{position:absolute;right:8px;background:transparent;border:none;color:#7d93ac;font-size:12px;cursor:pointer;padding:4px 6px}.auth-toggle-visibility:hover{color:#e6eef7}.auth-checkbox-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px;font-size:13px;color:#7d93ac}.auth-checkbox-row a{color:#2f7bff;text-decoration:none}.auth-checkbox-row a:hover{text-decoration:underline}.auth-btn-primary{position:relative;width:100%;border:1px solid #1a52b8;border-radius:16px;padding:14px 16px;font-size:16px;font-weight:800;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.4);cursor:pointer;margin-top:6px;background:linear-gradient(180deg,#6aa5ff,#2f7bff 48%,#1c5fd6);box-shadow:inset 0 2px #ffffff73,inset 0 -3px 6px #00000038,0 5px #14459c,0 9px 16px #00000080}.auth-btn-primary:after{content:"";position:absolute;left:6px;right:6px;top:4px;height:44%;border-radius:12px 12px 18px 18px;background:linear-gradient(180deg,#ffffff80,#ffffff0a);pointer-events:none}.auth-btn-primary:active:not(:disabled){transform:translateY(4px)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-alert{border-radius:8px;padding:10px 12px;font-size:13px;margin-bottom:14px}.auth-alert-error{background:#f12c4c1f;border:1px solid #f12c4c;color:#f12c4c}.auth-alert-success{background:#16c2641f;border:1px solid #16c264;color:#16c264}.auth-links{margin-top:18px;display:flex;flex-direction:column;gap:8px;align-items:center}.auth-links a,.auth-link-btn{background:transparent;border:none;color:#2f7bff;font-size:13px;cursor:pointer;text-decoration:none;padding:0}.auth-link-btn:hover,.auth-links a:hover{text-decoration:underline}.auth-back{margin-top:22px;text-align:center}.auth-back button{background:transparent;border:none;color:#7d93ac;font-size:13px;cursor:pointer}.auth-back button:hover{color:#e6eef7}.auth-text{color:#7d93ac;font-size:14px;line-height:1.6}.auth-row-2{display:flex;gap:12px}.auth-row-2 .auth-field{flex:1}
