@charset "UTF-8";:root[data-theme=dark],:root{--primary-bg: #121212;--color-primary: #adf330;--color-text-0: #fff;--color-text-01: #fff;--color-text-2: rgba(255, 255, 255, .7);--color-text-02: rgba(255, 255, 255, .7);--color-text-3: rgba(255, 255, 255, .5);--color-text-4: rgba(255, 255, 255, .3);--color-text-04: rgba(255, 255, 255, .3);--color-text-black: #111;--log-in-btn-bg: #2b2b2b;--line-1: #454545;--color-secondary-01: #f4f430;--color-secondary-02: #3af478;--color-gray-01: #282828;--color-gray-02: #3e3d3a;--color-gray-03: #181818;--color-bg-3a: #3a3a3a;--color-bg-card: #2b2b2b;--color-pure-black: #000;--color-text-1: #e0e0e0;--color-text-placeholder: #666;--color-bg-search: #1a1a1a;--color-bg-btn-highlight: #444;--color-bg-btn-normal: #333;--line-2: #222;--line-3: #202020;--line-glass: rgba(255, 255, 255, .05);--color-bg-white-05: rgba(255, 255, 255, .05);--color-bg-white-20: rgba(255, 255, 255, .2);--color-icon-gray: #666;--color-text-5: #d1d1d1;--gradient-zin: linear-gradient(180deg, #6cf5ad 0%, #befd04 100%);--color-accent: #bef632;--bg-overlay-50: rgba(0, 0, 0, .5);--bg-overlay-60: rgba(0, 0, 0, .6);--bg-overlay-70: rgba(0, 0, 0, .7);--gradient-header: linear-gradient( 90deg, rgba(157, 181, 96, .05) 0%, rgba(18, 18, 18, .1) 99.99%, var(--primary-bg) 100% );--color-success: #3af478;--color-success-alt: #ccff00;--color-success-bg: rgba(204, 255, 0, .05);--color-success-border: rgba(204, 255, 0, .3);--color-error: #ff3c3c;--color-error-bg: rgba(255, 60, 60, .1);--color-error-border: rgba(255, 60, 60, .2);--color-bg-node: #282828;--color-bg-01: #121212;--color-bg-02: #1a1a1a;--color-anim-1: #FF5252;--color-anim-2: #448AFF;--color-anim-3: #FFC107;--color-anim-4: #E040FB;--color-anim-5: #00BCD4;--color-primary-10: rgba(173, 243, 48, .1);--color-primary-20: rgba(173, 243, 48, .2);--bg-overlay-85: rgba(0, 0, 0, .85);--color-error-text: #FF4D4F;--color-status-pending: #536de6;--color-border-light: #454545;--color-accent-01: #ff3c3c}:root[data-theme=light]{--primary-bg: #FFFFFF;--color-primary: #BAF173;--color-text-0: #000000;--color-text-01: #000000;--color-text-2: rgba(0, 0, 0, .7);--color-text-02: rgba(0, 0, 0, .7);--color-text-3: rgba(0, 0, 0, .5);--color-text-4: rgba(0, 0, 0, .3);--color-text-black: #FFFFFF}:root{--bg: var(--primary-bg);--card-bg: var(--color-bg-card);--text: var(--color-text-0);--primary: var(--color-primary)}:root.dark{--bg: var(--primary-bg);--card-bg: var(--color-bg-card);--text: var(--color-text-0);--primary: var(--color-primary)}*{-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;transition:background .3s;touch-action:manipulation}html.auth-route-scroll-lock,body.auth-route-scroll-lock{height:100%;overflow:hidden;overscroll-behavior:none}body.auth-route-scroll-lock{position:fixed;inset:0;width:100%;background-color:var(--bg)}.zingame-logo-img{height:2.4rem;width:auto;object-fit:contain;display:block}.container{max-width:50rem;margin:0 auto;min-height:100vh;min-height:100dvh;padding:1.6rem;box-sizing:border-box}.card{background:var(--card-bg);padding:2rem;border-radius:1.6rem;box-shadow:0 .4rem 1.2rem #0000000d}button{width:100%;padding:1.4rem;border-radius:1.2rem;border:none;background:var(--primary);color:var(--color-text-black);font-weight:600;cursor:pointer}.header-container.svelte-hv3zzy{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background-color:var(--primary-bg);position:sticky;top:0;z-index:50}.header-container.svelte-hv3zzy .left-section:where(.svelte-hv3zzy){display:flex;align-items:center;gap:.5rem}.header-container.svelte-hv3zzy .left-section:where(.svelte-hv3zzy) .menu-btn:where(.svelte-hv3zzy){background:transparent;border:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem}.header-container.svelte-hv3zzy .left-section:where(.svelte-hv3zzy) .menu-btn:where(.svelte-hv3zzy) .menu-icon:where(.svelte-hv3zzy){width:2.4rem;height:2.4rem;object-fit:contain}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy){display:flex;align-items:center}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .auth-buttons:where(.svelte-hv3zzy){display:flex;align-items:center}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .auth-buttons:where(.svelte-hv3zzy) .signup-btn:where(.svelte-hv3zzy){display:flex;width:8.6rem;height:3.4rem;padding:0 1.4rem;justify-content:center;align-items:center;gap:1rem;border-radius:1.8rem;border:none;background:var(--color-primary);color:var(--color-text-black);font-size:1.2rem;font-weight:700;box-sizing:border-box;font-feature-settings:"liga" off,"clig" off;font-family:Inter;cursor:pointer}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .auth-buttons:where(.svelte-hv3zzy) .login-btn:where(.svelte-hv3zzy){display:flex;width:8.6rem;height:3.4rem;padding:0 1.4rem;justify-content:center;align-items:center;gap:1rem;border-radius:1.8rem;border:.1rem solid var(--color-primary);background:var(--log-in-btn-bg);margin-left:1rem;color:var(--color-primary);font-size:1.2rem;font-weight:700;box-sizing:border-box;cursor:pointer;font-feature-settings:"liga" off,"clig" off;font-family:Inter}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .balance-badge:where(.svelte-hv3zzy){display:flex;height:3.4rem;padding:0 1.5rem;justify-content:center;align-items:center;border-radius:1rem;border:.1rem solid var(--line-1);background:var(--color-text-black);box-sizing:border-box}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .balance-badge:where(.svelte-hv3zzy) .currency:where(.svelte-hv3zzy){color:var(--color-text-0);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1;display:flex;align-items:center}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .balance-badge:where(.svelte-hv3zzy) .amount:where(.svelte-hv3zzy){margin-left:.2rem;color:var(--color-text-0);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1;font-variant-numeric:tabular-nums;display:flex;align-items:center;will-change:transform}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .balance-badge:where(.svelte-hv3zzy) .amount.animating:where(.svelte-hv3zzy){animation:svelte-hv3zzy-balance-pop .24s ease-out}.header-container.svelte-hv3zzy .right-section:where(.svelte-hv3zzy) .balance-badge:where(.svelte-hv3zzy) .add-icon:where(.svelte-hv3zzy){margin-left:.8rem;width:1.6rem;height:1.6rem;object-fit:contain;display:block}@keyframes svelte-hv3zzy-balance-pop{0%{transform:translateY(0)}45%{transform:translateY(-.1rem)}to{transform:translateY(0)}}.bottom-tab-bar.svelte-1oaed50{position:fixed;bottom:0;left:0;right:0;max-width:50rem;margin:0 auto;height:calc(6rem + var(--tabbar-safe-bottom));z-index:100;box-sizing:border-box;--tabbar-safe-bottom: 0px;padding-bottom:var(--tabbar-safe-bottom);background-color:var(--color-pure-black);transform:translateZ(0);-webkit-transform:translateZ(0)}@media(display-mode:standalone){.bottom-tab-bar.svelte-1oaed50{--tabbar-safe-bottom: env(safe-area-inset-bottom, 0px)}}.tab-bg-mask.svelte-1oaed50{position:absolute;inset:0;background-color:var(--color-pure-black);border-top:.1rem solid var(--line-glass);border-radius:1.6rem 1.6rem 0 0;-webkit-mask-image:radial-gradient(circle at 50% 0px,transparent 3.3rem,black 3.45rem);mask-image:radial-gradient(circle at 50% 0px,transparent 3.3rem,black 3.45rem);z-index:0}.center-fab.svelte-1oaed50{position:absolute;left:50%;transform:translate(-50%);top:-2.8rem;width:5.6rem;height:5.6rem;background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.center-fab.svelte-1oaed50 .fab-bg:where(.svelte-1oaed50){position:absolute;width:5.6rem;height:5.6rem}.center-fab.svelte-1oaed50 .fab-icon:where(.svelte-1oaed50){position:relative;width:2.8rem;height:2.8rem;object-fit:contain;z-index:3}.center-fab.svelte-1oaed50 .fab-badge:where(.svelte-1oaed50){position:absolute;top:-.4rem;right:-.4rem;z-index:4;display:inline-flex;padding:.2rem .7rem;min-width:2rem;box-sizing:border-box;justify-content:center;align-items:center;border-radius:2rem;background:var(--color-error);color:var(--color-text-0);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.tab-items-container.svelte-1oaed50{position:relative;display:flex;justify-content:space-between;align-items:center;height:6rem;padding-bottom:0;z-index:1}.fab-spacer.svelte-1oaed50{width:6.6rem;height:100%;flex-shrink:0}.tab-item.svelte-1oaed50{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:var(--color-text-3);cursor:pointer;flex:1;transition:color .3s;padding:0;margin-top:0;border-radius:0}.tab-item.svelte-1oaed50 .icon-wrapper:where(.svelte-1oaed50){transition:transform .2s}.tab-item.svelte-1oaed50 .icon-wrapper:where(.svelte-1oaed50) .icon-img:where(.svelte-1oaed50){width:2.4rem;height:2.4rem;object-fit:contain;transition:all .3s}.tab-item.svelte-1oaed50 .label:where(.svelte-1oaed50){text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:.9rem;font-style:normal;font-weight:400;line-height:normal}.tab-item.active.svelte-1oaed50{color:var(--color-primary)}.tab-item.active.svelte-1oaed50 .icon-wrapper:where(.svelte-1oaed50){transform:translateY(-.2rem)}.tab-bar-spacer.svelte-1oaed50{height:calc(8.8rem + var(--tabbar-safe-bottom));width:100%;flex-shrink:0;--tabbar-safe-bottom: 0px}@media(display-mode:standalone){.tab-bar-spacer.svelte-1oaed50{--tabbar-safe-bottom: env(safe-area-inset-bottom, 0px)}}.drawer-backdrop.svelte-1wbnxq5{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;border:none;margin:0;padding:0;z-index:100;display:block}.drawer-panel.svelte-1wbnxq5{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:var(--primary-bg);z-index:101;display:flex;flex-direction:column;box-sizing:border-box;padding:2rem 1.6rem;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.header.svelte-1wbnxq5{display:flex;margin-top:1.6rem;justify-content:space-between;align-items:center;margin-bottom:0;flex-shrink:0}.header.logged-in.svelte-1wbnxq5{margin-bottom:2.4rem}.header.svelte-1wbnxq5 .close-btn:where(.svelte-1wbnxq5){background:transparent;border:none;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.header.svelte-1wbnxq5 .close-btn:where(.svelte-1wbnxq5) img:where(.svelte-1wbnxq5){width:2.8rem;height:2.8rem;object-fit:contain}.header.svelte-1wbnxq5 .logo:where(.svelte-1wbnxq5){height:2.4rem;object-fit:contain}.drawer-scroll-container.svelte-1wbnxq5{flex:1;overflow-y:auto;display:flex;flex-direction:column}.search-box.svelte-1wbnxq5{display:flex;align-items:center;background:var(--color-bg-search);border:.1rem solid var(--line-1);border-radius:1rem;padding:1.5rem .5rem 1.5rem 1rem;height:4.4rem;margin-top:2rem;box-sizing:border-box}.search-box.svelte-1wbnxq5 .search-icon:where(.svelte-1wbnxq5){width:2.4rem;height:2.4rem;object-fit:contain;margin-right:1rem}.search-box.svelte-1wbnxq5 input:where(.svelte-1wbnxq5){flex:1;background:transparent;border:none;color:var(--color-text-0);font-size:1.4rem;outline:none}.search-box.svelte-1wbnxq5 input:where(.svelte-1wbnxq5)::placeholder{color:var(--color-text-placeholder)}.menu-list.svelte-1wbnxq5{list-style:none;margin:2rem 0 0;padding:0}.menu-list.svelte-1wbnxq5 .menu-item:where(.svelte-1wbnxq5){border-bottom:.1rem solid var(--line-3);margin:0}.menu-list.svelte-1wbnxq5 .menu-item:where(.svelte-1wbnxq5) .item-btn:where(.svelte-1wbnxq5){width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;padding:1rem 0;cursor:pointer}.menu-list.svelte-1wbnxq5 .menu-item:where(.svelte-1wbnxq5) .item-left:where(.svelte-1wbnxq5){display:flex;align-items:center;gap:.8rem;color:var(--color-text-5);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.menu-list.svelte-1wbnxq5 .menu-item:where(.svelte-1wbnxq5) .item-left:where(.svelte-1wbnxq5) .menu-icon:where(.svelte-1wbnxq5){width:2.4rem;height:2.4rem;object-fit:contain}.menu-list.svelte-1wbnxq5 .menu-item:where(.svelte-1wbnxq5) .chevron-icon:where(.svelte-1wbnxq5){width:2.4rem;height:2.4rem;object-fit:contain;opacity:.6}.balance-item-card.svelte-1wbnxq5{display:flex;border-radius:1rem;width:100%;justify-content:space-between;align-items:center;margin-bottom:1rem;box-sizing:border-box}.balance-item-card.svelte-1wbnxq5 .balance-card-left:where(.svelte-1wbnxq5){display:flex;align-items:center;gap:1.2rem}.balance-item-card.svelte-1wbnxq5 .balance-card-left:where(.svelte-1wbnxq5) .balance-coin-icon:where(.svelte-1wbnxq5){width:5.6rem;height:5.6rem;object-fit:contain}.balance-item-card.svelte-1wbnxq5 .balance-card-left:where(.svelte-1wbnxq5) .balance-text-group:where(.svelte-1wbnxq5){display:flex;flex-direction:column;justify-content:space-between;height:5.6rem;box-sizing:border-box}.balance-item-card.svelte-1wbnxq5 .balance-card-left:where(.svelte-1wbnxq5) .balance-text-group:where(.svelte-1wbnxq5) .balance-label:where(.svelte-1wbnxq5){color:var(--color-text-1);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.balance-item-card.svelte-1wbnxq5 .balance-card-left:where(.svelte-1wbnxq5) .balance-text-group:where(.svelte-1wbnxq5) .balance-value-row:where(.svelte-1wbnxq5){display:flex;align-items:baseline;gap:.4rem}.balance-item-card.svelte-1wbnxq5 .balance-card-left:where(.svelte-1wbnxq5) .balance-text-group:where(.svelte-1wbnxq5) .balance-value-row:where(.svelte-1wbnxq5) .currency:where(.svelte-1wbnxq5){color:var(--color-text-1);font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal}.balance-item-card.svelte-1wbnxq5 .balance-card-left:where(.svelte-1wbnxq5) .balance-text-group:where(.svelte-1wbnxq5) .balance-value-row:where(.svelte-1wbnxq5) .amount:where(.svelte-1wbnxq5){color:var(--color-primary);font-family:Inter,sans-serif;font-size:1.8rem;font-style:normal;font-weight:700;line-height:normal}.balance-item-card.svelte-1wbnxq5 .deposit-btn-small:where(.svelte-1wbnxq5){width:10rem;border-radius:1rem;background:var(--color-primary);color:var(--color-text-black);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:700;line-height:normal;border:none;padding:1.1rem 1rem;cursor:pointer}.footer-action.svelte-1wbnxq5{margin-top:auto;margin-bottom:4rem}.footer-action.svelte-1wbnxq5 .logout-btn-new:where(.svelte-1wbnxq5){display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;background:transparent;border:none;color:var(--color-accent-01);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;margin-top:1rem;cursor:pointer}.footer-action.svelte-1wbnxq5 .logout-btn-new:where(.svelte-1wbnxq5):active{transform:scale(.98)}.footer-action.svelte-1wbnxq5 .logout-btn-new:where(.svelte-1wbnxq5) .btn-icon:where(.svelte-1wbnxq5){width:2.4rem;height:2.4rem;object-fit:contain}.backdrop.svelte-18s0n7a{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-overlay-70);z-index:110;border:none;cursor:pointer}.game-detail-sheet.svelte-18s0n7a{position:fixed;bottom:0;left:0;width:100%;min-height:30dvh;max-height:78dvh;background:var(--color-bg-card);border-radius:2rem 2rem 0 0;z-index:111;padding:1.8rem 1.5rem 3.4rem;box-sizing:border-box;display:flex;flex-direction:column;will-change:transform;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-style:normal;line-height:normal}@media(max-height:700px){.game-detail-sheet.svelte-18s0n7a{padding:1.2rem 1.5rem 2.4rem}}.intro-block.svelte-18s0n7a{display:flex;align-items:stretch;flex-shrink:0}.intro-block.svelte-18s0n7a .thumbnail:where(.svelte-18s0n7a){width:9rem;height:12rem;border-radius:1rem;background:var(--bg-overlay-50);margin-right:1.6rem;flex-shrink:0;overflow:hidden}.intro-block.svelte-18s0n7a .thumbnail:where(.svelte-18s0n7a) .detail-thumb:where(.svelte-18s0n7a){width:100%;height:100%;object-fit:cover;display:block}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a){display:flex;flex-direction:column;flex:1;min-width:0;justify-content:space-between}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .game-title:where(.svelte-18s0n7a){color:var(--color-text-0);font-size:1.4rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .params-table:where(.svelte-18s0n7a){display:flex;flex-direction:column;gap:.4rem}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .params-table:where(.svelte-18s0n7a) .param-row:where(.svelte-18s0n7a){display:flex;align-items:center}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .params-table:where(.svelte-18s0n7a) .param-row:where(.svelte-18s0n7a) .param-label:where(.svelte-18s0n7a){width:13rem;color:var(--color-text-3);font-size:1.1rem;font-weight:500}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .params-table:where(.svelte-18s0n7a) .param-row:where(.svelte-18s0n7a) .param-value:where(.svelte-18s0n7a){color:var(--color-text-0);font-size:1.1rem;font-weight:500}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .params-table:where(.svelte-18s0n7a) .param-row:where(.svelte-18s0n7a) .highlighted-value:where(.svelte-18s0n7a){display:inline-flex;padding:.2rem .4rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--color-bg-search);color:var(--color-text-0);font-size:1.1rem;font-weight:500}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .params-table:where(.svelte-18s0n7a) .param-row:where(.svelte-18s0n7a) .flashes:where(.svelte-18s0n7a){display:flex;gap:.4rem;align-items:center}.intro-block.svelte-18s0n7a .intro-right:where(.svelte-18s0n7a) .params-table:where(.svelte-18s0n7a) .param-row:where(.svelte-18s0n7a) .flashes:where(.svelte-18s0n7a) img:where(.svelte-18s0n7a){width:1.2rem;height:1.2rem;object-fit:contain}.tags-block.svelte-18s0n7a{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.4rem;flex-shrink:0}@media(max-height:700px){.tags-block.svelte-18s0n7a{margin-top:.8rem;gap:.6rem}}.tags-block.svelte-18s0n7a .tag-item:where(.svelte-18s0n7a){display:flex;padding:.4rem .8rem;justify-content:center;align-items:center;gap:.5rem;color:var(--color-success);font-size:1.2rem;font-weight:400;background:var(--color-bg-search);border-radius:.5rem;border:.1rem solid var(--line-1)}.divider.svelte-18s0n7a{background:var(--line-1);height:.1rem;margin-top:2rem;margin-bottom:1.8rem;flex-shrink:0}@media(max-height:700px){.divider.svelte-18s0n7a{margin-top:1rem;margin-bottom:1rem}}.tabs-row.svelte-18s0n7a{display:flex;align-items:center;flex-shrink:0;gap:1rem}.tabs-row.svelte-18s0n7a .tab-btn:where(.svelte-18s0n7a){width:auto;display:flex;padding:.6rem 1rem;align-items:center;gap:.5rem;background:transparent;cursor:pointer;border:none;white-space:nowrap;border-radius:1.6rem;font-family:inherit;color:var(--color-primary);font-size:1.2rem;font-weight:500}.tabs-row.svelte-18s0n7a .tab-btn.active:where(.svelte-18s0n7a){border:.1rem solid var(--color-primary)}.tabs-row.svelte-18s0n7a .tab-btn:where(.svelte-18s0n7a):not(.active){color:var(--color-text-2);border:.1rem solid var(--line-1)}.scrollable-desc.svelte-18s0n7a{color:var(--color-text-3);font-size:1.1rem;font-weight:400;line-height:1.4;align-self:stretch;margin-top:1.2rem;margin-bottom:1.2rem;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;white-space:pre-wrap}.scrollable-desc.svelte-18s0n7a::-webkit-scrollbar{width:.4rem}.scrollable-desc.svelte-18s0n7a::-webkit-scrollbar-thumb{background:var(--line-1);border-radius:.2rem}.footer-actions.svelte-18s0n7a{display:flex;align-items:center;flex-shrink:0;padding-top:1rem;gap:1.5rem}.footer-actions.svelte-18s0n7a .fav-btn:where(.svelte-18s0n7a){display:flex;width:6.8rem;flex:0 0 6.8rem;height:4.7rem;justify-content:center;align-items:center;border-radius:1rem;background:var(--color-gray-02);border:none;cursor:pointer}.footer-actions.svelte-18s0n7a .fav-btn:where(.svelte-18s0n7a) .heart-icon:where(.svelte-18s0n7a){width:2.4rem;height:2.4rem;object-fit:contain}.footer-actions.svelte-18s0n7a .fav-btn:where(.svelte-18s0n7a) .heart-icon.heart-pop:where(.svelte-18s0n7a){animation:svelte-18s0n7a-heart-pop .35s cubic-bezier(.36,.07,.19,.97) forwards}@keyframes svelte-18s0n7a-heart-pop{0%{transform:scale(1)}30%{transform:scale(1.55)}55%{transform:scale(.85)}75%{transform:scale(1.2)}to{transform:scale(1)}}.footer-actions.svelte-18s0n7a .demo-btn:where(.svelte-18s0n7a),.footer-actions.svelte-18s0n7a .real-btn:where(.svelte-18s0n7a){display:flex;height:4.7rem;padding:2rem 1rem;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;flex:1 0 0;border-radius:1rem;text-align:center;font-family:inherit;font-size:1.6rem;font-weight:600;border:none;cursor:pointer}.footer-actions.svelte-18s0n7a .demo-btn:where(.svelte-18s0n7a){background:var(--color-gray-02);color:var(--color-text-0)}.footer-actions.svelte-18s0n7a .real-btn:where(.svelte-18s0n7a){background:var(--color-primary);color:var(--color-text-black)}.processing-view.svelte-tln56j{display:flex;flex-direction:column;align-items:center;width:100%}.processing-view.svelte-tln56j .phone-animation:where(.svelte-tln56j){position:relative;width:16rem;height:16rem;display:flex;justify-content:center;align-items:center;margin-bottom:1.6rem}.processing-view.svelte-tln56j .phone-animation:where(.svelte-tln56j) .ripple:where(.svelte-tln56j){position:absolute;border-radius:50%;border:.15rem solid var(--color-primary);animation:svelte-tln56j-ripple-wave 2.4s ease-out infinite;pointer-events:none}.processing-view.svelte-tln56j .phone-animation:where(.svelte-tln56j) .ripple-1:where(.svelte-tln56j){width:9.6rem;height:9.6rem;animation-delay:0s}.processing-view.svelte-tln56j .phone-animation:where(.svelte-tln56j) .ripple-2:where(.svelte-tln56j){width:12.8rem;height:12.8rem;animation-delay:.8s}.processing-view.svelte-tln56j .phone-animation:where(.svelte-tln56j) .ripple-3:where(.svelte-tln56j){width:16rem;height:16rem;animation-delay:1.6s}.processing-view.svelte-tln56j .phone-animation:where(.svelte-tln56j) .phone-icon:where(.svelte-tln56j){position:relative;z-index:2}.processing-view.svelte-tln56j .status-title:where(.svelte-tln56j){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:.6rem}.processing-view.svelte-tln56j .status-subtitle:where(.svelte-tln56j){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;margin-bottom:2rem;text-align:center;line-height:1.5}.processing-view.svelte-tln56j .instruction-card:where(.svelte-tln56j){width:100%;background:var(--color-gray-02);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.4rem;box-sizing:border-box}.processing-view.svelte-tln56j .instruction-card:where(.svelte-tln56j) .step-item:where(.svelte-tln56j){display:flex;align-items:center;gap:1rem}.processing-view.svelte-tln56j .instruction-card:where(.svelte-tln56j) .step-item:where(.svelte-tln56j) .step-num:where(.svelte-tln56j){display:flex;width:2rem;height:2rem;min-width:2rem;justify-content:center;align-items:center;border-radius:50%;border:.15rem solid var(--color-primary);color:var(--color-primary);font-size:1.1rem;font-weight:700;font-family:Inter,sans-serif}.processing-view.svelte-tln56j .instruction-card:where(.svelte-tln56j) .step-item:where(.svelte-tln56j) .step-text:where(.svelte-tln56j){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4}.processing-view.svelte-tln56j .instruction-card:where(.svelte-tln56j) .step-item:where(.svelte-tln56j) .step-text:where(.svelte-tln56j) .highlight:where(.svelte-tln56j){color:var(--color-primary);font-weight:700}.processing-view.svelte-tln56j .waiting-text:where(.svelte-tln56j){color:var(--color-text-3);font-family:Inter,sans-serif;font-size:1.2rem;margin-bottom:1.8rem}.processing-view.svelte-tln56j .cancel-text-btn:where(.svelte-tln56j){background:transparent;border:none;color:var(--color-error-text);font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700;cursor:pointer;padding:.8rem 1.6rem}@keyframes svelte-tln56j-ripple-wave{0%{transform:scale(.85);opacity:.7}to{transform:scale(1.15);opacity:0}}.withdraw-progress.svelte-tln56j{position:relative;width:9rem;height:9rem;margin-top:1rem;margin-bottom:2.4rem;display:flex;justify-content:center;align-items:center}.withdraw-progress.svelte-tln56j .progress-ring:where(.svelte-tln56j){position:absolute;top:0;left:0;transform:rotate(-90deg)}.withdraw-progress.svelte-tln56j .progress-ring:where(.svelte-tln56j) .progress-ring__circle:where(.svelte-tln56j){stroke-dasharray:270;stroke-dashoffset:270;animation:svelte-tln56j-fill-progress 3s linear forwards}.withdraw-progress.svelte-tln56j .withdraw-emoji:where(.svelte-tln56j){font-size:4rem;z-index:2;line-height:1}@keyframes svelte-tln56j-fill-progress{0%{stroke-dashoffset:270}to{stroke-dashoffset:0}}.withdraw-subtitle.svelte-tln56j{margin-bottom:3rem!important}.withdraw-summary-card.svelte-tln56j{width:100%;background:var(--color-gray-02);border-radius:1rem;padding:1.6rem;display:flex;flex-direction:column;gap:1.6rem;margin-bottom:3rem;box-sizing:border-box}.withdraw-summary-card.svelte-tln56j .summary-row:where(.svelte-tln56j){display:flex;justify-content:space-between;align-items:center}.withdraw-summary-card.svelte-tln56j .summary-row:where(.svelte-tln56j) .summary-label:where(.svelte-tln56j){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.3rem;font-weight:400}.withdraw-summary-card.svelte-tln56j .summary-row:where(.svelte-tln56j) .summary-value:where(.svelte-tln56j){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.3rem;font-weight:500}.success-view.svelte-i0vu8t{display:flex;flex-direction:column;align-items:center;padding-top:2rem;width:100%}.success-view.svelte-i0vu8t .success-icon:where(.svelte-i0vu8t){margin-bottom:1.5rem}.success-view.svelte-i0vu8t .status-title:where(.svelte-i0vu8t){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:1rem}.success-view.svelte-i0vu8t .status-subtitle:where(.svelte-i0vu8t){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;margin-bottom:3rem;text-align:center}.success-view.svelte-i0vu8t .receipt-card:where(.svelte-i0vu8t){width:100%;background:var(--color-gray-02);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;box-sizing:border-box}.success-view.svelte-i0vu8t .receipt-card:where(.svelte-i0vu8t) .receipt-row:where(.svelte-i0vu8t){display:flex;justify-content:space-between;align-items:center}.success-view.svelte-i0vu8t .receipt-card:where(.svelte-i0vu8t) .receipt-row:where(.svelte-i0vu8t) .r-label:where(.svelte-i0vu8t){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400}.success-view.svelte-i0vu8t .receipt-card:where(.svelte-i0vu8t) .receipt-row:where(.svelte-i0vu8t) .r-value:where(.svelte-i0vu8t){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500}.success-view.svelte-i0vu8t .receipt-card:where(.svelte-i0vu8t) .receipt-row:where(.svelte-i0vu8t) .r-value.success-text:where(.svelte-i0vu8t){color:var(--color-status-pending)}.success-view.svelte-i0vu8t .hint-text:where(.svelte-i0vu8t){color:var(--color-success);font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;text-align:left;margin-bottom:2rem;line-height:1.4;width:100%;padding:0 .4rem;box-sizing:border-box}.success-view.svelte-i0vu8t .done-btn:where(.svelte-i0vu8t){width:100%;height:4.8rem;border-radius:1rem;background:var(--color-primary);color:var(--color-text-black);font-family:Inter,sans-serif;font-size:1.6rem;font-style:normal;font-weight:700;border:none;cursor:pointer}.failed-view.svelte-1pe9kzt{display:flex;flex-direction:column;align-items:center;padding-top:1rem;width:100%}.failed-view.svelte-1pe9kzt .failed-icon:where(.svelte-1pe9kzt){margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.failed-view.svelte-1pe9kzt .status-title:where(.svelte-1pe9kzt){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:1rem}.failed-view.svelte-1pe9kzt .status-subtitle:where(.svelte-1pe9kzt){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;margin-bottom:2.4rem;text-align:center}.failed-view.svelte-1pe9kzt .error-card:where(.svelte-1pe9kzt){width:100%;background:var(--color-gray-02);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem;box-sizing:border-box}.failed-view.svelte-1pe9kzt .error-card:where(.svelte-1pe9kzt) .error-header:where(.svelte-1pe9kzt){display:flex;align-items:center;gap:1rem}.failed-view.svelte-1pe9kzt .error-card:where(.svelte-1pe9kzt) .error-header:where(.svelte-1pe9kzt) .error-code:where(.svelte-1pe9kzt){color:var(--color-error);font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;padding:.2rem .6rem;border:.1rem solid var(--color-error);border-radius:.4rem}.failed-view.svelte-1pe9kzt .error-card:where(.svelte-1pe9kzt) .error-header:where(.svelte-1pe9kzt) .error-title:where(.svelte-1pe9kzt){color:var(--color-error);font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600}.failed-view.svelte-1pe9kzt .error-card:where(.svelte-1pe9kzt) .error-message:where(.svelte-1pe9kzt){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.5;margin:0}.failed-view.svelte-1pe9kzt .hint-text:where(.svelte-1pe9kzt){color:var(--color-success);font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;text-align:left;margin-bottom:2.4rem;line-height:1.4;width:100%;padding:0 .4rem;box-sizing:border-box}.failed-view.svelte-1pe9kzt .button-group:where(.svelte-1pe9kzt){display:flex;gap:1.2rem;width:100%}.failed-view.svelte-1pe9kzt .button-group:where(.svelte-1pe9kzt) button:where(.svelte-1pe9kzt){flex:1;height:4.8rem;border-radius:1rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.failed-view.svelte-1pe9kzt .button-group:where(.svelte-1pe9kzt) button.try-btn:where(.svelte-1pe9kzt){background:var(--color-primary);color:var(--color-pure-black)}.failed-view.svelte-1pe9kzt .button-group:where(.svelte-1pe9kzt) button.cancel-btn:where(.svelte-1pe9kzt){background:var(--color-gray-02);color:var(--color-text-0)}.drawer-toast.svelte-av9ekj{position:fixed;top:4rem;left:50%;transform:translate(-50%);background:var(--bg-overlay-85);color:var(--color-text-0);padding:1.2rem 2.4rem;border-radius:.8rem;font-family:Inter,sans-serif;font-size:1.4rem;z-index:9999;white-space:nowrap;box-shadow:0 .4rem 1.2rem #0003}.popup-backdrop.svelte-av9ekj{position:fixed;inset:0;background:var(--bg-overlay-70);z-index:1000}.popup-container.svelte-av9ekj{position:fixed;bottom:0;left:0;right:0;background:var(--color-bg-card);border-radius:1.5rem 1.5rem 0 0;padding:2.5rem 1.5rem;z-index:1001;box-sizing:border-box;max-height:90vh;overflow-y:auto;color:var(--color-text-0);font-family:Inter,sans-serif}.header-row.svelte-av9ekj{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.close-btn.svelte-av9ekj{background:transparent;border:none;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.close-btn.svelte-av9ekj img:where(.svelte-av9ekj){width:2.8rem;height:2.8rem}.header.svelte-av9ekj .title:where(.svelte-av9ekj){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:700;line-height:normal;margin:0}.header.svelte-av9ekj .subtitle:where(.svelte-av9ekj){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;margin:.5rem 0 0}.amount-grid.svelte-av9ekj{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.amount-grid.svelte-av9ekj .amount-item:where(.svelte-av9ekj){width:calc((100% - 1.6rem) / 3);box-sizing:border-box;background:transparent;border:.1rem solid var(--line-1);border-radius:1rem;height:4.4rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.6rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer;transition:all .2s}.amount-grid.svelte-av9ekj .amount-item.active:where(.svelte-av9ekj){background:var(--color-primary-10);border-color:var(--color-primary);color:var(--color-primary)}.skeleton-block.svelte-av9ekj,.skeleton-line.svelte-av9ekj,.skeleton-avatar.svelte-av9ekj{position:relative;overflow:hidden;background:var(--color-gray-02)}.skeleton-block.svelte-av9ekj:after,.skeleton-line.svelte-av9ekj:after,.skeleton-avatar.svelte-av9ekj:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:svelte-av9ekj-skeleton-shimmer 1.4s infinite}.skeleton-grid.svelte-av9ekj .amount-item:where(.svelte-av9ekj){cursor:default;border-color:transparent;background:var(--color-gray-02)}.skeleton-line.svelte-av9ekj{display:inline-block;height:1.4rem;border-radius:99.9rem}.skeleton-label.svelte-av9ekj{width:9.6rem;margin-bottom:1.2rem}.skeleton-avatar.svelte-av9ekj{width:2.4rem;height:2.4rem;border-radius:50%;flex-shrink:0}.skeleton-network-name.svelte-av9ekj{width:7.2rem}.skeleton-network-item.svelte-av9ekj{min-width:11rem;cursor:default;border-color:transparent;background:transparent}.skeleton-calc-label.svelte-av9ekj{width:11rem}.skeleton-calc-value.svelte-av9ekj{width:8.2rem}@keyframes svelte-av9ekj-skeleton-shimmer{to{transform:translate(100%)}}.amount-input-section.svelte-av9ekj{margin-bottom:2rem}.amount-input-section.svelte-av9ekj .label:where(.svelte-av9ekj){color:var(--color-text-2);font-family:Inter,sans-serif;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.8rem}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj){display:flex;align-items:center;height:4.4rem;border:.1rem solid transparent;border-radius:1rem;box-sizing:border-box;overflow:hidden;transition:border-color .2s ease}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj):focus-within{border-color:var(--color-primary)}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj):focus-within .input-content:where(.svelte-av9ekj){border-color:transparent}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .currency:where(.svelte-av9ekj){background:var(--line-1);padding:0 4.2rem;height:100%;display:flex;align-items:center;color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;box-sizing:border-box}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj){flex:1;display:flex;align-items:center;justify-content:flex-end;height:100%;border-radius:0 1rem 1rem 0;border:.1rem solid var(--line-1);border-left:none;box-sizing:border-box;position:relative;overflow:hidden;transition:border-color .2s ease}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj) .fake-text:where(.svelte-av9ekj){font-family:Inter,sans-serif;font-size:1.6rem;color:var(--color-primary);white-space:pre;padding-right:1.5rem;pointer-events:none;visibility:hidden}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj) input:where(.svelte-av9ekj){position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;border:none;color:var(--color-primary);caret-color:var(--color-primary);font-family:Inter,sans-serif;font-size:1.6rem;padding:0 1.5rem;text-align:right;outline:none;box-sizing:border-box;z-index:1}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj) input:where(.svelte-av9ekj)::-webkit-inner-spin-button,.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj) input:where(.svelte-av9ekj)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content.has-bonus:where(.svelte-av9ekj) input:where(.svelte-av9ekj){padding-right:9rem}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content.has-bonus:where(.svelte-av9ekj) .fake-text:where(.svelte-av9ekj){padding-right:10rem}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj) .bonus-tag:where(.svelte-av9ekj){position:absolute;top:50%;right:.8rem;transform:translateY(-50%);display:flex;min-width:7rem;height:2.4rem;padding:0 1rem;justify-content:center;align-items:center;gap:.3rem;border-radius:.5rem;background:var(--color-gray-03);z-index:2;pointer-events:none;box-sizing:border-box}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj) .bonus-tag:where(.svelte-av9ekj) span:where(.svelte-av9ekj){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500}.amount-input-section.svelte-av9ekj .input-wrapper:where(.svelte-av9ekj) .input-content:where(.svelte-av9ekj) .bonus-tag:where(.svelte-av9ekj) .tag-gift:where(.svelte-av9ekj){margin-left:.2rem;width:1.2rem;height:1.2rem}.network-section.svelte-av9ekj{margin-bottom:2rem}.network-section.svelte-av9ekj .label:where(.svelte-av9ekj){font-size:1.4rem;font-weight:700;margin-bottom:1.2rem}.network-section.svelte-av9ekj .network-grid:where(.svelte-av9ekj){display:flex;gap:.8rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.network-section.svelte-av9ekj .network-grid:where(.svelte-av9ekj)::-webkit-scrollbar{display:none}.network-section.svelte-av9ekj .network-grid:where(.svelte-av9ekj) .network-item:where(.svelte-av9ekj){flex-shrink:0;display:flex;align-items:center;justify-content:space-between;border:.1rem solid var(--line-1);border-radius:1rem;padding:.8rem 1rem;cursor:pointer}.network-section.svelte-av9ekj .network-grid:where(.svelte-av9ekj) .network-item.active:where(.svelte-av9ekj){border-color:var(--color-primary)}.network-section.svelte-av9ekj .network-grid:where(.svelte-av9ekj) .network-item:where(.svelte-av9ekj) .network-left:where(.svelte-av9ekj){display:flex;align-items:center;gap:.8rem}.network-section.svelte-av9ekj .network-grid:where(.svelte-av9ekj) .network-item:where(.svelte-av9ekj) .network-left:where(.svelte-av9ekj) img:where(.svelte-av9ekj){width:2.4rem;height:2.4rem;border-radius:50%}.network-section.svelte-av9ekj .network-grid:where(.svelte-av9ekj) .network-item:where(.svelte-av9ekj) .network-left:where(.svelte-av9ekj) .net-name:where(.svelte-av9ekj){font-size:1.4rem;font-weight:500}.bonus-section.svelte-av9ekj{margin-bottom:2.4rem}.bonus-section.svelte-av9ekj .bonus-header:where(.svelte-av9ekj){display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.bonus-section.svelte-av9ekj .bonus-header:where(.svelte-av9ekj) .label:where(.svelte-av9ekj){font-size:1.4rem;font-weight:700}.bonus-section.svelte-av9ekj .bonus-card:where(.svelte-av9ekj){display:flex;align-items:center;background:var(--color-gray-02);border-radius:1rem;padding:1.2rem;gap:1.2rem;cursor:pointer;border:.1rem solid transparent}.bonus-section.svelte-av9ekj .bonus-card.active:where(.svelte-av9ekj){border-color:var(--color-primary)}.bonus-section.svelte-av9ekj .bonus-card.active:where(.svelte-av9ekj) .checkbox:where(.svelte-av9ekj){border-color:var(--color-primary);background:transparent}.bonus-section.svelte-av9ekj .bonus-card.active:where(.svelte-av9ekj) .checkbox:where(.svelte-av9ekj):after{content:"";position:absolute;top:40%;left:50%;width:.35rem;height:.7rem;border:solid var(--color-primary);border-width:0 .15rem .15rem 0;transform:translate(-50%,-50%) rotate(45deg);background:transparent;border-radius:0}.bonus-section.svelte-av9ekj .bonus-card:where(.svelte-av9ekj) .gift-icon:where(.svelte-av9ekj){width:4rem;height:4rem;object-fit:contain}.bonus-section.svelte-av9ekj .bonus-card:where(.svelte-av9ekj) .bonus-info:where(.svelte-av9ekj){flex:1}.bonus-section.svelte-av9ekj .bonus-card:where(.svelte-av9ekj) .bonus-info:where(.svelte-av9ekj) .bonus-title:where(.svelte-av9ekj){font-size:1.2rem;font-weight:700;margin-bottom:.4rem;color:var(--color-text-0)}.bonus-section.svelte-av9ekj .bonus-card:where(.svelte-av9ekj) .bonus-info:where(.svelte-av9ekj) .bonus-desc:where(.svelte-av9ekj){font-size:1rem;color:var(--color-text-3)}.bonus-section.svelte-av9ekj .bonus-card:where(.svelte-av9ekj) .checkbox:where(.svelte-av9ekj){width:1.4rem;height:1.4rem;border-radius:.4rem;border:.1rem solid var(--line-1);position:relative}.calculation-section.svelte-av9ekj{margin-bottom:2.4rem}.calculation-section.svelte-av9ekj .calc-row:where(.svelte-av9ekj){display:flex;justify-content:space-between;align-items:center}.calculation-section.svelte-av9ekj .calc-row:where(.svelte-av9ekj) .calc-label:where(.svelte-av9ekj){color:var(--color-text-3);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal}.calculation-section.svelte-av9ekj .calc-row:where(.svelte-av9ekj) .calc-value:where(.svelte-av9ekj){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.calculation-section.svelte-av9ekj .calc-row:where(.svelte-av9ekj) .calc-receive:where(.svelte-av9ekj){color:var(--color-primary);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.calculation-section.svelte-av9ekj .calc-divider:where(.svelte-av9ekj){background:var(--line-1);height:.1rem;margin:1.5rem 0}.deposit-submit-btn.svelte-av9ekj{width:100%;height:4.8rem;border-radius:.8rem;background:var(--color-primary);color:var(--color-pure-black);font-size:1.6rem;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.deposit-submit-btn.svelte-av9ekj:active{opacity:.8}.withdraw-bonus-backdrop.svelte-1m7yg99{position:fixed;inset:0;background:#000000b3;z-index:1100}.withdraw-bonus-sheet.svelte-1m7yg99{position:fixed;bottom:0;left:0;right:0;background:var(--color-gray-01);border-radius:2rem 2rem 0 0;padding:2.4rem 2rem 4rem;z-index:1101;display:flex;flex-direction:column;align-items:center;text-align:center;font-family:Inter,sans-serif}.withdraw-bonus-close.svelte-1m7yg99{position:absolute;top:1.6rem;right:1.6rem;background:transparent;border:none;padding:0;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.withdraw-bonus-close.svelte-1m7yg99 img:where(.svelte-1m7yg99){width:2.8rem;height:2.8rem}.withdraw-bonus-title.svelte-1m7yg99{font-size:1.6rem;font-weight:700;color:var(--color-text-0);margin:0 0 1.4rem}.withdraw-bonus-desc.svelte-1m7yg99{font-size:1.3rem;font-weight:400;color:var(--color-text-2);line-height:1.6;margin:0 0 2.4rem;padding:0 .8rem}.withdraw-bonus-cancel.svelte-1m7yg99{width:100%;height:5rem;border-radius:1.2rem;border:none;background:var(--color-primary);color:var(--color-text-black);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;cursor:pointer;margin-bottom:1.2rem}.withdraw-bonus-continue.svelte-1m7yg99{width:100%;height:5rem;border-radius:1.2rem;border:none;background:var(--color-gray-02);color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:600;cursor:pointer}.drawer-toast.svelte-1m7yg99{position:fixed;top:4rem;left:50%;transform:translate(-50%);background:var(--bg-overlay-85);color:var(--color-text-0);padding:1.2rem 2.4rem;border-radius:.8rem;font-family:Inter,sans-serif;font-size:1.4rem;z-index:9999;white-space:nowrap;box-shadow:0 .4rem 1.2rem #0003}.popup-backdrop.svelte-1m7yg99{position:fixed;inset:0;background:#0009;z-index:1000}.popup-container.svelte-1m7yg99{position:fixed;bottom:0;left:0;right:0;background:var(--color-gray-01);border-radius:1.6rem 1.6rem 0 0;padding:1rem 1.5rem 3.2rem;z-index:1001;max-height:min(72.9rem,80vh);overflow-y:auto;display:flex;flex-direction:column;gap:0}.header-row.svelte-1m7yg99{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header-row.svelte-1m7yg99 .title:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;color:var(--color-text-0);margin:0}.header-row.svelte-1m7yg99 .close-btn:where(.svelte-1m7yg99){background:transparent;border:none;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.header-row.svelte-1m7yg99 .close-btn:where(.svelte-1m7yg99) img:where(.svelte-1m7yg99){width:2.8rem;height:2.8rem}.balance-card.svelte-1m7yg99{display:flex;align-items:center;justify-content:space-between;background:var(--color-gray-02);border-radius:1.2rem;padding:1.4rem 1.6rem;margin-bottom:2rem}.balance-card.svelte-1m7yg99 .balance-left:where(.svelte-1m7yg99){display:flex;align-items:center;gap:1rem}.balance-card.svelte-1m7yg99 .balance-left:where(.svelte-1m7yg99) .coin-icon:where(.svelte-1m7yg99){width:3.6rem;height:3.6rem;object-fit:contain}.balance-card.svelte-1m7yg99 .balance-left:where(.svelte-1m7yg99) .balance-info:where(.svelte-1m7yg99){display:flex;flex-direction:column;gap:.2rem}.balance-card.svelte-1m7yg99 .balance-left:where(.svelte-1m7yg99) .balance-info:where(.svelte-1m7yg99) .balance-label:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500;color:var(--color-text-2);line-height:normal}.balance-card.svelte-1m7yg99 .balance-left:where(.svelte-1m7yg99) .balance-info:where(.svelte-1m7yg99) .balance-amount:where(.svelte-1m7yg99){display:flex;align-items:baseline;gap:.4rem}.balance-card.svelte-1m7yg99 .balance-left:where(.svelte-1m7yg99) .balance-info:where(.svelte-1m7yg99) .balance-amount:where(.svelte-1m7yg99) .currency-symbol:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--color-text-0);line-height:normal}.balance-card.svelte-1m7yg99 .balance-left:where(.svelte-1m7yg99) .balance-info:where(.svelte-1m7yg99) .balance-amount:where(.svelte-1m7yg99) .amount-number:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--color-text-0);line-height:normal}.balance-card.svelte-1m7yg99 .withdraw-all-btn:where(.svelte-1m7yg99){display:flex;width:10rem;height:3.8rem;padding:1.1rem 1rem;justify-content:center;align-items:center;gap:.6rem;flex-shrink:0;background:var(--color-primary);border:none;border-radius:.8rem;color:var(--color-pure-black);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:700;cursor:pointer}.skeleton-line.svelte-1m7yg99,.skeleton-avatar.svelte-1m7yg99,.skeleton-radio.svelte-1m7yg99{position:relative;overflow:hidden;background:var(--color-gray-02)}.skeleton-line.svelte-1m7yg99:after,.skeleton-avatar.svelte-1m7yg99:after,.skeleton-radio.svelte-1m7yg99:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:svelte-1m7yg99-skeleton-shimmer 1.4s infinite}.skeleton-line.svelte-1m7yg99{display:inline-block;height:1.4rem;border-radius:99.9rem}.skeleton-label.svelte-1m7yg99{width:9.6rem;margin-bottom:1.2rem}.skeleton-avatar.svelte-1m7yg99{width:2.4rem;height:2.4rem;border-radius:50%;flex-shrink:0}.skeleton-radio.svelte-1m7yg99{width:1.4rem;height:1.4rem;border-radius:.4rem;flex-shrink:0}.skeleton-network-name.svelte-1m7yg99{width:7.2rem}.skeleton-network-item.svelte-1m7yg99{cursor:default;border-color:transparent;background:transparent}.skeleton-calc-label.svelte-1m7yg99{width:12rem}.skeleton-calc-value.svelte-1m7yg99{width:8.2rem}@keyframes svelte-1m7yg99-skeleton-shimmer{to{transform:translate(100%)}}.skeleton-amount-label.svelte-1m7yg99{width:11rem;height:1.4rem;border-radius:99.9rem;margin-bottom:.8rem}.amount-input-section.svelte-1m7yg99{margin-bottom:2rem}.amount-input-section.svelte-1m7yg99 .label:where(.svelte-1m7yg99){color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:700;line-height:normal;margin-bottom:1rem}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99){display:flex;align-items:center;height:4.4rem;border:.1rem solid transparent;border-radius:1rem;box-sizing:border-box;overflow:hidden;transition:border-color .2s ease}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99):focus-within{border-color:var(--color-primary)}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99):focus-within .input-content:where(.svelte-1m7yg99){border-color:transparent}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99) .currency:where(.svelte-1m7yg99){background:var(--line-1);padding:0 4.2rem;height:100%;display:flex;align-items:center;color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;box-sizing:border-box}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99) .input-content:where(.svelte-1m7yg99){flex:1;display:flex;align-items:center;justify-content:flex-end;height:100%;border-radius:0 1rem 1rem 0;border:.1rem solid var(--line-1);border-left:none;box-sizing:border-box;position:relative;overflow:hidden;transition:border-color .2s ease}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99) .input-content:where(.svelte-1m7yg99) .fake-text:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.6rem;color:var(--color-primary);white-space:pre;padding-right:1.5rem;pointer-events:none;visibility:hidden}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99) .input-content:where(.svelte-1m7yg99) input:where(.svelte-1m7yg99){position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;border:none;color:var(--color-primary);caret-color:var(--color-primary);font-family:Inter,sans-serif;font-size:1.6rem;padding:0 1.5rem;text-align:right;outline:none;box-sizing:border-box;z-index:1}.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99) .input-content:where(.svelte-1m7yg99) input:where(.svelte-1m7yg99)::-webkit-inner-spin-button,.amount-input-section.svelte-1m7yg99 .input-wrapper:where(.svelte-1m7yg99) .input-content:where(.svelte-1m7yg99) input:where(.svelte-1m7yg99)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.network-section.svelte-1m7yg99{margin-bottom:2rem}.network-section.svelte-1m7yg99 .label:where(.svelte-1m7yg99){font-size:1.4rem;font-weight:700;margin-bottom:1.2rem}.network-section.svelte-1m7yg99 .network-grid:where(.svelte-1m7yg99){display:flex;gap:.8rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.network-section.svelte-1m7yg99 .network-grid:where(.svelte-1m7yg99)::-webkit-scrollbar{display:none}.network-section.svelte-1m7yg99 .network-grid:where(.svelte-1m7yg99) .network-item:where(.svelte-1m7yg99){flex-shrink:0;display:flex;align-items:center;justify-content:space-between;border:.1rem solid var(--line-1);border-radius:1rem;padding:.8rem 1rem;cursor:pointer}.network-section.svelte-1m7yg99 .network-grid:where(.svelte-1m7yg99) .network-item.active:where(.svelte-1m7yg99){border-color:var(--color-primary)}.network-section.svelte-1m7yg99 .network-grid:where(.svelte-1m7yg99) .network-item:where(.svelte-1m7yg99) .network-left:where(.svelte-1m7yg99){display:flex;align-items:center;gap:.8rem}.network-section.svelte-1m7yg99 .network-grid:where(.svelte-1m7yg99) .network-item:where(.svelte-1m7yg99) .network-left:where(.svelte-1m7yg99) img:where(.svelte-1m7yg99){width:2.4rem;height:2.4rem;border-radius:50%}.network-section.svelte-1m7yg99 .network-grid:where(.svelte-1m7yg99) .network-item:where(.svelte-1m7yg99) .network-left:where(.svelte-1m7yg99) .net-name:where(.svelte-1m7yg99){font-size:1.4rem;font-weight:500}.withdraw-to-section.svelte-1m7yg99{background:var(--color-gray-02);border-radius:1rem;padding:1.2rem 1.4rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.withdraw-to-section.svelte-1m7yg99 .withdraw-to-label:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.1rem;color:var(--color-text-2)}.withdraw-to-section.svelte-1m7yg99 .withdraw-phone:where(.svelte-1m7yg99){display:flex;align-items:center;gap:.6rem}.withdraw-to-section.svelte-1m7yg99 .withdraw-phone:where(.svelte-1m7yg99) .flag:where(.svelte-1m7yg99){font-size:1.8rem}.withdraw-to-section.svelte-1m7yg99 .withdraw-phone:where(.svelte-1m7yg99) .phone-number:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--color-text-0)}.withdraw-to-section.svelte-1m7yg99 .processing-time:where(.svelte-1m7yg99){display:flex;align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:1.2rem;color:var(--color-success)}.withdraw-to-section.svelte-1m7yg99 .processing-time:where(.svelte-1m7yg99) .lightning:where(.svelte-1m7yg99){font-size:1.2rem}.calculation-section.svelte-1m7yg99{background:var(--color-gray-02);border-radius:1rem;padding:1.4rem;margin-bottom:1.6rem;display:flex;flex-direction:column;gap:1rem}.calculation-section.svelte-1m7yg99 .calc-row:where(.svelte-1m7yg99){display:flex;justify-content:space-between;align-items:center}.calculation-section.svelte-1m7yg99 .calc-row:where(.svelte-1m7yg99) .calc-label:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.2rem;color:var(--color-text-2)}.calculation-section.svelte-1m7yg99 .calc-row:where(.svelte-1m7yg99) .calc-value:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.2rem;color:var(--color-text-1);font-weight:500}.calculation-section.svelte-1m7yg99 .calc-row:where(.svelte-1m7yg99) .calc-receive:where(.svelte-1m7yg99){font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:var(--color-primary)}.calculation-section.svelte-1m7yg99 .calc-divider:where(.svelte-1m7yg99){height:.1rem;background:var(--color-gray-03)}.withdraw-submit-btn.svelte-1m7yg99{width:100%;height:5.2rem;background:var(--color-primary);border:none;border-radius:1.2rem;color:var(--color-pure-black);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;cursor:pointer;transition:opacity .2s}.withdraw-submit-btn.svelte-1m7yg99:active{opacity:.85}.search-drawer-panel.svelte-uqitzs{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:101;background-color:var(--color-bg-02);color:var(--color-text-0);padding:2rem 1.6rem;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.header.svelte-uqitzs{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.4rem;flex-shrink:0}.header.svelte-uqitzs .close-btn:where(.svelte-uqitzs){background:transparent;border:none;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.header.svelte-uqitzs .close-btn:where(.svelte-uqitzs) img:where(.svelte-uqitzs){width:2.8rem;height:2.8rem;object-fit:contain}.header.svelte-uqitzs .logo:where(.svelte-uqitzs){height:2.4rem;object-fit:contain}.search-input-wrapper.svelte-uqitzs{display:flex;align-items:center;background:var(--color-bg-search);border:.1rem solid var(--line-1);border-radius:.8rem;padding:1.2rem 1.6rem;margin-bottom:3rem;flex-shrink:0}.search-input-wrapper.svelte-uqitzs .search-icon:where(.svelte-uqitzs){width:2rem;height:2rem;opacity:.7}.search-input-wrapper.svelte-uqitzs .clear-input-btn:where(.svelte-uqitzs){width:auto;background:transparent;border:none;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.search-input-wrapper.svelte-uqitzs .clear-input-btn:where(.svelte-uqitzs) img:where(.svelte-uqitzs){width:1.6rem;height:1.6rem;opacity:.5}.search-input-wrapper.svelte-uqitzs input:where(.svelte-uqitzs){flex:1;margin-left:1.2rem;background:transparent;border:none;color:var(--color-text-0);font-family:Inter,sans-serif;font-size:1.4rem;outline:none}.search-input-wrapper.svelte-uqitzs input:where(.svelte-uqitzs)::placeholder{color:var(--color-text-placeholder)}.section-header.svelte-uqitzs{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem}.section-header.svelte-uqitzs h2:where(.svelte-uqitzs){color:var(--color-text-0);font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:500;line-height:normal;margin:0}.section-header.svelte-uqitzs .clear-btn:where(.svelte-uqitzs){border-radius:1.5rem;background:var(--color-bg-01);display:flex;padding:.4rem .8rem;align-items:center;gap:.4rem;border:none;color:var(--color-text-2);font-size:1.2rem;cursor:pointer;width:auto}.section-header.svelte-uqitzs .clear-btn:where(.svelte-uqitzs) img:where(.svelte-uqitzs){opacity:.8}.recent-searches.svelte-uqitzs{margin-bottom:3rem;flex-shrink:0}.recent-searches.svelte-uqitzs .tags-container:where(.svelte-uqitzs){display:flex;flex-wrap:wrap;gap:1rem}.recent-searches.svelte-uqitzs .tags-container:where(.svelte-uqitzs) .tag-btn:where(.svelte-uqitzs){width:auto;display:flex;height:3.1rem;padding:.8rem 1.5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--color-bg-card);border:none;color:var(--color-text-2);font-size:1.2rem;cursor:pointer;box-sizing:border-box}.trending-games.svelte-uqitzs,.search-results.svelte-uqitzs{flex:1}.trending-games.svelte-uqitzs h2:where(.svelte-uqitzs),.search-results.svelte-uqitzs h2:where(.svelte-uqitzs){color:var(--color-text-0);font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:500;line-height:normal;margin:0 0 1.6rem}.search-results.svelte-uqitzs .results-title:where(.svelte-uqitzs){color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:500;line-height:normal;margin:0 0 1.6rem}.search-results.svelte-uqitzs .results-title:where(.svelte-uqitzs) .count:where(.svelte-uqitzs){color:var(--color-primary, #adf330)}.trending-games.svelte-uqitzs .games-grid:where(.svelte-uqitzs),.search-results.svelte-uqitzs .games-grid:where(.svelte-uqitzs){display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.trending-games.svelte-uqitzs .games-grid:where(.svelte-uqitzs) .game-card:where(.svelte-uqitzs),.search-results.svelte-uqitzs .games-grid:where(.svelte-uqitzs) .game-card:where(.svelte-uqitzs){display:flex;flex-direction:column;gap:.4rem;background:transparent;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.trending-games.svelte-uqitzs .games-grid:where(.svelte-uqitzs) .game-card:where(.svelte-uqitzs) .img-wrapper:where(.svelte-uqitzs),.search-results.svelte-uqitzs .games-grid:where(.svelte-uqitzs) .game-card:where(.svelte-uqitzs) .img-wrapper:where(.svelte-uqitzs){width:100%;aspect-ratio:3/4;border-radius:.8rem;overflow:hidden;background:var(--color-bg-card)}.trending-games.svelte-uqitzs .games-grid:where(.svelte-uqitzs) .game-card:where(.svelte-uqitzs) .img-wrapper:where(.svelte-uqitzs) img:where(.svelte-uqitzs),.search-results.svelte-uqitzs .games-grid:where(.svelte-uqitzs) .game-card:where(.svelte-uqitzs) .img-wrapper:where(.svelte-uqitzs) img:where(.svelte-uqitzs){width:100%;height:100%;object-fit:cover}.loading-wrapper.svelte-uqitzs{display:flex;justify-content:center;align-items:center;padding:6rem 0}.spinner.svelte-uqitzs{width:3.2rem;height:3.2rem;border:.3rem solid rgba(255,255,255,.15);border-top-color:var(--color-primary, #adf330);border-radius:50%;animation:svelte-uqitzs-spin .7s linear infinite}@keyframes svelte-uqitzs-spin{to{transform:rotate(360deg)}}.load-more-wrapper.svelte-uqitzs{display:flex;justify-content:center;align-items:center;padding:2.4rem 0}.scroll-sentinel.svelte-uqitzs{height:.1rem;width:100%}.app-root.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background-color:var(--primary-bg)}.app-main.svelte-12qhfyh{flex:1;width:100%;max-width:50rem;margin:0 auto}.bonus-toast.svelte-12qhfyh{position:fixed;bottom:9rem;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:.8rem;padding:1.2rem 2rem;border-radius:1.2rem;background:linear-gradient(135deg,#1a2e1a,#0f3d2a);border:.1rem solid rgba(76,217,100,.4);box-shadow:0 .4rem 2.4rem #0006,0 0 0 .1rem #4cd96426;max-width:min(88vw,44rem);animation:svelte-12qhfyh-bonus-toast-in .35s cubic-bezier(.34,1.56,.64,1) both}.bonus-toast__icon.svelte-12qhfyh{font-size:2rem;line-height:1;flex-shrink:0}.bonus-toast__text.svelte-12qhfyh{color:#4cd964;font-size:1.3rem;line-height:1.5;font-weight:500;letter-spacing:.01em}@keyframes svelte-12qhfyh-bonus-toast-in{0%{opacity:0;transform:translate(-50%) translateY(1.6rem) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.bet-mode-toast.svelte-12qhfyh{background:linear-gradient(135deg,#2e2a1a,#3d2f0f);border:.1rem solid rgba(255,193,7,.4);box-shadow:0 .4rem 2.4rem #0006,0 0 0 .1rem #ffc10726}.bet-mode-toast.svelte-12qhfyh .bonus-toast__text:where(.svelte-12qhfyh){color:#ffc107}.deposit-result-toast.svelte-12qhfyh{position:fixed;top:6rem;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;padding:1.2rem 2rem;border-radius:1.2rem;max-width:min(88vw,44rem);animation:svelte-12qhfyh-bonus-toast-in .35s cubic-bezier(.34,1.56,.64,1) both;box-shadow:0 .4rem 2.4rem #0006}.deposit-result-toast.success.svelte-12qhfyh{background:linear-gradient(135deg,#1a2e1a,#0f3d2a);border:.1rem solid rgba(76,217,100,.4)}.deposit-result-toast.success.svelte-12qhfyh .deposit-result-toast__text:where(.svelte-12qhfyh){color:#4cd964}.deposit-result-toast.failed.svelte-12qhfyh{background:linear-gradient(135deg,#2e1a1a,#3d0f0f);border:.1rem solid rgba(255,80,80,.4)}.deposit-result-toast.failed.svelte-12qhfyh .deposit-result-toast__text:where(.svelte-12qhfyh){color:#ff6b6b}.deposit-result-toast__text.svelte-12qhfyh{font-size:1.3rem;line-height:1.5;font-weight:500;letter-spacing:.01em}
