.np-overlay[data-v-9256e19f]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990;background:#090d16c7;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem);display:flex;align-items:center;justify-content:center;padding:1.5rem}.np-dialog[data-v-9256e19f]{position:relative;width:100%;max-width:30rem;background:linear-gradient(180deg,#20273afa,#121725fa);border:1px solid rgba(201,169,110,.26);border-radius:1rem;box-shadow:0 1.5rem 5rem #0006;padding:2rem 1.75rem 1.5rem;color:#fff}.np-close[data-v-9256e19f]{position:absolute;top:.875rem;right:.875rem;width:1.75rem;height:1.75rem;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:transparent;color:#ffffffa6;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;transition:background .2s,color .2s}.np-close[data-v-9256e19f]:hover{background:#ffffff1a;color:#fff}.np-header[data-v-9256e19f]{margin-bottom:1rem;padding-right:2rem}.np-tag[data-v-9256e19f]{display:inline-flex;align-items:center;height:1.375rem;padding:0 .625rem;border-radius:62.4375rem;background:#c9a96e2e;color:#e2c389;font-size:.75rem;font-weight:600;margin-bottom:.625rem}.np-title[data-v-9256e19f]{font-size:1.125rem;font-weight:700;color:#fff;line-height:1.4;margin:0}.np-body[data-v-9256e19f]{font-size:14px;line-height:1.8;color:#ffffffd9;max-height:50vh;overflow-y:auto;word-break:break-word}.np-body[data-v-9256e19f] img{display:block;width:100%;max-width:100%;height:auto;border-radius:4px}.np-body[data-v-9256e19f] p{margin:0 0 8px}.np-body[data-v-9256e19f] p:last-child{margin-bottom:0}.np-body[data-v-9256e19f] a{color:#e2c389;word-break:break-all}.np-body[data-v-9256e19f]::-webkit-scrollbar{width:4px}.np-body[data-v-9256e19f]::-webkit-scrollbar-thumb{background:#c9a96e4d;border-radius:2px}.np-footer[data-v-9256e19f]{margin-top:1.25rem}.np-btn[data-v-9256e19f]{width:100%;height:2.625rem;border-radius:.5rem;border:none;background:linear-gradient(135deg,#c9a96e,#e2c389);color:#1a1400;font-size:.9375rem;font-weight:600;cursor:pointer;transition:opacity .2s}.np-btn[data-v-9256e19f]:hover{opacity:.88}.np-fade-enter-active[data-v-9256e19f],.np-fade-leave-active[data-v-9256e19f]{transition:opacity .25s ease}.np-fade-enter-from[data-v-9256e19f],.np-fade-leave-to[data-v-9256e19f]{opacity:0}#app{min-height:100vh}.network-bar{position:fixed;top:0;left:0;right:0;z-index:99999;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;letter-spacing:.3px}.network-bar--offline{background:#e05252;color:#fff}.network-bar--online{background:#0acf83;color:#fff}.network-bar__icon{font-size:1rem}.network-bar-enter-active{transition:transform .3s ease,opacity .3s ease}.network-bar-leave-active{transition:transform .25s ease,opacity .25s ease}.network-bar-enter-from,.network-bar-leave-to{transform:translateY(-100%);opacity:0}:root{--primary-rgb: 255, 203, 76;--primary: #FFCB4C;--primary-light: #FFD76E;--primary-dark: #E6B84A;--primary-bg: rgba(255, 203, 76, .08);--accent-green: #4ade80;--accent-blue: #60a5fa;--accent-orange: #fb923c;--accent-purple: #a78bfa;--accent-red: #ef4444;--gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);--gradient-gold: linear-gradient(135deg, #FFCB4C 0%, #E6B84A 100%);--gradient-green: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);--gradient-blue: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);--gradient-dark: linear-gradient(135deg, #1a1b20 0%, #22232a 100%);--bg-primary: #101114;--bg-secondary: #15161a;--bg-card: #1f2026;--bg-input: #22232a;--text-primary: rgba(255, 255, 255, .85);--text-secondary: rgba(255, 255, 255, .65);--text-disabled: rgba(255, 255, 255, .3);--text-hint: rgba(255, 255, 255, .4);--border-normal: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .04);--border-focus: var(--primary);--border-pink: rgba(var(--primary-rgb), .3);--border-gold: rgba(255, 203, 76, .2);--spacing-xs: .375rem;--spacing-sm: .8125rem;--spacing-md: 1.5625rem;--spacing-lg: 2.375rem;--spacing-xl: 3.25rem;--radius-sm: .5rem;--radius-md: .8125rem;--radius-lg: 1.3125rem;--radius-xl: 1.6875rem;--radius-full: 624.9375rem;--z-dropdown: 100;--z-sticky: 150;--z-sidebar: 200;--z-header: 200;--z-overlay: 900;--z-modal: 1000;--z-loading: 9999;--z-toast: 10000;--shadow-sm: 0 1px .1875rem rgba(0, 0, 0, .3);--shadow-md: 0 .25rem .75rem rgba(0, 0, 0, .4);--shadow-lg: 0 .5rem 1.5rem rgba(0, 0, 0, .5);--shadow-gold: 0 .25rem 1rem rgba(255, 203, 76, .15);--shadow-pink: var(--shadow-gold);--theme-page-bg: var(--bg-primary);--theme-layout-bg: var(--bg-primary);--theme-header-bg: var(--bg-secondary);--theme-sidebar-bg: var(--bg-secondary);--theme-footer-bg: var(--bg-primary);--theme-card-bg: var(--bg-card);--theme-card-bg-soft: var(--bg-secondary);--theme-panel-bg: var(--bg-card);--theme-modal-bg: var(--bg-card);--theme-input-bg: var(--bg-input);--theme-hover-bg: var(--bg-hover);--theme-active-bg: var(--primary-bg);--theme-mask-bg: rgba(0, 0, 0, .5);--theme-text-main: var(--text-primary);--theme-text-sub: var(--text-secondary);--theme-text-muted: var(--text-hint);--theme-text-disabled: var(--text-disabled);--theme-text-on-primary: #1a1a1a;--theme-border: var(--border-normal);--theme-border-soft: var(--border-light);--theme-border-active: var(--border-gold);--theme-button-bg: var(--gradient-primary);--theme-button-text: #1a1a1a;--theme-button-secondary-bg: var(--bg-card);--theme-button-secondary-text: var(--text-primary);--theme-shadow-card: var(--shadow-sm);--theme-shadow-float: var(--shadow-md);--theme-focus-shadow: 0 0 0 .25rem rgba(var(--primary-rgb), .1)}.theme-light-blue{--primary-rgb: 25, 178, 236;--primary: #19b2ec;--primary-light: #58cdf7;--primary-dark: #168fe0;--primary-bg: rgba(25, 178, 236, .1);--accent-green: #12b886;--accent-blue: #168fe0;--accent-orange: #ff9f43;--accent-purple: #7c8cff;--accent-red: #e05252;--gradient-primary: linear-gradient(135deg, #1fc7f3 0%, #168fe0 100%);--gradient-gold: var(--gradient-primary);--gradient-green: linear-gradient(135deg, #34d399 0%, #12b886 100%);--gradient-blue: linear-gradient(135deg, #58cdf7 0%, #168fe0 100%);--gradient-dark: linear-gradient(180deg, #f6fbff 0%, #eaf5ff 100%);--bg-primary: #edf6ff;--bg-secondary: #f7fbff;--bg-card: rgba(255, 255, 255, .92);--bg-input: #eef6ff;--text-primary: #23364b;--text-secondary: #526b84;--text-disabled: #a6b8c9;--text-hint: #8197ab;--border-normal: rgba(76, 151, 210, .18);--border-light: rgba(76, 151, 210, .12);--border-focus: var(--primary);--border-pink: rgba(var(--primary-rgb), .28);--border-gold: rgba(var(--primary-rgb), .22);--shadow-sm: 0 .125rem .5rem rgba(74, 132, 184, .1);--shadow-md: 0 .5rem 1.375rem rgba(74, 132, 184, .14);--shadow-lg: 0 1rem 2.625rem rgba(74, 132, 184, .18);--shadow-gold: 0 .5rem 1.5rem rgba(25, 178, 236, .18);--shadow-pink: var(--shadow-gold);--theme-page-bg: #edf6ff;--theme-layout-bg: #edf6ff;--theme-header-bg: rgba(255, 255, 255, .9);--theme-sidebar-bg: rgba(255, 255, 255, .9);--theme-footer-bg: #f7fbff;--theme-card-bg: rgba(255, 255, 255, .92);--theme-card-bg-soft: #f7fbff;--theme-panel-bg: rgba(255, 255, 255, .9);--theme-modal-bg: #ffffff;--theme-input-bg: #eef6ff;--theme-hover-bg: rgba(25, 178, 236, .08);--theme-active-bg: rgba(25, 178, 236, .1);--theme-mask-bg: rgba(42, 78, 110, .28);--theme-text-main: #23364b;--theme-text-sub: #526b84;--theme-text-muted: #8197ab;--theme-text-disabled: #a6b8c9;--theme-text-on-primary: #ffffff;--theme-border: rgba(76, 151, 210, .18);--theme-border-soft: rgba(76, 151, 210, .12);--theme-border-active: rgba(25, 178, 236, .28);--theme-button-bg: var(--gradient-primary);--theme-button-text: #ffffff;--theme-button-secondary-bg: rgba(238, 247, 255, .86);--theme-button-secondary-text: #23435f;--theme-shadow-card: 0 .625rem 1.75rem rgba(74, 132, 184, .12);--theme-shadow-float: 0 1rem 2.625rem rgba(74, 132, 184, .18);--theme-focus-shadow: 0 0 0 .25rem rgba(25, 178, 236, .12)}.theme-light-blue body,.theme-light-blue #app{color:var(--text-primary);background:radial-gradient(circle at 18% 0%,rgba(99,204,255,.24),transparent 34%),linear-gradient(180deg,#f5fbff,#edf6ff 42%,#f7fbff)}.theme-light-blue .layout,.theme-light-blue .layout-right{background-color:#edf6ff!important}.theme-light-blue .layout-right{background-image:var(--layout-light-bg-image, var(--layout-bg-image))!important;background-repeat:no-repeat!important;background-size:100% auto!important;background-position:0 7.25rem!important}.theme-light-blue .layout-right--member{background-image:linear-gradient(180deg,#edf6ff00,#edf6ff29 34%,#edf6ff80 58%,#edf6ffd6 78%,#edf6ff),radial-gradient(circle at 50% 10rem,#19b2ec24,#19b2ec0f 24%,#edf6ff00 58%),var(--layout-light-bg-image, var(--layout-bg-image))!important;background-repeat:no-repeat,no-repeat,no-repeat!important;background-size:100% calc(100% - 7.25rem),100% 45rem,100% auto!important;background-position:0 7.25rem,center 7.25rem,0 7.25rem!important}.theme-light-blue .header{background:#ffffffe6;border-bottom-color:#4c97d229;box-shadow:0 .5rem 1.625rem #4a84b81a;-webkit-backdrop-filter:blur(1.125rem);backdrop-filter:blur(1.125rem)}.theme-light-blue .header-marquee{background:#ffffff94;border-bottom:1px solid rgba(76,151,210,.1)}.theme-light-blue .marquee-more,.theme-light-blue .marquee-scroll{color:#6d8297}.theme-light-blue .bottom-links{display:none!important}.theme-switch-btn{height:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;flex-shrink:0;padding:0 .75rem;border:1px solid var(--theme-border, rgba(255, 255, 255, .12));border-radius:62.4375rem;color:var(--theme-button-secondary-text, rgba(255, 255, 255, .76));background:var(--theme-button-secondary-bg, rgba(255, 255, 255, .05));font-size:.8125rem;font-weight:700;line-height:1;white-space:nowrap;transition:color .15s,background .15s,border-color .15s,box-shadow .15s}.theme-switch-btn:hover{border-color:var(--theme-border-active, rgba(255, 203, 76, .42))}.theme-switch-btn__icon{color:inherit;font-size:.875rem;line-height:1}.theme-light-blue .theme-switch-btn__icon{color:var(--primary-dark)}.theme-light-blue .theme-switch-btn{color:#23435f;border-color:#3aa9ea42;background:#eef7ffdb;box-shadow:0 .375rem 1rem #4b9ad41f}.theme-light-blue .sidebar,.theme-light-blue .user-nav,.theme-light-blue .ps-card,.theme-light-blue .game-card,.theme-light-blue .activity-card,.theme-light-blue .promo-card,.theme-light-blue .service-card,.theme-light-blue .wallet-dropdown,.theme-light-blue .modal,.theme-light-blue .ps-modal{color:var(--text-primary);background:#ffffffe6;border-color:var(--border-normal);box-shadow:var(--shadow-md)}.theme-light-blue input,.theme-light-blue textarea,.theme-light-blue select{color:var(--text-primary);background-color:var(--bg-input);border-color:var(--border-normal)}.theme-light-blue input::-moz-placeholder,.theme-light-blue textarea::-moz-placeholder{color:#9cadbd}.theme-light-blue input::placeholder,.theme-light-blue textarea::placeholder{color:#9cadbd}.theme-light-blue .auth-btn,.theme-light-blue .btn-primary,.theme-light-blue .mini-btn--primary,.theme-light-blue .bc-modal__submit,.theme-light-blue .eb-modal__submit,.theme-light-blue .uw-modal__submit{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-gold)}.theme-light-blue :is(.home-page,.game-page,.activity-page,.member-page,.vip-page,.interest-page,.profit-page,.payment-page,.withdraw-page,.recharge-page,.referral-page,.about-page,.tutorial-page){color:var(--text-primary)!important;background:transparent!important}.theme-light-blue :is(.section,.panel,.board,.content-box,.module,.box,.card,.ps-card,.rate-card,.order-card,.transfer-card,.history-card,.detail-card,.stat-card,.record-card,.wallet-card,.target-card,.member-card,.overview-card,.privilege-card,.shareholder-card,.benefit-card,.home-card,.game-card,.promo-card,.activity-card,.service-card,.vip-banner,.tabs,.table-wrap,.empty-state,.faq-layout,.faq-sidebar,.faq-content,.modal-box,.logout-modal-box,.user-center,.center-header,.center-body){color:var(--text-primary)!important;background:#ffffffe6!important;border-color:#4c97d22e!important;box-shadow:0 10px 28px #4a84b81f!important}.theme-light-blue :is([class$=-card],[class*=-card__],[class$=-panel],[class*=-panel__],[class$=-box],[class*=-box__],[class$=-body],[class*=-body__],[class$=-section],[class*=-section__]){border-color:#4c97d229}.theme-light-blue :is(.hero,.banner-section,.home-banner,.banner-card,.live-halls,.hot-games,.latest-games,.brand-history,.service-profit,.vip-section){color:var(--text-primary)!important;background:linear-gradient(180deg,#ffffffb8,#eef7ffe6)!important;border-color:#4c97d229!important}.theme-light-blue :is(h1,h2,h3,h4,.title,.section-title,.card-title,.hero h1,.login-name,.modal-title,.logout-modal-title){color:#20384f!important}.theme-light-blue :is(p,label,.desc,.sub,.subtitle,.section-subtitle,.hero-desc,.text-muted,.info-label,.rate-card__label,.order-stat__label,.history-card__label,.faq-content p,.faq-content ol li){color:#637b92!important}.theme-light-blue :is(.value,.amount,.rate-card__value,.order-stat__value,.history-card__val,.info-value,.modal-amount){color:#20384f!important}.theme-light-blue :is(.tab,.tabs button,.nav-arrow,.menu-item,.frequent-item,.main-item,.faq-sidebar li){color:#526b84!important;background:#eef7ffb8!important;border-color:#4c97d224!important}.theme-light-blue :is(.tab.active,.tabs button.active,.menu-item.active,.faq-sidebar li.active){color:#168fe0!important;background:#19b2ec1a!important;border-color:#19b2ec47!important}.theme-light-blue :is(.input-wrapper,.calc-input input,.date-input,.ps-input,.form-input,.search-input){color:#20384f!important;background:#eef6ff!important;border-color:#4c97d233!important}.theme-light-blue :is(.btn--primary,.ps-button--primary,.submit-btn,.confirm-btn,.login-submit,.register-tip-btn,.logout-modal-btn--primary,.vip-btn){color:#fff!important;background:var(--gradient-primary)!important;border-color:transparent!important;box-shadow:0 .5rem 1.5rem #19b2ec33!important}.theme-light-blue :is(.btn--outline,.ps-button--outline,.logout-modal-btn--cancel,.register-tip-btn--secondary){color:#168fe0!important;background:#ffffffb8!important;border-color:#19b2ec47!important}.theme-light-blue :is(.modal-overlay,.logout-modal-overlay,.np-mask){background:#2a4e6e47!important;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem)}.theme-light-blue :is(.banner-slider,.banner-aside,.bh-content,.bh-detail){background:var(--theme-card-bg)!important;box-shadow:var(--theme-shadow-card)!important}.theme-light-blue .bh-header__title,.theme-light-blue .bh-item__text h3,.theme-light-blue .bh-detail__info h3{color:var(--theme-text-main)!important}.theme-light-blue .bh-item__text p,.theme-light-blue .bh-detail__info p,.theme-light-blue .side-nav-title,.theme-light-blue .side-nav-desc{color:var(--theme-text-sub)!important}.theme-light-blue :is(.bh-track__line,.side-nav-dot,.side-nav-line){background:#4c97d22e!important;border-color:var(--theme-card-bg)!important}.theme-light-blue :is(.bh-arrow,.side-nav-thumb){border-color:var(--theme-border)!important;background:var(--theme-button-secondary-bg)!important;color:var(--theme-text-sub)!important}.theme-light-blue :is(.live-card,.game-entry-card,.game-card,.promo-image-card,.brand-lottery){box-shadow:var(--theme-shadow-card)!important}.theme-light-blue :is(.live-card,.game-entry-card){background-color:#f7fbff!important}.theme-light-blue .content-area{color:var(--theme-text-main)!important;background:#fffffff0!important;box-shadow:var(--theme-shadow-card)!important}.theme-light-blue .content-area .section-heading,.theme-light-blue .content-area .ic-label,.theme-light-blue .content-area .chip-ratio-title{color:var(--theme-text-main)!important}.theme-light-blue .content-area .ic-desc,.theme-light-blue .content-area .chip-ratio-card__label,.theme-light-blue .content-area .chip-ratio-games__label{color:var(--theme-text-sub)!important}.theme-light-blue .content-area .info-card,.theme-light-blue .content-area .chip-ratio-card,.theme-light-blue .content-area .chip-ratio-game-tag{background:#f7fbffdb!important;border-color:var(--theme-border)!important}.theme-light-blue .content-area .info-card--clickable:hover{background:#eef7fff5!important}.theme-light-blue .content-area .gender-opt{color:var(--theme-text-sub)!important;background:#eef7ffe0!important}.theme-light-blue .content-area .gender-opt.active{color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:var(--theme-border-active)!important}.theme-light-blue .content-area .settings-notice{color:var(--theme-text-sub)!important;background:#fff6e2d1!important}.theme-light-blue .user-header{color:var(--theme-text-main)!important;background:radial-gradient(circle at 78% 8%,rgba(25,178,236,.18),transparent 30%),linear-gradient(120deg,#fffffffa,#ecf8fff5 58%,#daf0fff0)!important;box-shadow:var(--theme-shadow-card)!important}.theme-light-blue .user-header:before{background:linear-gradient(120deg,transparent 0%,transparent 70%,rgba(25,178,236,.08) 70%,rgba(25,178,236,.08) 78%,transparent 78%),linear-gradient(120deg,transparent 0%,transparent 82%,rgba(91,191,241,.12) 82%,rgba(91,191,241,.12) 88%,transparent 88%)!important}.theme-light-blue .user-header:after{background:radial-gradient(circle,#19b2ec29,#19b2ec00 68%)!important}.theme-light-blue .uh-greeting,.theme-light-blue .uh-name,.theme-light-blue .uh-balance-amount,.theme-light-blue .uh-balances--interactive:hover .uh-balance-amount,.theme-light-blue .uh-balances--open .uh-balance-amount{color:var(--theme-text-main)!important;text-shadow:none!important}.theme-light-blue .uh-balance-label,.theme-light-blue .uh-forecast{color:var(--theme-text-sub)!important}.theme-light-blue .uh-balances{background:#ffffffb8!important}.theme-light-blue .uh-balance-coin{filter:drop-shadow(0 .1875rem .5rem rgba(25,178,236,.18))!important}.theme-light-blue .cs-arrow{background:linear-gradient(180deg,#fff,#e3f3ff)!important;box-shadow:inset 0 1px #ffffffd6,0 .25rem .625rem #4b9ad429!important}.theme-light-blue .cs-arrow__icon path{stroke:#168fe0!important}.theme-light-blue .currency-dropdown{background:linear-gradient(180deg,#fff,#f3f9ff)!important;border-color:var(--theme-border)!important;box-shadow:0 1.125rem 2.75rem #4a84b82e!important}.theme-light-blue .currency-dropdown:before{background:#fff!important}.theme-light-blue .cd-item:hover,.theme-light-blue .cd-item.active{background:#19b2ec14!important}.theme-light-blue .cd-name,.theme-light-blue .cd-balance{color:var(--theme-text-main)!important}.theme-light-blue .cd-label{color:var(--theme-text-muted)!important}.theme-light-blue .uh-interest-btn{color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;box-shadow:0 .5rem 1.125rem #19b2ec2e!important}.theme-light-blue .uh-forecast-val{color:#168fe0!important}.theme-light-blue .tab-bar{background:#ffffffd1!important;box-shadow:var(--theme-shadow-card)!important}.theme-light-blue .tab-item{color:var(--theme-text-sub)!important;background:#f7fbffe6!important;border-color:var(--theme-border)!important;box-shadow:inset 0 1px #ffffffc2,0 .1875rem .625rem #4a84b81a!important}.theme-light-blue .tab-item:hover{color:var(--theme-text-main)!important;background:#eef7fff5!important;border-color:var(--theme-border-active)!important}.theme-light-blue .tab-item.active{color:#fff!important;background:var(--theme-button-bg)!important;border-color:transparent!important;box-shadow:0 .5rem 1.125rem #19b2ec33!important}.theme-light-blue .tab-label{text-shadow:none!important}.theme-light-blue :is(.activities-section,.rank-section,.withdraw-body,.withdraw-content,.withdraw-sidebar,.recharge-form-shell,.record-body,.record-table,.record-filters,.rebate-detail-table,.report-table,.report-filters,.favorites-empty,.daily-table,.faq-layout){color:var(--theme-text-main)!important;background:#ffffffe6!important;border-color:var(--theme-border)!important;box-shadow:var(--theme-shadow-card)!important}.theme-light-blue :is(.withdraw-page,.recharge-page,.payment-page,.messages-page,.game-play-page,.activity-detail-page,.activity-page,.interest-page){color:var(--theme-text-main)!important;background:transparent!important}.theme-light-blue :is(.deposit-content,.withdraw-content,.record-table__row,.table-header,.table-empty,.record-empty,.empty-box,.message-empty,.pay-status-card,.pay-modal,.split-modal,.uw-modal,.eb-modal,.bc-modal,.info-card,.content-section,.bonus-card,.rank-table-wrap,.act-card,.act-card-footer,.favorites-empty,.game-card,.chess-pcard,.slots-game-card,.slots-rank-card,.slots-provider-tab,.ls-rec-card,.ls-pv-card,.ls-hl-card,.method-card,.qp-method-card,.amount-pill,.qp-amount-pill,.custom-amount,.input-wrapper,.exchange-rate-card,.turnover-section,.withdraw-warning,.filter-group){color:var(--theme-text-main)!important;background:#ffffffeb!important;border-color:var(--theme-border)!important;box-shadow:0 .5rem 1.375rem #4a84b81a!important}.theme-light-blue :is(.deposit-cat,.withdraw-nav-item,.filter-radio-item,.filter-check-item,.tab-switch-btn,.record-tab,.section-tab,.slots-tab,.ls-hl-tab,.game-filter-tab,.currency-dropdown__item,.uw-dropdown__item){color:var(--theme-text-sub)!important;background:#eef7ffd1!important;border-color:var(--theme-border)!important}.theme-light-blue :is(.deposit-cat.active,.withdraw-nav-item--active,.filter-radio-item.active,.filter-check-item.active,.tab-switch-btn--active,.record-tab.active,.section-tab.active,.slots-tab.active,.ls-hl-tab--active,.game-filter-tab.active,.currency-dropdown__item.active,.uw-dropdown__item.active){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important;box-shadow:0 .5rem 1.125rem #19b2ec2e!important}.theme-light-blue :is(.deposit-cat:hover,.withdraw-nav-item:hover,.filter-radio-item:hover,.filter-check-item:hover,.tab-switch-btn:hover,.record-tab:hover,.section-tab:hover,.slots-tab:hover,.ls-hl-tab:hover,.game-filter-tab:hover){color:var(--theme-text-main)!important;background:#e2f4fffa!important;border-color:var(--theme-border-active)!important}.theme-light-blue :is(.withdraw-header__title,.form-section__label,.label-bar+span,.section-heading,.rank-section-title,.activity-title,.message-title,.record-tabs,.record-tab,.filter-title,.table-header,.record-table__head,.section-head-title,.game-card__name,.favorites-empty__text,.act-card-title,.act-card-status,.rank-table-header,.deposit-title,.recharge-title){color:var(--theme-text-main)!important;text-shadow:none!important}.theme-light-blue :is(.message-content,.message-time,.record-hint,.record-table__cell,.record-empty__text,.empty-text,.activity-meta,.section-content,.act-card-meta,.rank-table td,.rank-table-footer,.game-card__sub,.slots-game-name,.target-card__addr,.target-card__tag,.transfer-sub,.progress-info,.withdraw-warning,.exchange-rate-card__hint,.pay-modal__msg,.split-modal__content){color:var(--theme-text-sub)!important;text-shadow:none!important}.theme-light-blue :is(.amount,.balance-amount,.target-card__name,.wallet-amount,.record-table__amount,.stat-card__value,.privilege-label,.modal-amount,.cd-balance,.currency-value,.exchange-rate-card__usdt){color:var(--theme-text-main)!important;text-shadow:none!important}.theme-light-blue :is(.target-card,.target-card--add,.target-card--add-wallet,.wallet-item,.usdt-wallet-item,.bank-card-item,.stat-card,.privilege-card,.info-card,.chip-ratio-card,.chip-ratio-game-tag){color:var(--theme-text-main)!important;background:#f7fbffeb!important;box-shadow:0 .375rem 1.125rem #4a84b81a!important}.theme-light-blue :is(.target-card--selected,.target-card:hover,.wallet-item:hover,.usdt-wallet-item:hover,.bank-card-item:hover,.privilege-card:hover){background:#e2f4fff5!important;border-color:var(--theme-border-active)!important;box-shadow:0 .625rem 1.625rem #19b2ec24!important}.theme-light-blue :is(.submit-btn,.filter-btn,.privilege-btn--active,.favorites-empty__btn,.pay-modal__btn--confirm,.split-modal__btn--primary,.method-card.active,.qp-method-card.active,.amount-pill.active,.qp-amount-pill.active){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important;box-shadow:0 .5rem 1.375rem #19b2ec2e!important}.theme-light-blue :is(.submit-btn:disabled,.submit-btn[disabled],.target-card--maintaining,.game-card__maintain,.empty-state){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;border-color:#4c97d21f!important;box-shadow:none!important}.theme-light-blue :is(.custom-amount__input,.name-input,.digital-row__input,.amount-input,.pay-password-input,.sms-input,.filter-date,.filter-select){color:var(--theme-text-main)!important;background:transparent!important;border-color:var(--theme-border)!important}.theme-light-blue :is(.pay-modal-overlay,.split-modal-mask,.uw-modal-mask,.eb-modal-mask,.bc-modal-mask){background:#2a4e6e47!important;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem)}.theme-light-blue :is(.slots-category-tabs,.slots-provider-tabs,.chess-hot-head,.game-banner-dots,.activity-grid,.rank-grid,.withdraw-targets,.methods-grid,.amount-grid){color:var(--theme-text-main)!important}.theme-light-blue :is(.slots-provider-tab,.slots-rank-title,.chess-hot-title,.section-head,.section-head--sub){color:var(--theme-text-main)!important;background:transparent!important;text-shadow:none!important}.theme-light-blue :is(.slots-game-card,.chess-hot-card,.chess-pcard,.ls-rec-card,.ls-pv-card,.ls-hl-card){background:#ffffffe6!important;box-shadow:var(--theme-shadow-card)!important}.theme-light-blue :is(.slots-game-card__body,.chess-hot-info,.game-card__content,.act-card-footer){background:#fffffff0!important;color:var(--theme-text-main)!important}.theme-light-blue :is(.act-card:before,.game-card:before,.rank-table-wrap:before,.target-card:before){background:transparent!important}.theme-light-blue :is(.login-overlay){background:#2a4e6e47!important;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem)}.theme-light-blue :is(.login-wrap){box-shadow:0 1.5rem 4rem #4a84b83d!important}.theme-light-blue :is(.login-dialog,.form-footer){background:#fff!important}.theme-light-blue :is(.login-title,.account-step-title){color:var(--theme-text-main)!important}.theme-light-blue :is(.login-tabs){border-bottom-color:var(--theme-border)!important}.theme-light-blue :is(.login-tabs .tab-item){color:var(--theme-text-sub)!important;background:transparent!important}.theme-light-blue :is(.login-tabs .tab-item.active){color:var(--primary-dark)!important;background:transparent!important;box-shadow:none!important}.theme-light-blue .login-tabs .tab-item.active:after{background:var(--primary-dark)!important}.theme-light-blue :is(.step-tip,.account-summary,.input-box,.guest-btn){color:var(--theme-text-main)!important;background:#f7fbffeb!important;border-color:var(--theme-border)!important}.theme-light-blue :is(.account-step-desc,.account-summary__label,.input-hint,.forget-link,.back-link,.register-tip,.guest-btn){color:var(--theme-text-sub)!important}.theme-light-blue :is(.input-box input){color:var(--theme-text-main)!important}.theme-light-blue .input-box input::-moz-placeholder{color:var(--theme-text-muted)!important}.theme-light-blue .input-box input::placeholder{color:var(--theme-text-muted)!important}.theme-light-blue :is(.input-box:focus-within){border-color:var(--primary)!important;box-shadow:var(--theme-focus-shadow)!important}.theme-light-blue :is(.input-prefix-text,.hint-badge){color:var(--primary-dark)!important;background:#19b2ec1a!important}.theme-light-blue :is(.code-btn,.register-link,.forget-link:hover,.back-link:hover,.guest-btn:hover){color:var(--primary-dark)!important}.theme-light-blue :is(.guest-btn:hover){border-color:var(--theme-border-active)!important;background:#e2f4fff5!important}.theme-light-blue :is(.login-form .submit-btn){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;box-shadow:0 .5rem 1.375rem #19b2ec2e!important}.theme-light-blue :is(.login-form .submit-btn:hover:not(:disabled)){filter:brightness(1.04)}.theme-light-blue :is(.login-banner){background:radial-gradient(circle at 72% 20%,rgba(25,178,236,.16),transparent 34%),linear-gradient(135deg,#f7fbff,#eaf6ff 52%,#dff1ff)!important}.theme-light-blue :is(.banner-placeholder){background:radial-gradient(circle at 58% 34%,rgba(25,178,236,.18),transparent 36%),linear-gradient(135deg,#fff,#eef8ff 56%,#dff1ff)!important}.theme-light-blue :is(.placeholder-text){color:var(--theme-text-main)!important}.theme-light-blue :is(.dot){background:#19b2ec47!important}.theme-light-blue :is(.dot.active){background:var(--primary)!important}html.theme-light-blue body :is([class*=__label],[class*=__title],[class*=__name],[class*=__text],[class*=__content],[class*=__desc],[class*=__sub],[class*=__hint],[class*=__time],[class*=__addr],[class*=__meta],[class*=__status]){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is([class*=__value],[class*=__amount],[class*=__val],[class*=__total],[class*=__balance],[class*=__price],[class*=__number],[class*=__count]){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.stat-card .stat-card__label,.rate-card .rate-card__label,.target-card .target-card__addr,.record-table .record-table__cell,.message-card .message-content,.message-card .message-time,.act-card .act-card-meta,.game-card .game-card__sub,.privilege-card .privilege-lock,.empty-state .empty-state__text,.empty-box .empty-text,.message-empty .empty-text){color:var(--theme-text-sub)!important}html.theme-light-blue body :is(.stat-card .stat-card__value,.stat-card .stat-card__value--dim,.stat-card .stat-card__value--highlight,.rate-card .rate-card__value,.target-card .target-card__name,.record-table .record-table__amount,.message-card .message-title,.act-card .act-card-title,.game-card .game-card__name,.privilege-card .privilege-label){color:var(--theme-text-main)!important}html.theme-light-blue body :is(.stat-card .stat-card__desc,.stat-card .stat-card__sub){color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.query-btn,.recycle-btn,.query-btn:disabled,.recycle-btn:disabled){color:var(--theme-text-sub)!important;background:#eef7ffe6!important;box-shadow:none!important}html.theme-light-blue body :is(.query-btn:not(:disabled),.recycle-btn:not(:disabled)){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important;box-shadow:0 8px 18px #19b2ec29!important}html.theme-light-blue body :is(.marquee-bar,.slots-platform-bar,.wallet-list,.deposit-sidebar,.pay-sidebar,.pay-body,.pay-content){color:var(--theme-text-main)!important;background:#ffffffe6!important;border-color:var(--theme-border)!important;box-shadow:var(--theme-shadow-card)!important}html.theme-light-blue body :is(.marquee-label,.marquee-item,.my-rewards-link,.slots-platform-chip,.slots-platform-chip span,.deposit-sidebar__label,.deposit-cat__name,.deposit-cat__arrow,.pay-sidebar__label,.pay-sidebar-cat__name,.pay-sidebar-cat__arrow,.pay-step-text,.pay-status-card__text,.pay-field__label,.pay-crypto-tips__item){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.my-rewards-link,.marquee-label,.pay-content__title,.pay-page-header__title,.pay-status-card__title,.pay-field__value,.pay-address-text,.pay-crypto-tips__title,.usdt-coin-name,.wallet-item-en,.wallet-item-balance){color:var(--theme-text-main)!important}html.theme-light-blue body :is(.my-rewards-link){color:var(--primary-dark)!important}html.theme-light-blue body :is(.slots-platform-chip,.deposit-cat,.pay-sidebar-cat,.pay-step-item,.pay-status-card,.pay-address-box,.usdt-coin-card,.wallet-item){background:#f7fbffeb!important;border-color:var(--theme-border)!important;color:var(--theme-text-main)!important}html.theme-light-blue body :is(.slots-platform-chip:hover,.deposit-cat:hover,.pay-sidebar-cat:hover,.wallet-item:hover){background:#e2f4fffa!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.deposit-cat.active,.pay-sidebar-cat.active,.pay-step-item.active){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important}html.theme-light-blue body :is(.deposit-cat.active *,.pay-sidebar-cat.active *,.pay-step-item.active *){color:var(--theme-button-text)!important}html.theme-light-blue body :is(.pay-step-connector line,.pay-step-connector path){stroke:#4c97d252!important}html.theme-light-blue body :is(.pay-page-header__icon){color:var(--theme-text-sub)!important}html.theme-light-blue body :is(.pay-page-header__icon:hover){color:var(--primary-dark)!important}html.theme-light-blue body :is(.pay-field__value--amount){color:var(--primary-dark)!important}html.theme-light-blue body :is(.pay-copy-btn,.pay-action-btn--primary){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important}html.theme-light-blue body :is(.pay-action-btn--outline){color:var(--primary-dark)!important;background:#ffffffb8!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.pay-crypto-tips){background:#fff6e2d1!important;border-color:#ff9f432e!important}html.theme-light-blue body :is(.level-progress .progress-text,.level-progress .progress-text span){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.level-progress .progress-text span){color:var(--primary-dark)!important}html.theme-light-blue body :is(.level-progress .process-bar){background:#4c97d229!important}html.theme-light-blue body :is(.level-progress .inner){background:var(--theme-button-bg)!important}html.theme-light-blue body :is(.wallet-list,.currency-dropdown){background:linear-gradient(180deg,#fff,#f3f9ff)!important;box-shadow:0 18px 44px #4a84b82e!important}html.theme-light-blue body :is(.wallet-item.active){background:#19b2ec1a!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.wallet-item-cn,.usdt-coin-sub){color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.wallet-item-check){color:var(--primary-dark)!important}html.theme-light-blue body :is(.usdt-modal-overlay){background:#2a4e6e47!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html.theme-light-blue body :is(.usdt-modal){color:var(--theme-text-main)!important;background:#fff!important;box-shadow:0 24px 64px #4a84b838!important}html.theme-light-blue body :is(.usdt-modal__title){color:var(--theme-text-main)!important}html.theme-light-blue body :is(.usdt-modal__close){color:var(--theme-text-sub)!important;background:#eef7ffdb!important}html.theme-light-blue body :is(.usdt-modal__close:hover){color:var(--primary-dark)!important;background:#e2f4fff5!important}html.theme-light-blue body :is(.usdt-field){color:var(--theme-text-main)!important;background:#f7fbffeb!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.usdt-field:hover,.usdt-field:focus-within){border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body :is(.usdt-field__input,.usdt-field__value,.usdt-field__arrow){color:var(--theme-text-main)!important}html.theme-light-blue body .usdt-field__input::-moz-placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body .usdt-field__input::placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.usdt-field__icon svg,.usdt-field__icon svg *){stroke:var(--theme-text-muted)!important}html.theme-light-blue body :is(.usdt-field__sms-btn,.usdt-modal__submit){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important}html.theme-light-blue body :is(.usdt-field__sms-btn:disabled,.usdt-modal__submit:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important}html.theme-light-blue body :is(.usdt-warning){color:#9a6a15!important;background:#fff6e2db!important;border-color:#ff9f432e!important}html.theme-light-blue body :is(.usdt-warning *){color:#9a6a15!important}html.theme-light-blue body :is(.notifications .bell){color:var(--theme-text-sub)!important;background:#eef7ffdb!important;box-shadow:0 6px 16px #4b9ad41f!important}html.theme-light-blue body :is(.notifications:hover .bell){color:var(--primary-dark)!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.notifications .bell-svg){color:inherit!important}html.theme-light-blue body :is(.notifications .num){color:#fff!important;background:#e05252!important;border-color:#fff!important}html.theme-light-blue body :is(.wallet-card__add-icon,.target-card--add__icon){color:var(--primary-dark)!important;text-shadow:none!important}html.theme-light-blue body :is(.wallet-card__title,.target-card--add__text){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.wallet-card__link,.wallet-card__icons,.wallet-card__badge,.target-card__tag,.uw-field__arrow,.bc-field__arrow,.ps-select__arrow,.sidebar-cat__arrow,.qp-flow-step__arrow){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.wallet-card--add-usdt,.wallet-card--add-ebpay,.wallet-card--add-cny,.target-card--add){color:var(--theme-text-main)!important;background:linear-gradient(180deg,#fff,#f3f9ff)!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.wallet-card--add-usdt:hover,.wallet-card--add-ebpay:hover,.wallet-card--add-cny:hover,.target-card--add:hover){background:#e2f4fffa!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.target-card__tag.arrival,.deposit-cat__badge,.uw-dropdown__tag,.bc-field__tag,.prize-item__tag){color:var(--primary-dark)!important;background:#19b2ec1f!important;border-color:#19b2ec2e!important}html.theme-light-blue body :is(.verify-gate__btn--secondary,.split-modal__btn--ghost,.pay-modal__btn--cancel,.ps-modal__btn--cancel){color:var(--primary-dark)!important;background:#ffffffb8!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.verify-gate__btn--primary,.limit-recommend-banner__btn,.split-modal__btn--primary,.pay-modal__btn--confirm,.ps-modal__btn--confirm,.stat-card__btn,.k8-alert__btn,.rule-popup__btn,.favorites-empty__btn){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important}html.theme-light-blue body :is(.verify-gate__btn:disabled,.limit-recommend-banner__btn:disabled,.split-modal__btn:disabled,.pay-modal__btn:disabled,.ps-modal__btn:disabled,.stat-card__btn:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.amount-input-wrap,.ps-amount-input__field){color:var(--theme-text-main)!important;background:#f7fbfff0!important;border-color:var(--theme-border)!important;box-shadow:inset 0 1px #ffffffb8!important}html.theme-light-blue body :is(.amount-input-wrap:focus-within,.ps-amount-input__field:focus-within){border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body :is(.amount-input,.ps-amount-input__input){color:var(--theme-text-main)!important;background:transparent!important}html.theme-light-blue body .amount-input::-moz-placeholder,html.theme-light-blue body .ps-amount-input__input::-moz-placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body .amount-input::placeholder,html.theme-light-blue body .ps-amount-input__input::placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.amount-all-btn,.ps-amount-input__max){color:var(--primary-dark)!important}html.theme-light-blue body :is(.sms-send-btn){color:var(--primary-dark)!important;background:#ffffffb8!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.sms-send-btn:hover:not(:disabled)){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important}html.theme-light-blue body :is(.sms-send-btn:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.main-entry .main-item .text,.main-entry .main-item .arrow){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.main-entry .main-item .icon){color:var(--primary-dark)!important;background:#e2f4fff5!important}html.theme-light-blue body :is(.deposit-sidebar,.deposit-content){color:var(--theme-text-main)!important;background:#ffffffe6!important;border-color:var(--theme-border)!important;box-shadow:none!important}html.theme-light-blue body :is(.deposit-sidebar__label,.deposit-cat__name,.deposit-cat__arrow,.content-title,.step-text,.form-section__label,.protocol-info-btn,.custom-amount__unit,.usdt-coin-sub){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.content-title,.form-section__label,.usdt-coin-name,.custom-amount__input,.protocol-pill){color:var(--theme-text-main)!important}html.theme-light-blue body :is(.label-bar){background:var(--theme-button-bg)!important}html.theme-light-blue body :is(.step-item,.usdt-coin-card,.custom-amount,.protocol-pill){color:var(--theme-text-main)!important;background:#f7fbfff5!important;border-color:var(--theme-border)!important;box-shadow:0 6px 16px #4a84b814!important}html.theme-light-blue body :is(.deposit-cat.active,.step-item.active,.protocol-pill.active){color:var(--primary-dark)!important;background:#19b2ec1a!important;border-color:var(--theme-border-active)!important;box-shadow:0 8px 20px #19b2ec1f!important}html.theme-light-blue body :is(.deposit-cat.active *,.step-item.active *,.protocol-pill.active *){color:var(--primary-dark)!important}html.theme-light-blue body :is(.custom-amount:focus-within,.protocol-pill:hover,.protocol-info-btn:hover){border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body :is(.usdt-unit){color:#0c8f62!important}html.theme-light-blue body :is(.step-connector-svg line,.step-connector-svg path){stroke:#4c97d252!important}html.theme-light-blue body :is(.protocol-info-btn:hover){color:var(--primary-dark)!important;background:#19b2ec14!important}html.theme-light-blue body :is(.protocol-rec-badge){color:#fff!important;background:#e05252!important}html.theme-light-blue body :is(.submit-section .submit-btn){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important;box-shadow:0 10px 24px #19b2ec33!important}html.theme-light-blue body :is(.submit-section .submit-btn:hover:not(:disabled)){color:var(--theme-button-text)!important;filter:brightness(1.03)}html.theme-light-blue body :is(.submit-section .submit-btn:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;border-color:var(--theme-border)!important;box-shadow:none!important}html.theme-light-blue body :is(.recharge-form-shell,.method-card,.qp-method-card,.amount-pill,.qp-amount-pill,.name-input,.digital-row__input-wrap){color:var(--theme-text-main)!important;background:#f7fbfff5!important;border-color:var(--theme-border)!important;box-shadow:0 6px 16px #4a84b814!important}html.theme-light-blue body :is(.deposit-cat,.method-card__name,.qp-method-name,.amount-pill,.qp-amount-pill,.qp-row__label,.qp-notice__title,.qp-notice p,.qp-flow-card__title,.qp-flow-step__text,.qp-flow-card__desc,.ebpay-notice__list li,.ebpay-notice__tutorial-label,.digital-row__label,.digital-row__unit){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.deposit-cat:hover,.method-card:hover,.qp-method-card:hover,.amount-pill:hover,.qp-amount-pill:hover,.name-input:focus,.digital-row__input-wrap:focus-within){color:var(--theme-text-main)!important;background:#ebf7fffa!important;border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body :is(.method-card.active,.qp-method-card.active,.amount-pill.active,.qp-amount-pill.active,.amount-pill--refresh,.qp-amount-pill--refresh){color:var(--primary-dark)!important;background:#19b2ec1a!important;border-color:var(--theme-border-active)!important;box-shadow:0 8px 20px #19b2ec1f!important}html.theme-light-blue body :is(.method-card.active *,.qp-method-card.active *,.amount-pill.active,.qp-amount-pill.active,.amount-pill--refresh,.qp-amount-pill--refresh){color:var(--primary-dark)!important}html.theme-light-blue body :is(.name-input,.digital-row__input){color:var(--theme-text-main)!important;background:transparent!important}html.theme-light-blue body .custom-amount__input::-moz-placeholder,html.theme-light-blue body .name-input::-moz-placeholder,html.theme-light-blue body .digital-row__input::-moz-placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body .custom-amount__input::placeholder,html.theme-light-blue body .name-input::placeholder,html.theme-light-blue body .digital-row__input::placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.deposit-cat__badge){color:#fff!important;background:var(--theme-button-bg)!important}html.theme-light-blue body :is(.qp-flow-card,.ebpay-notice){color:var(--theme-text-main)!important;background:linear-gradient(135deg,#fffffff5,#e7f6fff0)!important;border-color:var(--theme-border)!important;box-shadow:0 8px 22px #4a84b81a!important}html.theme-light-blue body :is(.qp-flow-card--ezpay){background:linear-gradient(135deg,#e7f6fffa,#ccebfff5)!important;border-color:#19b2ec47!important}html.theme-light-blue body :is(.qp-flow-card__slogan,.ebpay-notice__list li strong,.digital-row__input){color:var(--theme-text-main)!important}html.theme-light-blue body :is(.qp-flow-step__arrow,.ebpay-notice__icon,.ebpay-notice__title,.ebpay-notice__link){color:var(--primary-dark)!important}html.theme-light-blue body :is(.qp-flow-card__action){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important}html.theme-light-blue body :is(.qp-flow-card__download){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important}html.theme-light-blue body :is(.deposit-header__icon,.limited-incentive-card__desc,.limited-incentive-card__rule,.limited-incentive-card__choice label,.loading-text,.protocol-info-card__sub,.protocol-info-card__desc,.protocol-info-card__addr,.addr-label,.addr-value){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.deposit-header__title,.limited-incentive-card__countdown,.protocol-modal__title,.protocol-label){color:var(--theme-text-main)!important}html.theme-light-blue body :is(.deposit-header__icon:hover,.limited-incentive-card__title,.limited-incentive-card__summary,.limited-incentive-card__choice label.active){color:var(--primary-dark)!important}html.theme-light-blue body :is(.limited-incentive-card){color:var(--theme-text-main)!important;background:linear-gradient(135deg,#fffffff5,#e4f7fff0)!important;border-color:var(--theme-border-active)!important;box-shadow:0 8px 22px #4a84b81a!important}html.theme-light-blue body :is(.limited-incentive-card__choice label){background:#f7fbffeb!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.limited-incentive-card__choice label.active){background:#19b2ec1a!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.protocol-modal){color:var(--theme-text-main)!important;background:var(--theme-modal-bg)!important;box-shadow:0 28px 70px #2a5f8a3d!important}html.theme-light-blue body :is(.protocol-modal__close){color:var(--theme-text-sub)!important;background:#f7fbffeb!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.protocol-modal__close:hover){color:var(--primary-dark)!important;background:#e2f4fffa!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.protocol-info-card){color:var(--theme-text-main)!important;background:#f7fbfff5!important;border-color:var(--theme-border)!important;box-shadow:0 8px 20px #4a84b814!important}html.theme-light-blue body :is(.protocol-info-card__addr){border-top-color:var(--theme-border)!important}html.theme-light-blue body :is(.withdraw-body,.withdraw-sidebar,.withdraw-content){color:var(--theme-text-main)!important;background:#ffffffe6!important;border-color:var(--theme-border)!important;box-shadow:var(--theme-shadow-card)!important}html.theme-light-blue body :is(.withdraw-header__icon,.sidebar-group-header,.sidebar-cat__name,.sidebar-cat__arrow,.sidebar-rate-text,.sidebar-rate-help,.site-internal-intro,.site-internal-stack-amount__k,.site-internal-stack-help,.asset-currency-arrow,.asset-eye,.available-balance-row,.turnover-detail,.fee-tip-banner__text,.faq-answer,.limit-info,.exchange-rate-card__hint,.exchange-rate-hint){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.withdraw-header__title,.content-title,.site-internal-intro__lead,.form-section__label,.asset-value,.asset-currency-label,.turnover-label,.faq-q-text,.exchange-rate-card__text,.site-internal-stack-amount span){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.withdraw-header__icon:hover,.sidebar-cat:hover .sidebar-cat__name,.sidebar-cat.active .sidebar-cat__name,.sidebar-cat.active .sidebar-cat__arrow,.label-action,.available-balance-value,.amount-all-btn,.exchange-rate-hint,.exchange-rate-card__text){color:var(--primary-dark)!important}html.theme-light-blue body :is(.sidebar-cat,.asset-currency-select,.currency-dropdown,.currency-dropdown__item,.turnover-section,.target-card,.target-card--add,.target-card--add-wallet,.amount-input-wrap,.exchange-rate-card,.fee-tip-banner,.faq-item,.site-internal-intro,.site-internal-stack-amount,.split-order-option,.sell-platform-card,.verify-gate__card){color:var(--theme-text-main)!important;background:#f7fbfff5!important;border-color:var(--theme-border)!important;box-shadow:0 6px 16px #4a84b814!important}html.theme-light-blue body :is(.sidebar-cat:hover,.currency-dropdown__item:hover,.target-card:hover,.target-card--add:hover,.target-card--add-wallet:hover,.amount-input-wrap:focus-within,.split-order-option:hover,.sell-platform-card:hover){color:var(--theme-text-main)!important;background:#ebf7fffa!important;border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body :is(.sidebar-cat.active,.withdraw-targets .target-card--selected,.split-order-option--active,.currency-dropdown__item.active){color:var(--primary-dark)!important;background:#19b2ec1a!important;border-color:var(--theme-border-active)!important;box-shadow:0 8px 20px #19b2ec1f!important}html.theme-light-blue body :is(.sidebar-cat.active *,.withdraw-targets .target-card--selected *,.split-order-option--active *){color:var(--primary-dark)!important}html.theme-light-blue body :is(.content-title__hot,.sidebar-cat__hot){color:#fff!important;background:#e05252!important}html.theme-light-blue body :is(.turnover-bar){background:#ccdfeeb8!important}html.theme-light-blue body :is(.turnover-bar__inner){background:var(--theme-button-bg)!important}html.theme-light-blue body :is(.turnover-remaining,.turnover-warning,.withdraw-warning,.withdraw-warning *,.turnover-warning *){color:#d94848!important}html.theme-light-blue body :is(.withdraw-warning,.turnover-warning){background:#fff1f1eb!important;border-color:#e052523d!important}html.theme-light-blue body :is(.fee-tip-banner,.restrict-bank-banner,.limit-recommend-banner){background:#fff8e7f0!important;border-color:#f59e0b38!important}html.theme-light-blue body :is(.fee-tip-banner__text,.restrict-bank-banner__text,.limit-recommend-banner__text){color:#6f5a2e!important}html.theme-light-blue body :is(.target-card--add__icon,.target-card--add__text,.add-wallet-row__icon,.add-wallet-row__text,.target-card__name,.target-card__desc,.target-card__addr){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.target-card__addr,.target-card__desc){color:var(--theme-text-sub)!important}html.theme-light-blue body :is(.wallet-protocol-tag,.card-type-tag,.target-card__tag.arrival){color:var(--primary-dark)!important;background:#19b2ec1f!important;border-color:#19b2ec2e!important}html.theme-light-blue body :is(.target-card__tag.maintaining){color:var(--theme-text-muted)!important;background:#7c94a924!important}html.theme-light-blue body :is(.amount-input,.verify-gate__input){color:var(--theme-text-main)!important;background:transparent!important}html.theme-light-blue body .amount-input::-moz-placeholder,html.theme-light-blue body .verify-gate__input::-moz-placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body .amount-input::placeholder,html.theme-light-blue body .verify-gate__input::placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.sms-send-btn,.verify-gate__btn--secondary,.split-modal__btn--ghost){color:var(--primary-dark)!important;background:#ffffffb8!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.submit-btn--withdraw,.verify-gate__btn--primary,.split-modal__btn--primary,.limit-recommend-banner__btn){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important;box-shadow:0 10px 24px #19b2ec33!important}html.theme-light-blue body :is(.submit-btn--withdraw:disabled,.verify-gate__btn:disabled,.split-modal__btn:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;border-color:var(--theme-border)!important;box-shadow:none!important}html.theme-light-blue body :is(.faq-icon,.split-order-option__radio-dot){color:var(--primary-dark)!important;background:#19b2ec1f!important}html.theme-light-blue body :is(.split-order-option__radio){border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.eb-modal,.detail-dialog){color:var(--theme-text-main)!important;background:var(--theme-modal-bg)!important;box-shadow:0 28px 70px #2a5f8a3d!important}html.theme-light-blue body :is(.eb-modal__title,.detail-dialog-title,.detail-dialog-content,.detail-dialog-content p,.detail-dialog-content strong){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.eb-modal__close,.eb-field__value,.detail-dialog-time,.detail-nav-pos,.detail-dialog-loading){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.eb-modal__close:hover,.detail-dialog-close:hover,.detail-dialog-content a){color:var(--primary-dark)!important}html.theme-light-blue body :is(.eb-field){color:var(--theme-text-main)!important;background:#f7fbfff5!important;border-color:var(--theme-border)!important;box-shadow:inset 0 1px #ffffffb8!important}html.theme-light-blue body :is(.eb-field:focus-within){border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body :is(.eb-field__input){color:var(--theme-text-main)!important;background:transparent!important}html.theme-light-blue body .eb-field__input::-moz-placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body .eb-field__input::placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.eb-field__icon svg,.eb-field__icon svg *){stroke:var(--theme-text-muted)!important}html.theme-light-blue body :is(.eb-field__sms-btn,.detail-nav-btn){color:var(--primary-dark)!important;background:#ffffffb8!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.eb-field__sms-btn:hover:not(:disabled),.detail-nav-btn:hover:not(:disabled)){color:var(--primary-dark)!important;background:#e2f4fffa!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.eb-field__sms-btn:disabled,.detail-nav-btn:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.eb-warning){color:#6f5a2e!important;background:#fff8e7f0!important}html.theme-light-blue body :is(.eb-warning *,.eb-warning__icon){color:#b77812!important}html.theme-light-blue body :is(.eb-modal__submit){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;box-shadow:0 10px 24px #19b2ec33!important}html.theme-light-blue body :is(.eb-modal__submit:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;box-shadow:none!important}html.theme-light-blue body :is(.detail-dialog-header,.detail-dialog-footer){border-color:var(--theme-border)!important}html.theme-light-blue body :is(.detail-dialog-close){color:var(--theme-text-sub)!important;background:#f7fbffeb!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.detail-delete-btn){color:#d94848!important;background:#fff1f1db!important;border-color:#e052523d!important}html.theme-light-blue body :is(.detail-delete-btn:hover){background:#ffe4e4f5!important}html.theme-light-blue body :is(.nav-badge--coming-soon){color:var(--theme-text-sub)!important;background:#7c94a924!important}html.theme-light-blue body :is(.uw-modal,.bc-modal){color:var(--theme-text-main)!important;background:var(--theme-modal-bg)!important;box-shadow:0 28px 70px #2a5f8a3d!important}html.theme-light-blue body :is(.uw-modal__title,.bc-modal__title,.bc-tab--active,.bc-tab--active *){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.uw-modal__close,.bc-modal__close,.uw-field__value,.uw-field__arrow,.bc-field__value,.bc-field__arrow,.bc-field__label,.bc-tip,.bc-qr-upload__text,.bc-qr-upload__hint,.bc-tab){color:var(--theme-text-sub)!important;text-shadow:none!important}html.theme-light-blue body :is(.uw-modal__close:hover,.bc-modal__close:hover,.bc-tab:hover){color:var(--primary-dark)!important}html.theme-light-blue body :is(.uw-field,.bc-field,.bc-tabs,.bc-qr-upload){color:var(--theme-text-main)!important;background:#f7fbfff5!important;border-color:var(--theme-border)!important;box-shadow:inset 0 1px #ffffffb8!important}html.theme-light-blue body :is(.uw-field:focus-within,.bc-field:focus-within,.bc-qr-upload:hover){border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body :is(.bc-tab){background:transparent!important;border-color:transparent!important}html.theme-light-blue body :is(.bc-tab--active){color:var(--primary-dark)!important;background:#19b2ec1a!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.uw-field__input,.bc-field__input){color:var(--theme-text-main)!important;background:transparent!important}html.theme-light-blue body .uw-field__input::-moz-placeholder,html.theme-light-blue body .bc-field__input::-moz-placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body .uw-field__input::placeholder,html.theme-light-blue body .bc-field__input::placeholder,html.theme-light-blue body :is(.bc-field__placeholder){color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.uw-field__icon svg,.uw-field__icon svg *,.bc-field__icon svg,.bc-field__icon svg *){stroke:var(--theme-text-muted)!important}html.theme-light-blue body :is(.uw-field__sms-btn,.bc-field__sms-btn){color:var(--primary-dark)!important;background:#ffffffb8!important;border-color:var(--theme-border-active)!important}html.theme-light-blue body :is(.uw-field__sms-btn:hover:not(:disabled),.bc-field__sms-btn:hover:not(:disabled)){color:var(--primary-dark)!important;background:#e2f4fffa!important}html.theme-light-blue body :is(.uw-field__sms-btn:disabled,.bc-field__sms-btn:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;border-color:var(--theme-border)!important}html.theme-light-blue body :is(.uw-warning){color:#6f5a2e!important;background:#fff8e7f0!important}html.theme-light-blue body :is(.uw-warning *,.uw-warning__icon){color:#b77812!important}html.theme-light-blue body :is(.bc-field__tag){color:#13784d!important;background:#13784d1f!important}html.theme-light-blue body :is(.bc-qr-upload__icon){color:var(--primary-dark)!important}html.theme-light-blue body :is(.uw-modal__submit,.bc-modal__submit){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;box-shadow:0 10px 24px #19b2ec33!important}html.theme-light-blue body :is(.uw-modal__submit:disabled,.bc-modal__submit:disabled){color:var(--theme-text-muted)!important;background:#ebf4fcb8!important;box-shadow:none!important}html.theme-light-blue body :is(.bc-picker-back,.bc-picker-section,.bc-picker-item__name){color:var(--theme-text-main)!important;text-shadow:none!important}html.theme-light-blue body :is(.bc-picker-back:hover,.bc-picker-section){color:var(--primary-dark)!important}html.theme-light-blue body :is(.bc-picker-search__input,.bc-picker-item){color:var(--theme-text-main)!important;background:#f7fbfff5!important;border-color:var(--theme-border)!important;box-shadow:inset 0 1px #ffffffb8!important}html.theme-light-blue body :is(.bc-picker-search__input:focus,.bc-picker-item:hover){color:var(--theme-text-main)!important;background:#ebf7fffa!important;border-color:var(--theme-border-active)!important;box-shadow:var(--theme-focus-shadow)!important}html.theme-light-blue body .bc-picker-search__input::-moz-placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body .bc-picker-search__input::placeholder{color:var(--theme-text-muted)!important}html.theme-light-blue body :is(.bc-picker-warn){color:#6f5a2e!important;background:#fff8e7f0!important;border-color:#f59e0b38!important}html.theme-light-blue body :is(.bc-picker-warn *,.bc-picker-restrict-tag){color:#b77812!important}html.theme-light-blue body :is(.bc-picker-item--restricted){background:#fff8e7db!important;border-color:#f59e0b3d!important}html.theme-light-blue body :is(.bc-picker-item--restricted:hover){background:#fff3d5f5!important;border-color:#f59e0b5c!important}html.theme-light-blue body :is(.bc-picker-item--active,.bc-picker-item--active:hover){color:var(--theme-button-text)!important;background:var(--theme-button-bg)!important;border-color:transparent!important;box-shadow:0 8px 20px #19b2ec29!important}html.theme-light-blue body :is(.bc-picker-item--active *,.bc-picker-item--active .bc-picker-restrict-tag){color:var(--theme-button-text)!important}html.theme-light-blue body :is(.bc-picker-empty){color:var(--theme-text-muted)!important}html.theme-light-blue body .bc-picker-grid--scroll::-webkit-scrollbar-thumb{background:#4c97d247!important}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:PingFang SC,San Francisco,Helvetica Neue,Helvetica,STHeitiSC-Light,Microsoft YaHei,sans-serif,arial;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;color:var(--text-primary)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--text-hint)}input::placeholder,textarea::placeholder{color:var(--text-hint)}::-webkit-scrollbar{width:.375rem;height:.375rem}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#b4bccc;border-radius:.3125rem}::-webkit-scrollbar-thumb:hover{background:#fff3}::-moz-selection{background:#ffcb4c33;color:var(--text-primary)}::selection{background:#ffcb4c33;color:var(--text-primary)}:focus-visible{outline:.125rem solid var(--primary);outline-offset:.125rem}.font-din{font-family:DINAlternate-Bold,DIN,Oswald,Arial Black,sans-serif;font-variant-numeric:tabular-nums}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Poppins,PingFang SC,Microsoft YaHei,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-.125rem}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:.125rem solid transparent;outline-offset:.125rem;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:.125rem solid transparent;outline-offset:.125rem;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: .125rem;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(.125rem + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*{transition-property:color,background-color,border-color,box-shadow;transition-duration:.15s;transition-timing-function:ease}.container{width:100%}@media(min-width:640px){.container{max-width:40rem}}@media(min-width:768px){.container{max-width:48rem}}@media(min-width:1024px){.container{max-width:64rem}}@media(min-width:1280px){.container{max-width:80rem}}@media(min-width:1536px){.container{max-width:96rem}}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.isolate{isolation:isolate}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.min-h-screen{min-height:100vh}.flex-shrink{flex-shrink:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:1rem}.rounded-lg{border-radius:var(--radius-lg)}.border{border-width:1px}.border-primary{border-color:var(--primary)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-primary{--tw-gradient-from: var(--primary) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-primary-dark{--tw-gradient-to: var(--primary-dark) var(--tw-gradient-to-position)}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-9xl{font-size:8rem;line-height:1}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-primary{color:var(--primary)}.text-text-primary{color:var(--text-primary)}.text-text-secondary{color:var(--text-secondary)}.underline{text-decoration-line:underline}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px .1875rem 0 rgb(0 0 0 / .1), 0 1px .125rem -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px .1875rem 0 var(--tw-shadow-color), 0 1px .125rem -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(.5rem);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px .125rem rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:shadow-gold:hover{--tw-shadow: var(--shadow-gold);--tw-shadow-colored: var(--shadow-gold);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);box-shadow:var(--shadow-gold)}
