html.tg-theme{--canvas: 245 245 245;--paper: 255 255 255;--surface-alt: 250 250 250;--ink: 10 10 10;--ink-soft: 23 23 23;--mid: 115 115 115;--hairline: 229 229 229;--ember: 231 0 11;--card-shadow: 0 0 0 1px rgb(23 23 23 / 5%), 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);--ease: cubic-bezier(.2, .8, .2, 1);--r-card: 24px;--r-ui: 18px;--r-nested: 10px;--r-small: 6px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:rgb(var(--canvas));color:rgb(var(--ink))}html.tg-theme.tg-dark{--canvas: 10 10 10;--paper: 24 24 24;--surface-alt: 32 32 32;--ink: 250 250 250;--ink-soft: 229 229 229;--mid: 161 161 161;--hairline: 42 42 42;--ember: 255 107 107;--card-shadow: 0 0 0 1px rgb(255 255 255 / 4%)}html.tg-theme,html.tg-theme body{background:rgb(var(--canvas));color:rgb(var(--ink))}html.tg-theme body:before{content:none}html.tg-fullscreen .container,html.tg-fullscreen body.container{padding-top:var(--tg-top-inset, calc(max(env(safe-area-inset-top, 0px), 56px) + 48px) )}html.tg-theme,html.tg-theme input,html.tg-theme button,html.tg-theme textarea{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.43}html.tg-theme .product-item{background:rgb(var(--paper));border:1px solid rgb(var(--hairline));border-radius:var(--r-card);box-shadow:var(--card-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;overflow:hidden;transition:transform .14s var(--ease)}html.tg-theme .product-item:active{transform:scale(.99)}html.tg-theme .product-thumb{background:rgb(var(--surface-alt))}html.tg-theme .thumb-fallback{display:flex;align-items:center;justify-content:center;aspect-ratio:1;padding:14px;text-align:center;background:rgb(var(--accent));color:rgb(var(--accent-ink));font-weight:800;font-size:16px;line-height:1.2;overflow:hidden}html.tg-theme .product-info{padding:14px;gap:8px}html.tg-theme .product-info h3{font-size:15px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:rgb(var(--ink))}html.tg-theme .product-subs{font-size:12px;color:rgb(var(--mid))}html.tg-theme .price-overlay{background:linear-gradient(0deg,rgb(var(--paper)) 20%,rgb(var(--paper) / 0%))}html.tg-theme .price-now{font-size:17px;font-weight:700;color:rgb(var(--ink))}html.tg-theme .price-old{font-size:12px;color:rgb(var(--mid));text-decoration:line-through}html.tg-theme .price-save{font-size:11px;font-weight:600;color:rgb(var(--mid));background:rgb(var(--surface-alt));border:1px solid rgb(var(--hairline));border-radius:var(--r-small);padding:1px 5px}html.tg-theme .btn-buy,html.tg-theme .btn-custom,html.tg-theme #button_buyer,html.tg-theme .cart-footer>div{background:rgb(var(--accent));color:rgb(var(--accent-ink));border:none;border-radius:var(--r-ui);font-weight:600;box-shadow:none;transition:opacity .15s var(--ease),transform .12s var(--ease)}html.tg-theme .btn-buy:active,html.tg-theme .btn-custom:active,html.tg-theme #button_buyer:active,html.tg-theme .cart-footer:active>div{transform:scale(.97);opacity:.92}html.tg-theme .btn-cart{background:transparent;border:1px solid rgb(var(--hairline));border-radius:var(--r-ui);color:rgb(var(--ink));transition:background .15s var(--ease),transform .12s var(--ease)}html.tg-theme .btn-cart:active{transform:scale(.96)}html.tg-theme .btn-cart.button-added{background:rgb(var(--accent));border-color:transparent;color:rgb(var(--accent-ink))}html.tg-theme .rate-scroll{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;scroll-behavior:smooth;padding:4px;background:rgb(var(--surface-alt));border:1px solid rgb(var(--hairline));border-radius:var(--r-card)}html.tg-theme .rate-scroll::-webkit-scrollbar{display:none}html.tg-theme .rate-scroll--fill .rate-item{flex:1 1 0;min-width:0}html.tg-theme .rate-item{flex:0 0 auto;width:64px;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;background:transparent;border:none;border-radius:calc(var(--r-card) - 6px);color:rgb(var(--mid));cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease),transform .12s var(--ease)}html.tg-theme .rate-item:active{transform:scale(.96)}html.tg-theme .rate-item__icon{width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgb(var(--ink) / 6%)}html.tg-theme .rate-item__icon img{width:100%;height:100%;object-fit:cover}html.tg-theme .rate-item__icon--mono{font-size:14px;font-weight:700;color:rgb(var(--mid))}html.tg-theme .rate-item__label{max-width:100%;font-size:10px;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.tg-theme .rate-item.active{background:rgb(var(--ink) / 8%);color:rgb(var(--ink))}html.tg-theme .rate{position:static;padding-bottom:8px;margin-bottom:10px}html.tg-theme .search-bar input{background:rgb(var(--surface-alt));border:1px solid transparent;border-radius:var(--r-ui);color:rgb(var(--ink));font-size:14px;padding:11px 44px 11px 16px;-webkit-backdrop-filter:none;backdrop-filter:none;transition:border-color .15s var(--ease)}html.tg-theme .search-bar input::placeholder{color:rgb(var(--mid))}html.tg-theme .search-bar input:focus{border-color:rgb(var(--hairline));background:rgb(var(--paper))}html.tg-theme .banner{flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:24vh;padding:22px 20px;text-align:center;background:rgb(var(--paper));border:1px solid rgb(var(--hairline));border-radius:var(--r-card);box-shadow:var(--card-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}html.tg-theme .banner:before{content:none}html.tg-theme .banner-body{flex:0 0 auto}html.tg-theme .banner-title{font-size:19px;font-weight:700;letter-spacing:-.01em;line-height:1.25;color:rgb(var(--ink))}html.tg-theme .banner-sub{font-size:14px;margin-top:6px;color:rgb(var(--mid));opacity:1}html.tg-theme .banner-timer{padding:8px 18px;border-radius:var(--r-ui);font-size:16px;font-weight:700;color:rgb(var(--accent-ink));background:rgb(var(--accent));border:none}html.tg-theme .modal-dialog{align-items:flex-end!important;justify-content:center!important;padding:0!important}html.tg-theme .modal-content{background:rgb(var(--paper))!important;border:1px solid rgb(var(--hairline))!important;border-radius:var(--r-card) var(--r-card) 0 0!important;box-shadow:0 -12px 40px -12px #00000073!important;max-width:640px!important;max-height:92vh!important;transform:translateY(100%)!important;-webkit-backdrop-filter:none;backdrop-filter:none;color:rgb(var(--ink))!important}html.tg-theme .modal.show .modal-content{transform:translateY(0)!important}html.tg-theme .modal-content:after{content:"";position:absolute;top:8px;left:50%;width:38px;height:4px;margin-left:-19px;border-radius:999px;background:rgb(var(--mid) / 45%)}html.tg-theme .btn-close:before{content:none!important}html.tg-theme .btn-close{background:rgb(var(--surface-alt))!important;border:1px solid rgb(var(--hairline))!important;color:rgb(var(--mid))!important}html.tg-theme #payment-options,html.tg-theme #crypto-options{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:calc(100% - 40px)!important;max-width:400px!important;max-height:85vh!important;overflow-y:auto!important;border-radius:var(--r-card)!important;background:rgb(var(--paper))!important;border:1px solid rgb(var(--hairline))!important;box-shadow:0 24px 70px -20px #0009!important;padding:22px 20px!important;color:rgb(var(--ink))!important}html.tg-theme #payment-options:before,html.tg-theme #crypto-options:before{display:none!important}html.tg-theme #payment-options h2,html.tg-theme #crypto-options h2{font-size:18px;font-weight:700;color:rgb(var(--ink))}html.tg-theme #payment-options h3{color:rgb(var(--mid))!important;font-weight:400}html.tg-theme .payment-value{background:rgb(var(--surface-alt))!important;border:1px solid rgb(var(--hairline))!important;border-radius:var(--r-nested)!important;color:rgb(var(--ink))!important}html.tg-theme .modal-title,html.tg-theme .welcome-title{font-size:22px;font-weight:700;letter-spacing:-.02em;color:rgb(var(--ink))}html.tg-theme .scrollable-description,html.tg-theme .welcome-lead{color:rgb(var(--ink-soft))}html.tg-theme .modal-subs{color:rgb(var(--mid))}html.tg-theme .cart-item,html.tg-theme .cart-total{background:rgb(var(--paper));border:1px solid rgb(var(--hairline));border-radius:var(--r-nested);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:rgb(var(--ink))}html.tg-theme .cart-name{color:rgb(var(--ink))}html.tg-theme .remove-item{background:transparent;border:none;color:rgb(var(--mid))}html.tg-theme .remove-item:active{color:rgb(var(--ember))}html.tg-theme .promo-code-section input,html.tg-theme #promo-code-input{background:rgb(var(--surface-alt));border:1px solid transparent;border-radius:var(--r-ui);color:rgb(var(--ink))}html.tg-theme #promo-code-input:focus{border-color:rgb(var(--hairline))}html.tg-theme .payment-value{background:rgb(var(--paper));border:1px solid rgb(var(--hairline));border-radius:var(--r-ui);color:rgb(var(--ink));box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}html.tg-theme .info-text,html.tg-theme .hint{color:rgb(var(--mid))}html.tg-theme .lucide{width:20px;height:20px;stroke-width:2;vertical-align:middle;color:rgb(var(--ink))}html.tg-theme .search__magnifiler{width:18px;height:18px;color:rgb(var(--mid))}html.tg-theme .btn-cart .lucide,html.tg-theme .btn-close .lucide,html.tg-theme .remove-item .lucide,html.tg-theme #apply-promo-code .lucide{width:18px;height:18px}html.tg-theme #cart-icon{width:20px;height:20px;color:rgb(var(--accent-ink))}html.tg-theme #preloader{background:rgb(var(--canvas))!important;color:rgb(var(--ink))!important}html.tg-theme .product-item{animation:ui-fade-up .4s var(--ease) both}html.tg-theme .col-6:nth-child(1) .product-item{animation-delay:.02s}html.tg-theme .col-6:nth-child(2) .product-item{animation-delay:.06s}html.tg-theme .col-6:nth-child(3) .product-item{animation-delay:.1s}html.tg-theme .col-6:nth-child(4) .product-item{animation-delay:.14s}html.tg-theme .col-6:nth-child(5) .product-item{animation-delay:.18s}html.tg-theme .col-6:nth-child(n+6) .product-item{animation-delay:.22s}html.tg-theme .banner{animation:ui-fade-up .4s var(--ease) both}@media(prefers-reduced-motion:reduce){html.tg-theme *,html.tg-theme *:before,html.tg-theme *:after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}}html.tg-theme{--primary: rgb(var(--accent));--primary-press: rgb(var(--accent));--on-primary: rgb(var(--accent-ink))}html.tg-theme #modal-price .price-save,html.tg-theme #vipPrice .price-save{background:rgb(var(--accent) / 16%);color:rgb(var(--accent))}html.tg-theme[data-market-theme="2"]{--canvas: 10 10 12;--paper: 24 24 29;--surface-alt: 34 34 42;--ink: 245 244 240;--ink-soft: 209 210 214;--mid: 138 138 146;--hairline: 44 46 54;--card-shadow: 0 10px 30px -14px rgb(0 0 0 / 60%);--r-card: 18px;--r-ui: 14px;--r-nested: 12px;--r-small: 8px}html.tg-theme[data-market-theme="2"] .product-item,html.tg-theme[data-market-theme="2"] .banner,html.tg-theme[data-market-theme="2"] .cart-total,html.tg-theme[data-market-theme="2"] .cart-item{position:relative;background:#ffffff0d;border:1px solid hsla(0,0%,100%,.06)}html.tg-theme[data-market-theme="2"] .banner,html.tg-theme[data-market-theme="2"] .cart-total,html.tg-theme[data-market-theme="2"] .cart-item{-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2)}html.tg-theme[data-market-theme="2"] .product-item:before,html.tg-theme[data-market-theme="2"] .banner:before,html.tg-theme[data-market-theme="2"] .cart-total:before,html.tg-theme[data-market-theme="2"] .cart-item:before,html.tg-theme[data-market-theme="2"] #modal-price:before,html.tg-theme[data-market-theme="2"] .payment-value:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,#ffffff38,#ffffff0a);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}html.tg-theme[data-market-theme="2"] .thumb-fallback{background:radial-gradient(circle at 50% 35%,rgb(var(--accent) / 55%),#101014 92%);color:rgb(var(--ink))}html.tg-theme[data-market-theme="2"] .search-bar input,html.tg-theme[data-market-theme="2"] .rate-scroll{background:#ffffff0f;-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);border:1px solid hsla(0,0%,100%,.09);box-shadow:inset 0 1px #ffffff1a}html.tg-theme[data-market-theme="2"] .rate-item.active{background:rgb(var(--accent) / .14);color:rgb(var(--accent));box-shadow:inset 0 0 0 1px rgb(var(--accent) / .34),0 4px 14px rgb(var(--accent) / .18)}html.tg-theme[data-market-theme="2"] .rate-item__icon{background:#ffffff0f;box-shadow:inset 0 0 0 1px #ffffff14}html.tg-theme[data-market-theme="2"] .rate-item.active .rate-item__icon{background:rgb(var(--accent) / .2);box-shadow:inset 0 0 0 1px rgb(var(--accent) / .4)}html.tg-theme[data-market-theme="2"] .rate-item.active .rate-item__icon--mono{color:rgb(var(--accent))}html.tg-theme[data-market-theme="2"] .modal-content,html.tg-theme[data-market-theme="2"] #payment-options,html.tg-theme[data-market-theme="2"] #crypto-options{background:#1212169e!important;-webkit-backdrop-filter:blur(26px) saturate(1.3)!important;backdrop-filter:blur(26px) saturate(1.3)!important;border:1px solid hsla(0,0%,100%,.1)!important}html.tg-theme[data-market-theme="2"] #modal-price,html.tg-theme[data-market-theme="2"] .payment-value{position:relative;background:#ffffff0d!important;border:1px solid hsla(0,0%,100%,.06)!important}html.tg-theme[data-market-theme="2"] #promo-code-input{background:#ffffff0f;border:1px solid hsla(0,0%,100%,.09)}html.tg-theme[data-market-theme="2"] body:before{content:"";position:fixed;top:0;left:0;right:0;height:72px;background:linear-gradient(to bottom,rgb(var(--canvas)),rgb(var(--canvas) / 0));pointer-events:none;z-index:35}html.tg-theme[data-market-theme="2"] body:after{content:"";position:fixed;bottom:0;left:0;right:0;height:96px;background:linear-gradient(to top,rgb(var(--canvas)),rgb(var(--canvas) / 0));pointer-events:none;z-index:35}html.tg-theme[data-market-theme="2"]{background:rgb(var(--canvas))}html.tg-theme[data-market-theme="2"] body{background:transparent}html.tg-theme[data-market-theme="2"]:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(58% 42% at 16% 8%,hsl(348 80% 50% / .2),transparent 70%),radial-gradient(52% 40% at 92% 2%,hsl(320 70% 50% / .14),transparent 72%),radial-gradient(74% 54% at 50% 104%,hsl(268 60% 46% / .16),transparent 76%)}html.tg-theme[data-market-theme="2"] .thumb-fallback{background:radial-gradient(circle at 50% 35%,rgb(var(--accent) / .55),#101014 92%);color:rgb(var(--ink))}html.tg-theme[data-market-theme="2"] ::selection{background:rgb(var(--accent) / .3);color:rgb(var(--ink))}html.tg-theme[data-market-theme="2"]{caret-color:rgb(var(--accent));accent-color:rgb(var(--accent))}html.tg-theme[data-market-theme="2"] *{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.16) transparent}html.tg-theme[data-market-theme="2"] .product-thumb{margin:6px 6px 0;border-radius:calc(var(--r-card) - 8px);background:#0a0a0c}html.tg-theme .card-price,html.tg-theme[data-market-theme="2"] .product-item .price-overlay{display:none}html.tg-theme[data-market-theme="2"] .card-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:-2px}html.tg-theme[data-market-theme="2"] .card-price .price-now{font-size:18px;font-weight:800;color:rgb(var(--ink));font-variant-numeric:tabular-nums}html.tg-theme[data-market-theme="2"] .card-price .price-old{font-size:12px;color:rgb(var(--mid));text-decoration:line-through;font-variant-numeric:tabular-nums}html.tg-theme[data-market-theme="2"] .card-price .price-save{position:absolute;top:12px;right:12px;z-index:3;display:inline-block;font-size:11px;font-weight:800;letter-spacing:.01em;color:#fff;background:rgb(var(--accent));border:none;border-radius:999px;padding:3px 8px;box-shadow:0 2px 10px rgb(var(--accent) / .45)}html.tg-theme[data-market-theme="2"] .product-info h3{font-size:14px;letter-spacing:-.01em}html.tg-theme[data-market-theme="2"] .btn-buy{background:rgb(var(--accent) / .16);color:rgb(var(--accent));border:1px solid rgb(var(--accent) / .34);font-weight:700}html.tg-theme[data-market-theme="2"] .btn-buy:active{background:rgb(var(--accent) / .24)}html.tg-theme[data-market-theme="2"] .btn-cart{background:#ffffff0d;border:1px solid hsla(0,0%,100%,.1);color:rgb(var(--ink))}html.tg-theme[data-market-theme="2"] .btn-cart.button-added{background:rgb(var(--accent) / .9);border-color:transparent;color:rgb(var(--accent-ink))}html.tg-theme[data-market-theme="2"] .search-bar{display:none}html.tg-theme[data-market-theme="2"] .rate{margin-bottom:6px}html.tg-theme[data-market-theme="2"] .promo-banner{position:relative;display:flex;align-items:center;gap:12px;margin:2px 0 12px;padding:26px 18px;min-height:96px;border-radius:var(--r-card);background:linear-gradient(115deg,rgb(var(--accent) / .22),rgb(var(--accent) / .03) 62%),#ffffff0d;-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);border:1px solid rgb(var(--accent) / .28);box-shadow:inset 0 1px #ffffff1f;overflow:hidden}html.tg-theme[data-market-theme="2"] .promo-banner__body{flex:1 1 auto;min-width:0}html.tg-theme[data-market-theme="2"] .promo-banner__title{font-size:19px;font-weight:800;letter-spacing:-.01em;line-height:1.2;color:rgb(var(--ink))}html.tg-theme[data-market-theme="2"] .promo-banner__sub{margin-top:3px;font-size:12px;color:rgb(var(--ink-soft))}html.tg-theme[data-market-theme="2"] .promo-banner__seal{flex:0 0 auto;font-size:18px;font-weight:800;color:#fff;background:rgb(var(--accent));border-radius:999px;padding:9px 15px;box-shadow:0 6px 20px rgb(var(--accent) / .4)}html.tg-theme[data-market-theme="2"] .checkout{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;flex-direction:column;gap:10px;padding:14px 16px calc(16px + env(safe-area-inset-bottom,0px));background:#0e0e12b8;-webkit-backdrop-filter:blur(24px) saturate(1.2);backdrop-filter:blur(24px) saturate(1.2);border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 -14px 44px -14px #0009,inset 0 1px #ffffff1f}html.tg-theme[data-market-theme="2"] .checkout .promo-container,html.tg-theme[data-market-theme="2"] .checkout .mb-4,html.tg-theme[data-market-theme="2"] .checkout #cart-total{margin:0}html.tg-theme[data-market-theme="2"] .checkout #cart-total{background:transparent;border:none;box-shadow:none;padding:2px}html.tg-theme[data-market-theme="2"] .checkout #cart-total:before{display:none}html.tg-theme[data-market-theme="2"] .checkout .button-checkout{position:static;left:auto;right:auto;bottom:auto;width:100%;max-width:none;margin:0;box-shadow:0 6px 20px rgb(var(--accent) / .35)}html.tg-theme[data-market-theme="2"] body.container{padding-bottom:220px}html.tg-theme[data-market-theme="2"] .modal-dialog{align-items:center!important;padding:18px!important}html.tg-theme[data-market-theme="2"] .modal-content{border-radius:var(--r-card)!important;max-width:400px!important;max-height:88vh!important;transform:translateY(14px) scale(.98)!important}html.tg-theme[data-market-theme="2"] .modal.show .modal-content{transform:translateY(0) scale(1)!important}html.tg-theme[data-market-theme="2"] .modal-content:after{display:none!important}html.tg-theme[data-market-theme="2"] .cart-footer>div{background:#0e0e12b8;-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);color:rgb(var(--ink));border:1px solid rgb(var(--accent) / .35);border-radius:999px;box-shadow:0 12px 30px -10px #0000008c,0 0 20px -6px rgb(var(--accent) / .35),inset 0 1px #ffffff1f}html.tg-theme[data-market-theme="2"] #cart-count{background:rgb(var(--accent));color:#fff}html.tg-theme[data-market-theme="2"] #cart-icon{color:rgb(var(--accent));filter:none}html.tg-theme[data-market-theme="2"] .cart-item .price-now{color:rgb(var(--ink));font-weight:800}html.tg-theme[data-market-theme="2"] .cart-item .price-old{color:rgb(var(--mid))}html.tg-theme[data-market-theme="2"] .remove-item{background:#ffffff0d;color:rgb(var(--mid))}html.tg-theme[data-market-theme="2"] .remove-item:hover,html.tg-theme[data-market-theme="2"] .remove-item:active{background:rgb(var(--accent) / .16);color:rgb(var(--accent))}html.tg-theme[data-market-theme="2"] .payment-value{border-radius:var(--r-nested)!important}html.tg-theme[data-market-theme="2"] .payment-value:hover,html.tg-theme[data-market-theme="2"] .payment-value:active{background:rgb(var(--accent) / .1)!important;border-color:rgb(var(--accent) / .4)!important}html.tg-theme[data-market-theme="2"] .payment-value h5{background:rgb(var(--accent) / .14);color:rgb(var(--accent))}html.tg-theme[data-market-theme="2"] .step-num{background:rgb(var(--accent) / .16);color:rgb(var(--accent))}html.tg-theme[data-market-theme="2"] main>.infotext{display:none}html.tg-theme[data-market-theme="2"] #rate-bar{position:relative}html.tg-theme[data-market-theme="2"] .cat-help{position:absolute;top:6px;right:6px;z-index:5;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#141418e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgb(var(--accent) / .5);color:rgb(var(--accent));cursor:pointer;box-shadow:0 4px 12px #0006,0 0 12px -2px rgb(var(--accent) / .4);transition:background .15s var(--ease),transform .12s var(--ease)}html.tg-theme[data-market-theme="2"] .cat-help:active{transform:scale(.92);background:rgb(var(--accent) / .2)}html.tg-theme[data-market-theme="2"] .cat-help .lucide{width:17px;height:17px}.banners{display:flex;flex-direction:column;gap:8px;margin:12px 0 4px}.banners:empty{margin:0}.banner{display:flex;align-items:center;gap:12px;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.banner-body{flex:1;min-width:0}.banner-title{line-height:1.3}.banner-sub{margin-top:2px}.banner--promo .banner-sub{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.banner-timer{flex-shrink:0;font-variant-numeric:tabular-nums}.highlights{margin:0 0 14px;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.highlights li{position:relative;padding-left:24px;font-size:14px;line-height:1.4}.highlights li:before{content:"";position:absolute;left:4px;top:4px;width:5px;height:9px;border:solid rgb(var(--accent, 36 129 204));border-width:0 2px 2px 0;transform:rotate(45deg)}#toast-host{position:fixed;left:50%;bottom:calc(84px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none;width:min(92vw,420px)}.toast{width:100%;padding:12px 16px;border-radius:14px;font-size:14px;line-height:1.35;text-align:center;color:rgb(var(--canvas, 245 245 245));background:rgb(var(--ink, 10 10 10));border:1px solid transparent;box-shadow:0 8px 28px #00000038;opacity:0;transform:translateY(12px);transition:opacity .22s ease,transform .22s ease}.toast--in{opacity:1;transform:translateY(0)}.toast--error{color:#fff;background:rgb(var(--ember, 231 0 11))}
