@font-face{font-family:Inter;src:url(/fonts/Inter.woff2) format("woff2"),url(/fonts/Inter.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{--bg-0: #0a0d16;--bg-1: #0e1322;--bg-2: #121a2c;--bg-3: #172036;--bg-4: #1c2742;--line-1: rgba(124, 140, 255, .16);--line-2: rgba(124, 140, 255, .1);--line-3: rgba(124, 140, 255, .06);--text-1: #e9ecf8;--text-2: rgba(233, 236, 248, .72);--text-3: #7f88ab;--text-4: rgba(233, 236, 248, .36);--accent: #7c8cff;--accent-2: #4f8cff;--accent-soft: rgba(124, 140, 255, .12);--accent-soft-2: rgba(124, 140, 255, .2);--accent-line: rgba(124, 140, 255, .4);--accent-grad: linear-gradient(135deg, #7c5cff, #4f8cff);--accent-grad-hover: linear-gradient(135deg, #8f74ff, #5b9bff);--flame: #ff7a3d;--flame-soft: rgba(255, 122, 61, .14);--green: #34d399;--green-soft: rgba(52, 211, 153, .14);--red: #ff5c72;--red-soft: rgba(255, 92, 114, .14);--gold: #e0be6c;--gold-soft: rgba(224, 190, 108, .14);--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--r-pill: 999px;--shadow-pop: 0 12px 32px rgba(0, 0, 0, .45), 0 0 0 1px rgba(0, 0, 0, .3);--shadow-modal: 0 24px 64px rgba(0, 0, 0, .6);--shadow-hover: 0 10px 24px rgba(0, 0, 0, .4);--ease: cubic-bezier(.2, .7, .2, 1);--t-fast: .12s;--t-med: .18s;--header-h: 56px;--sidebar-w: 220px;--chat-w: 300px;--chat-rail-w: 44px;--mobile-nav-h: 56px;--page-x: 24px;--page-y: 20px;--page-max: 1400px;--control-h: 36px;--control-h-sm: 30px;--font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: Georgia, "Iowan Old Style", "Times New Roman", serif;--stone-900: #0a0d16;--stone-800: #121a2c;--stone-700: #1b2440;--brass: #7c8cff;--brass-dim: #6b7494;--bone: #e9ecf8;--ember: #4f8cff;--blood: #ff5c72;--sage: #34d399;--slab: #38bdf8;--border: rgba(124, 140, 255, .16)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg-0);color:var(--text-1);font-family:var(--font);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}button,input,select,textarea{font-family:inherit;font-size:inherit}button{color:inherit}img{max-width:100%}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}.num{font-variant-numeric:tabular-nums;letter-spacing:-.01em}*{scrollbar-width:thin;scrollbar-color:rgba(124,140,255,.22) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#7c8cff2e;border-radius:var(--r-pill);border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#7c8cff57;background-clip:padding-box}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:var(--control-h);padding:0 14px;border-radius:var(--r-md);border:1px solid transparent;background:var(--bg-3);color:var(--text-1);font-size:13px;font-weight:600;line-height:1;cursor:pointer;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background var(--t-fast) var(--ease),border-color var(--t-fast) var(--ease),color var(--t-fast) var(--ease),transform var(--t-fast) var(--ease),box-shadow var(--t-fast) var(--ease)}.btn:hover{background:var(--bg-4)}.btn:active{transform:translateY(1px)}.btn:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:default;pointer-events:none}.btn.primary{background:var(--accent-grad);color:#fff}.btn.primary:hover{background:var(--accent-grad-hover)}.btn.success{background:var(--green);color:#04241a}.btn.success:hover{background:#45e0a8}.btn.danger{background:var(--red-soft);color:#ff8a9a;border-color:#ff5c7259}.btn.danger:hover{background:#ff5c7238}.btn.ghost{background:transparent;border-color:var(--line-1);color:var(--text-1)}.btn.ghost:hover{background:var(--accent-soft);border-color:var(--accent-line)}.btn.subtle{background:transparent;color:var(--text-2)}.btn.subtle:hover{background:var(--accent-soft);color:var(--text-1)}.btn.sm{height:var(--control-h-sm);padding:0 10px;font-size:12px;gap:6px}.btn.icon{width:var(--control-h);padding:0}.btn.icon.sm{width:var(--control-h-sm)}.btn svg{flex:0 0 auto}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--control-h);height:var(--control-h);border:0;border-radius:var(--r-md);background:transparent;color:var(--text-2);cursor:pointer;transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.icon-btn:hover{background:var(--accent-soft);color:var(--text-1)}.icon-btn:active{transform:translateY(1px)}.dz-input{display:flex;align-items:center;gap:8px;height:var(--control-h);padding:0 10px;border-radius:var(--r-md);background:var(--bg-0);border:1px solid var(--line-1);color:var(--text-1);transition:border-color var(--t-fast) var(--ease),box-shadow var(--t-fast) var(--ease)}.dz-input:hover{border-color:#7c8cff47}.dz-input:focus-within{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.dz-input>svg{flex:0 0 auto;color:var(--text-3)}.dz-input input,.dz-input textarea{flex:1;min-width:0;height:100%;background:none;border:0;padding:0;color:var(--text-1);font-size:13px}.dz-input input::placeholder{color:var(--text-3)}.dz-input input:focus{outline:none}.dz-input.sm{height:var(--control-h-sm);border-radius:var(--r-sm)}.dz-input input[type=number]::-webkit-outer-spin-button,.dz-input input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.dz-input input[type=number]{-moz-appearance:textfield}.seg{display:inline-flex;padding:3px;gap:2px;border-radius:var(--r-md);background:var(--bg-0);border:1px solid var(--line-2)}.seg>button{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:1;height:28px;padding:0 10px;border:0;border-radius:var(--r-sm);background:transparent;color:var(--text-3);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.seg>button:hover{color:var(--text-1)}.seg>button.on{background:var(--bg-4);color:var(--text-1)}.pills{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.pills::-webkit-scrollbar{display:none}.pill{flex:0 0 auto;height:var(--control-h-sm);padding:0 12px;border-radius:var(--r-pill);border:1px solid transparent;background:var(--bg-3);color:var(--text-2);font-size:12px;font-weight:600;cursor:pointer;transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.pill:hover{background:var(--bg-4);color:var(--text-1)}.pill.on{background:var(--accent);color:#0b0f1e}.tag{display:inline-flex;align-items:center;gap:4px;height:18px;padding:0 6px;border-radius:var(--r-sm);font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1;white-space:nowrap;background:var(--bg-4);color:var(--text-2)}.tag.new{background:#38bdf82e;color:#7fd4fb}.tag.hot{background:var(--flame-soft);color:#ffa07a}.tag.live{background:var(--green-soft);color:var(--green)}.tag.accent{background:var(--accent-soft-2);color:#aab5ff}.tag.gold{background:var(--gold-soft);color:#ffd98a}.dz-menu{position:absolute;top:calc(100% + 6px);min-width:180px;padding:6px;border-radius:var(--r-lg);background:var(--bg-2);border:1px solid var(--line-1);box-shadow:var(--shadow-pop);z-index:60;display:flex;flex-direction:column;gap:1px;transform-origin:top center;animation:dzPop var(--t-fast) var(--ease) both}.dz-menu.right{right:0;transform-origin:top right}.dz-menu.left{left:0;transform-origin:top left}.dz-menu-item{display:flex;align-items:center;gap:10px;height:34px;padding:0 10px;border:0;border-radius:var(--r-md);background:none;color:var(--text-1);font-size:13px;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;width:100%;transition:background var(--t-fast) var(--ease)}.dz-menu-item svg{color:var(--text-3);flex:0 0 auto}.dz-menu-item:hover{background:var(--accent-soft)}.dz-menu-item:hover svg{color:var(--text-1)}.dz-menu-item.danger{color:#ff8a9a}.dz-menu-item.danger:hover{background:var(--red-soft)}.dz-menu-sep{height:1px;margin:5px 6px;background:var(--line-2)}.dz-menu-head{padding:8px 10px 6px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3)}@keyframes dzPop{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:none}}.dz-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:#04060eb8;animation:dzFade var(--t-med) var(--ease) both}.dz-modal{position:relative;width:100%;max-width:400px;max-height:calc(100vh - 40px);overflow-y:auto;border-radius:var(--r-lg);background:var(--bg-2);border:1px solid var(--line-1);box-shadow:var(--shadow-modal);animation:dzRise var(--t-med) var(--ease) both}.dz-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line-2);font-size:15px;font-weight:700}.dz-modal-body{padding:16px}.dz-modal-close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:var(--r-md);background:transparent;color:var(--text-3);cursor:pointer;flex:0 0 auto;transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.dz-modal-close:hover{background:var(--accent-soft);color:var(--text-1)}.dz-modal-close.abs{position:absolute;top:10px;right:10px}@keyframes dzFade{0%{opacity:0}to{opacity:1}}@keyframes dzRise{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}@media (max-width: 640px){.dz-modal-backdrop{padding:0;align-items:flex-end}.dz-modal{max-width:none;max-height:92vh;border-radius:var(--r-lg) var(--r-lg) 0 0;border-bottom:0;padding-bottom:env(safe-area-inset-bottom);animation:dzSheet var(--t-med) var(--ease) both}@keyframes dzSheet{0%{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}}.dz-page{width:100%;max-width:var(--page-max);margin:0 auto;padding:var(--page-y) var(--page-x) 32px}.page-title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.page-sub{margin:4px 0 0;font-size:13px;color:var(--text-3)}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px;margin:0 0 12px}.section-head-main{display:flex;align-items:center;gap:10px;min-width:0}.section-head-ico{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--r-sm);background:var(--accent-soft);color:var(--accent);flex:0 0 auto}.section-head-ico.flame{background:var(--flame-soft);color:var(--flame)}.section-head-ico.green{background:var(--green-soft);color:var(--green)}.section-head h2{margin:0;font-size:15px;font-weight:700;letter-spacing:-.005em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 0 auto}.section-sub{font-size:12px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:0 1 auto}.section-head-right{display:flex;align-items:center;gap:8px;flex:0 0 auto;min-width:0}.section-link{font-size:12.5px;font-weight:600;color:var(--text-2);text-decoration:none;display:inline-flex;align-items:center;gap:4px;height:var(--control-h-sm);padding:0 8px;border-radius:var(--r-sm);transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.section-link:hover{background:var(--accent-soft);color:var(--text-1)}.section{margin:0 0 28px}.panel{background:var(--bg-2);border:1px solid var(--line-1);border-radius:var(--r-lg)}.skeleton{position:relative;overflow:hidden;background:var(--bg-3);border-radius:var(--r-md)}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);animation:dzShimmer 1.4s infinite}@keyframes dzShimmer{to{transform:translate(100%)}}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid var(--line-1);border-top-color:var(--accent);animation:dzSpin .7s linear infinite}@keyframes dzSpin{to{transform:rotate(360deg)}}.muted{color:var(--text-3)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.rail>*{scroll-snap-align:start}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;transition-duration:1ms!important}}.dz-mcta{display:flex;flex-direction:column;gap:inherit}@media (max-width: 900px){.shell.is-mobile .game-page{height:auto;min-height:0}.shell.is-mobile .game-area{flex:0 0 auto;min-height:0;overflow:visible}.shell.is-mobile .game-page:has(.zr-page),.shell.is-mobile .game-page:has(.gb-page),.shell.is-mobile .game-page:has(.wr-root){height:calc(100dvh - var(--header-h) - var(--mobile-nav-h));min-height:420px}.shell.is-mobile .game-page:has(.zr-page) .game-area,.shell.is-mobile .game-page:has(.gb-page) .game-area,.shell.is-mobile .game-page:has(.wr-root) .game-area{flex:1;overflow:hidden}.shell.is-mobile .floor,.shell.is-mobile .limbo-floor,.shell.is-mobile .cf-shell,.shell.is-mobile .rl-layout{flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:12px;min-height:0}.shell.is-mobile .floor>*,.shell.is-mobile .limbo-floor>*,.shell.is-mobile .cf-shell>*,.shell.is-mobile .rl-layout>*{order:2;width:100%;max-width:none;min-width:0;flex:0 0 auto}.shell.is-mobile .floor>.stage,.shell.is-mobile .floor>.stage-col,.shell.is-mobile .floor>.stage-wrap,.shell.is-mobile .floor>.board-wrap,.shell.is-mobile .limbo-floor>.limbo-stage,.shell.is-mobile .cf-shell>.cf-stage,.shell.is-mobile .rl-layout>.rl-stage{order:1}.shell.is-mobile .dice-app,.shell.is-mobile .keno-app,.shell.is-mobile .limbo-app,.shell.is-mobile .packs-app,.shell.is-mobile .goal-app,.shell.is-mobile .plane-app,.shell.is-mobile .duel-app,.shell.is-mobile .hl-app,.shell.is-mobile .cf,.shell.is-mobile .course,.shell.is-mobile .cascade,.shell.is-mobile .roulette,.shell.is-mobile .vault,.shell.is-mobile .crypt{padding:10px 10px 28px;min-height:0}.shell.is-mobile .floor>.panel,.shell.is-mobile .limbo-floor>.limbo-panel,.shell.is-mobile .cf-shell>.cf-panel,.shell.is-mobile .rl-layout>.rl-panel,.shell.is-mobile .mn-panel,.shell.is-mobile .bc-rail{padding:14px;border-radius:14px;gap:12px}.shell.is-mobile .cur-toggle,.shell.is-mobile .limbo-cur-toggle{gap:6px}.shell.is-mobile .cur-btn,.shell.is-mobile .limbo-cur-btn,.shell.is-mobile .cf-seg-btn,.shell.is-mobile .size-btn,.shell.is-mobile .spd,.shell.is-mobile .tab,.shell.is-mobile .limbo-tab,.shell.is-mobile .cf-tab,.shell.is-mobile .lobby-tab,.shell.is-mobile .mn-tab,.shell.is-mobile .mn-seg-btn{min-height:42px}.shell.is-mobile .bet-row,.shell.is-mobile .limbo-bet-row,.shell.is-mobile .cf-steps,.shell.is-mobile .mn-amount,.shell.is-mobile .amount-row{min-height:48px}.shell.is-mobile .mini,.shell.is-mobile .cf-steps>button,.shell.is-mobile .mn-steps button{min-width:46px;min-height:38px}.shell.is-mobile .snd,.shell.is-mobile .limbo-snd,.shell.is-mobile .cf-snd{min-height:42px}.shell.is-mobile input:not([type=range]):not([type=checkbox]):not([type=radio]),.shell.is-mobile select,.shell.is-mobile textarea{font-size:16px}.shell.is-mobile .field input,.shell.is-mobile .field select,.shell.is-mobile .limbo-field input,.shell.is-mobile .cf-field input,.shell.is-mobile .mn-input,.shell.is-mobile .mn-select select,.shell.is-mobile .mn-amount>input,.shell.is-mobile .mn-static{min-height:46px}.shell.is-mobile .field label,.shell.is-mobile .cf-field label,.shell.is-mobile .limbo-field label{font-size:11.5px}.shell.is-mobile .act,.shell.is-mobile .limbo-act,.shell.is-mobile .cf-act,.shell.is-mobile .mn-btn,.shell.is-mobile .bet-btn,.shell.is-mobile .rl-spin{min-height:52px;font-size:16px}.shell.is-mobile .dz-mcta{position:sticky;bottom:0;z-index:6;order:9;display:flex;flex-direction:row;gap:8px;margin:2px -14px -14px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:inherit;box-shadow:0 -1px 0 var(--line-2),0 -10px 18px -10px #00000080}.shell.is-mobile .dz-mcta>*{flex:1 1 0;min-width:0;min-height:52px}.shell.is-mobile .dz-mcta:last-child{border-radius:0 0 14px 14px}.shell.is-mobile .pills{gap:8px;padding-right:12px}.shell.is-mobile .pill{height:38px;padding:0 14px;font-size:13px}.shell.is-mobile .tablet,.shell.is-mobile .drawer{margin-left:0;margin-right:0}.shell.is-mobile .dice-app>.tablet,.shell.is-mobile .goal-app>.tablet,.shell.is-mobile .keno-app>.tablet,.shell.is-mobile .packs-app>.tablet,.shell.is-mobile .plane-app>.tablet{position:static;transform:none;width:auto;margin:14px 0 0;z-index:auto}.shell.is-mobile .dice-app>.tablet .tablet-body,.shell.is-mobile .goal-app>.tablet .tablet-body,.shell.is-mobile .keno-app>.tablet .tablet-body,.shell.is-mobile .packs-app>.tablet .tablet-body,.shell.is-mobile .plane-app>.tablet .tablet-body{max-height:none}.shell.is-mobile .tablet-head,.shell.is-mobile .tablet-body,.shell.is-mobile .drawer-body{padding:12px}.shell.is-mobile .tablet-head{min-height:46px}.shell.is-mobile .seed-row,.shell.is-mobile .limbo-seed-row,.shell.is-mobile .cf-seed-row{flex-wrap:wrap}.shell.is-mobile .seed-row input,.shell.is-mobile .limbo-seed-row input,.shell.is-mobile .cf-seed-row input{flex:1 1 100%;min-width:0}.shell.is-mobile .seed-row button,.shell.is-mobile .limbo-seed-row button,.shell.is-mobile .cf-seed-row button{flex:1 1 auto;min-height:42px}.shell.is-mobile .algo pre,.shell.is-mobile .tablet-body pre{font-size:10.5px}.shell.is-mobile .foot,.shell.is-mobile .limbo-foot,.shell.is-mobile .cf-foot{margin-top:16px;padding:0 4px}.shell.is-mobile .dice-app,.shell.is-mobile .keno-app,.shell.is-mobile .limbo-app,.shell.is-mobile .packs-app,.shell.is-mobile .goal-app,.shell.is-mobile .plane-app,.shell.is-mobile .duel-app,.shell.is-mobile .hl-app,.shell.is-mobile .cf,.shell.is-mobile .course,.shell.is-mobile .cascade,.shell.is-mobile .roulette,.shell.is-mobile .crypt{overflow-x:clip}.shell.is-mobile .game-area button,.shell.is-mobile .game-area [role=button]{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation}}
