:root{--bg: #1C1C1E;--bgLight: #2C2C2E;--bgDark: #111112;--bgGradient: linear-gradient(180deg, var(--bg) 0%, #161617 40%, var(--bgDark) 100%);--surface: #242426;--surface2: #323234;--border: #3A3A3C;--text: #E5E5E7;--muted: #98989D;--accent: #A3E635;--accentOrange: #FF6B00;--accentBlue: #3B82F6;--danger: #FF445A;--font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 10px;--headerH: 72px;--sidebarW: 60px;--sidebarOpenW: 260px;--z-base: 1;--z-dropdown: 100;--z-sticky: 500;--z-overlay: 998;--z-modal: 1000;--z-toast: 10000;--text-xs: 14px;--text-sm: 16px;--text-base: 18px;--text-lg: 20px;--text-xl: 24px;--text-2xl: 30px;--text-3xl: 38px;--text-4xl: 48px}[data-mode]{transition:background-color .4s ease}[data-mode=casino]{--accent: #3B82F6;--accentRgb: 59, 130, 246;--accentGlow: rgba(59, 130, 246, .25);--accentDark: #1E40AF;--accentLight: #60A5FA;--logoBg: linear-gradient(135deg, var(--accentBlue) 0%, #1D4ED8 100%);--bgTint: #0a0d14;--surfaceTint: rgba(59, 130, 246, .03)}[data-mode=sports]{--accent: #F97316;--accentRgb: 249, 115, 22;--accentGlow: rgba(249, 115, 22, .25);--accentDark: #C2410C;--accentLight: #FB923C;--logoBg: linear-gradient(135deg, #F97316 0%, #EA580C 100%);--bgTint: #140a05;--surfaceTint: rgba(249, 115, 22, .03)}[data-mode=home]{--accent: #A3E635;--accentRgb: 163, 230, 53;--accentGlow: rgba(163, 230, 53, .25);--accentDark: #65A30D;--accentLight: #BEF264;--logoBg: linear-gradient(135deg, var(--accent) 0%, #84CC16 100%);--bgTint: #0a0f05;--surfaceTint: rgba(163, 230, 53, .03)}*{box-sizing:border-box}html{background-color:var(--bgDark);overscroll-behavior:none;font-size:18px}body{margin:0;font-family:var(--font-family);font-size:var(--text-base);line-height:1.5;background:var(--bgGradient);background-color:var(--bgDark);background-attachment:fixed;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overscroll-behavior:none}.odd,.odds,.amount,.balance,.stake,.multiplier,.score{font-variant-numeric:tabular-nums}h1{font-size:var(--text-3xl);font-weight:800;line-height:1.2}h2{font-size:var(--text-2xl);font-weight:700;line-height:1.3}h3{font-size:var(--text-xl);font-weight:600;line-height:1.4}h4{font-size:var(--text-lg);font-weight:600;line-height:1.4}p{font-size:var(--text-base);line-height:1.6}small{font-size:var(--text-sm)}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:var(--text-base)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bgDark)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius)}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.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}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-muted{color:var(--muted)}.text-accent{color:var(--accent)}.text-blue{color:var(--accentBlue)}.text-orange{color:var(--accentOrange)}button{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed;opacity:.5}.interactive{transition:transform .2s cubic-bezier(.22,.61,.36,1),box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.interactive:hover{transform:translateY(-2px)}.interactive:active{transform:translateY(0) scale(.98)}.btn-press{transition:transform .15s cubic-bezier(.22,.61,.36,1)}.btn-press:active{transform:scale(.96)}.ripple{position:relative;overflow:hidden}.ripple:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.2) 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform .4s,opacity .8s}.ripple:active:after{transform:scale(0);opacity:1;transition:0s}:focus-visible{outline:2px solid var(--accentBlue);outline-offset:2px}button:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1024px){:root{--headerH: 68px}}@media(max-width:768px){:root{--headerH: 60px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px}html{font-size:16px}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}body{padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}}@media(max-width:600px){:root{--text-base: 15px;--text-sm: 14px;--text-xs: 12px}.container{padding-left:12px!important;padding-right:12px!important}}@media(max-width:480px){:root{--text-base: 15px;--text-sm: 13px}.container{padding-left:10px!important;padding-right:10px!important}}@media(max-width:400px){:root{--text-base: 14px}.container{padding-left:8px!important;padding-right:8px!important}}@media(max-width:768px){main,.main-content,.page-content{padding-bottom:calc(70px + env(safe-area-inset-bottom,0))!important;margin-bottom:0!important}}@media(hover:none)and (pointer:coarse){.interactive:active,button:active,a:active{opacity:.7;transform:scale(.98)}.interactive:hover{transform:none}}@media(max-height:500px)and (orientation:landscape){:root{--headerH: 50px}.mobile-bottom-nav{height:56px!important}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.topbar.svelte-1elxaub{position:fixed;inset:0 0 auto;z-index:var(--z-sticky, 500);height:var(--headerH, 72px);display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:0 18px;border-bottom:1px solid #303640;background:#111418f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand.svelte-1elxaub{font-size:1.25rem;font-weight:900;color:#f7f8fa}.icon-button.svelte-1elxaub,.user-button.svelte-1elxaub{width:40px;height:40px;display:grid;place-items:center;border:1px solid #3b424d;border-radius:6px;background:#242930;color:#f7f8fa;cursor:pointer}.icon-button.svelte-1elxaub svg:where(.svelte-1elxaub){width:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.primary-nav.svelte-1elxaub{display:flex;align-items:center;gap:4px}.primary-nav.svelte-1elxaub a:where(.svelte-1elxaub),.login.svelte-1elxaub,.register.svelte-1elxaub,.language-button.svelte-1elxaub{min-height:40px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid transparent;border-radius:6px;color:#c6ccd4;font-size:.84rem;font-weight:700}.primary-nav.svelte-1elxaub a:where(.svelte-1elxaub):hover,.login.svelte-1elxaub:hover{color:#fff;background:#252a31}.actions.svelte-1elxaub{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.wallet-button.svelte-1elxaub{height:44px;display:grid;align-content:center;justify-items:start;padding:0 12px;border:1px solid #3e6da9;border-radius:6px;background:#1c2d43;color:#f4f7fb;cursor:pointer}.wallet-button.svelte-1elxaub span:where(.svelte-1elxaub){color:#9eb6d2;font-size:.62rem;line-height:1;text-transform:uppercase}.wallet-button.svelte-1elxaub strong:where(.svelte-1elxaub){max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-variant-numeric:tabular-nums}.register.svelte-1elxaub{background:#d8ff9e;color:#16200c}.language-menu.svelte-1elxaub,.user-menu.svelte-1elxaub{position:relative}.language-button.svelte-1elxaub{border-color:#3b424d;background:#242930;color:#f7f8fa;cursor:pointer}.dropdown.svelte-1elxaub{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;display:grid;padding:6px;border:1px solid #3b424d;border-radius:8px;background:#1b1f24;box-shadow:0 18px 48px #00000073}.dropdown.svelte-1elxaub a:where(.svelte-1elxaub),.dropdown.svelte-1elxaub button:where(.svelte-1elxaub){min-height:40px;display:flex;align-items:center;padding:0 10px;border:0;border-radius:5px;background:transparent;color:#dce1e7;text-align:left;cursor:pointer}.dropdown.svelte-1elxaub a:where(.svelte-1elxaub):hover,.dropdown.svelte-1elxaub button:where(.svelte-1elxaub):hover{background:#292f37}.language-dropdown.svelte-1elxaub{min-width:88px}.identity.svelte-1elxaub{display:grid;gap:2px;min-width:0;padding:8px 10px 10px;border-bottom:1px solid #343a43;margin-bottom:4px}.identity.svelte-1elxaub strong:where(.svelte-1elxaub),.identity.svelte-1elxaub span:where(.svelte-1elxaub){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity.svelte-1elxaub span:where(.svelte-1elxaub){color:#8d96a3;font-size:.72rem}@media(max-width:900px){.topbar.svelte-1elxaub{grid-template-columns:auto auto minmax(0,1fr);gap:10px;padding:0 12px}.primary-nav.svelte-1elxaub{display:none}.actions.svelte-1elxaub{grid-column:3}}@media(max-width:600px){.topbar.svelte-1elxaub{height:64px}.language-menu.svelte-1elxaub,.login.svelte-1elxaub,.register.svelte-1elxaub{display:none}.wallet-button.svelte-1elxaub{max-width:142px}.wallet-button.svelte-1elxaub strong:where(.svelte-1elxaub){max-width:118px}}aside.svelte-129hoe0{position:fixed;inset:var(--headerH, 72px) auto 0 0;z-index:490;width:var(--sidebarW, 60px);overflow:hidden;border-right:1px solid #303640;background:#15191e;transition:width .18s ease,transform .18s ease}aside.open.svelte-129hoe0{width:var(--sidebarOpenW, 260px)}nav.svelte-129hoe0{display:grid;gap:3px;padding:18px 8px 0}a.svelte-129hoe0{width:44px;min-height:42px;display:flex;align-items:center;overflow:hidden;padding:0 12px;border-radius:6px;color:#abb3bd;white-space:nowrap}aside.open.svelte-129hoe0 a:where(.svelte-129hoe0){width:100%}a.svelte-129hoe0:before{content:"";width:8px;height:8px;flex:none;margin-right:18px;border-radius:50%;background:#55606d}a.svelte-129hoe0:hover,a.active.svelte-129hoe0{background:#252b32;color:#f4f6f8}a.active.svelte-129hoe0:before{background:#70aefb}@media(max-width:900px){aside.svelte-129hoe0{width:min(300px,84vw);transform:translate(-100%);visibility:hidden;pointer-events:none;box-shadow:20px 0 60px #00000073;transition:transform .18s ease,visibility 0s linear .18s}aside.open.svelte-129hoe0{width:min(300px,84vw);transform:translate(0);visibility:visible;pointer-events:auto;transition-delay:0s}aside.svelte-129hoe0 a:where(.svelte-129hoe0){width:100%}}footer.svelte-jz8lnl{width:min(1180px,calc(100% - 32px));display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px 32px;margin:48px auto 0;padding:28px 0 42px;border-top:1px solid #303640;color:#929ba7}.brand.svelte-jz8lnl{color:#f3f5f7;font-weight:900}nav.svelte-jz8lnl{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}a.svelte-jz8lnl{color:#b8bfc8;font-size:.78rem}a.svelte-jz8lnl:hover{color:#fff}@media(max-width:640px){footer.svelte-jz8lnl{grid-template-columns:1fr;padding-bottom:84px}nav.svelte-jz8lnl{justify-content:flex-start}}nav.svelte-2rf3uy{display:none}@media(max-width:768px){nav.svelte-2rf3uy{position:fixed;inset:auto 0 0;z-index:var(--z-sticky, 500);height:calc(64px + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;padding:8px 6px env(safe-area-inset-bottom,0px);border-top:1px solid #303640;background:#111418fa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}a.svelte-2rf3uy{min-width:0;min-height:46px;display:grid;place-items:center;padding:0 4px;border-radius:6px;color:#8993a0;font-size:.68rem;font-weight:700;text-align:center}a.active.svelte-2rf3uy{background:#252b32;color:#f4f6f8}}.backdrop.svelte-12w6f9m{position:fixed;inset:0;z-index:var(--z-modal, 1000);display:grid;place-items:center;padding:16px;background:#06080bc2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal.svelte-12w6f9m{width:min(560px,100%);max-height:min(760px,calc(100vh - 32px));overflow:auto;border:1px solid #3b424d;border-radius:8px;background:#181c21;color:#f4f6f8;box-shadow:0 24px 80px #00000080;padding:20px}header.svelte-12w6f9m{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px}h1.svelte-12w6f9m{margin:2px 0 0;font-size:1.45rem}.close.svelte-12w6f9m{width:40px;height:40px;display:grid;place-items:center;border:1px solid #3b424d;border-radius:6px;background:#252a31;color:#f4f6f8;cursor:pointer}.close.svelte-12w6f9m svg:where(.svelte-12w6f9m){width:20px;fill:none;stroke:currentColor;stroke-width:2}footer.svelte-12w6f9m{padding-top:18px}footer.svelte-12w6f9m a:where(.svelte-12w6f9m){display:inline-flex;min-height:40px;align-items:center;padding:0 14px;border:1px solid #4a525e;border-radius:6px;background:#292e35}@media(max-width:560px){.backdrop.svelte-12w6f9m{align-items:end;padding:0}.modal.svelte-12w6f9m{width:100%;max-height:calc(100vh - 24px);border-radius:8px 8px 0 0}}.toast-container.svelte-cqwvc2{position:fixed;top:20px;right:20px;z-index:var(--z-toast);display:flex;flex-direction:column;gap:10px;max-width:380px;pointer-events:none}.toast.svelte-cqwvc2{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 32px #0006;pointer-events:auto;animation:svelte-cqwvc2-slideIn .3s ease}.toast.success.svelte-cqwvc2{border-left:4px solid var(--accent);background:linear-gradient(90deg,rgba(163,230,53,.1) 0%,var(--surface) 30%)}.toast.error.svelte-cqwvc2{border-left:4px solid var(--danger);background:linear-gradient(90deg,rgba(255,68,90,.1) 0%,var(--surface) 30%)}.toast.warning.svelte-cqwvc2{border-left:4px solid #FF9800;background:linear-gradient(90deg,rgba(255,152,0,.1) 0%,var(--surface) 30%)}.toast.info.svelte-cqwvc2{border-left:4px solid var(--accentBlue);background:linear-gradient(90deg,rgba(59,130,246,.1) 0%,var(--surface) 30%)}.toast-icon.svelte-cqwvc2{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.toast.success.svelte-cqwvc2 .toast-icon:where(.svelte-cqwvc2){background:var(--accent);color:#000}.toast.error.svelte-cqwvc2 .toast-icon:where(.svelte-cqwvc2){background:var(--danger);color:#fff}.toast.warning.svelte-cqwvc2 .toast-icon:where(.svelte-cqwvc2){background:#ff9800;color:#000}.toast.info.svelte-cqwvc2 .toast-icon:where(.svelte-cqwvc2){background:var(--accentBlue);color:#fff}.toast-message.svelte-cqwvc2{flex:1;font-size:14px;font-weight:500;color:#fff;line-height:1.4}.toast-close.svelte-cqwvc2{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--muted);cursor:pointer;border-radius:4px;transition:all .2s;flex-shrink:0}.toast-close.svelte-cqwvc2:hover{background:var(--surface2);color:#fff}@keyframes svelte-cqwvc2-slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.toast-container.svelte-cqwvc2{top:80px}}@media(max-width:480px){.toast-container.svelte-cqwvc2{left:16px;right:16px;max-width:none}}.page-transition.svelte-1sgpos4{width:100%}.app.svelte-12qhfyh{min-height:100vh;background:#101318;position:relative}.main-content.svelte-12qhfyh{min-height:calc(100vh - var(--headerH, 72px));margin-top:var(--headerH, 72px);margin-left:var(--sidebarW, 60px);transition:margin-left .18s ease}.app.nav-open.svelte-12qhfyh .main-content:where(.svelte-12qhfyh){margin-left:var(--sidebarOpenW, 260px)}.mobile-overlay.svelte-12qhfyh{display:none}@media(max-width:900px){.main-content.svelte-12qhfyh,.app.nav-open.svelte-12qhfyh .main-content:where(.svelte-12qhfyh){margin-left:0}.mobile-overlay.svelte-12qhfyh{position:fixed;inset:var(--headerH, 72px) 0 0 0;z-index:480;display:block;border:0;background:#05070ab8}}@media(max-width:768px){.main-content.svelte-12qhfyh{margin-top:64px;padding-bottom:64px}}
