@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Sora:wght@600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap";.theme-toggle{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-top:auto;margin-bottom:var(--spacing-sm);cursor:pointer;background:transparent;border:none;padding:0}.toggle-track{width:48px;height:48px;border-radius:50%;background-color:var(--bg-primary);display:flex;align-items:center;justify-content:center;transition:background-color var(--transition-fast),border-radius var(--transition-fast)}.theme-toggle:hover .toggle-track{background-color:var(--brand-primary);border-radius:30%}.toggle-thumb{width:24px;height:24px;color:var(--interactive-normal);transition:color var(--transition-fast),transform var(--transition-normal)}.theme-toggle:hover .toggle-thumb{color:#fff}.toggle-icon{width:100%;height:100%}.theme-toggle:active .toggle-thumb{transform:rotate(180deg) scale(.9)}.chat-bell-button{position:fixed;right:max(18px,calc((100vw - 430px)/2 + 18px));bottom:calc(104px + env(safe-area-inset-bottom));z-index:120;display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(208,188,255,.28);border-radius:999px;background:linear-gradient(135deg,#d0bcfff5,#ffafd3e0);color:#23005c;font-size:24px;box-shadow:0 18px 38px #00000052,0 0 24px #d0bcff42;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.chat-bell-button:active{cursor:grabbing;transform:scale(.96)}.chat-bell-button svg{position:relative;z-index:1;pointer-events:none}.chat-bell-button:after{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:inherit;background:#d0bcff1f;content:"";pointer-events:none}.chat-bell-button:before{position:absolute;right:14px;bottom:7px;width:14px;height:3px;border-radius:999px;background:#23005c57;box-shadow:0 5px #23005c3d;content:"";pointer-events:none}.chat-bell-badge{position:absolute;top:-5px;right:-5px;z-index:2;min-width:18px;height:18px;padding:0 5px;border:2px solid #0b1326;border-radius:999px;background:#ff5f94;color:#fff;font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:10px;font-weight:800;line-height:14px;text-align:center}.discord-layout{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:var(--bg-primary)}.public-account-layout{--public-topbar-height: calc(56px + env(safe-area-inset-top)) ;position:relative;height:100vh;height:100dvh;width:100vw;overflow:auto;background-color:#060e20}.public-account-layout.split-scroll-layout{height:100vh;height:100dvh;overflow:hidden;overscroll-behavior:none}.public-account-layout header[class*=topbar]:not(.public-account-topbar){display:none!important}.public-account-layout.own-topbar-layout header[class*=topbar]:not(.public-account-topbar){display:grid!important}.public-account-topbar{position:fixed;top:0;right:0;left:0;z-index:110;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;width:100%;max-width:430px;height:var(--public-topbar-height);margin:0 auto;padding:env(safe-area-inset-top) 12px 0;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326eb;box-shadow:0 10px 28px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.public-account-topbar h1{overflow:hidden;margin:0;color:#d0bcff;font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:20px;font-weight:900;line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap}.public-account-topbar button{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#d0bcff;font-size:19px;cursor:pointer;-webkit-tap-highlight-color:transparent}.public-account-topbar button:active{transform:scale(.94)}.public-account-layout>div[class$=-page]{box-sizing:border-box;padding-top:var(--public-topbar-height)}.public-account-layout.own-topbar-layout>div[class$=-page]{padding-top:0}.public-account-layout .service-list-shell,.public-account-layout .player-list-shell{top:var(--public-topbar-height)!important}.public-account-layout .orders-tabs{top:0!important}.public-account-layout .service-item-main{padding-top:0!important}.public-account-layout .profile-main{padding-top:20px!important}.server-sidebar{width:var(--server-sidebar-width);height:100%;background-color:var(--bg-tertiary);display:flex;flex-direction:column;align-items:center;padding:var(--spacing-md) 0;flex-shrink:0;overflow-y:auto;overflow-x:hidden}.server-list{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);width:100%}.server-icon{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer}.server-icon-inner{width:48px;height:48px;border-radius:var(--radius-round);background-color:var(--bg-primary);color:var(--interactive-normal);display:flex;align-items:center;justify-content:center;font-size:var(--font-lg);font-weight:var(--font-weight-semibold);transition:border-radius var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast)}.server-icon:hover .server-icon-inner,.server-icon.active .server-icon-inner{border-radius:var(--radius-lg);background-color:var(--brand-primary);color:var(--text-normal)}.server-pill{position:absolute;left:0;width:4px;height:0;background-color:var(--text-normal);border-radius:0 4px 4px 0;transition:height var(--transition-fast)}.server-icon:hover .server-pill{height:20px}.server-icon.active .server-pill{height:40px}.server-icon.has-notification .server-pill{height:8px}.server-separator{width:32px;height:2px;background-color:var(--border-strong);border-radius:1px;margin:var(--spacing-xs) 0}.channel-sidebar{width:var(--channel-sidebar-width);height:100%;background-color:var(--bg-secondary);display:flex;flex-direction:column;flex-shrink:0}.channel-header{height:var(--header-height);padding:0 var(--spacing-lg);display:flex;align-items:center;box-shadow:var(--shadow-low);cursor:pointer;transition:background-color var(--transition-fast)}.channel-header:hover{background-color:var(--bg-modifier-hover)}.server-name{font-size:var(--font-lg);font-weight:var(--font-weight-semibold);color:var(--text-normal);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-list-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--spacing-sm) 0}.channel-list{display:flex;flex-direction:column}.channel-category{padding:var(--spacing-lg) 0 var(--spacing-xs) 0}.channel-category:first-child{padding-top:0}.category-header{display:flex;align-items:center;padding:0 var(--spacing-lg) 0 var(--spacing-md);margin-bottom:var(--spacing-xs);cursor:pointer}.category-name{font-size:var(--font-xs);font-weight:var(--font-weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-header:hover .category-name{color:var(--interactive-hover)}.channel-item{display:flex;align-items:center;padding:var(--spacing-xs) var(--spacing-sm);margin:1px var(--spacing-sm);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);transition:background-color var(--transition-fast),color var(--transition-fast)}.channel-item:hover{background-color:var(--bg-modifier-hover);color:var(--interactive-hover)}.channel-item.active{background-color:var(--bg-modifier-selected);color:var(--interactive-active)}.channel-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:var(--spacing-xs);font-size:var(--font-lg);opacity:.7}.channel-item:hover .channel-icon,.channel-item.active .channel-icon{opacity:1}.channel-name{font-size:var(--font-md);font-weight:var(--font-weight-medium);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-panel{height:var(--user-panel-height);background-color:var(--bg-floating);padding:0 var(--spacing-sm);display:flex;align-items:center}.user-panel-inner{display:flex;align-items:center;padding:var(--spacing-xs);border-radius:var(--radius-sm);cursor:pointer;flex:1;transition:background-color var(--transition-fast)}.user-panel-inner:hover{background-color:var(--bg-modifier-hover)}.user-avatar{flex-shrink:0;background-color:var(--brand-primary)!important}.user-info{margin-left:var(--spacing-sm);overflow:hidden;flex:1}.user-name{font-size:var(--font-sm);font-weight:var(--font-weight-semibold);color:var(--text-normal);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-status{font-size:var(--font-xs);color:var(--text-muted);line-height:1.2}.login-btn{padding:var(--spacing-xs) var(--spacing-sm);background-color:var(--brand-primary);color:var(--text-normal);border-radius:var(--radius-xs);font-size:var(--font-xs);font-weight:var(--font-weight-medium);transition:background-color var(--transition-fast)}.login-btn:hover{background-color:var(--brand-primary-hover)}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;background-color:var(--bg-primary)}.content-header{height:var(--header-height);min-height:var(--header-height);padding:0 var(--spacing-lg);display:flex;align-items:center;box-shadow:var(--shadow-low);background-color:var(--bg-primary);z-index:1}.header-title{display:flex;align-items:center;font-weight:var(--font-weight-semibold)}.header-icon{color:var(--text-muted);margin-right:var(--spacing-sm);font-size:var(--font-xl)}.header-name{color:var(--text-normal);font-size:var(--font-md)}.content-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--spacing-lg)}@media(max-width:768px){.channel-sidebar{display:none}.server-sidebar{width:60px}.server-icon,.server-icon-inner{width:40px;height:40px}}.discord-layout .ant-dropdown{background-color:var(--bg-floating)}.discord-layout .ant-dropdown-menu{background-color:var(--bg-floating);border-radius:var(--radius-sm);padding:var(--spacing-xs)}.discord-layout .ant-dropdown-menu-item{color:var(--text-muted);border-radius:var(--radius-xs)}.discord-layout .ant-dropdown-menu-item:hover{background-color:var(--brand-primary);color:var(--text-normal)}.discord-layout .ant-dropdown-menu-item-danger{color:var(--text-danger)}.discord-layout .ant-dropdown-menu-item-danger:hover{background-color:var(--brand-danger);color:var(--text-normal)}.discord-layout .ant-tooltip-inner{background-color:var(--bg-tertiary);color:var(--text-normal);font-size:var(--font-sm);font-weight:var(--font-weight-semibold);border-radius:var(--radius-sm);box-shadow:var(--shadow-high)}.discord-layout .ant-tooltip-arrow:before{background-color:var(--bg-tertiary)}.wechat-order-page{--wechat-bg: #0b1326;--wechat-surface: #171f33;--wechat-surface-high: #222a3d;--wechat-surface-glass: rgba(30, 41, 59, .5);--wechat-text: #dae2fd;--wechat-text-muted: #cbc3d7;--wechat-primary: #d0bcff;--wechat-primary-strong: #8b5cf6;--wechat-secondary: #ffafd3;--wechat-tertiary: #45dfa4;--wechat-border: rgba(255, 255, 255, .1);--wechat-shadow: 0 18px 40px rgba(0, 0, 0, .28);position:relative;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 20% -10%,rgba(139,92,246,.26),transparent 36%),radial-gradient(circle at 110% 24%,rgba(244,114,182,.18),transparent 30%),var(--wechat-bg);color:var(--wechat-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(88px + env(safe-area-inset-bottom));scrollbar-width:none}.wechat-order-page::-webkit-scrollbar{display:none}.wechat-order-page button{-webkit-tap-highlight-color:transparent}.wechat-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:86px 1fr 48px;align-items:center;min-height:56px;padding:0 16px;background:#0b1326eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.wechat-topbar h1{margin:0;color:var(--wechat-primary);font-family:Sora,sans-serif;font-size:23px;font-weight:800;line-height:1;text-align:center;text-shadow:0 0 14px rgba(208,188,255,.52)}.wechat-location,.wechat-icon-button{display:inline-flex;align-items:center;color:var(--wechat-primary)}.wechat-location{gap:6px;justify-content:flex-start;font-family:Sora,sans-serif;font-size:12px;font-weight:600}.wechat-icon-button{justify-content:flex-end;color:var(--wechat-text-muted);font-size:20px}.wechat-topbar>span{display:block;width:40px;height:40px}.wechat-main{display:flex;flex-direction:column;gap:24px;padding:8px 16px 0}.wechat-carousel{display:flex;gap:16px;width:calc(100% + 16px);overflow-x:auto;padding:0 16px 2px 0;scroll-snap-type:x mandatory;scrollbar-width:none}.wechat-carousel::-webkit-scrollbar{display:none}.wechat-banner{position:relative;flex:0 0 85%;aspect-ratio:16 / 7;overflow:hidden;border:1px solid var(--wechat-border);border-radius:18px;box-shadow:var(--wechat-shadow);cursor:pointer;scroll-snap-align:start}.wechat-banner img,.wechat-card-media img{width:100%;height:100%;object-fit:cover;display:block}.wechat-banner-fallback{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 20% 10%,rgba(255,175,211,.32),transparent 34%),linear-gradient(135deg,#d0bcff3d,#45dfa429);color:var(--wechat-primary);font-family:Sora,sans-serif;font-size:34px;font-weight:800}.wechat-banner:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,transparent 18%,rgba(11,19,38,.92) 100%)}.wechat-banner-copy{position:absolute;inset:auto 16px 14px 16px;z-index:1;display:flex;flex-direction:column;gap:5px}.wechat-banner-copy strong,.wechat-section-head h2{font-family:Sora,sans-serif;letter-spacing:0}.wechat-banner-copy strong{color:#fff;font-size:18px;line-height:1.2}.wechat-banner-copy p{margin:0;color:var(--wechat-secondary);font-family:Sora,sans-serif;font-size:18px;font-weight:800;line-height:1}.wechat-banner-copy p small{font-size:11px}.wechat-banner-copy p span{margin-left:3px;color:#cbc3d7c7;font-family:Plus Jakarta Sans,sans-serif;font-size:10px;font-weight:700}.wechat-badge{width:fit-content;border-radius:999px;padding:3px 9px;font-size:10px;font-weight:800;line-height:1.3}.wechat-badge.primary{background:var(--wechat-primary);color:#340080}.wechat-badge.secondary{background:var(--wechat-secondary);color:#3d0026}.wechat-badge.tertiary{background:var(--wechat-tertiary);color:#003120}.wechat-game-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.wechat-game-entry{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;color:var(--wechat-text-muted);font-family:Sora,sans-serif;font-size:11px;font-weight:600}.wechat-game-entry>span:last-child{width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.wechat-game-thumb{position:relative;display:grid;place-items:center;width:56px;height:56px;overflow:hidden;border:1px solid var(--wechat-border);border-radius:16px;background:var(--wechat-surface-glass);color:var(--wechat-primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .16s ease,border-color .16s ease,background .16s ease}.wechat-game-thumb img{display:block;width:100%;height:100%;object-fit:cover}.wechat-game-thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.08);border-radius:inherit;content:"";pointer-events:none}.wechat-game-thumb em{color:var(--wechat-primary);font-family:Sora,sans-serif;font-size:22px;font-style:normal;font-weight:800}.wechat-game-entry:active .wechat-game-thumb{transform:scale(.92);border-color:#d0bcff7a;background:#8b5cf633}.wechat-section{display:flex;flex-direction:column;gap:16px}.wechat-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.wechat-section-head h2{margin:0;color:#fff;font-size:24px;font-weight:800;line-height:1.2}.wechat-more-link{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;border:1px solid rgba(208,188,255,.2);border-radius:999px;background:#222a3db8;color:var(--wechat-primary);font-size:12px;font-weight:700;line-height:1;padding:7px 10px 7px 12px;transition:transform .16s ease,border-color .16s ease}.wechat-more-link svg{font-size:10px}.wechat-more-link:active{transform:scale(.95);border-color:#d0bcff70}.wechat-filter-tabs{display:flex;gap:6px;flex-shrink:0}.wechat-filter-tabs button{min-width:42px;border-radius:999px;padding:5px 11px;color:var(--wechat-text-muted);font-size:12px;line-height:1.2}.wechat-filter-tabs button.active{border:1px solid rgba(208,188,255,.22);background:var(--wechat-surface-high);color:var(--wechat-primary)}.wechat-companion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.wechat-companion-card{overflow:hidden;border:1px solid rgba(255,255,255,.05);border-radius:18px;background:var(--wechat-surface);box-shadow:var(--wechat-shadow);cursor:pointer;transition:transform .16s ease,border-color .16s ease}.wechat-companion-card:active{transform:scale(.98);border-color:#d0bcff47}.wechat-card-media{position:relative;height:192px;overflow:hidden}.wechat-service-fallback{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 20% 12%,rgba(255,175,211,.26),transparent 34%),linear-gradient(135deg,#d0bcff33,#45dfa41f);color:var(--wechat-primary);font-family:Sora,sans-serif;font-size:34px;font-weight:800}.wechat-companion-card.tall .wechat-card-media{height:224px}.wechat-companion-card.short .wechat-card-media{height:176px}.wechat-status{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 8px;background:#0000006b;color:#fff;font-size:10px;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wechat-status i{width:7px;height:7px;border-radius:999px;background:#cbc3d773}.wechat-status.online i{background:var(--wechat-tertiary);animation:wechat-breathe 2s infinite ease-in-out}.wechat-status.busy{color:var(--wechat-text-muted)}.wechat-card-body{display:flex;flex-direction:column;gap:8px;padding:12px}.wechat-card-title{display:flex;align-items:center;gap:7px;min-width:0}.wechat-card-title strong{min-width:0;overflow:hidden;color:#fff;font-family:Sora,sans-serif;font-size:16px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.wechat-card-title span{flex-shrink:0;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;line-height:1.3}.wechat-card-title .female{background:#ffafd32e;color:var(--wechat-secondary)}.wechat-card-title .male{background:#d0bcff2e;color:var(--wechat-primary)}.wechat-card-title .service{background:#45dfa424;color:var(--wechat-tertiary)}.wechat-card-body p{overflow:hidden;margin:0;color:var(--wechat-text-muted);font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.wechat-card-foot{display:flex;align-items:center;justify-content:space-between;gap:6px;padding-top:2px}.wechat-skill-tag{overflow:hidden;border-radius:4px;padding:3px 5px;background:#d0bcff1a;color:var(--wechat-primary);font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.wechat-price{flex-shrink:0;color:var(--wechat-secondary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1}.wechat-price small{font-size:12px}.wechat-price em{color:#ffafd39e;font-family:Plus Jakarta Sans,sans-serif;font-size:10px;font-style:normal}.wechat-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);max-width:430px;margin:0 auto;border:1px solid rgba(255,255,255,.06);border-bottom:0;border-radius:18px 18px 0 0;background:#171f33d1;box-shadow:0 -4px 22px #d0bcff21;padding:10px 14px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.wechat-bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;color:#cbc3d7b8;font-family:Sora,sans-serif;font-size:12px;font-weight:600;transition:color .16s ease,transform .16s ease}.wechat-bottom-nav button svg{font-size:20px}.wechat-bottom-nav button.active{color:var(--wechat-primary)}.wechat-bottom-nav button.active:after{position:absolute;bottom:-4px;width:5px;height:5px;border-radius:999px;background:var(--wechat-primary);box-shadow:0 0 10px var(--wechat-primary);content:""}.wechat-bottom-nav button:active{transform:scale(.92)}.wechat-fab{position:fixed;right:max(14px,calc((100vw - 430px)/2 + 14px));bottom:calc(88px + env(safe-area-inset-bottom));display:none}@keyframes wechat-breathe{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #45dfa400}50%{opacity:.82;transform:scale(1.24);box-shadow:0 0 10px #45dfa4b3}}@media(min-width:769px){.wechat-order-page{min-height:100vh;border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.wechat-topbar{grid-template-columns:78px 1fr 40px;padding:0 12px}.wechat-topbar h1{font-size:20px}.wechat-main{padding-inline:12px}.wechat-game-grid{gap-inline:6px}.wechat-game-thumb{width:50px;height:50px}.wechat-card-media{height:172px}.wechat-companion-card.tall .wechat-card-media{height:204px}}.official-site-page{--official-bg: #08111f;--official-surface: #111a2b;--official-surface-high: #182338;--official-text: #f7fbff;--official-muted: #aab6c7;--official-primary: #73e6b8;--official-accent: #b9a7ff;--official-warm: #ffd279;--official-border: rgba(255, 255, 255, .1);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:linear-gradient(160deg,rgba(115,230,184,.16),transparent 28%),linear-gradient(25deg,rgba(185,167,255,.18),transparent 32%),var(--official-bg);color:var(--official-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif}.official-site-main{display:flex;flex-direction:column;gap:24px;padding:18px 16px 34px}.official-hero{display:flex;flex-direction:column;gap:22px;padding-top:6px}.official-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.official-brand-icon{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(185,167,255,.34))}.official-kicker,.official-section-head span{color:var(--official-primary);font-size:12px;font-weight:800;line-height:1.2}.official-hero h1,.official-section-head h2{margin:0;font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-weight:850;letter-spacing:0}.official-hero h1{max-width:12em;font-size:34px;line-height:1.1}.official-hero p,.official-section p,.official-strengths p{margin:0;color:var(--official-muted);font-size:14px;line-height:1.75}.official-hero-actions{display:flex;flex-wrap:wrap;gap:10px;width:100%;padding-top:4px}.official-hero-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:8px;padding:0 16px;background:var(--official-primary);color:#062018;font-size:14px;font-weight:800;transition:transform .16s ease,background .16s ease}.official-hero-actions button.secondary{border:1px solid var(--official-border);background:#ffffff12;color:var(--official-text)}.official-hero-actions button:active{transform:scale(.96)}.official-phone-preview{display:flex;flex-direction:column;gap:14px;overflow:hidden;border:1px solid var(--official-border);border-radius:22px;background:#111a2bd1;box-shadow:0 22px 48px #00000047;padding:14px}.official-preview-top{display:grid;grid-template-columns:22px 1fr 22px;align-items:center;color:var(--official-accent)}.official-preview-top span{width:22px;height:7px;border-radius:999px;background:#ffffff2e}.official-preview-top strong{color:#fff;font-size:13px;text-align:center}.official-preview-banner{position:relative;display:grid;grid-template-columns:104px minmax(0,1fr);gap:12px;overflow:hidden;border-radius:14px;background:var(--official-surface-high);padding:10px}.official-preview-banner img{width:104px;height:104px;border-radius:10px;object-fit:cover}.official-preview-banner div{display:flex;flex-direction:column;justify-content:center;min-width:0;gap:7px}.official-preview-banner span{width:fit-content;border-radius:4px;background:#73e6b824;color:var(--official-primary);font-size:11px;font-weight:800;padding:4px 6px}.official-preview-banner strong{color:#fff;font-size:17px;line-height:1.25}.official-preview-banner p{margin:0;color:var(--official-warm);font-family:Sora,sans-serif;font-size:18px;font-weight:850}.official-preview-list{display:grid;gap:8px}.official-preview-list span{border:1px solid var(--official-border);border-radius:8px;background:#ffffff0b;color:var(--official-muted);font-size:12px;font-weight:700;padding:10px 12px}.official-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.official-stats div{display:flex;flex-direction:column;gap:6px;min-width:0;border:1px solid var(--official-border);border-radius:8px;background:#ffffff0e;padding:12px 8px}.official-stats strong{color:var(--official-primary);font-size:18px;line-height:1}.official-stats span{color:var(--official-muted);font-size:11px;line-height:1.35}.official-section,.official-flow{display:flex;flex-direction:column;gap:12px}.official-section-head{display:flex;flex-direction:column;gap:7px}.official-section-head h2{color:#fff;font-size:23px;line-height:1.22}.official-strengths{display:grid;gap:10px}.official-strengths article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:2px 12px;border:1px solid var(--official-border);border-radius:8px;background:var(--official-surface);padding:14px}.official-strengths article>span{grid-row:span 2;display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#73e6b821;color:var(--official-primary);font-size:22px}.official-strengths h3{margin:0;color:#fff;font-size:16px;line-height:1.25}.official-strengths p{font-size:13px;line-height:1.6}.official-flow ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}.official-flow li{display:grid;grid-template-columns:44px minmax(0,1fr) 22px;align-items:center;gap:10px;border:1px solid var(--official-border);border-radius:8px;background:#ffffff0e;padding:12px}.official-flow li strong{color:var(--official-accent);font-family:Sora,sans-serif;font-size:15px}.official-flow li span{color:#fff;font-size:14px;font-weight:750}.official-flow li svg{color:var(--official-primary)}@media(min-width:769px){.official-site-page{min-height:100vh;border-inline:1px solid rgba(255,255,255,.07);box-shadow:0 0 70px #00000057}}@media(max-width:360px){.official-site-main{padding-inline:12px}.official-hero h1{font-size:29px}.official-preview-banner{grid-template-columns:86px minmax(0,1fr)}.official-preview-banner img{width:86px;height:86px}}.app-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;background:#060e20cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px}.app-dialog-panel{position:relative;width:min(100%,398px);overflow:hidden;border:1px solid rgba(208,188,255,.3);border-radius:18px;background:#171f33c7;box-shadow:inset 0 0 18px #d0bcff14,0 0 30px #d0bcff1f,0 22px 70px #00000073;color:#dae2fd;padding:24px;text-align:center;animation:app-dialog-in .18s ease-out}.app-dialog-panel:before{position:absolute;inset:0 auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(208,188,255,.55),transparent);content:""}.app-dialog-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 16px;border:1px solid rgba(208,188,255,.22);border-radius:999px;background:#d0bcff1a;color:#d0bcff;font-size:34px;box-shadow:0 0 20px -8px #d0bcffbf}.app-dialog-panel.success .app-dialog-icon{border-color:#45dfa43d;background:#45dfa41a;color:#45dfa4;box-shadow:0 0 20px -8px #45dfa4d1}.app-dialog-panel.warning .app-dialog-icon{border-color:#ffafd33d;background:#ffafd31a;color:#ffafd3;box-shadow:0 0 20px -8px #ffafd3d1}.app-dialog-panel.error .app-dialog-icon{border-color:#ffb4ab47;background:#ffb4ab1a;color:#ffb4ab}.app-dialog-panel h2{margin:0;color:#dae2fd;font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:22px;font-weight:800;line-height:1.3}.app-dialog-panel>i{display:block;width:48px;height:4px;margin:8px auto 18px;border-radius:999px;background:#d0bcff52}.app-dialog-panel p{margin:0;color:#cbc3d7;font-size:15px;line-height:1.65}.app-dialog-content{margin-top:18px;text-align:left}.order-dispute-field{display:grid;gap:8px}.order-dispute-field span{color:#dae2fd;font-size:14px;font-weight:800}.order-dispute-field textarea{width:100%;min-height:116px;resize:none;box-sizing:border-box;border:1px solid rgba(208,188,255,.28);border-radius:14px;outline:none;background:#0b1326d1;color:#dae2fd;padding:12px;font:14px/1.55 Noto Sans SC,system-ui,sans-serif}.order-dispute-field textarea:focus{border-color:#d0bcff9e;box-shadow:0 0 0 3px #d0bcff1f}.order-dispute-field textarea::placeholder{color:#cbc3d78c}.order-dispute-field em{color:#cbc3d7b8;font-size:12px;font-style:normal;text-align:right}.order-dispute-field em.error{color:#ffb4ab}.app-dialog-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.app-dialog-actions button:only-child{grid-column:1 / -1}.app-dialog-actions button{min-width:0;height:48px;border-radius:12px;font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:14px;font-weight:800;transition:transform .16s ease,opacity .16s ease,background .16s ease}.app-dialog-actions button:active{transform:scale(.96)}.app-dialog-actions button:disabled{opacity:.68}.app-dialog-actions .secondary{border:2px solid #d0bcff;color:#d0bcff}.app-dialog-actions .primary{background:#d0bcff;color:#340080;box-shadow:0 0 18px -7px #d0bcffdb}@keyframes app-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.feedback-page{--feedback-bg: #0b1326;--feedback-surface: rgba(30, 41, 59, .42);--feedback-surface-low: #131b2e;--feedback-surface-high: #222a3d;--feedback-text: #dae2fd;--feedback-muted: #cbc3d7;--feedback-primary: #d0bcff;--feedback-secondary: #ffafd3;--feedback-tertiary: #45dfa4;--feedback-border: rgba(255, 255, 255, .1);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 84% 11%,rgba(208,188,255,.22),transparent 26%),radial-gradient(circle at 5% 28%,rgba(255,175,211,.14),transparent 24%),var(--feedback-bg);color:var(--feedback-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(98px + env(safe-area-inset-bottom))}.feedback-page::-webkit-scrollbar{display:none}.feedback-page button,.feedback-page input,.feedback-page textarea{border:0;outline:0;background:transparent;font:inherit}.feedback-page button{cursor:pointer;-webkit-tap-highlight-color:transparent}.feedback-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;height:64px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326e0;padding:0 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 0 18px -8px #d0bcff73}.feedback-topbar h1{overflow:hidden;margin:0;color:var(--feedback-primary);font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:20px;font-weight:800;text-align:center;text-overflow:ellipsis;white-space:nowrap}.feedback-topbar button{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;color:var(--feedback-primary);font-size:22px}.feedback-topbar button:active,.feedback-chip-row button:active,.feedback-image-add:active,.feedback-footer button:active{transform:scale(.95)}.feedback-main{display:grid;gap:28px;padding:24px 16px 0}.feedback-hero{position:relative;isolation:isolate;overflow:hidden;display:grid;justify-items:center;gap:8px;border:1px solid rgba(255,255,255,.06);border-radius:18px;background:var(--feedback-surface);padding:24px 18px;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feedback-hero:before,.feedback-hero:after{content:"";position:absolute;z-index:-1;width:124px;height:124px;border-radius:999px;filter:blur(34px);opacity:.78}.feedback-hero:before{top:-64px;right:-48px;background:#d0bcff38}.feedback-hero:after{left:-50px;bottom:-58px;background:#ffafd32e}.feedback-hero>span{display:grid;place-items:center;width:46px;height:46px;border-radius:999px;background:#d0bcff1f;color:var(--feedback-primary);font-size:24px;box-shadow:0 0 24px -7px #d0bcffcc}.feedback-hero h2{margin:0;color:var(--feedback-text);font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:20px;font-weight:800}.feedback-hero p,.feedback-hint{margin:0;color:#cbc3d7c7;font-size:13px;line-height:1.55}.feedback-section{display:grid;gap:12px}.feedback-section-head,.feedback-section-head>div{display:flex;align-items:center;gap:8px}.feedback-section-head.between{justify-content:space-between}.feedback-section-head i{display:block;width:4px;height:24px;border-radius:999px;background:var(--feedback-primary)}.feedback-section-head h3{margin:0;color:var(--feedback-text);font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:18px;font-weight:800}.feedback-section-head small,.feedback-section-head em{color:#cbc3d79e;font-size:12px;font-style:normal;font-weight:700}.feedback-section-head small{margin-left:6px;font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif}.feedback-section-head em.warning{color:var(--feedback-secondary)}.feedback-chip-row{display:flex;gap:8px;overflow-x:auto;margin-inline:-16px;padding:0 16px 4px;scrollbar-width:none}.feedback-chip-row::-webkit-scrollbar{display:none}.feedback-chip-row button{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;min-height:40px;border:1px solid var(--feedback-border);border-radius:999px;background:var(--feedback-surface);color:#cbc3d7c7;padding:0 14px;font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:12px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feedback-chip-row button.active{border-color:#d0bcff7a;color:var(--feedback-primary);box-shadow:0 0 18px -7px #d0bcffbf}.feedback-section textarea,.feedback-contact{width:100%;border:1px solid var(--feedback-border);border-radius:14px;background:#131b2eeb;color:var(--feedback-text);box-shadow:inset 0 1px #ffffff0a}.feedback-section textarea{min-height:160px;padding:15px;resize:none;font-size:14px;line-height:1.65}.feedback-section textarea:focus,.feedback-contact:focus-within{border-color:#d0bcff99;box-shadow:0 0 18px -8px #d0bcffbf}.feedback-section textarea::placeholder,.feedback-contact input::placeholder{color:#cbc3d76b}.feedback-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.feedback-image-add,.feedback-image-placeholder,.feedback-image-preview{aspect-ratio:1;min-width:0;border-radius:14px}.feedback-image-add{display:grid;place-items:center;border:2px dashed rgba(255,255,255,.12);color:#cbc3d7c2;font-size:22px}.feedback-image-add:disabled{opacity:.45}.feedback-image-placeholder{display:grid;place-items:center;background:#222a3d85;color:#0b1326d6;font-size:21px}.feedback-image-preview{position:relative;overflow:hidden;background:var(--feedback-surface-high)}.feedback-image-preview img{display:block;width:100%;height:100%;object-fit:cover}.feedback-image-preview button{position:absolute;top:4px;right:4px;display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#060e20c2;color:var(--feedback-text);font-size:11px}.feedback-contact{position:relative;display:flex;align-items:center;min-height:54px;gap:12px;padding:0 14px}.feedback-contact>.anticon{flex:0 0 auto;color:#cbc3d79e;font-size:18px}.feedback-contact input{min-width:0;flex:1;color:var(--feedback-text);font-size:14px}.feedback-notice{margin:0;border:1px solid rgba(255,180,171,.22);border-radius:12px;background:#93000a2e;color:var(--feedback-secondary);padding:10px 12px;font-size:13px;line-height:1.45}.feedback-footer{position:fixed;inset:auto 0 0;z-index:30;max-width:430px;margin:0 auto;border-top:1px solid rgba(255,255,255,.06);border-radius:18px 18px 0 0;background:#171f33eb;padding:16px 16px calc(16px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.feedback-footer button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:56px;border-radius:14px;background:var(--feedback-primary);color:#3c0091;font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:17px;font-weight:900;box-shadow:0 0 22px -7px #d0bcffe6}.feedback-footer button:disabled{opacity:.72}.feedback-dialog-icon{display:none}@media(min-width:769px){.feedback-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}.phone-login-page{--login-bg: #0b1326;--login-surface: #171f33;--login-surface-low: #131b2e;--login-surface-high: #222a3d;--login-text: #dae2fd;--login-muted: #cbc3d7;--login-primary: #d0bcff;--login-primary-strong: #a078ff;--login-secondary: #ffafd3;--login-tertiary: #45dfa4;--login-error: #ffb4ab;--login-border: rgba(255, 255, 255, .08);position:relative;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden;background:radial-gradient(circle at 88% -8%,rgba(208,188,255,.2),transparent 34%),radial-gradient(circle at -12% 70%,rgba(255,175,211,.14),transparent 30%),var(--login-bg);color:var(--login-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif}.phone-login-page button,.phone-login-page input{-webkit-tap-highlight-color:transparent}.phone-login-topbar{position:relative;z-index:2;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:64px;padding:0 16px}.phone-login-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;color:var(--login-primary);font-size:19px}.phone-login-topbar h1{margin:0;color:var(--login-primary);font-family:Sora,sans-serif;font-size:26px;font-weight:800;line-height:1.1;text-align:center;text-shadow:0 0 16px rgba(208,188,255,.38)}.phone-login-main{position:relative;z-index:1;display:flex;min-height:calc(100dvh - 64px);flex-direction:column;justify-content:center;padding:18px 16px 44px}.phone-login-brand{margin-bottom:24px;text-align:center}.phone-login-brand>div{position:relative;display:grid;place-items:center;width:76px;height:76px;margin:0 auto 18px;border:1px solid rgba(208,188,255,.28);border-radius:22px;background:#d0bcff29;color:var(--login-primary);font-size:34px;transform:rotate(10deg);box-shadow:0 0 24px -10px #d0bcffcc}.phone-login-brand>div svg{transform:rotate(-10deg)}.phone-login-brand h2{margin:0;color:var(--login-text);font-family:Sora,sans-serif;font-size:28px;font-weight:800;line-height:1.2}.phone-login-brand p{max-width:300px;margin:8px auto 0;color:var(--login-muted);font-size:14px;line-height:1.6}.phone-login-panel{border:1px solid var(--login-border);border-radius:24px;background:#171f33c2;box-shadow:0 24px 58px #0000004d;padding:22px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.phone-login-tabs{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:22px;border-bottom:1px solid rgba(149,142,160,.28)}.phone-login-tabs.single{grid-template-columns:1fr}.phone-login-tabs button{position:relative;min-height:44px;color:var(--login-muted);font-family:Sora,sans-serif;font-size:16px;font-weight:800}.phone-login-tabs button.active{color:var(--login-primary)}.phone-login-tabs button.active:after{position:absolute;right:16px;bottom:-1px;left:16px;height:2px;border-radius:999px;background:var(--login-primary);box-shadow:0 0 10px var(--login-primary);content:""}.phone-login-tabs button:disabled{opacity:.48}.phone-login-field{display:flex;align-items:center;gap:12px;min-height:56px;border:1px solid rgba(149,142,160,.24);border-radius:14px;background:var(--login-surface);padding:0 14px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.phone-login-field+.phone-login-field{margin-top:14px}.phone-login-field:focus-within{border-color:#d0bcff94;background:var(--login-surface-high);box-shadow:0 0 0 3px #d0bcff1a}.phone-login-field span{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;border-right:1px solid rgba(149,142,160,.26);color:var(--login-text);padding-right:12px;font-family:Sora,sans-serif;font-size:14px;font-weight:800}.phone-login-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--login-text);font:inherit;font-size:16px}.phone-login-field input::placeholder{color:#cbc3d775}.phone-login-field>button{display:grid;place-items:center;flex-shrink:0;color:var(--login-muted);font-size:18px}.phone-login-code-field{gap:8px}.phone-login-field>.phone-login-code-button{display:inline-flex;align-items:center;justify-content:center;min-width:92px;min-height:36px;border-radius:999px;background:#d0bcff24;color:var(--login-primary);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;font-size:13px;font-weight:700;white-space:nowrap}.phone-login-error{margin:12px 0 0;color:var(--login-error);font-size:13px;line-height:1.5}.phone-login-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:56px;margin-top:18px;border-radius:14px;background:linear-gradient(90deg,var(--login-primary-strong),var(--login-primary));color:#340080;font-family:Sora,sans-serif;font-size:18px;font-weight:800;box-shadow:0 0 22px -8px #d0bcffcc;transition:transform .16s ease,opacity .16s ease}.phone-login-quick{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:54px;margin-top:16px;border:1px solid rgba(69,223,164,.36);border-radius:14px;background:#45dfa41f;color:#9ff8d2;font-family:Sora,sans-serif;font-size:17px;font-weight:800;box-shadow:0 0 18px -10px #45dfa4e6;transition:transform .16s ease,opacity .16s ease,border-color .16s ease}.phone-login-quick:active{transform:scale(.98)}.phone-login-quick:disabled{opacity:.66;transform:none}.phone-login-submit:active{transform:scale(.98)}.phone-login-submit:disabled{opacity:.7;transform:none}.phone-login-link-button{display:block;width:fit-content;max-width:100%;margin:14px auto 0;color:var(--login-primary);font-size:14px;font-weight:700;line-height:1.4}.phone-login-link-button:active{opacity:.72}.phone-login-hint{display:flex;gap:8px;margin:18px 0 0;color:#cbc3d7a8;font-size:12px;line-height:1.6}.phone-login-hint svg{flex-shrink:0;margin-top:2px;color:var(--login-tertiary)}.phone-login-agreement{display:flex;align-items:flex-start;gap:8px;max-width:300px;margin:22px auto 0;color:var(--login-muted);font-size:12px;line-height:1.6}.phone-login-agreement input{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--login-primary)}@media(min-width:769px){.phone-login-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.phone-login-panel{padding:18px}.phone-login-brand h2{font-size:25px}}.wechat-player-list-page{--players-bg: #0b1326;--players-surface: #171f33;--players-surface-low: #131b2e;--players-surface-high: #222a3d;--players-text: #dae2fd;--players-muted: #cbc3d7;--players-primary: #d0bcff;--players-primary-strong: #a078ff;--players-secondary: #ffafd3;--players-tertiary: #45dfa4;--players-border: rgba(255, 255, 255, .08);position:relative;height:100vh;height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden;background:var(--players-bg);color:var(--players-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif}.wechat-player-list-page button,.wechat-player-list-page input{font:inherit;-webkit-tap-highlight-color:transparent}.player-list-topbar{position:fixed;top:0;right:0;left:0;z-index:40;display:flex;align-items:center;justify-content:space-between;max-width:430px;height:64px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.1);background:var(--players-surface-high);padding:8px 16px;box-shadow:0 8px 18px #00000029}.player-list-topbar>div{display:flex;align-items:center;min-width:0;gap:14px}.player-list-topbar img{width:40px;height:40px;flex-shrink:0;border:1px solid rgba(208,188,255,.22);border-radius:999px;object-fit:cover}.player-list-topbar h1{margin:0;color:var(--players-primary);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2}.player-list-topbar button{display:grid;place-items:center;width:40px;height:40px;color:var(--players-primary);font-size:20px}.player-list-topbar>span{display:block;width:40px;height:40px}.player-list-shell{position:absolute;top:64px;right:0;bottom:64px;left:0;display:flex;box-sizing:border-box;min-height:0;overflow:hidden}.player-category-rail{flex:0 0 96px;min-height:0;overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-right:1px solid rgba(255,255,255,.05);background:var(--players-surface-low);padding:16px 0;scrollbar-width:none}.player-category-rail::-webkit-scrollbar,.player-list-content::-webkit-scrollbar{display:none}.player-category-rail button{position:relative;display:flex;align-items:center;flex-direction:column;gap:4px;width:100%;min-height:72px;justify-content:center;color:var(--players-muted);font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1.25;transition:color .16s ease,background .16s ease,transform .16s ease}.player-category-rail button svg{font-size:21px}.player-category-rail button.active{background:#a078fff2;color:#340080}.player-category-rail button.active:before{position:absolute;top:0;bottom:0;left:0;width:4px;background:var(--players-primary);content:""}.player-category-rail button:active,.player-card:active,.players-bottom-nav button:active{transform:scale(.96)}.player-list-content{flex:1 1 auto;min-height:0;min-width:0;overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px 12px 28px;scrollbar-width:none}.player-search{display:flex;align-items:center;gap:10px;border:1px solid rgba(149,142,160,.22);border-radius:14px;background:#2d344980;color:var(--players-muted);padding:0 12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .16s ease,box-shadow .16s ease}.player-search:focus-within{border-color:#d0bcffb3;box-shadow:0 0 15px -5px #d0bcffb8}.player-search input{min-width:0;width:100%;height:46px;border:0;outline:0;background:transparent;color:var(--players-text)}.player-search input::placeholder{color:#cbc3d7b8}.player-card-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.player-card{display:flex;gap:16px;border:1px solid rgba(255,255,255,.05);border-radius:18px;background:#171f33b8;padding:16px;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .16s ease,background .16s ease,border-color .16s ease}.player-card:hover{border-color:#d0bcff33;background:#2d3449d1}.player-avatar{position:relative;flex-shrink:0}.player-avatar img,.player-avatar-fallback{display:block;width:80px;height:80px;border:2px solid rgba(208,188,255,.3);border-radius:999px}.player-avatar img{object-fit:cover}.player-avatar-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#d0bcff38,#ffafd32e);color:var(--players-primary);font-family:Sora,sans-serif;font-size:28px;font-weight:800}.player-avatar.online:after{position:absolute;right:2px;bottom:2px;width:10px;height:10px;border:2px solid var(--players-bg);border-radius:999px;background:var(--players-tertiary);animation:player-online-pulse 2s infinite ease-in-out;content:""}.player-card-info{display:flex;min-width:0;flex:1;flex-direction:column}.player-card-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.player-card-title h2{overflow:hidden;margin:0;color:var(--players-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.player-card-title span{flex-shrink:0;border-radius:999px;background:#d0bcff2e;color:var(--players-primary);padding:3px 8px;font-family:Sora,sans-serif;font-size:10px;font-weight:800;line-height:1.2}.player-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.player-tags span{border-radius:5px;background:var(--players-surface);color:var(--players-muted);padding:3px 8px;font-family:Sora,sans-serif;font-size:10px;font-weight:800;line-height:1.2}.player-tags span.rank{border:1px solid rgba(69,223,164,.22);color:var(--players-tertiary)}.player-rating{display:flex;align-items:center;gap:4px;margin-top:10px;color:gold}.player-rating strong{font-size:14px;line-height:1}.player-rating span{color:var(--players-muted);font-size:12px}.player-card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:10px}.player-card-foot p{display:inline-flex;align-items:center;gap:5px;margin:0;color:var(--players-tertiary);font-size:10px;font-weight:700}.player-card-foot i{width:6px;height:6px;border-radius:999px;background:var(--players-tertiary)}.player-card-foot div{flex-shrink:0;color:var(--players-secondary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1}.player-card-foot small{font-size:12px}.player-card-foot em{color:var(--players-muted);font-size:10px;font-style:normal;font-weight:500}.player-card.skeleton{min-height:114px;border-color:#ffffff0a;background:linear-gradient(90deg,#171f33b8,#2d3449cc,#171f33b8);background-size:220% 100%;animation:player-skeleton 1.4s infinite linear}.player-empty{display:flex;align-items:center;justify-content:center;min-height:220px;flex-direction:column;gap:8px;border:1px dashed rgba(208,188,255,.22);border-radius:18px;background:#171f3375;color:var(--players-muted);text-align:center}.player-empty strong{color:var(--players-text);font-family:Sora,sans-serif;font-size:16px}.player-empty span{font-size:12px;line-height:1.5}.players-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);max-width:430px;height:64px;margin:0 auto;border:1px solid rgba(255,255,255,.08);border-bottom:0;border-radius:18px 18px 0 0;background:#0b1326d6;box-shadow:0 -4px 22px #6d3bd733;padding:8px 14px calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.players-bottom-nav button{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:4px;min-width:0;color:#cbc3d7c2;font-family:Sora,sans-serif;font-size:12px;font-weight:700;transition:transform .16s ease,color .16s ease}.players-bottom-nav button svg{font-size:20px}.players-bottom-nav button.active{color:var(--players-primary);text-shadow:0 0 8px rgba(208,188,255,.6)}@keyframes player-online-pulse{0%,to{transform:scale(.95);box-shadow:0 0 #45dfa4b3}70%{transform:scale(1);box-shadow:0 0 0 6px #45dfa400}}@keyframes player-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}@media(min-width:769px){.wechat-player-list-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.player-category-rail{flex-basis:84px}.player-category-rail button{font-size:11px}.player-list-content{padding-inline:10px}.player-card{gap:12px;padding:13px}.player-avatar img{width:68px;height:68px}.player-card-title h2{font-size:17px}}.player-register-page{--register-bg: #0b1326;--register-surface: rgba(30, 41, 59, .56);--register-surface-strong: #171f33;--register-text: #dae2fd;--register-muted: #cbc3d7;--register-primary: #d0bcff;--register-primary-strong: #a078ff;--register-tertiary: #45dfa4;--register-border: rgba(255, 255, 255, .1);min-height:100dvh;overflow-y:auto;background:var(--register-bg);color:var(--register-text);padding-bottom:32px}.player-register-page::-webkit-scrollbar,.player-register-main::-webkit-scrollbar{display:none}.player-register-page button,.player-register-page input,.player-register-page textarea{border:0;outline:0;font:inherit}.player-register-page button{cursor:pointer}.player-register-topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;height:64px;padding:0 16px;border-bottom:1px solid var(--register-border);background:#0b1326db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-register-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:transparent;color:var(--register-primary);font-size:22px}.player-register-topbar h1{margin:0;color:var(--register-primary);font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:22px;font-weight:800;text-align:center}.player-register-main{display:grid;gap:18px;max-width:720px;margin:0 auto;padding:18px 16px 0}.player-register-hero{position:relative;min-height:178px;overflow:hidden;border:1px solid rgba(208,188,255,.22);border-radius:18px;background:var(--register-surface-strong)}.player-register-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.78}.player-register-hero>div{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(11,19,38,.24) 44%,rgba(11,19,38,.94) 100%),linear-gradient(90deg,rgba(160,120,255,.26),transparent 62%)}.player-register-hero article{position:absolute;inset:auto 18px 18px}.player-register-hero h2{margin:0 0 6px;color:var(--register-primary);font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:24px;font-weight:900}.player-register-hero p,.register-game-grid p,.player-register-agreement{margin:0;color:var(--register-muted);font-size:14px;line-height:1.6}.register-panel{display:grid;gap:14px;border:1px solid var(--register-border);border-radius:18px;background:var(--register-surface);padding:18px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.register-panel-title{display:flex;align-items:center;gap:8px;color:var(--register-primary)}.register-panel-title h3{margin:0;color:var(--register-text);font-size:18px;font-weight:800}.register-field{display:grid;gap:8px}.register-field span{color:var(--register-muted);font-size:12px;font-weight:800}.register-field input,.register-field textarea{width:100%;border:1px solid rgba(149,142,160,.42);border-radius:12px;background:#171f33;color:var(--register-text);padding:13px 14px;resize:none;transition:border-color .16s ease,box-shadow .16s ease}.register-field input:focus,.register-field textarea:focus{border-color:var(--register-primary);box-shadow:0 0 16px -5px #d0bcffa6}.register-field input::placeholder,.register-field textarea::placeholder{color:#958ea0}.register-two-cols{display:grid;grid-template-columns:.7fr 1.3fr;gap:12px}.register-segmented{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;height:50px;border:1px solid rgba(149,142,160,.42);border-radius:12px;background:#171f33;padding:4px}.register-segmented button{border-radius:9px;background:transparent;color:var(--register-muted);font-size:12px;font-weight:800}.register-segmented button.active{background:var(--register-primary);color:#340080;box-shadow:0 0 14px -6px #d0bcffdb}.register-game-grid{display:flex;flex-wrap:wrap;gap:10px}.register-game-grid button{display:inline-flex;align-items:center;gap:7px;min-height:40px;border:1px solid rgba(149,142,160,.42);border-radius:999px;background:#131b2eb8;color:var(--register-muted);padding:7px 12px;transition:border-color .16s ease,color .16s ease,background .16s ease}.register-game-grid button.active{border-color:var(--register-primary);background:#d0bcff1a;color:var(--register-primary)}.register-game-grid button>span{display:grid;place-items:center;width:8px;height:8px;border-radius:999px;background:#958ea0cc;color:var(--register-tertiary);font-size:12px}.register-game-grid button.active>span{width:16px;height:16px;background:#45dfa429}.register-game-grid img{width:24px;height:24px;border-radius:8px;object-fit:cover}.register-game-grid em{font-style:normal;font-size:13px;font-weight:800}.player-register-submit{display:flex;align-items:center;justify-content:center;gap:8px;min-height:56px;border-radius:18px;background:linear-gradient(90deg,var(--register-primary-strong),var(--register-primary));color:#340080;font-size:18px;font-weight:900;box-shadow:0 0 22px -7px #a078ffeb}.player-register-submit:disabled{opacity:.62}.player-register-agreement{text-align:center}@media(max-width:380px){.register-two-cols{grid-template-columns:1fr}.player-register-topbar h1{font-size:20px}}.player-hall-page{--hall-bg: #0b1326;--hall-surface: #171f33;--hall-surface-high: #222a3d;--hall-surface-highest: #2d3449;--hall-border: rgba(255, 255, 255, .08);--hall-text: #dae2fd;--hall-muted: #cbc3d7;--hall-primary: #d0bcff;--hall-secondary: #ffafd3;--hall-tertiary: #45dfa4;--hall-danger: #ffb4ab;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;scrollbar-width:none;background:radial-gradient(circle at 0% 0%,rgba(109,59,215,.16),transparent 45%),radial-gradient(circle at 100% 100%,rgba(255,147,200,.12),transparent 44%),var(--hall-bg);color:var(--hall-text);padding-bottom:calc(88px + env(safe-area-inset-bottom))}.player-hall-page::-webkit-scrollbar,.player-hall-chips::-webkit-scrollbar{display:none}.player-hall-page button{border:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.player-hall-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326db;box-shadow:0 8px 24px #00000029;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-hall-title,.player-hall-actions,.player-hall-actions button{display:flex;align-items:center}.player-hall-title{gap:10px;min-width:0}.player-hall-title svg{flex:0 0 auto;color:var(--hall-primary);font-size:18px}.player-hall-title h1{margin:0;color:var(--hall-primary);font-size:18px;font-weight:900;line-height:1;letter-spacing:0}.player-hall-actions{gap:8px}.player-hall-actions button{justify-content:center;gap:5px;min-width:34px;height:34px;border-radius:999px;background:#222a3ddb;color:var(--hall-muted);padding:0 10px;font-size:12px;font-weight:800}.player-hall-actions button:last-child{width:34px;padding:0}.player-hall-actions svg{color:var(--hall-primary);font-size:16px}.player-hall-main{display:flex;flex-direction:column;gap:14px;padding:14px 12px 0}.player-hall-chips{display:flex;gap:8px;overflow-x:auto;padding:0 0 4px;scrollbar-width:none}.player-hall-chips button{flex:0 0 auto;min-height:34px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#171f33e0;color:var(--hall-muted);padding:0 14px;font-size:12px;font-weight:900}.player-hall-chips button.active{border-color:#d0bcff75;background:var(--hall-primary);color:#3c0091;box-shadow:0 0 16px #d0bcff47}.player-hall-content,.player-hall-orders{display:flex;flex-direction:column;gap:12px}.player-hall-card{position:relative;overflow:hidden;border:1px solid var(--hall-border);border-radius:14px;background:#1e293b75;box-shadow:0 18px 38px #0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:14px}.player-hall-corner{position:absolute;top:0;right:0;display:inline-flex;align-items:center;gap:4px;border-radius:0 14px;background:#d0bcff33;color:var(--hall-primary);padding:5px 10px;font-size:10px;font-weight:900}.player-hall-corner.urgent{background:var(--hall-danger);color:#690005}.player-hall-corner svg{font-size:12px}.player-hall-card-info{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding-right:58px}.player-hall-game-cover{display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:linear-gradient(135deg,#d0bcff38,#45dfa414),var(--hall-surface-highest);color:var(--hall-primary);font-size:22px;font-weight:900}.player-hall-game-cover img{width:100%;height:100%;object-fit:cover}.player-hall-card-info h2{margin:0;overflow:hidden;color:#fff;font-size:16px;font-weight:900;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.player-hall-tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:7px}.player-hall-tags span,.player-hall-tags em{display:inline-flex;align-items:center;max-width:100%;border-radius:6px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:900;line-height:1.2}.player-hall-tags span{border:1px solid rgba(69,223,164,.22);background:#45dfa41a;color:var(--hall-tertiary)}.player-hall-tags em{border:1px solid rgba(208,188,255,.2);background:#d0bcff1a;color:var(--hall-primary)}.player-hall-desc{display:-webkit-box;min-height:38px;margin:12px 0 0;overflow:hidden;color:#cbc3d7d1;font-size:12px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.player-hall-user-row{display:grid;grid-template-columns:24px minmax(0,auto) minmax(0,1fr) auto;align-items:center;gap:7px;margin-top:12px}.player-hall-avatar{display:grid;place-items:center;width:24px;height:24px;border:1px solid rgba(208,188,255,.28);border-radius:999px;background:#d0bcff24;color:var(--hall-primary);font-size:11px;font-weight:900}.player-hall-user-row span,.player-hall-user-row i{overflow:hidden;color:var(--hall-muted);font-size:12px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.player-hall-user-row i{color:#cbc3d79e}.player-hall-user-row strong{color:var(--hall-secondary);font-size:18px;font-weight:900;white-space:nowrap}.player-hall-card-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;margin-top:14px}.player-hall-card-actions button,.player-hall-empty button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;background:var(--hall-surface-highest);color:#fff;padding:0 12px;font-size:13px;font-weight:900}.player-hall-card-actions button.primary{background:var(--hall-secondary);color:#620040;box-shadow:0 0 18px #ffafd340}.player-hall-card-actions button:disabled{cursor:not-allowed;background:#2d3449b8;color:#cbc3d775;box-shadow:none}.player-hall-empty{display:flex;min-height:270px;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.05);border-radius:18px;background:#171f333d;padding:32px 20px;text-align:center}.player-hall-empty-orbit{position:relative;display:grid;place-items:center;width:96px;height:96px;margin-bottom:18px;color:var(--hall-primary);font-size:34px}.player-hall-empty-orbit:before,.player-hall-empty-orbit:after{position:absolute;border-radius:999px;content:""}.player-hall-empty-orbit:before{top:0;right:0;bottom:0;left:0;border:1px solid rgba(208,188,255,.2)}.player-hall-empty-orbit:after{top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(255,175,211,.24)}.player-hall-empty-orbit.loading:before{animation:player-hall-pulse 1.8s ease-in-out infinite}.player-hall-empty strong{color:#fff;font-size:18px;font-weight:900}.player-hall-empty p{max-width:270px;margin:8px 0 0;color:#cbc3d7b8;font-size:13px;line-height:1.6}.player-hall-empty button{margin-top:18px;background:var(--hall-primary);color:#3c0091;padding:0 22px}.player-hall-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-template-columns:repeat(4,1fr);width:min(430px,100vw);height:calc(66px + env(safe-area-inset-bottom));margin:0 auto;border:1px solid rgba(255,255,255,.05);border-bottom:0;border-radius:18px 18px 0 0;background:#0b1326e0;box-shadow:0 -4px 24px #00000052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:8px 12px calc(8px + env(safe-area-inset-bottom))}.player-hall-bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;background:transparent;color:var(--hall-muted);font-size:10px;font-weight:800}.player-hall-bottom-nav button svg{font-size:20px}.player-hall-bottom-nav button.active{color:var(--hall-secondary)}.player-hall-bottom-nav button.active:after{position:absolute;bottom:-3px;width:5px;height:5px;border-radius:999px;background:var(--hall-secondary);box-shadow:0 0 8px #ffafd3cc;content:""}@keyframes player-hall-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.08)}}@media(min-width:768px){.player-hall-bottom-nav{left:50%;transform:translate(-50%)}}.player-success-page{--success-bg: #0b1326;--success-surface: #171f33;--success-surface-high: #222a3d;--success-surface-highest: #2d3449;--success-border: rgba(255, 255, 255, .08);--success-text: #dae2fd;--success-muted: #cbc3d7;--success-primary: #d0bcff;--success-secondary: #ffafd3;--success-tertiary: #45dfa4;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;scrollbar-width:none;background:radial-gradient(circle at 50% 10%,rgba(208,188,255,.12),transparent 34%),radial-gradient(circle at 100% 80%,rgba(255,175,211,.08),transparent 36%),var(--success-bg);color:var(--success-text);padding-bottom:calc(148px + env(safe-area-inset-bottom))}.player-success-page::-webkit-scrollbar{display:none}.player-success-page button{border:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.player-success-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;height:64px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326d6;box-shadow:0 0 16px #d0bcff29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-success-topbar button{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:transparent;color:var(--success-primary);font-size:18px}.player-success-topbar h1{margin:0;overflow:hidden;color:var(--success-primary);font-size:18px;font-weight:900;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.player-success-main{display:flex;flex-direction:column;gap:20px;padding:22px 16px 0}.player-success-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 0 4px;text-align:center}.player-success-trophy{display:grid;place-items:center;width:112px;height:112px;border-radius:999px;background:radial-gradient(circle,#d0bcff57,#d0bcff1f);color:var(--success-primary);font-size:58px;animation:player-success-pulse 2s ease-in-out infinite}.player-success-trophy svg{filter:drop-shadow(0 0 14px rgba(208,188,255,.4))}.player-success-hero h2{margin:18px 0 4px;color:#fff;font-size:28px;font-weight:900;letter-spacing:0}.player-success-hero p{margin:0;color:var(--success-muted);font-size:14px}.player-success-section{display:flex;flex-direction:column;gap:8px}.player-success-section h3{margin:0;color:#cbc3d7c7;font-size:11px;font-weight:900;letter-spacing:.08em}.player-success-card{border:1px solid var(--success-border);border-radius:14px;background:#1e293b94;box-shadow:0 18px 34px #0003;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:14px}.player-success-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.player-success-order-head div{min-width:0}.player-success-order-head span,.player-success-grid span,.player-success-row span,.player-success-customer span,.player-success-remark span{display:block;color:#cbc3d7c7;font-size:11px;font-weight:900;letter-spacing:.02em}.player-success-order-head strong{display:block;margin-top:5px;overflow:hidden;color:#fff;font-size:18px;font-weight:900;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.player-success-order-head em{flex:0 0 auto;border:1px solid rgba(208,188,255,.22);border-radius:999px;background:#d0bcff1a;color:var(--success-primary);padding:5px 9px;font-size:11px;font-style:normal;font-weight:900}.player-success-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.player-success-grid div{min-width:0;border:1px solid rgba(255,255,255,.05);border-radius:10px;background:#171f3380;padding:10px}.player-success-grid strong{display:block;margin-top:6px;overflow:hidden;color:var(--success-secondary);font-size:18px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.player-success-grid div:last-child strong{color:#fff}.player-success-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;border-top:1px solid rgba(255,255,255,.05);padding-top:12px}.player-success-row strong,.player-success-row code{overflow:hidden;color:#fff;font-size:12px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.player-success-row code{border-radius:6px;background:var(--success-surface-high);padding:3px 7px}.player-success-customer{display:grid;grid-template-columns:56px minmax(0,1fr) 40px;align-items:center;gap:12px}.player-success-avatar{display:grid;place-items:center;width:56px;height:56px;border:2px solid rgba(208,188,255,.28);border-radius:999px;background:linear-gradient(135deg,#d0bcff33,#ffafd31f),var(--success-surface-highest);color:var(--success-primary);font-size:24px;font-weight:900}.player-success-customer strong{display:block;overflow:hidden;color:#fff;font-size:18px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.player-success-customer button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:var(--success-surface-highest);color:var(--success-primary);font-size:18px}.player-success-remark{margin-top:14px;border-left:4px solid var(--success-primary);border-radius:10px;background:#131b2ee6;padding:12px}.player-success-remark p{margin:6px 0 0;color:#fff;font-size:13px;font-style:italic;line-height:1.55}.player-success-actions{position:fixed;right:0;bottom:0;left:0;z-index:30;display:flex;width:min(430px,100vw);flex-direction:column;gap:8px;margin:0 auto;border-top:1px solid rgba(255,255,255,.05);background:#0b1326eb;padding:14px 16px calc(14px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.player-success-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:1px solid rgba(203,195,215,.6);border-radius:10px;background:transparent;color:#fff;font-size:15px;font-weight:900}.player-success-actions button.primary{border-color:transparent;background:var(--success-primary);color:#3c0091;box-shadow:0 0 22px #d0bcff47}@keyframes player-success-pulse{0%,to{filter:drop-shadow(0 0 10px rgba(208,188,255,.35));transform:scale(1)}50%{filter:drop-shadow(0 0 24px rgba(208,188,255,.75));transform:scale(1.04)}}@media(min-width:768px){.player-success-actions{left:50%;transform:translate(-50%)}}.player-skills-page{--skills-bg: #0b1326;--skills-surface: rgba(30, 41, 59, .68);--skills-surface-strong: #171f33;--skills-text: #dae2fd;--skills-muted: #cbc3d7;--skills-primary: #d0bcff;--skills-secondary: #ffafd3;--skills-tertiary: #45dfa4;--skills-error: #ffb4ab;--skills-border: rgba(255, 255, 255, .1);min-height:100dvh;overflow-y:auto;background:var(--skills-bg);color:var(--skills-text);padding-bottom:172px}.player-skills-page::-webkit-scrollbar,.player-skills-main::-webkit-scrollbar{display:none}.player-skills-page button,.player-skills-page input,.player-skills-page textarea,.player-skills-page select{border:0;outline:0;font:inherit}.player-skills-page button{cursor:pointer}.player-skills-topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;height:64px;padding:0 16px;border-bottom:1px solid var(--skills-border);background:#0b1326e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-skills-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:transparent;color:var(--skills-primary);font-size:22px}.player-skills-topbar h1{margin:0;color:var(--skills-primary);font-family:Sora,Noto Sans SC,system-ui,sans-serif;font-size:22px;font-weight:900;text-align:center}.player-skills-main{display:grid;gap:18px;max-width:720px;margin:0 auto;padding:18px 16px 0}.player-skills-summary,.player-skill-card,.player-skills-empty,.player-skills-panel{border:1px solid var(--skills-border);background:var(--skills-surface);box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-skills-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:18px;padding:16px}.player-skills-summary h2{margin:0 0 4px;font-size:22px;font-weight:900}.player-skills-summary p,.player-skills-empty p,.player-skill-reason{margin:0;color:var(--skills-muted);line-height:1.6}.player-skills-summary strong{display:inline-flex;align-items:baseline;gap:4px;min-width:64px;justify-content:center;border:1px solid rgba(208,188,255,.22);border-radius:14px;background:#d0bcff1a;color:var(--skills-primary);padding:10px 12px;font-size:24px}.player-skills-summary strong span{font-size:13px}.player-skills-list{display:grid;gap:14px}.player-skill-card{display:flex;gap:14px;overflow:hidden;border-radius:18px;padding:14px}.player-skill-card>img{width:78px;height:78px;flex:0 0 78px;border-radius:14px;background:#0f172a;object-fit:cover}.player-skill-card>div{min-width:0;flex:1}.player-skill-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.player-skill-card h3{margin:0 0 7px;overflow:hidden;color:var(--skills-text);font-size:18px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.player-skill-card header span{display:inline-flex;align-items:center;gap:6px;color:var(--skills-muted);font-size:13px;font-weight:800}.player-skill-card header span i{width:8px;height:8px;border-radius:999px;background:currentColor}.player-skill-card header span.verified{color:var(--skills-tertiary)}.player-skill-card header span.pending{color:var(--skills-primary)}.player-skill-card header span.rejected{color:var(--skills-error)}.player-skill-actions{display:inline-flex;gap:8px}.player-skill-actions button{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#ffffff14;color:var(--skills-muted)}.player-skill-actions button:last-child{color:var(--skills-error)}.player-skill-card footer{margin-top:16px}.player-skill-card footer span{display:inline-flex;max-width:100%;border:1px solid rgba(208,188,255,.22);border-radius:10px;background:#d0bcff24;color:var(--skills-primary);padding:6px 10px;font-size:13px;font-weight:900}.player-skill-reason{margin-top:10px;font-size:13px}.player-skills-empty{display:grid;place-items:center;min-height:280px;border-radius:18px;padding:28px;text-align:center}.player-skills-empty>span{margin-bottom:14px;color:var(--skills-primary);font-size:58px;opacity:.75}.player-skills-empty h3{margin:0 0 8px;font-size:22px}.player-skills-add{position:fixed;right:16px;bottom:92px;left:16px;z-index:35;display:flex;align-items:center;justify-content:center;gap:8px;max-width:688px;height:56px;margin:0 auto;border-radius:16px;background:var(--skills-primary);color:#3c0091;font-size:17px;font-weight:900;box-shadow:0 12px 32px #d0bcff3d}.player-skills-add:disabled,.player-skills-topbar button:disabled{opacity:.45}.player-skills-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-end;background:#0000008f}.player-skills-panel{width:100%;max-width:720px;margin:0 auto;border-radius:22px 22px 0 0;padding:18px 16px 22px}.player-skills-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.player-skills-panel-head h3{margin:0;font-size:20px}.player-skills-panel-head button{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#ffffff14;color:var(--skills-primary)}.player-skills-panel label{display:grid;gap:8px;margin-bottom:14px;color:var(--skills-muted);font-weight:800}.player-skills-panel input,.player-skills-panel textarea,.player-skills-panel select{width:100%;border:1px solid rgba(208,188,255,.18);border-radius:14px;background:#0f172a;color:var(--skills-text);padding:13px 14px}.player-skills-panel textarea{min-height:96px;resize:vertical}.player-skills-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;border-radius:16px;background:var(--skills-primary);color:#3c0091;font-weight:900}.player-skills-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:flex;justify-content:space-around;height:78px;border-top:1px solid rgba(255,255,255,.08);border-radius:22px 22px 0 0;background:#060e20f0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.player-skills-bottom-nav button{display:grid;place-items:center;gap:4px;min-width:64px;background:transparent;color:var(--skills-muted);font-size:12px}.player-skills-bottom-nav button span:first-child,.player-skills-bottom-nav button svg{font-size:22px}@media(min-width:760px){.player-skills-bottom-nav,.player-skills-topbar,.player-skills-add{left:50%;width:720px;transform:translate(-50%)}}.player-earnings-page{--earnings-bg: #0b1326;--earnings-surface: #171f33;--earnings-surface-high: #222a3d;--earnings-surface-highest: #2d3449;--earnings-border: rgba(255, 255, 255, .1);--earnings-text: #dae2fd;--earnings-muted: #cbc3d7;--earnings-primary: #d0bcff;--earnings-primary-strong: #a078ff;--earnings-secondary: #ffafd3;--earnings-tertiary: #45dfa4;--earnings-error: #ffb4ab;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 12% -8%,rgba(208,188,255,.22),transparent 32%),radial-gradient(circle at 108% 30%,rgba(255,175,211,.14),transparent 26%),var(--earnings-bg);color:var(--earnings-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(88px + env(safe-area-inset-bottom));scrollbar-width:none}.player-earnings-page::-webkit-scrollbar{display:none}.player-earnings-page button{border:0;background:transparent;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.player-earnings-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;height:64px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326e0;padding:0 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-earnings-topbar h1{margin:0;color:var(--earnings-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;text-align:center}.player-earnings-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;color:var(--earnings-primary);font-size:18px}.player-earnings-topbar button:active,.player-earnings-hero button:active,.player-earnings-tabs button:active,.player-earnings-bottom-nav button:active{transform:scale(.94)}.player-earnings-main{display:flex;flex-direction:column;gap:16px;padding:16px}.player-earnings-hero,.player-earnings-stat-grid article,.player-earnings-record,.player-earnings-empty{border:1px solid var(--earnings-border);background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.player-earnings-hero{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;overflow:hidden;border-radius:16px;padding:20px}.player-earnings-hero:after{position:absolute;top:-56px;right:-42px;width:144px;height:144px;border-radius:999px;background:#d0bcff2e;filter:blur(34px);content:""}.player-earnings-hero>div{position:relative;z-index:1;min-width:0}.player-earnings-hero span,.player-earnings-stat-grid span,.player-earnings-tabs button{font-family:Sora,sans-serif;font-size:12px;font-weight:800}.player-earnings-hero span{color:var(--earnings-muted)}.player-earnings-hero strong{display:block;margin-top:8px;color:var(--earnings-text);font-family:Sora,sans-serif;font-size:34px;font-weight:800;line-height:1}.player-earnings-hero strong:after,.player-earnings-stat-grid strong:after{content:" 积分";color:#cbc3d7bd;font-size:12px;font-weight:700}.player-earnings-hero p{margin:8px 0 0;color:#cbc3d7c7;font-size:13px}.player-earnings-hero button{position:relative;z-index:1;flex-shrink:0;min-height:38px;border-radius:999px;background:var(--earnings-primary-strong);box-shadow:0 0 15px -5px var(--earnings-primary);color:#fff;padding:0 16px;font-size:12px;font-weight:900}.player-earnings-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.player-earnings-stat-grid article{display:flex;min-width:0;flex-direction:column;gap:8px;border-radius:14px;padding:14px}.player-earnings-stat-grid span{display:inline-flex;align-items:center;gap:6px;color:var(--earnings-muted)}.player-earnings-stat-grid span svg{color:var(--earnings-primary);font-size:15px}.player-earnings-stat-grid strong{overflow:hidden;color:var(--earnings-tertiary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.player-earnings-stat-grid article:nth-child(2) strong,.player-earnings-stat-grid article:nth-child(3) strong{color:var(--earnings-text)}.player-earnings-stat-grid article:nth-child(4) strong{color:var(--earnings-secondary)}.player-earnings-settings-entry{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid rgba(208,188,255,.22)!important;border-radius:14px;background:#d0bcff1f!important;color:var(--earnings-primary);font-size:14px;font-weight:900}.player-earnings-tabs{display:flex;align-items:center;gap:22px;min-height:38px;border-bottom:1px solid rgba(255,255,255,.06)}.player-earnings-tabs button{position:relative;color:#cbc3d7c7;padding-bottom:10px}.player-earnings-tabs button.active{color:var(--earnings-primary)}.player-earnings-tabs button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:999px;background:var(--earnings-primary);content:""}.player-earnings-list{display:flex;flex-direction:column;gap:12px}.player-earnings-record{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;border-radius:14px;padding:14px}.player-earnings-record-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--earnings-surface-highest);color:var(--earnings-primary);font-size:18px}.player-earnings-record-icon.settlement{color:var(--earnings-secondary)}.player-earnings-record h2{overflow:hidden;margin:0;color:var(--earnings-text);font-size:14px;font-weight:900;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.player-earnings-record p{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 0;color:#cbc3d7a3;font-size:12px;line-height:1.35}.player-earnings-record p span{color:var(--earnings-primary);font-weight:800}.player-earnings-record strong{color:var(--earnings-tertiary);font-family:Sora,sans-serif;font-size:18px;font-weight:800;white-space:nowrap}.player-earnings-list-empty,.player-earnings-empty{color:#cbc3d7b8;text-align:center}.player-earnings-list-empty{border-radius:14px;background:#171f3373;padding:32px 16px;font-size:14px}.player-earnings-empty{display:flex;min-height:420px;flex-direction:column;align-items:center;justify-content:center;border-radius:18px;padding:32px 20px}.player-earnings-empty>div{position:relative;display:grid;place-items:center;width:96px;height:96px;margin-bottom:18px;color:var(--earnings-primary);font-size:34px}.player-earnings-empty>div:before,.player-earnings-empty>div:after{position:absolute;border-radius:999px;content:""}.player-earnings-empty>div:before{top:0;right:0;bottom:0;left:0;border:1px solid rgba(208,188,255,.2)}.player-earnings-empty>div:after{top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(255,175,211,.24)}.player-earnings-empty>div.loading:before{animation:player-earnings-pulse 1.8s ease-in-out infinite}.player-earnings-empty strong{color:#fff;font-size:18px;font-weight:900}.player-earnings-empty p{max-width:270px;margin:8px 0 0;font-size:13px;line-height:1.6}.player-earnings-empty button{min-height:42px;margin-top:18px;border-radius:8px;background:var(--earnings-primary);color:#3c0091;padding:0 22px;font-size:13px;font-weight:900}.player-earnings-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-template-columns:repeat(4,1fr);width:min(430px,100vw);height:calc(66px + env(safe-area-inset-bottom));margin:0 auto;border:1px solid rgba(255,255,255,.05);border-bottom:0;border-radius:18px 18px 0 0;background:#0b1326e0;box-shadow:0 -4px 24px #00000052;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:8px 12px calc(8px + env(safe-area-inset-bottom))}.player-earnings-bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--earnings-muted);font-size:10px;font-weight:800}.player-earnings-bottom-nav button svg{font-size:20px}.player-earnings-bottom-nav button.active{color:var(--earnings-secondary)}.player-earnings-bottom-nav button.active:after{position:absolute;bottom:-3px;width:5px;height:5px;border-radius:999px;background:var(--earnings-secondary);box-shadow:0 0 8px #ffafd3cc;content:""}@keyframes player-earnings-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.08)}}@media(min-width:768px){.player-earnings-bottom-nav{left:50%;transform:translate(-50%)}}.player-withdraw-page{--withdraw-page-bg: #0b1326;--withdraw-page-surface: rgba(30, 41, 59, .74);--withdraw-page-surface-high: rgba(45, 52, 73, .86);--withdraw-page-border: rgba(255, 255, 255, .1);--withdraw-page-text: #dae2fd;--withdraw-page-muted: #cbc3d7;--withdraw-page-primary: #d0bcff;--withdraw-page-primary-strong: #a078ff;--withdraw-page-secondary: #ffafd3;--withdraw-page-tertiary: #45dfa4;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 14% -8%,rgba(208,188,255,.2),transparent 32%),radial-gradient(circle at 108% 35%,rgba(255,175,211,.12),transparent 26%),var(--withdraw-page-bg);color:var(--withdraw-page-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(28px + env(safe-area-inset-bottom));scrollbar-width:none}.player-withdraw-page::-webkit-scrollbar{display:none}.player-withdraw-page button,.player-withdraw-page input{border:0;background:transparent;color:inherit;font:inherit;outline:none;-webkit-tap-highlight-color:transparent}.player-withdraw-page button{cursor:pointer}.player-withdraw-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;height:64px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326e0;padding:0 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-withdraw-topbar h1{margin:0;color:var(--withdraw-page-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;text-align:center}.player-withdraw-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;color:var(--withdraw-page-primary);font-size:18px}.player-withdraw-main{display:flex;flex-direction:column;gap:16px;padding:16px}.player-withdraw-hero,.player-withdraw-card,.player-withdraw-empty{border:1px solid var(--withdraw-page-border);background:var(--withdraw-page-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.player-withdraw-hero{overflow:hidden;border-radius:16px;padding:22px 20px}.player-withdraw-hero span,.player-withdraw-card h2{color:var(--withdraw-page-muted);font-family:Sora,sans-serif;font-size:12px;font-weight:800}.player-withdraw-hero strong{display:block;margin-top:10px;color:var(--withdraw-page-text);font-family:Sora,sans-serif;font-size:38px;font-weight:800;line-height:1}.player-withdraw-hero strong:after{content:" 积分";color:#cbc3d7bd;font-size:13px;font-weight:700}.player-withdraw-hero p,.player-withdraw-card p,.player-withdraw-list-empty{margin:8px 0 0;color:#cbc3d7bd;font-size:13px;line-height:1.5}.player-withdraw-card{display:flex;flex-direction:column;gap:14px;border-radius:16px;padding:16px}.player-withdraw-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.player-withdraw-card h2{margin:0;color:var(--withdraw-page-text)}.player-withdraw-card header>button,.player-withdraw-method-empty button{min-height:34px;border-radius:999px;background:#d0bcff1f;color:var(--withdraw-page-primary);padding:0 12px;font-size:12px;font-weight:900}.player-withdraw-amount{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;border-radius:14px;background:var(--withdraw-page-surface-high);padding:14px}.player-withdraw-amount input{min-width:0;color:var(--withdraw-page-text);font-family:Sora,sans-serif;font-size:28px;font-weight:800}.player-withdraw-amount input::placeholder{color:#cbc3d770;font-size:16px}.player-withdraw-amount span{color:var(--withdraw-page-muted);font-size:13px;font-weight:800}.player-withdraw-method-empty{display:flex;align-items:center;gap:10px;border-radius:14px;background:#0b132657;padding:14px}.player-withdraw-method-empty>svg{color:var(--withdraw-page-primary);font-size:20px}.player-withdraw-method-empty p{flex:1;margin:0}.player-withdraw-methods{display:flex;flex-direction:column;gap:10px}.player-withdraw-methods>button{display:grid;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#0b132657;padding:12px;text-align:left}.player-withdraw-methods>button.active{border-color:#d0bcff75;background:#d0bcff1f}.player-withdraw-methods>button>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#d0bcff1f;color:var(--withdraw-page-primary);font-size:17px}.player-withdraw-methods strong{display:block;color:var(--withdraw-page-text);font-size:14px;font-weight:900}.player-withdraw-methods p{overflow:hidden;margin:4px 0 0;text-overflow:ellipsis;white-space:nowrap}.player-withdraw-methods button>svg{color:var(--withdraw-page-tertiary)}.player-withdraw-submit{min-height:52px;border-radius:16px;background:linear-gradient(135deg,#d0bcff,#6a28c9)!important;color:#271047!important;font-size:16px;font-weight:900;box-shadow:0 14px 34px #a078ff3d}.player-withdraw-submit:disabled,.player-withdraw-card header>button:disabled{cursor:not-allowed;opacity:.52}.player-withdraw-records{display:flex;flex-direction:column;gap:10px}.player-withdraw-records article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;border-radius:14px;background:#0b132652;padding:12px}.player-withdraw-records article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#ffafd31a;color:var(--withdraw-page-secondary)}.player-withdraw-records strong,.player-withdraw-records b{color:var(--withdraw-page-text);font-size:14px;font-weight:900}.player-withdraw-records p{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 0;font-size:12px}.player-withdraw-records em{color:var(--withdraw-page-primary);font-style:normal;font-weight:800}.player-withdraw-records b{color:var(--withdraw-page-secondary);white-space:nowrap}.player-withdraw-empty{display:flex;min-height:420px;flex-direction:column;align-items:center;justify-content:center;border-radius:18px;padding:32px 20px;text-align:center}.player-withdraw-empty>svg{color:var(--withdraw-page-primary);font-size:46px}.player-withdraw-empty strong{margin-top:16px;color:var(--withdraw-page-text);font-size:18px;font-weight:900}.withdraw-settings-page{--withdraw-bg: #0b1326;--withdraw-surface: rgba(30, 41, 59, .72);--withdraw-surface-high: rgba(45, 52, 73, .86);--withdraw-border: rgba(255, 255, 255, .1);--withdraw-text: #dae2fd;--withdraw-muted: #cbc3d7;--withdraw-primary: #d0bcff;--withdraw-primary-strong: #a078ff;--withdraw-secondary: #ffafd3;--withdraw-tertiary: #45dfa4;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:var(--withdraw-bg);color:var(--withdraw-text);padding-bottom:28px}.withdraw-settings-page::-webkit-scrollbar{display:none}.withdraw-settings-page button,.withdraw-settings-page input,.withdraw-settings-page select{border:0;outline:0;font:inherit}.withdraw-settings-page button{cursor:pointer;-webkit-tap-highlight-color:transparent}.withdraw-settings-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;height:64px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326e6;padding:0 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.withdraw-settings-topbar h1{margin:0;color:var(--withdraw-text);font-size:20px;font-weight:900;text-align:center}.withdraw-settings-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:transparent;color:var(--withdraw-primary);font-size:20px}.withdraw-settings-main{display:grid;gap:16px;padding:16px}.withdraw-settings-summary,.withdraw-method-card,.withdraw-settings-empty{border:1px solid var(--withdraw-border);background:var(--withdraw-surface);box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.withdraw-settings-summary{display:flex;align-items:center;justify-content:space-between;border-radius:18px;padding:18px}.withdraw-settings-summary span{color:var(--withdraw-muted);font-size:13px;font-weight:800}.withdraw-settings-summary strong{display:block;margin-top:6px;font-size:34px;line-height:1}.withdraw-settings-summary svg{color:var(--withdraw-primary);font-size:36px}.withdraw-settings-list{display:grid;gap:12px}.withdraw-method-card{display:flex;gap:12px;border-radius:18px;padding:14px}.withdraw-method-icon{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:14px;background:#d0bcff1f;color:var(--withdraw-primary);font-size:22px}.withdraw-method-content{min-width:0;flex:1}.withdraw-method-content header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.withdraw-method-content h2{margin:0 0 5px;font-size:17px;font-weight:900}.withdraw-method-content p,.withdraw-method-note,.withdraw-settings-empty p,.withdraw-qrcode-box p{margin:0;color:var(--withdraw-muted);font-size:13px;line-height:1.5}.withdraw-method-note{margin-top:7px}.withdraw-default-badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#45dfa424;color:var(--withdraw-tertiary);padding:5px 8px;font-size:12px;font-weight:900}.withdraw-method-content footer{display:flex;gap:10px;margin-top:12px}.withdraw-method-content footer button,.withdraw-settings-empty button,.withdraw-qrcode-box button,.withdraw-settings-save{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;border-radius:999px;background:#d0bcff1f;color:var(--withdraw-primary);padding:0 14px;font-size:13px;font-weight:900}.withdraw-method-content footer button:last-child{color:var(--withdraw-secondary)}.withdraw-settings-empty{display:grid;justify-items:center;gap:10px;border-radius:18px;padding:28px 18px;text-align:center}.withdraw-settings-empty>svg{color:var(--withdraw-primary);font-size:36px}.withdraw-settings-empty h2{margin:0;font-size:18px}.withdraw-settings-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;background:#02061794}.withdraw-settings-sheet-panel{width:min(430px,100%);max-height:88dvh;overflow:hidden auto;border:1px solid var(--withdraw-border);border-radius:22px 22px 0 0;background:#111a2d;padding:18px}.withdraw-settings-sheet-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.withdraw-settings-sheet-panel h2{margin:0;font-size:18px}.withdraw-settings-sheet-panel header button{border-radius:999px;background:#d0bcff1f;color:var(--withdraw-primary);padding:7px 12px;font-size:13px;font-weight:900}.withdraw-settings-sheet-panel label{display:grid;gap:8px;margin-top:12px}.withdraw-settings-sheet-panel label span,.withdraw-qrcode-box span{color:var(--withdraw-muted);font-size:13px;font-weight:900}.withdraw-settings-sheet-panel input,.withdraw-settings-sheet-panel select{width:100%;min-height:44px;border:1px solid var(--withdraw-border);border-radius:12px;background:var(--withdraw-surface-high);color:var(--withdraw-text);padding:0 12px}.withdraw-qrcode-box{display:grid;gap:10px;margin-top:14px;border:1px solid var(--withdraw-border);border-radius:16px;background:#1e293ba8;padding:14px}.withdraw-qrcode-box div{display:flex;align-items:center;justify-content:space-between}.withdraw-qrcode-box div svg{color:var(--withdraw-primary)}.withdraw-qrcode-box img{width:112px;height:112px;border-radius:12px;background:#fff;object-fit:cover}.withdraw-default-toggle{display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px!important}.withdraw-default-toggle input{width:18px;min-height:18px;accent-color:var(--withdraw-primary-strong)}.withdraw-settings-save{width:100%;min-height:46px;margin-top:16px;background:var(--withdraw-primary-strong);color:#fff}.withdraw-settings-save:disabled,.withdraw-qrcode-box button:disabled,.withdraw-method-content footer button:disabled{cursor:not-allowed;opacity:.58}.real-name-page{--real-bg: #0b1326;--real-surface: rgba(30, 41, 59, .76);--real-surface-high: rgba(45, 52, 73, .9);--real-border: rgba(255, 255, 255, .1);--real-text: #dae2fd;--real-muted: #cbc3d7;--real-primary: #d0bcff;--real-primary-strong: #9c6dff;--real-success: #45dfa4;--real-danger: #ff8fb8;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:var(--real-bg);color:var(--real-text);padding-bottom:32px}.real-name-page::-webkit-scrollbar{display:none}.real-name-page button,.real-name-page input{border:0;outline:0;font:inherit}.real-name-page button{cursor:pointer;-webkit-tap-highlight-color:transparent}.real-name-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;height:64px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326eb;padding:0 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.real-name-topbar h1{margin:0;color:var(--real-text);font-size:20px;font-weight:900;text-align:center}.real-name-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:transparent;color:var(--real-primary);font-size:20px}.real-name-topbar button:disabled{opacity:.45}.real-name-main{display:grid;gap:16px;padding:16px}.real-name-hero,.real-name-status,.real-name-form-card,.real-name-upload-card,.real-name-empty{border:1px solid var(--real-border);background:var(--real-surface);box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.real-name-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:20px;padding:20px}.real-name-hero span,.real-name-form-card span,.real-name-upload-head span{color:var(--real-muted);font-size:13px;font-weight:900}.real-name-hero h2{margin:8px 0 6px;font-size:30px;line-height:1}.real-name-hero p,.real-name-status p,.real-name-empty p,.real-name-upload-head p{margin:0;color:var(--real-muted);font-size:13px;line-height:1.5}.real-name-hero>svg{color:var(--real-primary);font-size:44px}.real-name-status{display:flex;align-items:center;gap:12px;border-radius:18px;padding:14px}.real-name-status>svg{font-size:24px}.real-name-status.pending>svg{color:var(--real-primary)}.real-name-status.verified>svg{color:var(--real-success)}.real-name-status.rejected>svg{color:var(--real-danger)}.real-name-status h3{margin:0 0 4px;font-size:16px}.real-name-form-card{display:grid;gap:14px;border-radius:18px;padding:16px}.real-name-form-card label{display:grid;gap:8px}.real-name-readonly-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.real-name-readonly-row strong{min-width:0;color:var(--real-text);font-size:15px;text-align:right;overflow-wrap:anywhere}.real-name-form-card input{width:100%;min-height:46px;border:1px solid var(--real-border);border-radius:12px;background:var(--real-surface-high);color:var(--real-text);padding:0 12px}.real-name-form-card input::placeholder{color:#cbc3d799}.real-name-upload-grid{display:grid;gap:12px}.real-name-upload-card{display:grid;gap:12px;border-radius:18px;padding:14px}.real-name-upload-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.real-name-upload-head svg{color:var(--real-primary);font-size:20px}.real-name-upload-box{display:grid;place-items:center;min-height:128px;border:1px dashed rgba(208,188,255,.42);border-radius:16px;background:#d0bcff14;color:var(--real-primary);overflow:hidden}.real-name-upload-box svg{font-size:26px}.real-name-upload-box span{margin-top:6px;font-size:13px;font-weight:900}.real-name-upload-box.filled{border-style:solid;background:#0f172ab8}.real-name-upload-box img{width:100%;height:180px;object-fit:cover}.real-name-upload-box:disabled{cursor:not-allowed;opacity:.8}.real-name-submit,.real-name-empty button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;background:var(--real-primary-strong);color:#fff;padding:0 18px;font-weight:900}.real-name-submit{width:100%;box-shadow:0 14px 34px #9c6dff47}.real-name-submit:disabled{cursor:not-allowed;opacity:.58}.real-name-empty{display:grid;justify-items:center;gap:10px;border-radius:18px;padding:30px 18px;text-align:center}.real-name-empty>svg{color:var(--real-primary);font-size:38px}.real-name-empty h2{margin:0;font-size:18px}.player-level-page{min-height:100vh;background:radial-gradient(circle at 50% 0%,rgba(167,139,250,.18),transparent 28%),#071021;color:#eef2ff;padding-bottom:110px}.player-level-topbar{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;height:72px;padding:0 16px;background:#080f22eb;border-bottom:1px solid rgba(180,190,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.player-level-topbar h1{margin:0;text-align:center;font-size:20px;font-weight:800}.player-level-topbar button{width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#d8c8ff;font-size:22px}.player-level-main{display:grid;gap:16px;padding:18px 16px}.player-level-carousel{display:flex;gap:16px;width:calc(100% + 16px);overflow-x:auto;padding:0 16px 2px 0;scroll-snap-type:x mandatory;scrollbar-width:none}.player-level-carousel::-webkit-scrollbar{display:none}.player-level-hero,.player-level-card{border:1px solid rgba(188,198,255,.16);background:#16213ad1;box-shadow:0 18px 40px #0000002e}.player-level-hero{position:relative;flex:0 0 85%;overflow:hidden;aspect-ratio:16 / 7;min-height:0;border-radius:18px;background:radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--level-color) 38%,transparent),transparent 36%),linear-gradient(135deg,color-mix(in srgb,var(--level-color) 26%,#1b2540),#0b1427d1);scroll-snap-align:start}.player-level-hero.active{border-color:color-mix(in srgb,var(--level-color) 48%,rgba(188,198,255,.24))}.player-level-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 18%,rgba(7,16,33,.94) 100%);pointer-events:none}.player-level-badge{position:absolute;top:14px;left:14px;z-index:1;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:color-mix(in srgb,var(--level-color) 28%,#1c2440);color:#f6efff;font-size:22px;box-shadow:0 0 20px color-mix(in srgb,var(--level-color) 38%,transparent)}.player-level-badge img{width:32px;height:32px;object-fit:cover;border-radius:10px}.player-level-hero>div:not(.player-level-badge){position:absolute;inset:50% 74px auto 74px;z-index:1;display:flex;flex-direction:column;align-items:center;min-width:0;text-align:center;transform:translateY(-50%)}.player-level-hero span{display:inline-flex;width:fit-content;border-radius:999px;background:#d0bcff;color:#340080;padding:3px 9px;font-size:10px;font-weight:800;line-height:1.3}.player-level-hero h2{margin:6px 0 3px;color:#fff;font-size:20px;line-height:1.15}.player-level-hero p{display:-webkit-box;overflow:hidden;margin:0;color:#c5cae4;font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.player-level-hero em{position:absolute;top:14px;right:14px;z-index:1;padding:5px 9px;border-radius:999px;background:#ffffff14;color:#f1e9ff;font-size:11px;font-style:normal;font-weight:700}.player-level-card{border-radius:22px;padding:18px}.player-level-loading,.player-level-empty{color:#aeb5d3;text-align:center}.player-level-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.player-level-card-head h3{margin:0;color:#eadcff;font-size:16px}.player-level-card-head .anticon{color:#c9b4ff;font-size:20px}.player-level-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.player-level-list li{display:flex;gap:10px;align-items:flex-start;color:#dce3ff;line-height:1.5}.player-level-list .anticon{margin-top:3px;color:#5df2c0}.player-level-progress{display:grid;gap:8px;margin-top:16px}.player-level-progress>div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#c5cae4;font-size:13px}.player-level-progress strong{color:#f0e7ff;font-size:14px}.player-level-progress i{overflow:hidden;display:block;height:8px;border-radius:999px;background:#ffffff14}.player-level-progress b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5df2c0,#c9b4ff)}.player-level-progress p{margin:0;color:#aeb5d3;font-size:12px;line-height:1.5}.player-level-upgrade-action{display:grid;gap:10px;padding-bottom:16px}.player-level-upgrade-action button{min-height:52px;border:0;border-radius:18px;background:linear-gradient(90deg,#c9b4ff,#7c3aed);color:#240060;font-size:16px;font-weight:900;box-shadow:0 18px 34px #7c3aed47}.player-level-upgrade-action button:disabled{background:#bcc6ff2e;color:#eef2ff85;box-shadow:none}.player-level-upgrade-action p{margin:0;border:1px solid rgba(188,198,255,.16);border-radius:18px;background:#16213ad1;color:#c9b4ff;padding:16px;text-align:center;font-weight:800}.player-teams-page{min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 18% -8%,rgba(208,188,255,.22),transparent 34%),#0b1326;color:#dae2fd;padding-bottom:96px;scrollbar-width:none}.player-teams-page::-webkit-scrollbar{display:none}.player-teams-page button,.player-teams-page input,.player-teams-page textarea{border:0;outline:0;font:inherit}.player-teams-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:64px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-teams-topbar h1{margin:0;color:#d0bcff;font-size:22px;font-weight:900;text-align:center}.player-teams-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:transparent;color:#d0bcff;font-size:22px}.player-teams-main{display:grid;gap:16px;padding:18px 16px}.player-teams-summary,.player-team-card,.player-teams-empty,.player-teams-panel{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#1e293bad;box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-teams-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px}.player-teams-summary>div{display:flex;align-items:center;gap:12px}.player-teams-summary>div>span,.player-team-avatar{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:16px;background:#d0bcff21;color:#d0bcff;font-size:24px}.player-teams-summary h2{margin:0;font-size:28px;line-height:1}.player-teams-summary p,.player-team-card p,.player-teams-empty p{margin:5px 0 0;color:#cbc3d7;font-size:13px;line-height:1.5}.player-teams-summary button{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#d0bcff1f;color:#d0bcff;padding:9px 12px;font-size:13px;font-weight:800}.player-teams-list{display:grid;gap:12px}.player-team-card{display:flex;align-items:center;gap:12px;width:100%;padding:14px;color:inherit;text-align:left}.player-team-card>div{min-width:0;flex:1}.player-team-card h3{overflow:hidden;margin:0;color:#eef2ff;font-size:18px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.player-team-card em{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:#45dfa4;font-size:12px;font-style:normal;font-weight:800}.player-team-card>.anticon{flex:0 0 auto;color:#cbc3d7}.player-team-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.player-teams-empty{display:grid;place-items:center;min-height:260px;padding:28px;text-align:center}.player-teams-empty>.anticon{margin-bottom:12px;color:#d0bcff;font-size:54px}.player-teams-empty h3{margin:0;font-size:22px}.player-teams-empty button,.player-teams-primary{min-height:48px;border-radius:16px;background:linear-gradient(90deg,#c9b4ff,#7c3aed);color:#240060;padding:0 18px;font-weight:900}.player-teams-sheet{position:fixed;top:0;bottom:0;left:50%;z-index:80;display:grid;width:100%;max-width:430px;transform:translate(-50%);align-items:end;background:#0308149e}.player-teams-panel{display:grid;gap:14px;border-radius:22px 22px 0 0;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}.player-teams-panel header{display:flex;align-items:center;justify-content:space-between}.player-teams-panel h3{margin:0;font-size:18px}.player-teams-panel header button{color:#cbc3d7;font-size:20px}.player-teams-panel label{display:grid;gap:8px}.player-teams-panel label span{color:#cbc3d7;font-size:13px;font-weight:800}.player-teams-panel input,.player-teams-panel textarea{width:100%;border-radius:14px;background:#0b1326c2;color:#eef2ff;padding:12px}.player-teams-panel textarea{min-height:90px;resize:none}.player-team-detail-page{min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 20% -10%,rgba(139,92,246,.26),transparent 36%),#0b1326;color:#dae2fd;padding-bottom:96px;scrollbar-width:none}.player-team-detail-page::-webkit-scrollbar{display:none}.player-team-detail-page button,.player-team-detail-page input{border:0;outline:0;font:inherit}.player-team-detail-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:64px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-team-detail-topbar h1{margin:0;color:#d0bcff;font-size:22px;font-weight:900;text-align:center}.player-team-detail-topbar button{display:grid;place-items:center;width:40px;height:40px;background:transparent;color:#d0bcff;font-size:22px}.player-team-detail-main{display:grid;gap:16px;padding:18px 16px}.player-team-detail-hero,.player-team-detail-card,.player-team-detail-empty,.player-team-invite-panel{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#1e293bad;box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.player-team-detail-hero{display:flex;gap:14px;align-items:center;padding:16px}.player-team-detail-hero>span,.player-team-member-list article>span,.player-team-candidate-list article>span{display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#d0bcff21;color:#d0bcff}.player-team-detail-hero>span{width:64px;height:64px;font-size:30px}.player-team-detail-hero img,.player-team-member-list img,.player-team-candidate-list img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.player-team-detail-hero>div{min-width:0}.player-team-detail-hero h2{margin:0;color:#eef2ff;font-size:24px;font-weight:900}.player-team-detail-hero p,.player-team-member-list p,.player-team-candidate-list p,.player-team-candidate-list>p{margin:5px 0 0;color:#cbc3d7;font-size:13px;line-height:1.5}.player-team-detail-hero em{display:inline-flex;margin-top:10px;border-radius:999px;background:#45dfa41f;color:#45dfa4;padding:5px 9px;font-size:12px;font-style:normal;font-weight:800}.player-team-detail-card{overflow:hidden}.player-team-detail-card>header,.player-team-invite-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.player-team-detail-card h3,.player-team-invite-panel h3{margin:0;font-size:17px;font-weight:900}.player-team-detail-card header button{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#d0bcff1f;color:#d0bcff;padding:8px 11px;font-size:13px;font-weight:800}.player-team-member-list{display:grid}.player-team-member-list article,.player-team-candidate-list article{display:flex;align-items:center;gap:12px;padding:13px 16px;border-top:1px solid rgba(255,255,255,.06)}.player-team-member-list article>span,.player-team-candidate-list article>span{width:42px;height:42px;font-size:20px}.player-team-member-list article>div,.player-team-candidate-list article>div{min-width:0;flex:1}.player-team-member-list strong,.player-team-candidate-list strong{display:block;overflow:hidden;color:#eef2ff;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.player-team-member-list em{display:inline-flex;align-items:center;gap:4px;color:#cbc3d7;font-size:12px;font-style:normal;font-weight:800}.player-team-member-list em.leader{color:#ffafd3}.player-team-leave{min-height:50px;border:1px solid rgba(255,180,171,.25);border-radius:16px;background:#ffb4ab14;color:#ffb4ab;font-weight:900}.player-team-detail-empty{display:grid;place-items:center;min-height:220px;color:#cbc3d7}.player-team-invite-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;align-items:end;background:#0308149e}.player-team-invite-panel{display:grid;gap:12px;border-radius:22px 22px 0 0;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.player-team-invite-panel header button{color:#cbc3d7;background:transparent;font-size:20px}.player-team-search{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;margin:0 16px;border-radius:14px;background:#0b1326c2;color:#cbc3d7;padding:10px 12px}.player-team-search input{min-width:0;background:transparent;color:#eef2ff}.player-team-search button,.player-team-candidate-list button{border-radius:999px;background:#d0bcff29;color:#d0bcff;padding:7px 11px;font-size:12px;font-weight:900}.player-team-candidate-list{max-height:48vh;overflow-y:auto}.player-team-candidate-list>p{padding:24px 16px;text-align:center}.wechat-orders-page{--orders-bg: #0b1326;--orders-surface: #171f33;--orders-surface-high: #222a3d;--orders-glass: rgba(30, 41, 59, .7);--orders-text: #dae2fd;--orders-muted: #cbc3d7;--orders-primary: #d0bcff;--orders-secondary: #ffafd3;--orders-tertiary: #45dfa4;--orders-outline: rgba(255, 255, 255, .1);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 18% -6%,rgba(208,188,255,.2),transparent 32%),radial-gradient(circle at 110% 38%,rgba(255,175,211,.13),transparent 28%),var(--orders-bg);color:var(--orders-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(92px + env(safe-area-inset-bottom));scrollbar-width:none}.wechat-orders-page::-webkit-scrollbar,.orders-tabs::-webkit-scrollbar{display:none}.wechat-orders-page button{-webkit-tap-highlight-color:transparent}.orders-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0 16px;background:#0b1326f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.orders-topbar>div,.orders-topbar nav,.order-user,.order-card-head,.order-card-body,.order-actions,.orders-bottom-nav button{display:flex;align-items:center}.orders-topbar>div{gap:8px}.orders-topbar svg{color:var(--orders-primary);font-size:22px}.orders-topbar h1{margin:0;color:var(--orders-primary);font-family:Sora,sans-serif;font-size:24px;font-weight:800;line-height:1.2}.orders-topbar nav{gap:16px}.orders-topbar>span{display:block;width:40px;height:40px}.orders-topbar button{display:grid;place-items:center;color:var(--orders-muted);font-size:20px}.orders-tabs{position:sticky;top:56px;z-index:20;display:flex;gap:10px;overflow-x:auto;background:#0b1326d1;padding:12px 16px 14px;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.orders-tabs button{position:relative;flex-shrink:0;min-width:82px;border-radius:999px;background:#ffffff0a;color:#cbc3d7b8;padding:9px 14px;font-family:Sora,sans-serif;font-size:14px;font-weight:800;line-height:1;text-align:center;white-space:nowrap;scroll-snap-align:start;transition:background .16s ease,color .16s ease,opacity .16s ease}.orders-tabs button.active{background:#d0bcff2e;color:var(--orders-primary)}.orders-tabs button.active:after{position:absolute;right:18px;bottom:-6px;left:18px;height:2px;border-radius:999px;background:var(--orders-primary);box-shadow:0 0 8px var(--orders-primary);content:""}.orders-list{display:flex;flex-direction:column;gap:16px;padding:16px}.orders-state{margin:28px 0;color:var(--orders-muted);font-size:14px;line-height:1.6;text-align:center}.order-card{display:flex;flex-direction:column;gap:16px;border:1px solid var(--orders-outline);border-radius:18px;background:var(--orders-glass);padding:16px;box-shadow:0 18px 42px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .16s ease,border-color .16s ease}.order-card:active{transform:scale(.985);border-color:#d0bcff47}.order-card.completed{opacity:.9}.order-card.canceled,.order-card.refunded{opacity:.62}.order-card-head,.order-card-body{justify-content:space-between;gap:12px}.order-user{min-width:0;gap:8px}.order-avatar{position:relative;flex-shrink:0;width:48px;height:48px;overflow:hidden;border:1px solid var(--orders-outline);border-radius:999px}.order-card.canceled .order-avatar,.order-card.refunded .order-avatar,.order-card.completed .order-avatar{filter:grayscale(.35)}.order-avatar img{display:block;width:100%;height:100%;object-fit:cover}.order-avatar i{position:absolute;right:0;bottom:0;width:12px;height:12px;border:2px solid var(--orders-surface);border-radius:999px;background:var(--orders-tertiary)}.order-user h2{overflow:hidden;margin:0 0 5px;color:var(--orders-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.order-user span:not(.order-avatar){display:inline-flex;max-width:150px;overflow:hidden;border-radius:4px;background:#d0bcff1a;color:var(--orders-primary);padding:3px 7px;font-family:Sora,sans-serif;font-size:10px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.order-card-head>strong{flex-shrink:0;color:var(--orders-muted);font-family:Sora,sans-serif;font-size:12px;line-height:1.2}.order-card.pending .order-card-head>strong{color:var(--orders-secondary)}.order-card.confirmed .order-card-head>strong,.order-card.in_progress .order-card-head>strong{color:var(--orders-primary)}.order-card-body{border-block:1px solid rgba(255,255,255,.05);padding:12px 0}.order-card-body p{margin:0;color:var(--orders-muted);font-size:14px;line-height:1.55}.order-card-body p+p{margin-top:4px}.order-card-body em{color:var(--orders-text);font-style:normal}.order-card-body b{color:var(--orders-tertiary);font-weight:800}.order-card-body .small{font-size:12px}.order-amount{flex-shrink:0;text-align:right}.order-amount span{display:block;color:var(--orders-muted);font-size:12px;line-height:1.4}.order-amount strong{color:var(--orders-secondary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1.2}.order-card.in_progress .order-amount strong{color:var(--orders-primary)}.order-card.completed .order-amount strong,.order-card.canceled .order-amount strong,.order-card.refunded .order-amount strong{color:var(--orders-muted)}.order-card.canceled .order-amount strong,.order-card.refunded .order-amount strong{opacity:.55}.order-actions{justify-content:flex-end;gap:8px}.order-actions button{min-height:36px;border-radius:999px;padding:8px 16px;font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1;transition:transform .16s ease,background .16s ease,opacity .16s ease}.order-actions button:active,.orders-bottom-nav button:active{transform:scale(.94)}.order-actions .cancel,.order-actions .again,.order-actions .delete{border:1px solid #958ea0;color:var(--orders-text)}.order-actions .delete,.order-actions .again{color:var(--orders-muted)}.order-actions .pay{background:var(--orders-secondary);color:#620040;box-shadow:0 0 18px -6px #ffafd3c7}.order-actions .contact,.order-actions .review,.order-actions .dispute{border:1px solid var(--orders-primary);color:var(--orders-primary)}.order-actions .dispute{border-color:var(--orders-secondary);color:var(--orders-secondary)}.order-actions .finish{background:var(--orders-primary);color:#3c0091}.orders-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:repeat(4,1fr);max-width:430px;margin:0 auto;border:1px solid rgba(255,255,255,.06);border-bottom:0;border-radius:18px 18px 0 0;background:#171f33d6;box-shadow:0 -4px 22px #d0bcff21;padding:10px 14px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.orders-bottom-nav button{position:relative;flex-direction:column;gap:4px;color:#cbc3d7b8;font-family:Sora,sans-serif;font-size:12px;font-weight:700}.orders-bottom-nav button svg{font-size:20px}.orders-bottom-nav button.active{color:var(--orders-primary)}.orders-bottom-nav button.active:after{position:absolute;bottom:-4px;width:5px;height:5px;border-radius:999px;background:var(--orders-primary);box-shadow:0 0 10px var(--orders-primary);content:""}@media(min-width:769px){.wechat-orders-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.orders-list{padding-inline:12px}.orders-tabs{gap:18px;padding-inline:12px}.order-card{padding:14px}.order-card-body{align-items:flex-start;flex-direction:column}.order-amount{text-align:left}}.wechat-order-detail-page{--detail-bg: #0b1326;--detail-surface: #171f33;--detail-surface-low: #131b2e;--detail-glass: rgba(30, 41, 59, .46);--detail-text: #dae2fd;--detail-muted: #cbc3d7;--detail-primary: #d0bcff;--detail-primary-strong: #a078ff;--detail-secondary: #ffafd3;--detail-tertiary: #45dfa4;--detail-border: rgba(255, 255, 255, .08);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 50% -18%,rgba(160,120,255,.24),transparent 34%),radial-gradient(circle at 110% 44%,rgba(255,175,211,.12),transparent 28%),var(--detail-bg);color:var(--detail-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(96px + env(safe-area-inset-bottom));scrollbar-width:none}.wechat-order-detail-page::-webkit-scrollbar{display:none}.wechat-order-detail-page button{-webkit-tap-highlight-color:transparent}.order-detail-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;min-height:64px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326d6;padding:0 16px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.order-detail-topbar h1{margin:0;color:var(--detail-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2;text-align:center}.order-detail-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;color:var(--detail-primary);font-size:18px;transition:transform .16s ease,background .16s ease}.order-detail-topbar>span{display:block;width:40px;height:40px}.order-detail-topbar button:active,.order-detail-actions button:active{transform:scale(.95)}.order-detail-topbar button:hover{background:#ffffff0d}.order-detail-main{display:flex;flex-direction:column;gap:16px;padding:24px 16px}.order-detail-state{margin:28px 0;color:var(--detail-muted);font-size:14px;line-height:1.6;text-align:center}.order-status-card,.order-companion-card,.order-detail-panel{border:1px solid var(--detail-border);border-radius:18px;background:var(--detail-glass);box-shadow:0 18px 42px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.order-status-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px;text-align:center}.order-status-card>div{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:#a078ff29;color:var(--detail-primary);font-size:38px;animation:order-detail-pulse 2s infinite ease-in-out}.order-status-card h2{margin:0;color:var(--detail-primary);font-family:Sora,sans-serif;font-size:24px;font-weight:800;line-height:1.24}.order-status-card p{max-width:82%;margin:0;color:var(--detail-muted);font-size:14px;line-height:1.55}.order-companion-card{display:flex;align-items:center;gap:16px;padding:16px}.order-detail-avatar{position:relative;flex-shrink:0}.order-detail-avatar img{display:block;width:64px;height:64px;border:1px solid rgba(208,188,255,.22);border-radius:16px;object-fit:cover}.order-detail-avatar span{position:absolute;right:-3px;bottom:-3px;display:grid;place-items:center;width:18px;height:18px;border:2px solid var(--detail-bg);border-radius:999px;background:var(--detail-tertiary)}.order-detail-avatar i{width:8px;height:8px;border-radius:999px;background:#fff;animation:order-online-pulse 1.8s infinite ease-in-out}.order-companion-info{min-width:0;flex:1}.order-companion-info h3{overflow:hidden;margin:0;color:var(--detail-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.order-companion-info>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:6px}.order-companion-info span{border:1px solid rgba(208,188,255,.18);border-radius:5px;background:#d0bcff1a;color:var(--detail-primary);padding:3px 8px;font-family:Sora,sans-serif;font-size:10px;font-weight:800;line-height:1.2}.order-companion-info em{display:inline-flex;align-items:center;gap:3px;color:var(--detail-secondary);font-style:normal;font-size:12px}.order-companion-card>button{display:grid;place-items:center;flex-shrink:0;width:48px;height:48px;border:1px solid rgba(208,188,255,.3);border-radius:999px;color:var(--detail-primary);font-size:19px;transition:transform .16s ease,background .16s ease}.order-companion-card>button:active{transform:scale(.92)}.order-detail-panel{padding:16px}.order-detail-panel h4{margin:0 0 16px;color:var(--detail-primary);font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.08em}.order-detail-panel dl{display:flex;flex-direction:column;gap:12px;margin:0}.order-detail-panel dl>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-detail-panel dt,.order-detail-panel dd{margin:0;font-size:14px;line-height:1.45}.order-detail-panel dt{flex-shrink:0;color:var(--detail-muted)}.order-detail-panel dd{min-width:0;color:var(--detail-text);text-align:right}.order-detail-panel .copy-row{border-top:1px solid rgba(255,255,255,.05);padding-top:12px}.copy-row dd{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.copy-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-row button{display:grid;place-items:center;flex-shrink:0;color:var(--detail-primary);font-size:16px}.order-detail-panel.payment dl>div{padding:0}.order-detail-panel .discount{color:var(--detail-secondary)}.order-detail-panel .final-row{border-top:1px solid rgba(255,255,255,.05);padding-top:16px}.order-detail-panel .final-row dt{color:var(--detail-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800}.order-detail-panel .final-row dd{color:var(--detail-primary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1;text-shadow:0 0 10px rgba(208,188,255,.42)}.order-detail-description{margin:0;color:var(--detail-muted);font-size:14px;line-height:1.7}.order-detail-actions{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:1fr 1.5fr;gap:12px;max-width:430px;margin:0 auto;border-top:1px solid rgba(255,255,255,.05);background:#131b2eeb;padding:16px 16px calc(16px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.order-detail-actions.with-dispute{grid-template-columns:.9fr 1fr 1.1fr}.order-detail-actions.single{grid-template-columns:1fr}.order-detail-actions button{min-height:56px;border-radius:16px;font-family:Sora,sans-serif;font-size:18px;font-weight:800;transition:transform .16s ease,filter .16s ease}.order-detail-actions .contact{border:2px solid rgba(208,188,255,.42);color:var(--detail-primary)}.order-detail-actions .dispute{border:2px solid rgba(255,175,211,.5);color:var(--detail-secondary)}.order-detail-actions .complete{background:linear-gradient(90deg,var(--detail-primary),#5516be);color:#340080;box-shadow:0 6px 24px -6px #a078ffb3}.order-detail-actions button:disabled{opacity:.58;transform:none}@keyframes order-detail-pulse{0%,to{opacity:1;filter:drop-shadow(0 0 9px rgba(208,188,255,.6))}50%{opacity:.82;filter:drop-shadow(0 0 2px rgba(208,188,255,.22))}}@keyframes order-online-pulse{0%,to{transform:scale(1)}50%{transform:scale(.72)}}@media(min-width:769px){.wechat-order-detail-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.order-detail-main{padding-inline:12px}.order-detail-actions button{font-size:15px}.order-detail-panel dl>div{align-items:flex-start;flex-direction:column;gap:4px}.order-detail-panel dd{text-align:left}}.checkout-page{--checkout-bg: #0b1326;--checkout-surface: #171f33;--checkout-surface-low: #131b2e;--checkout-surface-high: #222a3d;--checkout-text: #dae2fd;--checkout-muted: #cbc3d7;--checkout-primary: #d0bcff;--checkout-secondary: #ffafd3;--checkout-tertiary: #45dfa4;--checkout-border: rgba(255, 255, 255, .08);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 24% -8%,rgba(208,188,255,.2),transparent 32%),radial-gradient(circle at 112% 38%,rgba(69,223,164,.1),transparent 28%),var(--checkout-bg);color:var(--checkout-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(116px + env(safe-area-inset-bottom));scrollbar-width:none}.checkout-page::-webkit-scrollbar{display:none}.checkout-page button,.checkout-page textarea{-webkit-tap-highlight-color:transparent}.checkout-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:64px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326db;padding:0 16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.checkout-topbar h1{margin:0;color:var(--checkout-primary);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2;text-align:center}.checkout-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;color:var(--checkout-primary);font-size:18px}.checkout-topbar>span{display:block;width:40px;height:40px}.checkout-main{display:flex;flex-direction:column;gap:18px;padding:24px 16px}.checkout-service-card,.checkout-panel{border:1px solid var(--checkout-border);border-radius:12px;background:#171f33c2;box-shadow:0 18px 42px #0000003d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.checkout-service-card{display:flex;align-items:center;gap:14px;padding:14px}.checkout-service-cover{width:82px;height:82px;overflow:hidden;flex-shrink:0;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:var(--checkout-surface-low)}.checkout-service-cover img{display:block;width:100%;height:100%;object-fit:cover}.checkout-service-info{min-width:0;flex:1}.checkout-service-info h2{display:-webkit-box;overflow:hidden;margin:0;color:var(--checkout-text);font-family:Sora,sans-serif;font-size:18px;font-weight:800;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.checkout-service-info p{margin:6px 0 0;color:var(--checkout-muted);font-size:13px;line-height:1.4}.checkout-service-info div{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.checkout-service-info span{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#d0bcff21;color:var(--checkout-primary);padding:4px 8px;font-family:Sora,sans-serif;font-size:10px;font-weight:800;line-height:1.2}.checkout-service-info span:first-child{background:#45dfa421;color:var(--checkout-tertiary)}.checkout-panel{padding:16px}.checkout-panel h3{margin:0 0 14px;color:var(--checkout-muted);font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1.2;text-transform:uppercase}.checkout-panel dl{display:flex;flex-direction:column;gap:14px;margin:0}.checkout-panel dl>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-panel dt,.checkout-panel dd{margin:0;font-size:15px;line-height:1.45}.checkout-panel dt{flex-shrink:0;color:var(--checkout-muted)}.checkout-panel dd{min-width:0;color:var(--checkout-text);text-align:right}.checkout-panel .price{color:var(--checkout-secondary);font-family:Sora,sans-serif;font-size:22px;font-weight:800}.checkout-variant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkout-variant-options button{display:flex;min-height:72px;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;border:1px solid rgba(149,142,160,.36);border-radius:12px;background:var(--checkout-surface-low);color:var(--checkout-text);padding:12px;text-align:left;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.checkout-variant-options button.active{border-color:#d0bcffb8;background:#d0bcff24;box-shadow:0 0 0 3px #d0bcff1a}.checkout-variant-options button:active{transform:scale(.98)}.checkout-variant-options span,.checkout-variant-options strong{display:block;max-width:100%}.checkout-variant-options span{color:var(--checkout-muted);font-size:13px;font-weight:700;line-height:1.2}.checkout-variant-options strong{color:var(--checkout-secondary);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2}.checkout-empty-variants{grid-column:1 / -1;margin:0;border:1px dashed rgba(149,142,160,.36);border-radius:12px;color:#cbc3d7b8;padding:14px;font-size:13px;line-height:1.5}.checkout-panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-panel-title span{color:#cbc3d794;font-size:12px}.checkout-notes{position:relative;display:block}.checkout-notes textarea{display:block;width:100%;min-height:130px;border:1px solid rgba(149,142,160,.45);border-radius:12px;outline:none;background:var(--checkout-surface-low);color:var(--checkout-text);padding:14px;font:inherit;font-size:14px;line-height:1.6;resize:none;transition:border-color .16s ease,box-shadow .16s ease}.checkout-notes textarea:focus{border-color:#d0bcffb8;box-shadow:0 0 0 3px #d0bcff1f}.checkout-notes textarea::placeholder{color:#cbc3d76b}.checkout-notes>span{position:absolute;right:12px;bottom:10px;color:#cbc3d77a;font-family:Sora,sans-serif;font-size:11px}.checkout-tips{display:flex;gap:8px;margin:0;color:#cbc3d7ad;font-size:12px;line-height:1.65}.checkout-tips svg{flex-shrink:0;margin-top:2px;color:var(--checkout-primary)}.checkout-actionbar{position:fixed;right:0;bottom:0;left:0;z-index:35;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:430px;margin:0 auto;border-top:1px solid rgba(255,255,255,.06);border-radius:18px 18px 0 0;background:#171f33e6;box-shadow:0 -8px 34px #00000061;padding:16px 16px calc(16px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.checkout-actionbar div{min-width:92px}.checkout-actionbar span,.checkout-actionbar em{display:block;color:var(--checkout-muted);font-size:12px;font-style:normal;line-height:1.35}.checkout-actionbar strong{color:var(--checkout-secondary);font-family:Sora,sans-serif;font-size:28px;font-weight:800;line-height:1.1}.checkout-actionbar button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;background:var(--checkout-primary);color:#340080;font-family:Sora,sans-serif;font-size:18px;font-weight:800;transition:transform .16s ease,filter .16s ease,opacity .16s ease}.checkout-actionbar>button{min-height:56px;flex:1}.checkout-actionbar button:active{transform:scale(.98)}.checkout-pay-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;background:#00000094}.checkout-pay-sheet{width:100%;max-width:430px;border:1px solid rgba(255,255,255,.08);border-bottom:0;border-radius:22px 22px 0 0;background:#131b2efa;box-shadow:0 -14px 48px #0000007a;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}.checkout-pay-sheet header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.checkout-pay-sheet header div{display:flex;align-items:center;gap:10px}.checkout-pay-sheet header svg{color:var(--checkout-primary);font-size:22px}.checkout-pay-sheet h3{margin:0;color:var(--checkout-text);font-family:Sora,sans-serif;font-size:18px;font-weight:800;line-height:1.2}.checkout-pay-sheet header button{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;color:var(--checkout-muted);font-size:16px}.checkout-pay-method{display:grid;grid-template-columns:44px minmax(0,1fr) 24px;align-items:center;gap:12px;width:100%;border:1px solid rgba(208,188,255,.28);border-radius:14px;background:#d0bcff1a;padding:12px;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.checkout-pay-method:active{transform:scale(.99)}.checkout-pay-method.active{border-color:#d0bcff80;background:#d0bcff24}.checkout-pay-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:#d0bcff29;color:var(--checkout-primary);font-size:20px}.checkout-pay-method>div{min-width:0}.checkout-pay-method strong,.checkout-pay-method small{display:block}.checkout-pay-method strong{color:var(--checkout-text);font-family:Sora,sans-serif;font-size:15px;font-weight:800;line-height:1.35}.checkout-pay-method small{overflow:hidden;margin-top:3px;color:var(--checkout-muted);font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.checkout-pay-check{color:var(--checkout-tertiary);font-size:22px;justify-self:end}.checkout-pay-method:disabled,.checkout-pay-sheet header button:disabled{opacity:.66;transform:none}.checkout-state,.checkout-error{display:grid;min-height:100dvh;place-items:center;color:var(--checkout-muted);padding:24px;text-align:center}.checkout-error{align-content:center;gap:16px}.checkout-error strong{color:var(--checkout-text);font-size:16px}.checkout-error button{border-radius:999px;background:var(--checkout-primary);color:#340080;padding:10px 18px;font-family:Sora,sans-serif;font-weight:800}@media(min-width:769px){.checkout-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.checkout-main{padding-inline:12px}.checkout-service-card{align-items:flex-start}.checkout-service-cover{width:72px;height:72px}.checkout-actionbar{gap:10px;padding-inline:12px}.checkout-actionbar button{font-size:16px}}.wechat-order-review-page{--review-bg: #0b1326;--review-glass: rgba(30, 41, 59, .68);--review-surface: #171f33;--review-surface-low: #060e20;--review-text: #dae2fd;--review-muted: #cbc3d7;--review-primary: #d0bcff;--review-primary-strong: #a078ff;--review-secondary: #ffafd3;--review-tertiary: #45dfa4;--review-outline: rgba(255, 255, 255, .08);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 40% -12%,rgba(160,120,255,.26),transparent 34%),radial-gradient(circle at 112% 34%,rgba(255,175,211,.13),transparent 28%),var(--review-bg);color:var(--review-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(104px + env(safe-area-inset-bottom));scrollbar-width:none}.wechat-order-review-page::-webkit-scrollbar{display:none}.wechat-order-review-page button{-webkit-tap-highlight-color:transparent}.order-review-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;min-height:64px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326db;padding:0 16px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.order-review-topbar h1{margin:0;color:var(--review-primary);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2;text-align:center}.order-review-topbar button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;color:var(--review-primary);font-size:18px;transition:transform .16s ease,background .16s ease}.order-review-topbar button:active,.order-review-actions button:active,.order-review-tags button:active,.order-review-rating button:active{transform:scale(.95)}.order-review-main{display:flex;flex-direction:column;gap:18px;padding:24px 16px}.order-review-state{margin:28px 0;color:var(--review-muted);font-size:14px;line-height:1.6;text-align:center}.order-review-companion,.order-review-rating,.order-review-textarea,.order-review-anonymous{border:1px solid var(--review-outline);border-radius:18px;background:var(--review-glass);box-shadow:0 18px 42px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.order-review-companion{display:flex;align-items:center;gap:16px;padding:16px}.order-review-companion img{width:64px;height:64px;border:2px solid rgba(208,188,255,.72);border-radius:999px;object-fit:cover}.order-review-companion div{min-width:0;flex:1}.order-review-companion h2{overflow:hidden;margin:0;color:var(--review-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.order-review-companion p{display:inline-flex;align-items:center;margin:7px 0 0;border-radius:999px;background:#d0bcff24;color:var(--review-primary);padding:4px 10px;font-family:Sora,sans-serif;font-size:11px;font-weight:800;line-height:1.2}.order-review-companion p:before{content:"";width:7px;height:7px;margin-right:6px;border-radius:999px;background:var(--review-tertiary);box-shadow:0 0 8px #45dfa4b8}.order-review-companion span{display:block;margin-top:7px;color:var(--review-muted);font-size:12px;line-height:1.4}.order-review-rating{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px}.order-review-rating p,.order-review-section h3{margin:0;color:var(--review-muted);font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.08em}.order-review-rating>div{display:flex;gap:8px}.order-review-rating button{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;color:#494454;font-size:34px;transition:transform .16s ease,color .16s ease,filter .16s ease}.order-review-rating button.active{color:var(--review-primary);filter:drop-shadow(0 0 8px rgba(208,188,255,.82))}.order-review-rating strong{min-height:24px;color:var(--review-primary);font-family:Sora,sans-serif;font-size:18px;font-weight:800}.order-review-section{display:flex;flex-direction:column;gap:10px}.order-review-tags{display:flex;flex-wrap:wrap;gap:12px}.order-review-tags button{display:inline-flex;align-items:center;gap:5px;min-height:40px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#1e293b8f;color:var(--review-text);padding:0 15px;font-size:14px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.order-review-tags button.active{border-color:#d0bcff9e;background:#d0bcff29;color:var(--review-primary);box-shadow:0 0 14px -7px var(--review-primary)}.order-review-textarea{position:relative;display:block;background:#060e20b3}.order-review-textarea textarea{display:block;width:100%;min-height:160px;resize:none;border:0;outline:none;background:transparent;color:var(--review-text);padding:16px 16px 34px;font:inherit;line-height:1.65}.order-review-textarea textarea::placeholder{color:#958ea0}.order-review-textarea:focus-within{border-color:#d0bcffa3;box-shadow:0 0 18px -10px var(--review-primary)}.order-review-textarea span{position:absolute;right:14px;bottom:10px;color:#958ea0;font-size:12px}.order-review-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.order-review-image-grid.empty{grid-template-columns:1fr}.order-review-upload-button,.order-review-image-preview{overflow:hidden;margin:0;border:1px solid var(--review-outline);border-radius:18px;background:var(--review-glass);box-shadow:0 18px 42px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.order-review-upload-button{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;border-style:dashed;color:var(--review-muted);padding:10px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.order-review-image-grid.empty .order-review-upload-button{flex-direction:row;justify-content:flex-start;gap:12px;min-height:74px;aspect-ratio:auto;padding:0 16px}.order-review-upload-button:disabled{opacity:.68}.order-review-upload-button svg{flex-shrink:0;color:var(--review-primary);font-size:24px}.order-review-upload-button span{margin-top:8px;font-size:13px;line-height:1.3}.order-review-image-grid.empty .order-review-upload-button span{margin-top:0;font-size:14px}.order-review-upload-button em{margin-top:3px;color:#958ea0;font-size:11px;font-style:normal;line-height:1.2}.order-review-image-grid.empty .order-review-upload-button em{margin-left:auto;margin-top:0}.order-review-upload-button:active{transform:scale(.97)}.order-review-image-preview{position:relative;aspect-ratio:1}.order-review-image-preview img{display:block;width:100%;height:100%;object-fit:cover}.order-review-image-preview button{position:absolute;top:6px;right:6px;display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#060e20c7;color:var(--review-text);font-size:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.order-review-anonymous{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.order-review-anonymous span{min-width:0}.order-review-anonymous strong,.order-review-anonymous em{display:block;font-style:normal}.order-review-anonymous strong{color:var(--review-text);font-size:15px}.order-review-anonymous em{margin-top:4px;color:var(--review-muted);font-size:12px;line-height:1.5}.order-review-anonymous input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex-shrink:0;width:48px;height:28px;border-radius:999px;background:#2d3449;transition:background .18s ease}.order-review-anonymous input:after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:999px;background:#dae2fd;transition:transform .18s ease}.order-review-anonymous input:checked{background:var(--review-primary-strong)}.order-review-anonymous input:checked:after{transform:translate(20px)}.order-review-actions{position:fixed;right:0;bottom:0;left:0;z-index:40;max-width:430px;margin:0 auto;border-top:1px solid rgba(255,255,255,.05);background:#131b2eeb;padding:16px 16px calc(16px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.order-review-actions button{width:100%;min-height:58px;border-radius:16px;background:linear-gradient(90deg,var(--review-primary),#5516be);color:#340080;font-family:Sora,sans-serif;font-size:18px;font-weight:800;box-shadow:0 6px 24px -6px #a078ffc2;transition:transform .16s ease,opacity .16s ease}.order-review-actions button:disabled{opacity:.58;transform:none}@media(min-width:769px){.wechat-order-review-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.order-review-main{padding-inline:12px}.order-review-rating button{width:39px;height:39px;font-size:30px}}.chat-list-page{--chat-list-bg: #0b1326;--chat-list-surface: #171f33;--chat-list-surface-high: #222a3d;--chat-list-primary: #d0bcff;--chat-list-secondary: #ffafd3;--chat-list-tertiary: #45dfa4;--chat-list-text: #dae2fd;--chat-list-muted: #cbc3d7;--chat-list-border: rgba(255, 255, 255, .1);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 20% -10%,rgba(208,188,255,.22),transparent 34%),radial-gradient(circle at 110% 28%,rgba(255,175,211,.12),transparent 30%),var(--chat-list-bg);color:var(--chat-list-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(92px + env(safe-area-inset-bottom));scrollbar-width:none}.chat-list-page::-webkit-scrollbar{display:none}.chat-list-page button{border:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.chat-list-topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:64px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b1326e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-list-topbar button,.chat-list-topbar span{display:grid;place-items:center;width:40px;height:40px;color:var(--chat-list-primary);font-size:20px}.chat-list-topbar h1{margin:0;color:var(--chat-list-primary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;text-align:center}.chat-list-main{display:flex;flex-direction:column;gap:20px;padding:18px 16px 0}.chat-list-summary,.chat-list-section,.chat-room-card,.chat-list-empty{border:1px solid var(--chat-list-border);background:#171f33d1}.chat-list-summary{display:flex;align-items:center;justify-content:space-between;min-height:76px;border-radius:24px;padding:0 18px;box-shadow:0 20px 48px #0000003d}.chat-list-summary>div{display:flex;align-items:center;gap:10px;color:var(--chat-list-muted);font-size:15px;font-weight:700}.chat-list-summary svg{color:var(--chat-list-primary);font-size:23px}.chat-list-summary strong{color:var(--chat-list-secondary);font-family:Sora,sans-serif;font-size:22px;font-weight:800}.chat-list-section{border-radius:26px;padding:18px 14px}.chat-list-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.chat-list-section-head h2{margin:0;color:var(--chat-list-text);font-size:17px;font-weight:800}.chat-list-section-head button{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#d0bcff1f;color:var(--chat-list-primary);font-size:18px}.chat-room-list{display:flex;flex-direction:column;gap:12px}.chat-room-card{position:relative;display:flex;align-items:center;gap:12px;width:100%;min-height:86px;border-radius:22px;padding:13px 14px;color:inherit;text-align:left}.chat-room-card:disabled{cursor:default;opacity:.64}.chat-room-avatar{display:grid;place-items:center;width:52px;height:52px;flex:0 0 auto;border-radius:18px;background:linear-gradient(135deg,#d0bcffe0,#ffafd3b8);color:#23005c;font-family:Sora,sans-serif;font-size:22px;font-weight:900}.chat-room-content{display:flex;min-width:0;flex:1;flex-direction:column;gap:7px}.chat-room-title-row{display:flex;align-items:center;gap:10px}.chat-room-title-row strong{min-width:0;flex:1;overflow:hidden;color:var(--chat-list-text);font-size:16px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.chat-room-title-row time{flex:0 0 auto;color:#cbc3d7a3;font-size:12px;font-weight:700}.chat-room-preview{overflow:hidden;color:#cbc3d7c7;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.chat-room-badge{position:absolute;right:12px;bottom:12px;min-width:20px;height:20px;border-radius:999px;background:var(--chat-list-secondary);color:#23051c;font-family:Sora,sans-serif;font-size:11px;font-weight:900;line-height:20px;text-align:center}.chat-list-empty{display:flex;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:24px;color:#cbc3d7c2;padding:28px;text-align:center}.chat-list-empty svg{color:var(--chat-list-primary);font-size:38px}.chat-list-empty strong{color:var(--chat-list-text);font-size:18px}.chat-list-empty span{max-width:280px;font-size:14px;line-height:1.7}.order-chat-page{--chat-bg: #0b1326;--chat-surface: #171f33;--chat-surface-high: #222a3d;--chat-surface-bubble: rgba(45, 52, 73, .86);--chat-primary: #d0bcff;--chat-primary-strong: #a078ff;--chat-text: #dae2fd;--chat-muted: #cbc3d7;--chat-tertiary: #45dfa4;--chat-border: rgba(255, 255, 255, .08);position:relative;display:flex;flex-direction:column;width:100%;max-width:430px;height:100dvh;margin:0 auto;overflow:hidden;background:radial-gradient(circle at 50% -20%,rgba(160,120,255,.22),transparent 38%),radial-gradient(circle at 105% 78%,rgba(255,175,211,.1),transparent 34%),var(--chat-bg);color:var(--chat-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif}.order-chat-page button,.order-chat-page input{font:inherit;-webkit-tap-highlight-color:transparent}.order-chat-page button{border:0;cursor:pointer}.order-chat-topbar{flex:0 0 auto;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;height:64px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.order-chat-topbar>button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:transparent;color:var(--chat-primary);font-size:19px}.order-chat-topbar>span{display:block;width:40px;height:40px}.order-chat-peer{min-width:0;display:flex;align-items:center;gap:10px}.order-chat-peer-avatar,.order-chat-avatar{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#d0bcffd9,#45dfa4b8);color:#23005c;font-family:Sora,sans-serif;font-size:14px;font-weight:900}.order-chat-peer div:last-child{min-width:0}.order-chat-peer strong{display:block;overflow:hidden;color:var(--chat-text);font-family:Sora,sans-serif;font-size:17px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.order-chat-peer span{display:block;margin-top:2px;color:var(--chat-tertiary);font-size:11px;font-weight:800;letter-spacing:.04em}.order-chat-main{flex:1 1 auto;min-height:0;overflow:hidden auto;scrollbar-width:none;padding:16px 16px 104px}.order-chat-main::-webkit-scrollbar{display:none}.order-chat-order-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;border:1px solid var(--chat-border);border-left:4px solid var(--chat-primary);border-radius:14px;background:#1e293ba3;padding:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.order-chat-order-card div{min-width:0}.order-chat-order-card strong,.order-chat-order-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-chat-order-card strong{color:#fff;font-size:14px;font-weight:900}.order-chat-order-card span{margin-top:4px;color:var(--chat-muted);font-size:12px}.order-chat-order-card button{flex:0 0 auto;border-radius:999px;background:#d0bcff24;color:var(--chat-primary);padding:8px 10px;font-size:12px;font-weight:900}.order-chat-state{margin:28px 0;color:var(--chat-muted);font-size:14px;text-align:center}.order-chat-state.error{color:#ffafd3}.order-chat-socket-error{margin:0 0 14px;border:1px solid rgba(255,175,211,.22);border-radius:12px;background:#ffafd314;color:#ffafd3;padding:10px 12px;font-size:12px;line-height:1.5}.order-chat-messages{display:flex;flex-direction:column;gap:16px}.order-chat-load-more{align-self:center;min-height:32px;border:1px solid rgba(208,188,255,.24);border-radius:999px;background:#d0bcff1a;color:var(--chat-primary);padding:0 14px;font-size:12px}.order-chat-load-more:disabled{opacity:.55;cursor:wait}.order-chat-message{display:flex;align-items:flex-end;gap:8px}.order-chat-message.mine{justify-content:flex-end}.order-chat-avatar{width:32px;height:32px;font-size:12px;background:#2d3449eb;color:var(--chat-primary)}.order-chat-avatar.mine{background:var(--chat-primary);color:#23005c}.order-chat-bubble-wrap{max-width:72%;min-width:0}.order-chat-bubble{border:1px solid rgba(255,255,255,.06);border-radius:16px 16px 16px 4px;background:var(--chat-surface-bubble);color:var(--chat-text);padding:11px 13px;box-shadow:0 10px 20px #0003;overflow:hidden}.order-chat-message.mine .order-chat-bubble{border-color:#d0bcff42;border-bottom-right-radius:4px;border-bottom-left-radius:16px;background:var(--chat-primary-strong);color:#23005c}.order-chat-bubble span{display:block;overflow-wrap:anywhere;font-size:14px;line-height:1.55}.order-chat-bubble img{display:block;width:min(220px,100%);max-height:260px;border-radius:10px;object-fit:cover}.order-chat-bubble-wrap time{display:block;margin-top:4px;color:#cbc3d79e;font-size:10px}.order-chat-message.mine time{text-align:right}.order-chat-inputbar{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.1);background:#171f33e6;box-shadow:0 -18px 40px #0000004d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.order-chat-inputbar button{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:#2d3449db;color:var(--chat-primary);font-size:18px}.order-chat-inputbar button.send{background:var(--chat-primary);color:#23005c}.order-chat-inputbar button:disabled{opacity:.5;cursor:not-allowed}.order-chat-inputbar input{min-width:0;width:100%;height:42px;border:1px solid transparent;border-radius:999px;outline:0;background:#060e20e0;color:var(--chat-text);padding:0 14px;font-size:14px}.order-chat-inputbar input:focus{border-color:#d0bcff80}.system-messages-page{min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 18% -8%,rgba(208,188,255,.22),transparent 34%),#0b1326;color:#dae2fd;padding-bottom:96px;scrollbar-width:none}.system-messages-page::-webkit-scrollbar{display:none}.system-messages-page button{border:0;outline:0;font:inherit}.system-messages-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;height:64px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b1326e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.system-messages-topbar h1{margin:0;color:#d0bcff;font-size:22px;font-weight:900;text-align:center}.system-messages-topbar button{display:grid;place-items:center;min-width:40px;height:40px;border-radius:999px;background:transparent;color:#d0bcff;font-size:14px;font-weight:900}.system-messages-topbar button:first-child{font-size:22px}.system-messages-main{display:grid;gap:16px;padding:18px 16px}.system-messages-summary,.system-messages-list article,.system-messages-empty{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#1e293bad;box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.system-messages-summary{display:flex;align-items:center;gap:14px;padding:16px}.system-messages-summary>.anticon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#d0bcff21;color:#d0bcff;font-size:24px}.system-messages-summary h2{margin:0;font-size:28px;line-height:1}.system-messages-summary p,.system-messages-list p,.system-messages-empty p{margin:5px 0 0;color:#cbc3d7;font-size:13px;line-height:1.5}.system-messages-list{display:grid;gap:12px}.system-messages-list article{position:relative;padding:15px}.system-messages-list article.unread{border-color:#d0bcff47}.system-messages-list article.unread:before{position:absolute;top:16px;right:16px;width:8px;height:8px;border-radius:999px;background:#ffafd3;content:""}.system-messages-list header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-right:12px}.system-messages-list h3{margin:0;color:#eef2ff;font-size:16px;font-weight:900}.system-messages-list time{flex:0 0 auto;color:#8f96b5;font-size:12px}.system-messages-list footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.system-messages-list footer button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:42px;border-radius:14px;background:#ffffff14;color:#cbc3d7;font-weight:900}.system-messages-list footer button:last-child{background:linear-gradient(90deg,#c9b4ff,#7c3aed);color:#240060}.system-messages-empty{display:grid;place-items:center;min-height:260px;padding:28px;text-align:center}.system-messages-empty>.anticon{margin-bottom:12px;color:#d0bcff;font-size:54px}.system-messages-empty h3{margin:0;font-size:22px}.wechat-profile-page{--profile-bg: #0b1326;--profile-surface: #171f33;--profile-surface-high: #222a3d;--profile-glass: rgba(30, 41, 59, .6);--profile-text: #dae2fd;--profile-muted: #cbc3d7;--profile-primary: #d0bcff;--profile-primary-strong: #a078ff;--profile-secondary: #ffafd3;--profile-tertiary: #45dfa4;--profile-error: #ffb4ab;--profile-border: rgba(255, 255, 255, .1);min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 18% -8%,rgba(208,188,255,.22),transparent 34%),radial-gradient(circle at 110% 36%,rgba(255,175,211,.14),transparent 28%),var(--profile-bg);color:var(--profile-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(94px + env(safe-area-inset-bottom));scrollbar-width:none}.wechat-profile-page::-webkit-scrollbar{display:none}.wechat-profile-page button{-webkit-tap-highlight-color:transparent}.profile-topbar{position:fixed;inset:0 0 auto;z-index:40;display:flex;align-items:center;justify-content:space-between;max-width:430px;height:64px;margin:0 auto;background:#0b1326eb;padding:0 16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-topbar>div,.profile-badges,.profile-card-head,.profile-menu button,.profile-menu button span,.profile-logout,.profile-bottom-nav button{display:flex;align-items:center}.profile-topbar>div{gap:16px}.profile-topbar h1{margin:0;color:var(--profile-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800}.profile-topbar button{position:relative;display:grid;place-items:center;color:var(--profile-primary);font-size:20px}.profile-topbar>span{display:block;width:40px;height:40px}.profile-notification-button{justify-self:end;width:40px;height:40px}.profile-notification-button i{position:absolute;top:2px;right:1px;min-width:16px;height:16px;border-radius:999px;background:var(--profile-secondary);color:#3d0026;padding:0 4px;font-size:10px;font-style:normal;font-weight:900;line-height:16px}.profile-main{display:flex;flex-direction:column;gap:24px;padding:84px 16px 0}.profile-hero{display:flex;align-items:center;gap:16px;padding:16px 0}.profile-hero.guest{cursor:pointer}.profile-hero.guest:active{transform:scale(.985)}.profile-avatar-wrap{position:relative;flex-shrink:0;border-radius:999px}.profile-avatar-wrap span{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:999px;background:linear-gradient(135deg,var(--profile-primary),var(--profile-secondary));filter:blur(10px);opacity:.45}.profile-avatar-wrap img{position:relative;display:block;width:80px;height:80px;border:2px solid rgba(208,188,255,.25);border-radius:999px;object-fit:cover}.profile-avatar-wrap em{position:absolute;right:0;bottom:0;z-index:2;display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#171f33e6;color:var(--profile-primary);font-size:14px;font-style:normal;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-avatar-wrap.uploading{opacity:.62}.profile-identity{min-width:0;flex:1}.profile-level-chip{display:grid;flex:0 0 auto;grid-template-columns:auto auto;grid-template-areas:"icon title" "icon meta";align-items:center;column-gap:8px;max-width:118px;border:1px solid rgba(208,188,255,.22);border-radius:14px;background:#d0bcff1f;color:var(--profile-primary);padding:9px 10px;text-align:left;box-shadow:0 0 18px #d0bcff1f}.profile-level-chip:active{transform:scale(.96)}.profile-level-chip span{grid-area:icon;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#ffafd31f;color:var(--profile-secondary);font-size:16px}.profile-level-chip strong,.profile-level-chip em{overflow:hidden;min-width:0;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-level-chip strong{grid-area:title;color:var(--profile-text);font-size:13px;font-weight:800}.profile-level-chip em{grid-area:meta;max-width:66px;color:var(--profile-muted);font-size:10px;font-style:normal;font-weight:700}.profile-level-chip>.anticon:last-child{display:none}.profile-identity>div:first-child{display:flex;align-items:center;gap:8px}.profile-identity h2{overflow:hidden;margin:0;color:var(--profile-text);font-family:Sora,sans-serif;font-size:24px;font-weight:800;line-height:1.22;text-overflow:ellipsis;white-space:nowrap}.profile-identity>div:first-child button{flex-shrink:0;color:var(--profile-primary);font-size:19px}.profile-identity p{display:flex;align-items:center;gap:5px;margin:4px 0 0;color:var(--profile-muted);font-size:14px}.profile-badges{flex-wrap:wrap;gap:8px;margin-top:8px}.profile-badges span{display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(208,188,255,.18);border-radius:999px;background:#d0bcff1a;color:var(--profile-primary);padding:4px 8px;font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1.2}.profile-badges span:last-child{border-color:#ffafd32e;background:#ffafd31a;color:var(--profile-secondary)}.profile-badges i{width:6px;height:6px;border-radius:999px;background:var(--profile-tertiary)}.profile-notice{margin:-14px 0 -8px;border:1px solid rgba(208,188,255,.18);border-radius:12px;background:#d0bcff14;color:var(--profile-primary);padding:10px 12px;font-size:13px;line-height:1.45}.profile-card,.profile-logout{border:1px solid var(--profile-border);border-radius:18px;background:var(--profile-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profile-card{overflow:hidden}.profile-points{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:linear-gradient(135deg,#d0bcff2e,#45dfa41a),var(--profile-glass)}.profile-points.clickable{cursor:pointer}.profile-points.clickable:active{transform:scale(.985)}.profile-points>div{display:flex;min-width:0;align-items:center;gap:12px}.profile-points>div>span{display:grid;flex-shrink:0;place-items:center;width:44px;height:44px;border:1px solid rgba(208,188,255,.25);border-radius:16px;background:#d0bcff1f;color:var(--profile-primary);font-size:22px}.profile-points h3{margin:0;color:var(--profile-text);font-size:15px;font-weight:800}.profile-points p{overflow:hidden;margin:4px 0 0;color:var(--profile-muted);font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.profile-points strong{flex-shrink:0;color:var(--profile-primary);font-family:Sora,sans-serif;font-size:30px;font-weight:800;line-height:1}.profile-points-value{display:inline-flex;flex-shrink:0;align-items:center;gap:8px;color:var(--profile-primary)}.profile-points-value>.anticon{color:#cbc3d7b8;font-size:14px}.profile-points strong:after{content:" 积分";color:var(--profile-muted);font-size:12px;font-weight:700}.profile-points button{flex-shrink:0;border:1px solid rgba(208,188,255,.28);border-radius:999px;background:#d0bcff1f;color:var(--profile-primary);padding:8px 12px;font-size:13px;font-weight:800}.profile-card-head{justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05);padding:12px 16px}.profile-card-head h3{margin:0;color:var(--profile-text);font-family:Sora,sans-serif;font-size:16px;font-weight:800}.profile-card-head button{display:inline-flex;align-items:center;gap:3px;color:var(--profile-muted);font-family:Sora,sans-serif;font-size:12px;font-weight:700}.profile-order-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:22px 6px}.profile-order-grid button{display:flex;min-width:0;flex-direction:column;align-items:center;gap:8px}.profile-order-grid button>span{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:var(--profile-surface-high);color:var(--profile-muted);font-size:20px;transition:background .16s ease,color .16s ease,transform .16s ease}.profile-order-grid button:active>span,.profile-tool-grid button:active,.profile-menu button:active,.profile-logout:active,.profile-bottom-nav button:active{transform:scale(.94)}.profile-order-grid i{position:absolute;top:1px;right:1px;width:8px;height:8px;border-radius:999px;background:var(--profile-secondary)}.profile-order-grid em{overflow:hidden;color:var(--profile-muted);font-family:Sora,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-tools{box-shadow:0 0 18px -7px #ffafd38c}.profile-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:16px}.profile-tool-grid button{display:flex;align-items:center;gap:12px;min-width:0;border:1px solid rgba(255,255,255,.05);border-radius:14px;background:#222a3d6b;color:var(--profile-text);padding:16px;text-align:left;transition:transform .16s ease,border-color .16s ease}.profile-tool-grid svg{flex-shrink:0;color:var(--profile-secondary);font-size:20px}.profile-tool-grid span{overflow:hidden;font-size:14px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.profile-menu{display:flex;flex-direction:column}.profile-menu button{justify-content:space-between;gap:12px;min-height:56px;padding:0 16px;color:var(--profile-text);font-size:16px;transition:transform .16s ease,background .16s ease}.profile-menu button+button{border-top:1px solid rgba(255,255,255,.05)}.profile-menu button span{min-width:0;gap:12px}.profile-menu button span svg{flex-shrink:0;color:var(--profile-muted);font-size:20px}.profile-menu button>svg{flex-shrink:0;color:var(--profile-muted);font-size:14px}.profile-logout{justify-content:center;gap:8px;min-height:56px;color:var(--profile-error);font-family:Sora,sans-serif;font-size:16px;font-weight:800;transition:transform .16s ease,background .16s ease}.profile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);max-width:430px;margin:0 auto;border:1px solid rgba(255,255,255,.08);border-bottom:0;border-radius:18px 18px 0 0;background:#171f33d6;box-shadow:0 -4px 22px #d0bcff24;padding:10px 14px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.profile-bottom-nav button{position:relative;flex-direction:column;justify-content:center;gap:4px;color:#cbc3d7bd;font-family:Sora,sans-serif;font-size:12px;font-weight:700}.profile-bottom-nav button svg{font-size:20px}.profile-bottom-nav button.active{border-radius:14px;background:#d0bcff1a;color:var(--profile-primary);padding:4px 9px;box-shadow:0 0 20px #d0bcff38}.profile-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:flex-end;justify-content:center;background:#0000008f;padding:16px}.profile-sheet-panel{width:min(100%,398px);border:1px solid var(--profile-border);border-radius:22px;background:#151d31;box-shadow:0 -18px 60px #0000006b;padding:18px}.profile-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.profile-sheet-head h3{margin:0;color:var(--profile-text);font-family:Sora,sans-serif;font-size:18px;font-weight:800}.profile-sheet-head button{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#d0bcff1a;color:var(--profile-primary)}.profile-form-field{display:flex;min-height:56px;align-items:center;gap:12px;border:1px solid rgba(149,142,160,.22);border-radius:14px;background:var(--profile-surface);padding:0 14px}.profile-sheet-notice{margin:-8px 0 12px;color:var(--profile-error);font-size:13px;line-height:1.45}.profile-form-field+.profile-form-field{margin-top:12px}.profile-form-field span{flex-shrink:0;min-width:72px;color:var(--profile-muted);font-size:14px;font-weight:700}.profile-form-field input,.profile-form-field select,.profile-form-field textarea{min-width:0;flex:1;color:var(--profile-text);font-size:15px}.profile-form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.profile-form-field-textarea{min-height:148px;align-items:flex-start;padding-top:14px}.profile-form-field textarea{min-height:118px;resize:none;line-height:1.55}.profile-form-field input::placeholder,.profile-form-field textarea::placeholder{color:#cbc3d76b}.profile-feedback-count{margin:8px 2px 0;color:#cbc3d7a8;font-size:12px;text-align:right}.profile-primary-action{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px;margin-top:16px;border-radius:14px;background:linear-gradient(90deg,var(--profile-primary-strong),var(--profile-primary));color:#340080;font-family:Sora,sans-serif;font-size:16px;font-weight:800;box-shadow:0 0 22px -8px #d0bcffcc}.profile-primary-action:disabled{opacity:.62}@media(min-width:769px){.wechat-profile-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.profile-main{padding-inline:12px}.profile-hero{gap:10px}.profile-identity h2{font-size:21px}.profile-level-chip{max-width:104px;padding-inline:8px}.profile-tool-grid{gap:10px}.profile-tool-grid button{padding:14px 12px}}.service-detail-page{--detail-bg: #0b1326;--detail-surface: #171f33;--detail-surface-high: #222a3d;--detail-surface-glass: rgba(30, 41, 59, .48);--detail-text: #dae2fd;--detail-muted: #cbc3d7;--detail-primary: #d0bcff;--detail-secondary: #ffafd3;--detail-tertiary: #45dfa4;--detail-border: rgba(255, 255, 255, .1);--detail-shadow: 0 20px 44px rgba(0, 0, 0, .34);position:relative;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;overflow:hidden auto;background:radial-gradient(circle at 18% 8%,rgba(208,188,255,.2),transparent 32%),radial-gradient(circle at 112% 42%,rgba(255,175,211,.17),transparent 28%),var(--detail-bg);color:var(--detail-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(24px + env(safe-area-inset-bottom));scrollbar-width:none}.service-detail-page::-webkit-scrollbar{display:none}.service-detail-page button{-webkit-tap-highlight-color:transparent}.service-detail-topbar{position:fixed;top:0;right:0;left:0;z-index:30;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;max-width:430px;margin:0 auto;padding:8px 16px;background:linear-gradient(180deg,#0b1326e6,#0b132600)}.service-detail-topbar h1{margin:0;color:var(--detail-text);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2;text-align:center}.service-detail-topbar button{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#171f3394;color:var(--detail-primary);font-size:18px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .16s ease,border-color .16s ease}.service-detail-topbar-spacer{display:block;width:40px;height:40px}.service-detail-topbar button:active{transform:scale(.96)}.service-hero{position:relative;aspect-ratio:3 / 4;width:100%;overflow:hidden;background:#060e20}.service-hero img{display:block;width:100%;height:100%;object-fit:cover}.service-hero-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b132614,#0b13260a 44%,#0b1326)}.service-online-badge{position:absolute;bottom:24px;left:16px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(69,223,164,.3);border-radius:999px;background:#00a574b8;color:#003120;padding:7px 12px;font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.service-online-badge i{width:8px;height:8px;border-radius:999px;background:var(--detail-tertiary);animation:service-pulse 1.8s infinite ease-in-out}.service-online-badge.busy{border-color:#ffafd347;background:#ffafd3b3;color:#4a002d}.service-online-badge.busy i{background:var(--detail-secondary)}.service-online-badge.offline{border-color:#cbc3d72e;background:#2d3449b8;color:var(--detail-muted)}.service-online-badge.offline i{background:#8f96b5;animation:none}.service-detail-main{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px;margin-top:-32px;padding:0 16px}.service-profile-card,.service-grid article{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:var(--detail-surface-glass);box-shadow:var(--detail-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.service-profile-card{padding:24px}.service-state-card{display:grid;gap:14px;min-height:148px;place-items:center;text-align:center}.service-state-card button{border:0;border-radius:14px;background:var(--detail-primary);color:#3c0091;padding:11px 16px;font-family:Sora,sans-serif;font-size:13px;font-weight:800}.service-profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.service-profile-head h2{margin:0 0 8px;color:#fff;font-family:Sora,sans-serif;font-size:32px;font-weight:800;line-height:1.2}.service-profile-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.service-profile-meta span,.service-profile-meta em,.service-tags span{border-radius:8px;font-family:Sora,sans-serif;font-size:12px;font-weight:700;line-height:1.25}.service-profile-meta span{background:#a078fff2;color:#340080;padding:4px 8px}.service-profile-meta em{color:var(--detail-muted);font-style:normal}.service-profile-meta em.female{color:var(--detail-secondary)}.service-profile-meta em.male{color:var(--detail-primary)}.service-profile-head button{display:inline-flex;flex-shrink:0;align-items:center;gap:6px;border-radius:999px;background:var(--detail-primary);color:#3c0091;padding:9px 14px;font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1;box-shadow:0 0 20px -5px #d0bcff80;transition:transform .16s ease,background .16s ease,color .16s ease}.service-profile-head button.followed{background:var(--detail-surface-high);color:var(--detail-muted);box-shadow:none}.service-stats{display:flex;gap:32px;border-top:1px solid rgba(255,255,255,.06);margin-top:20px;padding-top:16px}.service-stats div{display:flex;flex-direction:column;gap:2px}.service-stats strong{color:var(--detail-primary);font-family:Sora,sans-serif;font-size:20px;line-height:1.2}.service-stats div:nth-child(2) strong{color:var(--detail-secondary)}.service-stats span,.service-grid article>span,.service-section-title h3,.service-review-card p{color:var(--detail-muted)}.service-stats span{font-family:Sora,sans-serif;font-size:12px;font-weight:700}.service-info{display:flex;flex-direction:column;gap:16px}.service-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.service-title-row h3{margin:0;color:#fff;font-family:Sora,sans-serif;font-size:24px;font-weight:800;line-height:1.22}.service-title-row p{flex-shrink:0;margin:0;color:var(--detail-secondary);font-family:Sora,sans-serif;font-size:24px;font-weight:800;line-height:1}.service-title-row small{font-size:13px}.service-title-row span{color:#ffafd3ad;font-size:12px;font-weight:700}.service-tags{display:flex;flex-wrap:wrap;gap:8px}.service-tags span{display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.06);background:var(--detail-surface-high);color:var(--detail-muted);padding:7px 11px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.service-grid article{display:flex;min-height:128px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:16px;text-align:center}.service-grid article>svg,.service-grid article>img{color:var(--detail-tertiary);font-size:34px}.service-grid article>img{width:34px;height:34px;border-radius:9px;object-fit:cover}.service-grid article:nth-child(2)>svg{color:var(--detail-primary)}.service-grid article>span{font-family:Sora,sans-serif;font-size:12px;font-weight:800}.service-grid strong{color:var(--detail-text);font-family:Sora,sans-serif;font-size:20px;line-height:1.25}.service-grid small{color:var(--detail-muted);font-family:Sora,sans-serif;font-size:13px;font-weight:700;line-height:1.25}.service-grid article.wide{grid-column:1 / -1;align-items:flex-start;min-height:0;text-align:left}.service-grid article.wide p{margin:0;color:var(--detail-text);font-size:16px;line-height:1.65}.service-reviews{display:flex;flex-direction:column;gap:16px}.service-section-title,.service-review-head,.service-review-head>div{display:flex;align-items:center}.service-section-title{justify-content:space-between}.service-section-title h3{margin:0;font-family:Sora,sans-serif;font-size:20px;font-weight:800}.service-section-title div{display:flex;align-items:center;gap:5px;color:var(--detail-secondary);font-family:Sora,sans-serif;font-size:20px}.service-review-card{display:flex;flex-direction:column;gap:12px;border:1px solid rgba(255,255,255,.05);border-radius:18px;background:var(--detail-surface);padding:16px}.service-review-head{justify-content:space-between;gap:10px}.service-review-head>div{min-width:0;gap:9px}.service-review-head img{flex-shrink:0;width:32px;height:32px;border-radius:999px;object-fit:cover}.service-review-head strong{overflow:hidden;color:#fff;font-family:Sora,sans-serif;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.service-review-head span{display:flex;flex-shrink:0;gap:2px;color:#cbc3d747;font-size:13px}.service-review-head span .active{color:var(--detail-secondary)}.service-review-card p{margin:0;font-size:14px;line-height:1.55}.service-review-tags{display:flex;flex-wrap:wrap;gap:8px}.service-review-tags em{border:1px solid rgba(208,188,255,.14);border-radius:8px;background:#d0bcff14;color:var(--detail-primary);padding:4px 8px;font-family:Sora,sans-serif;font-size:11px;font-style:normal;font-weight:700;line-height:1.2}.service-review-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.service-review-images img{aspect-ratio:1;width:100%;border-radius:10px;object-fit:cover}.service-review-card time{color:#cbc3d7ad;font-family:Sora,sans-serif;font-size:11px;font-weight:700}.service-empty-review .service-review-head>div>.anticon{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:#d0bcff1a;color:var(--detail-primary)}@keyframes service-pulse{0%,to{transform:scale(1);box-shadow:0 0 #45dfa400}50%{transform:scale(1.22);box-shadow:0 0 12px #45dfa4c2}}@media(min-width:769px){.service-detail-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #00000061}}@media(max-width:360px){.service-detail-main{padding-inline:12px}.service-profile-card{padding:20px}.service-profile-head h2{font-size:28px}.service-title-row{flex-direction:column}}.service-item-detail-page{--item-bg: #0b1326;--item-surface: #171f33;--item-panel: rgba(30, 41, 59, .7);--item-panel-high: #222a3d;--item-text: #dae2fd;--item-muted: #cbc3d7;--item-primary: #d0bcff;--item-secondary: #ffafd3;--item-tertiary: #45dfa4;--item-border: rgba(255, 255, 255, .1);width:100%;max-width:430px;min-height:100dvh;margin:0 auto;overflow:hidden auto;background:var(--item-bg);color:var(--item-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif;padding-bottom:calc(92px + env(safe-area-inset-bottom));scrollbar-width:none}.service-item-detail-page::-webkit-scrollbar{display:none}.service-item-detail-page button{font:inherit;-webkit-tap-highlight-color:transparent}.service-item-topbar{position:fixed;top:0;right:0;left:0;z-index:50;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;max-width:430px;height:64px;margin:0 auto;border-bottom:1px solid var(--item-border);background:#0b1326d1;padding:0 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.service-item-topbar button,.service-item-topbar span{display:grid;place-items:center;width:40px;height:40px;color:var(--item-primary);font-size:20px}.service-item-topbar button:last-child{color:var(--item-muted)}.service-item-topbar h1{margin:0;color:var(--item-primary);font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2;text-align:center}.service-item-main{padding-top:64px}.service-item-hero{position:relative;height:min(397px,54vh);min-height:330px;overflow:hidden}.service-item-hero img{display:block;width:100%;height:100%;object-fit:cover}.service-item-hero-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(11,19,38,.08),rgba(11,19,38,.42) 44%,var(--item-bg) 100%)}.service-item-hero-copy{position:absolute;right:16px;bottom:24px;left:16px;display:flex;flex-direction:column;gap:8px}.service-item-badges{display:flex;flex-wrap:wrap;gap:8px}.service-item-badges span{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(208,188,255,.2);border-radius:999px;background:#00a5742e;color:var(--item-tertiary);font-family:Sora,sans-serif;font-size:11px;font-weight:800;line-height:1.2;padding:5px 9px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-item-badges .hot{background:#85145ae0;color:var(--item-secondary);box-shadow:0 0 15px -5px var(--item-secondary)}.service-item-hero-copy h2{margin:0;color:#fff;font-family:Sora,sans-serif;font-size:30px;font-weight:800;letter-spacing:0;line-height:1.15}.service-item-price-options{display:flex;flex-wrap:wrap;gap:8px}.service-item-price-card{display:inline-flex;min-width:112px;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,175,211,.28);border-radius:14px;background:#171f33b8;box-shadow:0 12px 28px #00000038;padding:9px 12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-item-price-card span{color:var(--item-primary);font-family:Sora,sans-serif;font-size:13px;font-weight:800;line-height:1;white-space:nowrap}.service-item-price-card strong{display:inline-flex;align-items:baseline;color:var(--item-secondary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1;white-space:nowrap}.service-item-price-card em{margin-left:3px;color:#cbc3d7d1;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-style:normal;font-weight:700}.service-item-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:24px 16px 0}.service-item-stats article,.service-item-panel,.service-item-steps article,.service-item-faqs details{border:1px solid var(--item-border);background:var(--item-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-item-stats article{display:flex;align-items:center;flex-direction:column;gap:6px;min-width:0;border-radius:14px;padding:14px 8px;text-align:center}.service-item-stats svg{color:var(--item-primary);font-size:20px}.service-item-stats article:nth-child(2) svg{color:var(--item-tertiary)}.service-item-stats strong{overflow:hidden;max-width:100%;color:#fff;font-family:Sora,sans-serif;font-size:18px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.service-item-stats span{color:var(--item-muted);font-size:11px;line-height:1.2}.service-item-section{padding:28px 16px 0}.service-item-section-title{display:flex;align-items:center;gap:8px;margin-bottom:14px}.service-item-section-title i{width:4px;height:24px;border-radius:999px;background:var(--item-primary)}.service-item-section-title h3{margin:0;color:#fff;font-family:Sora,sans-serif;font-size:20px;font-weight:800;line-height:1.2}.service-item-panel{border-radius:14px;padding:18px}.service-item-panel p{margin:0 0 16px;color:var(--item-muted);font-size:15px;line-height:1.7}.service-item-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-item-checks span{display:inline-flex;align-items:center;min-width:0;gap:6px;color:#cbc3d7db;font-size:12px;font-weight:700}.service-item-checks svg{flex-shrink:0;color:var(--item-primary)}.service-item-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.service-item-tags span{border-radius:999px;background:#d0bcff1f;color:var(--item-primary);font-size:12px;font-weight:700;line-height:1.2;padding:7px 10px}.service-item-steps{position:relative;display:flex;flex-direction:column;gap:14px;padding-left:32px}.service-item-steps:before{position:absolute;top:12px;bottom:12px;left:12px;width:2px;background:#ffffff0d;content:""}.service-item-steps article{position:relative;border-radius:14px;padding:14px}.service-item-steps b{position:absolute;top:14px;left:-32px;display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:var(--item-panel-high);color:var(--item-primary);font-family:Sora,sans-serif;font-size:12px}.service-item-steps article:first-child b{background:var(--item-primary);box-shadow:0 0 15px -5px var(--item-primary);color:#3c0091}.service-item-steps div{display:flex;flex-direction:column;gap:5px}.service-item-steps strong{color:#fff;font-size:15px;line-height:1.3}.service-item-steps span{color:#cbc3d7bd;font-size:12px;line-height:1.5}.service-item-faqs{display:flex;flex-direction:column;gap:10px}.service-item-faqs details{overflow:hidden;border-radius:14px}.service-item-faqs summary{display:flex;align-items:center;justify-content:space-between;color:#fff;cursor:pointer;font-size:15px;font-weight:700;list-style:none;padding:15px}.service-item-faqs summary::-webkit-details-marker{display:none}.service-item-faqs summary:after{color:var(--item-primary);content:"⌄";font-family:Sora,sans-serif;font-size:16px;transition:transform .16s ease}.service-item-faqs details[open] summary:after{transform:rotate(180deg)}.service-item-faqs p{margin:0;color:#cbc3d7d1;font-size:12px;line-height:1.6;padding:0 15px 15px}.service-item-actionbar{position:fixed;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;gap:14px;max-width:430px;margin:0 auto;border-top:1px solid rgba(255,255,255,.06);border-radius:16px 16px 0 0;background:#0b1326e6;box-shadow:0 -4px 20px #d0bcff26;padding:12px 16px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.service-item-actionbar>button{display:flex;align-items:center;flex-direction:column;gap:4px;color:#cbc3d7d1;font-family:Sora,sans-serif;font-size:11px;font-weight:700}.service-item-actionbar>button svg{font-size:24px}.service-item-actionbar div{display:flex;flex:1;gap:8px;min-width:0}.service-item-actionbar div button{display:grid;place-items:center;height:52px;border:1px solid var(--item-border);border-radius:999px;background:var(--item-panel);color:var(--item-primary);font-size:20px}.service-item-actionbar div button:first-child{width:52px;flex-shrink:0}.service-item-actionbar div button.liked{color:var(--item-secondary)}.service-item-actionbar div .primary{display:flex;flex:1;align-items:center;justify-content:center;gap:8px;border:0;background:var(--item-primary);box-shadow:0 0 15px -5px var(--item-primary);color:#3c0091;font-family:Sora,sans-serif;font-size:16px;font-weight:800;animation:service-item-pulse 2s infinite}.service-item-loading,.service-item-error{display:flex;min-height:100dvh;align-items:center;justify-content:center;flex-direction:column;gap:16px;color:var(--item-muted);padding:24px;text-align:center}.service-item-error{padding-top:80px}.service-item-error strong{color:var(--item-primary);font-family:Sora,sans-serif;font-size:17px}.service-item-error button{border-radius:999px;background:var(--item-primary);color:#3c0091;font-weight:800;padding:10px 18px}@keyframes service-item-pulse{0%,to{box-shadow:0 0 15px -5px var(--item-primary),0 0 #d0bcff00}60%{box-shadow:0 0 15px -5px var(--item-primary),0 0 0 10px #d0bcff00}}@media(min-width:769px){.service-item-detail-page{min-height:100vh;border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.service-item-hero-copy h2{font-size:26px}.service-item-actionbar{gap:10px;padding-inline:12px}.service-item-actionbar div .primary{font-size:14px}}.service-list-page{--service-bg: #0b1326;--service-surface: #171f33;--service-surface-low: #060e20;--service-surface-panel: rgba(30, 41, 59, .48);--service-text: #dae2fd;--service-muted: #cbc3d7;--service-primary: #d0bcff;--service-primary-strong: #a078ff;--service-secondary: #ffafd3;--service-tertiary: #45dfa4;--service-border: rgba(255, 255, 255, .08);position:relative;width:100%;max-width:430px;height:100vh;height:100dvh;margin:0 auto;overflow:hidden;background:var(--service-bg);color:var(--service-text);font-family:Plus Jakarta Sans,Noto Sans SC,system-ui,sans-serif}.service-list-page button,.service-list-page input{font:inherit;-webkit-tap-highlight-color:transparent}.service-list-topbar{position:fixed;top:0;right:0;left:0;z-index:40;display:flex;align-items:center;justify-content:space-between;max-width:430px;height:64px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.05);background:#0b1326db;padding:8px 16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.service-list-brand,.service-list-actions{display:flex;align-items:center}.service-list-brand{min-width:0;gap:12px}.service-list-brand img{width:36px;height:36px;flex-shrink:0;border:1px solid rgba(208,188,255,.32);border-radius:999px;object-fit:cover}.service-list-brand h1{margin:0;color:var(--service-primary);font-family:Sora,sans-serif;font-size:22px;font-weight:800;line-height:1.2}.service-list-actions{gap:4px}.service-list-actions button{position:relative;display:grid;place-items:center;width:38px;height:38px;color:var(--service-primary);font-size:18px}.service-list-actions .has-dot:after{position:absolute;top:10px;right:9px;width:7px;height:7px;border-radius:999px;background:var(--service-secondary);content:""}.service-list-topbar>span{display:block;width:40px;height:40px}.service-list-shell{position:absolute;top:64px;right:0;bottom:calc(76px + env(safe-area-inset-bottom));left:0;display:flex;box-sizing:border-box;min-height:0;overflow:hidden}.service-game-rail{flex:0 0 82px;min-height:0;overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-right:1px solid rgba(255,255,255,.05);background:var(--service-surface-low);padding:18px 0;scrollbar-width:none}.service-game-rail::-webkit-scrollbar,.service-list-content::-webkit-scrollbar{display:none}.service-game-rail button{display:flex;align-items:center;flex-direction:column;gap:8px;width:100%;min-height:78px;padding:4px 8px;color:#cbc3d794;font-family:Sora,sans-serif;font-size:10px;font-weight:700;line-height:1.2;transition:color .16s ease,opacity .16s ease,filter .16s ease,transform .16s ease}.service-game-rail button:not(.active){filter:grayscale(1);opacity:.52}.service-game-rail button:active,.service-card:active,.service-bottom-nav button:active{transform:scale(.96)}.service-game-rail button.active{color:var(--service-primary);opacity:1}.service-game-icon{display:grid;place-items:center;width:40px;height:40px;overflow:hidden;border:1px solid var(--service-border);border-radius:12px;background:var(--service-surface-panel);color:var(--service-primary);transition:width .16s ease,height .16s ease,border-color .16s ease,box-shadow .16s ease}.service-game-rail button.active .service-game-icon{width:48px;height:48px;border:2px solid var(--service-primary);box-shadow:0 0 12px #d0bcff40}.service-game-icon img{display:block;width:100%;height:100%;object-fit:cover}.service-game-icon em{font-style:normal;font-weight:800}.service-list-content{flex:1 1 auto;min-height:0;min-width:0;overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#131b2e;padding:14px 12px 24px;scrollbar-width:none}.service-list-search{display:flex;align-items:center;gap:10px;border:1px solid rgba(149,142,160,.22);border-radius:14px;background:#2d344994;color:var(--service-muted);padding:0 12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-list-search input{min-width:0;width:100%;height:42px;border:0;outline:0;background:transparent;color:var(--service-text)}.service-list-search input::placeholder{color:#cbc3d7b8}.service-card-list{display:flex;flex-direction:column;gap:14px;padding-top:14px}.service-card{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:var(--service-surface-panel);box-shadow:0 18px 36px #0000003d;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .16s ease,border-color .16s ease}.service-card:hover{border-color:#d0bcff38}.service-card-media{position:relative;display:grid;place-items:center;aspect-ratio:16 / 9;overflow:hidden;background:radial-gradient(circle at 18% 10%,rgba(255,175,211,.3),transparent 32%),linear-gradient(135deg,#d0bcff2e,#45dfa41f);color:var(--service-primary);font-family:Sora,sans-serif;font-size:34px;font-weight:800}.service-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.service-card:hover .service-card-media img{transform:scale(1.04)}.service-card-badge{position:absolute;bottom:10px;left:10px;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0b13269e;color:var(--service-tertiary);font-size:11px;line-height:1;padding:6px 8px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-card-body{display:flex;flex-direction:column;gap:9px;padding:14px}.service-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.service-card-title h2{min-width:0;margin:0;color:#fff;font-family:Sora,sans-serif;font-size:18px;font-weight:800;line-height:1.24}.service-card-title p{flex-shrink:0;margin:0;color:var(--service-secondary);font-family:Sora,sans-serif;font-size:21px;font-weight:800;line-height:1.1;text-align:right}.service-card-title small{font-size:12px}.service-card-title span{display:block;margin-top:2px;color:#cbc3d7cc;font-family:Plus Jakarta Sans,sans-serif;font-size:10px;font-weight:600}.service-card-desc{display:-webkit-box;overflow:hidden;margin:0;color:var(--service-muted);font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.service-mini-tags{display:flex;min-width:0;gap:4px}.service-mini-tags span{overflow:hidden;max-width:56px;border-radius:999px;background:#d0bcff1f;color:var(--service-primary);font-size:10px;line-height:1.2;padding:4px 7px;text-overflow:ellipsis;white-space:nowrap}.service-card-foot button{flex-shrink:0;border-radius:12px;background:var(--service-primary);box-shadow:0 0 15px #d0bcff4d;color:#3c0091;font-family:Sora,sans-serif;font-size:12px;font-weight:800;line-height:1;padding:10px 18px}.service-card.skeleton{height:254px;cursor:default;background:linear-gradient(100deg,#1e293b80,#2d3449cc,#1e293b80);background-size:200% 100%;animation:service-skeleton 1.4s infinite ease}.service-empty{display:flex;min-height:260px;align-items:center;justify-content:center;flex-direction:column;gap:8px;border:1px dashed rgba(208,188,255,.25);border-radius:18px;color:var(--service-muted);text-align:center;padding:24px}.service-empty strong{color:var(--service-primary);font-family:Sora,sans-serif;font-size:16px}.service-empty span{font-size:12px;line-height:1.5}.service-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);max-width:430px;margin:0 auto;border-top:1px solid rgba(255,255,255,.06);background:#0b1326e6;padding:10px 14px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.service-bottom-nav button{position:relative;display:flex;align-items:center;flex-direction:column;gap:4px;min-width:0;color:#cbc3d7b8;font-family:Sora,sans-serif;font-size:10px;font-weight:700}.service-bottom-nav button svg{font-size:21px}.service-bottom-nav button.active{color:var(--service-primary)}.service-bottom-nav button.active:after{position:absolute;bottom:-4px;width:5px;height:5px;border-radius:999px;background:var(--service-primary);box-shadow:0 0 8px #d0bcff;content:""}@keyframes service-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}@media(min-width:769px){.service-list-page{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #0000005c}}@media(max-width:360px){.service-game-rail{flex-basis:76px}.service-list-content{padding-inline:10px}.service-card-title h2{font-size:16px}.service-card-foot{align-items:flex-start;flex-direction:column}}:root{--bg-primary: #313338;--bg-secondary: #2b2d31;--bg-tertiary: #1e1f22;--bg-accent: #404249;--bg-floating: #232428;--bg-modifier-hover: rgba(79, 84, 92, .4);--bg-modifier-active: rgba(79, 84, 92, .6);--bg-modifier-selected: rgba(79, 84, 92, .32);--text-normal: #f2f3f5;--text-muted: #949ba4;--text-faint: #6d6f78;--text-link: #00a8fc;--text-positive: #23a55a;--text-warning: #f0b232;--text-danger: #f23f43;--interactive-normal: #b5bac1;--interactive-hover: #dbdee1;--interactive-active: #f2f3f5;--interactive-muted: #4e5058;--border-subtle: rgba(255, 255, 255, .06);--border-strong: rgba(255, 255, 255, .1);--scrollbar-thin-thumb: rgba(255, 255, 255, .1);--scrollbar-thin-track: #2b2d31;--brand-primary: #5865f2;--brand-primary-hover: #4752c4;--brand-primary-active: #3c45a5;--brand-success: #23a55a;--brand-danger: #f23f43;--brand-warning: #f0b232;--status-online: #23a55a;--status-idle: #f0b232;--status-dnd: #f23f43;--status-offline: #80848e;--server-sidebar-width: 72px;--channel-sidebar-width: 240px;--member-list-width: 240px;--header-height: 48px;--user-panel-height: 52px;--radius-xs: 3px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-round: 50%;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--transition-fast: .1s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--transition-theme: background-color .3s ease, color .3s ease, border-color .3s ease;--shadow-low: 0 1px 0 rgba(0, 0, 0, .2), 0 1.5px 0 rgba(0, 0, 0, .05);--shadow-medium: 0 4px 4px rgba(0, 0, 0, .16);--shadow-high: 0 8px 16px rgba(0, 0, 0, .24);--font-xs: 10px;--font-sm: 12px;--font-md: 14px;--font-lg: 16px;--font-xl: 20px;--font-xxl: 24px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f2f3f5;--bg-tertiary: #e3e5e8;--bg-accent: #e3e5e8;--bg-floating: #ffffff;--bg-modifier-hover: rgba(116, 127, 141, .08);--bg-modifier-active: rgba(116, 127, 141, .16);--bg-modifier-selected: rgba(116, 127, 141, .12);--text-normal: #060607;--text-muted: #4e5058;--text-faint: #80848e;--text-link: #0067e0;--interactive-normal: #4e5058;--interactive-hover: #060607;--interactive-active: #060607;--interactive-muted: #c4c9ce;--border-subtle: rgba(6, 6, 7, .08);--border-strong: rgba(6, 6, 7, .08);--scrollbar-thin-thumb: rgba(74, 77, 83, .2);--scrollbar-thin-track: #e3e5e8;--shadow-low: 0 1px 0 rgba(4, 4, 5, .2), 0 1.5px 0 rgba(6, 6, 7, .05);--shadow-medium: 0 4px 4px rgba(0, 0, 0, .08);--shadow-high: 0 8px 16px rgba(0, 0, 0, .16)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{font-family:gg sans,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--font-md);line-height:1.375;color:var(--text-normal);background-color:var(--bg-tertiary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;overflow:hidden}::-webkit-scrollbar{display:none;width:0;height:0}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent}::-webkit-scrollbar-thumb:hover{background:transparent}*{-ms-overflow-style:none;scrollbar-width:none}::selection{background-color:var(--brand-primary);color:var(--text-normal)}a{color:var(--text-link);text-decoration:none;transition:color var(--transition-fast)}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;border:none;background:none;cursor:pointer;color:inherit}input,textarea{font-family:inherit;font-size:inherit;color:inherit;background:transparent;border:none;outline:none}.text-muted{color:var(--text-muted)}.text-faint{color:var(--text-faint)}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn var(--transition-normal)}.animate-slide-in{animation:slideInLeft var(--transition-normal)}.animate-scale-in{animation:scaleIn var(--transition-normal)}
