:root{--bg:#f5f5f5;--paper:#ffffff;--ink:#1f2937;--muted:#5b6475;--brand:#FF5203;--brand-soft:#ffede6;--line:#e5e7eb;--radius:14px;--radius-lg:16px;--radius-sm:10px;--radius-xs:6px;--surface:#ffffff;--surface-alpha:rgba(255,255,255,0.82);--shadow-soft:rgba(0,0,0,0.04);--shadow-modal:rgba(15,23,42,0.18);--shadow-brand:rgba(255,82,3,0.12);--overlay:rgba(15,23,42,0.45);--success:#059669;--success-soft:rgba(16,185,129,0.12);--warning:#d97706;--warning-soft:rgba(245,158,11,0.12);--danger:#e53e3e;--danger-soft:rgba(229,62,62,0.06);--nav-text:#3f3f3f;--nav-text-hover:#111827;--nav-text-active:#181e25;--nav-hover:rgba(0,0,0,0.03);--nav-active:rgba(0,0,0,0.06);--highlight:#fff3ce;--highlight-soft:#fff7df;--highlight-text:#7c5b12}[data-theme=dark]{--bg:#0b0d11;--paper:#16181d;--ink:#e2e8f0;--muted:#94a3b8;--brand:#FF5203;--brand-soft:rgba(255,82,3,0.15);--line:#2d3748;--surface:#1a1d26;--surface-alpha:#16181d;--shadow-soft:rgba(0,0,0,0.25);--shadow-modal:rgba(0,0,0,0.4);--shadow-brand:rgba(255,82,3,0.12);--overlay:rgba(0,0,0,0.6);--success:#34d399;--success-soft:rgba(52,211,153,0.15);--warning:#fbbf24;--warning-soft:rgba(251,191,36,0.15);--danger:#f87171;--danger-soft:rgba(248,113,113,0.12);--nav-text:#a1a1aa;--nav-text-hover:#e2e8f0;--nav-text-active:#f1f5f9;--nav-hover:rgba(255,255,255,0.06);--nav-active:rgba(255,255,255,0.08);--highlight:#422006;--highlight-soft:#1c1917;--highlight-text:#fbbf24}::selection{background:var(--brand-soft);color:var(--brand)}*{box-sizing:border-box}body{margin:0;font-family:Noto Sans SC,PingFang SC,Hiragino Sans GB,sans-serif;letter-spacing:.01em;color:var(--ink);background:var(--paper);transition:background-color .3s ease,color .3s ease;overscroll-behavior:none}a{color:inherit}h1,h2,h3{text-wrap:balance}.app-shell{position:relative;max-width:1440px;margin:0 auto;min-height:100vh}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--line);background:var(--surface-alpha);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:background-color .3s ease,border-color .3s ease}.topbar-inner{justify-content:space-between;gap:16px;padding:16px 32px;margin:0 auto;width:100%}.brand,.topbar-inner{display:flex;align-items:center;white-space:nowrap}.brand{gap:8px;font-size:1.05rem;font-weight:700;color:var(--ink);letter-spacing:-.02em}.brand-logo{width:26px;height:26px;border-radius:8px;object-fit:cover}.nav{display:flex;flex-wrap:nowrap;align-items:center;gap:4px}.nav-link{text-decoration:none;padding:8px 12px;border-radius:999px;color:var(--muted);background:transparent;border:1px solid transparent;font-size:.92rem;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.nav-link:hover{color:var(--ink);background:var(--nav-hover)}.nav-link:active{transform:scale(.97)}.nav-dropdown{display:none}.nav-dropdown-trigger{display:flex;align-items:center;justify-content:center;gap:4px;flex-shrink:0;min-width:36px;height:36px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;padding:0 10px;transition:background-color .15s ease,transform .15s ease}.nav-dropdown-trigger-label{font-size:.9rem;font-weight:500;white-space:nowrap}.nav-dropdown-trigger:hover{background:var(--brand-soft)}.nav-dropdown-trigger:active{transform:scale(.93)}.nav-dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;min-width:160px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 32px var(--shadow-modal);padding:8px;z-index:200}.nav-dropdown-link{display:block;width:100%;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:var(--ink);font-size:.95rem;font-weight:500;text-align:left;cursor:pointer;transition:background-color .15s ease}.nav-dropdown-link:hover{background:var(--nav-hover)}.community-trigger-wrap{position:relative;display:flex;align-items:center}.community-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:36px;border-radius:999px;border:0 solid var(--line);background:transparent;color:var(--ink);cursor:pointer;padding:0 14px;font-size:.88rem;font-weight:500;white-space:nowrap;transition:background-color .15s ease,transform .15s ease}.community-trigger:hover{background:var(--nav-hover)}.community-trigger:active{transform:scale(.97)}.community-popover{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:8px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 32px var(--shadow-modal);padding:20px;z-index:200;display:flex;flex-direction:column;align-items:center;gap:12px;white-space:nowrap}.community-qr-img{width:160px;height:160px;border-radius:8px;object-fit:contain}.community-popover-text{margin:0;font-size:.88rem;color:var(--muted)}.nav-cta{cursor:pointer;font:inherit;padding:8px 24px;border-radius:999px;border:1px solid var(--line);background:var(--ink);color:var(--surface);font-size:.92rem;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.nav-cta:active{transform:translateY(0) scale(.97);box-shadow:0 2px 8px var(--shadow-soft)}.nav-cta:focus-visible,.nav-link:focus-visible,.theme-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.topbar-controls{gap:6px}.topbar-controls,.topbar-right{display:flex;align-items:center}.topbar-right{gap:16px}.user-menu{position:relative}.user-menu-trigger{cursor:pointer;border:1px solid var(--line);border-radius:999px;width:36px;height:36px;padding:7px;background:var(--surface);color:var(--ink);display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease}.user-menu-trigger:hover{background:var(--nav-hover)}.user-menu-trigger:active{transform:scale(.95)}.user-menu-trigger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.user-menu-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-menu-avatar-initial{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:600;line-height:1}.user-menu-header-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;padding:6px 0;border-radius:12px;border:1px solid var(--line);background:var(--paper);box-shadow:0 12px 32px var(--shadow-modal);z-index:500;animation:user-menu-pop .15s ease-out}@keyframes user-menu-pop{0%{opacity:0;transform:translateY(-4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.user-menu-header{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px}.user-menu-name{font-size:.9rem;font-weight:600;color:var(--ink);text-align:center}.user-menu-divider{height:1px;background:var(--line);margin:4px 0}.user-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;border:none;background:none;font:inherit;font-size:.88rem;color:var(--ink);text-decoration:none;cursor:pointer;transition:background-color .12s ease,color .12s ease}.user-menu-item:hover{background:var(--brand-soft);color:var(--brand)}.user-menu-item:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.user-menu-item-icon{width:16px;height:16px;flex-shrink:0;opacity:.6}.user-menu-item:hover .user-menu-item-icon{opacity:1}.user-menu-item-danger{color:var(--danger);justify-content:center}.user-menu-item-danger:hover{background:var(--danger-soft);color:var(--danger)}.user-menu-item-danger .user-menu-item-icon{stroke:var(--danger)}.lang-switch-btn{cursor:pointer;border:0 solid var(--line);border-radius:999px;background:none;font:inherit;font-size:.82rem;font-weight:500;padding:5px 10px;color:var(--muted);transition:color .15s ease,border-color .15s ease,background-color .15s ease}.lang-switch-btn:hover{background:var(--nav-hover)}.lang-switch-btn:active{transform:scale(.95)}.lang-switch-btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.theme-toggle{cursor:pointer;border:0 solid var(--line);border-radius:999px;padding:6px 8px;background:var(--surface);color:var(--ink);display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.theme-toggle:hover{background:var(--nav-hover)}.theme-toggle:active{transform:scale(.95)}.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.auth-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal{margin:0;width:min(460px,100%);padding:18px;box-shadow:0 18px 42px rgba(15,23,42,.24);animation:modal-pop .18s ease-out}.auth-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.auth-modal-header h2{margin:0;font-size:1.15rem}.auth-modal-close{cursor:pointer;border:1px solid var(--line);border-radius:8px;padding:6px 10px;color:var(--muted);background:var(--surface)}.auth-modal-form{margin-top:14px}@keyframes modal-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.main-content{max-width:1080px;margin:0 auto;padding:30px 20px 56px}.app-layout-wrapper{display:flex}.app-layout-sidebar{background:var(--paper);border-right:1px solid var(--line)}.app-layout-right,.app-layout-sidebar{position:-webkit-sticky;position:sticky;top:60px;width:var(--aside-w);flex-shrink:0;height:calc(100vh - 60px);overflow-y:auto;z-index:50}.app-layout-right{padding:24px 24px 60px 0}.app-layout-backdrop,.app-layout-toggle,.app-layout-toggle-wrap{display:none}@media (max-width:1152px){.app-layout-right{display:none}}@media (max-width:860px){.topbar-inner{padding:16px;gap:8px}.nav{display:none}.nav-dropdown{display:block;position:relative}.nav-dropdown-trigger{min-width:0;width:32px;height:32px;padding:0;border:none;border-radius:6px}.nav-dropdown-trigger,.nav-dropdown-trigger:hover{background:transparent}.app-layout-toggle-wrap{display:flex;align-items:center;gap:8px;position:fixed;top:60px;left:0;right:0;z-index:99;padding:12px 16px 8px;background:var(--surface-alpha);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.app-layout-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--ink);cursor:pointer;padding:0;transition:background-color .15s ease,transform .15s ease}.app-layout-toggle:hover{background:var(--nav-hover)}.app-layout-toggle:active{transform:scale(.93)}.app-layout-breadcrumb{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:500;color:var(--muted);overflow:hidden;white-space:nowrap}.app-layout-breadcrumb-item:last-child{color:var(--ink);font-weight:600}.app-layout-breadcrumb-sep{flex-shrink:0;color:var(--line);margin:0 2px}.app-layout-sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;z-index:150;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;background:var(--surface);border-right:1px solid var(--line);box-shadow:none;display:block}.app-layout-sidebar-open{transform:translateX(0)}.app-layout-sidebar .sidebar{width:100%;max-height:none;position:static;border-right:none;border-bottom:none;padding:20px 16px}.app-layout-backdrop{display:block;position:fixed;inset:0;z-index:140;background:transparent;animation:app-layout-backdrop-in .2s ease}.app-layout-right{display:none}.account-layout .account-body{flex-direction:column}.account-tabs{width:100%;flex-direction:row;overflow-x:auto}.account-tab{white-space:nowrap}.auth-modal-backdrop{padding:14px}}@keyframes app-layout-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.site-footer{border-top:1px solid var(--line);padding:32px 32px 24px}.site-footer-mobile{display:none;margin:0 auto 40px;max-width:1200px;height:32px;align-items:center}@media (max-width:768px){.site-footer-mobile{display:flex}}.site-footer-mobile-logo{height:26px;width:26px;border-radius:8px;margin-right:8px}.site-footer-mobile-brand{font-size:12px;line-height:32px;color:var(--ink)}.site-footer-mobile-spacer{flex-grow:1}.site-footer-mobile-link{cursor:pointer;font-size:10px;line-height:32px;font-weight:300;color:var(--muted);text-decoration:none}.site-footer-mobile-link:hover{color:var(--brand)}.site-footer-mobile-terms{display:none;margin:64px auto 0;max-width:1200px;height:32px;align-items:center;justify-content:space-between}@media (max-width:768px){.site-footer-mobile-terms{display:flex}}.site-footer-inner{max-width:1200px;margin:0 auto;display:flex;gap:48px;flex-wrap:wrap}.site-footer-brand{flex:1 1;min-width:200px}.site-footer-logo{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:8px}.site-footer-desc{font-size:.85rem;color:var(--muted);line-height:1.6;margin:0;max-width:280px}.site-footer-links{display:flex;gap:48px;flex-wrap:wrap}.site-footer-col{display:flex;flex-direction:column;gap:8px;min-width:100px}.site-footer-col-title{font-size:.82rem;font-weight:600;color:var(--ink);margin-bottom:4px}.site-footer-col a{font-size:.85rem;color:var(--muted);text-decoration:none;transition:color .15s ease}.site-footer-col a:hover{color:var(--brand)}.site-footer-bottom{max-width:1200px;margin:0 auto;font-size:.8rem;color:var(--muted);text-align:center}.site-footer-bottom p{margin:0 0 8px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}.site-footer-bottom .footer-police-filing{display:inline-flex;align-items:center;gap:3px}.site-footer-bottom .footer-police-badge{width:14px;height:14px;vertical-align:middle}.site-footer-bottom a{color:var(--muted);text-decoration:none}.site-footer-bottom a:hover{color:var(--brand)}.site-footer-licenses{gap:16px}.site-footer-licenses a{white-space:nowrap}@media (max-width:640px){.site-footer{padding:32px 20px 20px}.site-footer-inner{flex-direction:column;gap:28px}.site-footer-links{gap:28px}}.homepage{--hp-bg:#f9faff;--hp-surface:rgba(255,255,255,0.9);--hp-paper:#f8f9fd;--hp-audio-bg:#f7f8fc;--hp-pricing-bg:#f0f3ff;--hp-text:#0a0f1f;--hp-text-strong:#141b2d;--hp-body:#566170;--hp-muted:#788190;--hp-tag:#465675;--hp-hero-title:#151a35;--hp-line:#e8ecf3;--hp-black:#0b0e14;--hp-brand:#445bff;--hp-brand-deep:#4e3ce8;--hp-cyan:#128f82;--hp-violet:#7551e9;--hp-indigo:#515ce8;--hp-footer:#10152b;--hp-border-card:#ffffff;--hp-console:#283350;--hp-radius:20px;--hp-radius-lg:40px;--hp-content-max:1280px;--hp-font-cn:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;--hp-font-en:"Helvetica Neue",Helvetica,"Noto Sans SC",sans-serif;--hp-font-mono:"IBM Plex Mono","SFMono-Regular",Consolas,"Liberation Mono",monospace;--ease-out:cubic-bezier(0.2,0.8,0.2,1);background:var(--hp-bg);overflow-x:hidden;overflow-x:clip}[data-theme=dark] .homepage{--hp-bg:#0a0f1f;--hp-surface:rgba(20,27,45,0.9);--hp-paper:#0d1222;--hp-audio-bg:#101628;--hp-pricing-bg:#0f1526;--hp-text:#f0f3ff;--hp-text-strong:#e0e4f0;--hp-body:#98a4c1;--hp-muted:#8290b0;--hp-tag:#c3cbde;--hp-hero-title:#f0f3ff;--hp-line:#262d3d;--hp-black:#0a0d12;--hp-brand:#7588f5;--hp-border-card:rgba(255,255,255,0.06);--hp-console:#c3cbde}.homepage ::selection{background:var(--hp-line);color:var(--hp-text)}.hp-header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.homepage .topbar{position:static;border-bottom-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease}.homepage.hp-scrolled .topbar{border-bottom-color:rgba(223,229,240,.82);background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(18px) saturate(135%);backdrop-filter:blur(18px) saturate(135%);box-shadow:0 10px 28px rgba(10,15,31,.05)}.homepage .topbar-inner{max-width:1440px;padding:18px 32px}[data-theme=dark] .homepage.hp-scrolled .topbar{border-bottom-color:rgba(40,48,66,.8);background:rgba(15,19,27,.75);box-shadow:0 10px 28px rgba(0,0,0,.35)}.hp-promo{min-height:52px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:8px 24px;background:#0B0E14;color:#fff;font:400 13px/1.4 var(--hp-font-cn);text-align:center;position:relative;z-index:110}.hp-promo-count{padding:0 14px;height:37px;border-radius:12px;background:#fff;color:#0B0E14;font:500 12px/1 var(--hp-font-mono);white-space:nowrap}.hp-btn-black,.hp-promo-count{display:inline-flex;align-items:center}.hp-btn-black{justify-content:center;min-width:126px;min-height:48px;border:0;border-radius:14px;background:var(--hp-black);color:#fff;font:500 15px/1 var(--hp-font-cn);cursor:pointer;transition:transform .22s var(--ease-out),box-shadow .22s var(--ease-out),background .18s ease}.hp-btn-black:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 24px rgba(11,14,20,.24)}.hp-arrow{display:inline-block;margin-left:8px;font-family:var(--hp-font-en);transition:transform .22s var(--ease-out)}.hp-section{padding:92px 24px}.hp-section-paper{background:var(--hp-paper)}.hp-section-inner{max-width:var(--hp-content-max);margin:0 auto}.hp-section-title{margin:0;color:var(--hp-text);font:700 32px/1.25 var(--hp-font-cn);letter-spacing:-.02em}.hp-section-lead{max-width:720px;margin:12px 0 0;color:var(--hp-body);font:400 15px/1.6 var(--hp-font-cn)}.hp-card{position:relative;transform:translateZ(0);transition:transform .26s var(--ease-out),box-shadow .26s var(--ease-out),border-color .22s ease,background .22s ease}.hp-card:focus-visible,.hp-card:hover{z-index:2;transform:translateY(-5px) scale(1.004);box-shadow:0 18px 36px rgba(111,101,145,.11),0 3px 8px rgba(118,145,187,.07)}.hp-tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 11px;border:1px solid #d4dae5;border-radius:999px;background:rgba(255,255,255,.72);color:var(--hp-tag);font:500 12px/1 var(--hp-font-cn);white-space:nowrap}[data-theme=dark] .homepage .hp-tag{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.hp-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.hp-reveal.is-visible{opacity:1;transform:translateY(0)}.hp-split-char,.hp-split-title{display:inline-block}.hp-split-char{opacity:0;transform:translateY(.55em);filter:blur(4px);transition:opacity .55s var(--ease-out),transform .55s var(--ease-out),filter .55s var(--ease-out)}.hp-reveal.is-visible .hp-split-char,.hp-split-title.is-visible .hp-split-char{opacity:1;transform:translateY(0);filter:none}.hp-footer{background:var(--hp-footer);color:#9da8c3;padding:130px 0 114px}.hp-footer-inner{position:relative;max-width:1360px;margin:0 auto;padding:0 24px}.hp-footer-top{display:flex;align-items:center;gap:12px}.hp-footer-logo{width:28px;height:28px;flex-shrink:0;border-radius:8px;object-fit:cover}.hp-footer-brand{color:var(--text-footer-title,#f0f3ff);font:700 18px/1.3 var(--hp-font-cn)}.hp-footer-statement{width:320px;max-width:100%;margin:24px 0 0;color:#98a4c1;font:400 14px/1.3 var(--hp-font-cn)}.hp-footer-social{display:flex;gap:20px;margin-top:24px}.hp-footer-social-item{width:112px;text-align:center}.hp-qr{display:block;width:112px;height:112px;margin-bottom:8px;border-radius:8px;object-fit:cover;transition:transform .2s}.hp-qr--placeholder{background:rgba(255,255,255,.12)}.hp-qr--image{background:#d9d9d9}.hp-footer-social-item:hover .hp-qr{transform:scale(1.04)}.hp-qr-label{color:#9da8c3;font:400 13px/1.3 var(--hp-font-cn)}.hp-footer-links{position:absolute;right:0;top:2px;display:flex;gap:32px}.hp-footer-col{width:155px}.hp-footer-col-title{margin-bottom:24px;color:#f0f3ff;font:500 14px/1.3 var(--hp-font-cn)}.hp-footer-link{display:block;margin-bottom:17px;color:#9da8c3;font:400 13px/1.3 var(--hp-font-cn);text-decoration:none;transition:color .15s}.hp-footer-link:hover{color:#fff}.hp-footer-divider{margin:48px 0 0;border:none;border-top:1px solid rgba(255,255,255,.1)}.hp-footer-bottom{margin-top:37px}.hp-footer-bottom-row{display:flex;align-items:center;flex-wrap:wrap;gap:24px;color:#8290b0;font:400 12px/1.3 var(--hp-font-mono)}.hp-footer-bottom-row a{color:inherit;text-decoration:none}.hp-footer-bottom-row+.hp-footer-bottom-row{margin-top:24px;font-size:11px}.hp-footer-police{display:inline-flex;align-items:center;gap:4px}.hp-footer-police-badge{display:block;width:14px;height:15px}@media (max-width:1050px){.hp-footer-links{position:static;margin-top:48px}}@media (max-width:760px){.homepage .topbar-inner{padding:12px 20px}.hp-promo{font-size:11px;gap:8px}.hp-promo-count{display:none}.hp-section{padding:64px 20px}.hp-footer{padding:80px 0 64px}.hp-footer-links{gap:20px}.hp-footer-bottom-row{gap:12px}}@media (prefers-reduced-motion:reduce){.hp-reveal,.hp-split-char{opacity:1!important;transform:none!important}.hp-split-char{filter:none!important}.hp-btn-black,.hp-card{animation:none!important;transition:none!important}}.page h1{margin:0 0 10px;font-size:clamp(1.5rem,3vw,2.2rem)}.page p{margin:0;line-height:1.65;color:var(--muted)}.page-narrow{max-width:520px}.card-grid{margin-top:22px;display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{margin-top:18px;padding:16px;border-radius:var(--radius);background:var(--paper);transition:background-color .3s ease}.card h3{margin:0 0 8px;font-size:1.05rem}.form{display:grid;grid-gap:12px;gap:12px}.form label{display:grid;grid-gap:6px;gap:6px;color:var(--ink)}.form input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:var(--surface);color:var(--ink);transition:background-color .3s ease,border-color .3s ease}.form button{cursor:pointer;border:0;border-radius:10px;padding:11px 14px;color:#fff;background:var(--brand);font-weight:600}.hp-case-section{display:block;height:874px;background:var(--hp-bg)}.hp-case-card{padding:60px;gap:48px;width:min(1256px,100%);height:738px;margin:auto;overflow:visible;border-radius:var(--hp-radius-lg);background:var(--hp-surface)}.hp-case-card,.hp-case-copy{position:relative;display:flex;align-items:flex-start}.hp-case-copy{flex:0 0 auto;align-self:stretch;flex-direction:column;justify-content:space-between;width:378px;margin:0;z-index:4;pointer-events:none}.hp-case-text{width:100%}.hp-case-meta{display:flex;align-items:center;justify-content:space-between;height:14px;color:var(--hp-tag);font:500 12px/14px var(--hp-font-mono);letter-spacing:.04em}.hp-case-copy h2{margin:15px 0 0;color:var(--hp-text);font:700 32px/42px var(--hp-font-cn);letter-spacing:-.02em}.hp-case-copy p{margin:17.5px 0 0;color:var(--hp-body);font:400 14px/22px var(--hp-font-cn)}.hp-case-tags{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0 0}.hp-thumb-rail{margin-left:8px;margin-bottom:8px;width:130px;display:flex;flex-direction:column;align-items:center;gap:12px;overflow:visible;isolation:isolate;z-index:6;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.hp-thumb-media img{-webkit-user-drag:none;user-drag:none}.hp-thumb{position:relative;z-index:2;flex:0 0 auto;padding:0;border:0;border-radius:4px;cursor:pointer}.hp-thumb,.hp-thumb-media{width:110px;height:62px;background:transparent}.hp-thumb-media{display:block;overflow:hidden;border:0;border-radius:9px}.hp-thumb-media img{display:block;width:100%;height:100%;object-fit:cover}.hp-thumb.is-active .hp-thumb-media{visibility:visible;opacity:1}.hp-thumb.is-active{z-index:3}.hp-thumb.is-active:after{content:"";position:absolute;top:-5px;left:-5px;width:120px;height:72px;box-sizing:border-box;border:2px solid var(--hp-text);border-radius:12px;pointer-events:none}.hp-case-stage{position:relative;flex:1 1 auto;width:auto;min-width:0;align-self:stretch;display:flex;align-items:center;justify-content:center}.hp-case-media{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--hp-radius);transition:width .28s var(--ease-out),height .28s var(--ease-out),opacity .16s ease,transform .22s ease}.hp-case-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:transparent}.hp-case-video-bg{position:absolute;inset:0;z-index:1;background-size:contain;background-position:50%;transition:opacity .5s ease}.hp-case-stage.playing .hp-case-video-bg{opacity:0}.hp-case-progress{bottom:0;left:0;height:2px;width:0;background:rgba(255,255,255,.4)}.hp-case-progress,.hp-video-controls{position:absolute;z-index:3;pointer-events:none}.hp-video-controls{right:20px;bottom:15px;left:20px;display:flex;align-items:center;justify-content:space-between}.hp-video-play{width:35px;height:35px;min-width:35px;min-height:35px;background:rgba(8,11,17,.86);font:700 14px/1 var(--hp-font-en);place-items:center;cursor:pointer}.hp-video-mute,.hp-video-play{border:0;border-radius:50%;color:#fff;display:grid;pointer-events:auto}.hp-video-mute{width:20px;height:20px;min-width:20px;min-height:20px;padding:0;background:transparent;place-items:center;cursor:pointer}.hp-video-mute svg{display:block;width:20px;height:20px;stroke:currentColor}.hp-case-copy>:not(.hp-thumb-rail){transition:opacity .12s ease,transform .12s ease}.hp-case-copy.is-switching>:not(.hp-thumb-rail){opacity:0;transform:translateY(5px)}.hp-case-stage.is-switching .hp-case-media{opacity:.08;transform:translateY(5px)}[data-theme=dark] .homepage .hp-case-media,[data-theme=dark] .homepage .hp-case-media video{background:#1a2030}@media (max-width:1050px){.hp-case-card{height:auto;min-height:558px}}@media (max-width:900px){.hp-case-card{height:678px;gap:43px}.hp-case-copy{width:302px}.hp-case-stage{width:555px;height:558px}}@media (max-width:760px){.hp-case-section{overflow:hidden;padding:56px 16px 40px}.hp-case-card{height:678px;width:1256px;max-width:none;transform:scale(.74);transform-origin:top left;margin-bottom:-176px}}.hp-pricing{display:grid;align-items:center;padding:96px 0;background:var(--hp-pricing-bg)}.hp-pricing .hp-section-inner{display:flex;flex-direction:column;align-items:stretch;width:100%}.hp-pricing .hp-section-lead,.hp-pricing .hp-section-title{align-self:center;text-align:center}.hp-pricing .hp-section-title{height:42px}.hp-pricing .hp-section-lead{height:24px}.hp-pricing-table{max-width:1200px;width:100%;height:283px;margin:104px auto 0;padding:40px 40px 48px;background:var(--hp-surface);border:1px solid var(--hp-border-card);border-radius:20px;text-align:left}.hp-pricing-table-header,.hp-pricing-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px;align-items:baseline}.hp-pricing-table-header{padding-bottom:20px;color:var(--hp-text);font-family:var(--hp-font-cn);font-weight:700;font-size:22px;line-height:42px;letter-spacing:-.64px}.hp-pricing-table-row{padding:26px 0;color:var(--hp-text-strong);font-family:var(--hp-font-cn);font-weight:400;font-size:15px;line-height:24px;letter-spacing:0}.hp-pricing-divider{height:.5px;background:rgba(120,129,144,.2)}.hp-pricing-cta{align-self:center;width:336px;max-width:100%;height:54px;min-width:0;min-height:0;margin:72px auto 0;font:500 15px/24px var(--hp-font-cn);text-decoration:none}@media (max-width:900px){.hp-pricing-table{padding:32px 24px 40px}.hp-pricing-table-header,.hp-pricing-table-row{grid-template-columns:120px 140px 1fr;gap:20px}}@media (max-width:760px){.hp-pricing-table-header{display:none}.hp-pricing-table-header,.hp-pricing-table-row{grid-template-columns:1fr;gap:8px}.hp-pricing-table-row{padding:20px 0}.hp-pricing-cta{width:100%;margin-top:48px}}.hp-hero{position:relative;height:850px;overflow:hidden;background:var(--hp-bg);text-align:center}.hp-hero-ambient{overflow:hidden;isolation:isolate}.hp-hero-ambient,.hp-hero-shader{position:absolute;inset:0;pointer-events:none}.hp-hero-shader{width:100%;height:100%;z-index:0}.hp-hero-veil{position:absolute;inset:0;z-index:1;background:rgba(249,250,255,.18);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}[data-theme=dark] .homepage .hp-hero-veil{background:rgba(10,15,31,.5)}.hp-hero-bottom-fade{position:absolute;inset:auto 0 0;height:120px;pointer-events:none;background:linear-gradient(180deg,transparent,var(--hp-bg))}.hp-hero-inner{position:relative;z-index:2;padding:134px 24px 0;display:flex;flex-direction:column;align-items:center}.hp-hero-inner h1{max-width:920px;margin:0 0 20px;color:var(--hp-hero-title);font:700 clamp(38px,5.2vw,60px) /1.18 var(--hp-font-cn);letter-spacing:-.025em;text-align:center}.hp-hero-title-accent{background:linear-gradient(90deg,var(--hp-brand) 0,#1edfcb 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hp-hero-subtitle{max-width:1080px;min-height:30px;margin:0 0 36px;color:var(--hp-body);font:500 18px/1.6 var(--hp-font-cn);text-align:center}.hp-cursor{display:inline-block;width:2px;height:22px;margin-left:2px;background:var(--hp-brand);vertical-align:text-bottom;animation:hp-cursor-blink .8s step-end infinite}.hp-hero-cta{min-width:228px;height:58px;font-size:18px}.hp-hero-cta .hp-arrow{margin-left:10px;font-family:var(--hp-font-en);transition:transform .22s var(--ease-out)}.hp-hero-cta:hover .hp-arrow{transform:translateX(4px)}.hp-hero-cards{position:relative;z-index:1;display:flex;justify-content:center;flex-wrap:wrap;gap:17px;max-width:var(--hp-content-max);margin:92px auto 0;padding:0 0 96px;text-align:left}.hp-hero-card{width:307px;height:242px;padding:20px 20px 16px;flex-shrink:0;overflow:hidden;border:1px solid #ffffff;border-radius:var(--hp-radius);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(20px) saturate(135%);backdrop-filter:blur(20px) saturate(135%);animation:hp-fade-in-up .6s var(--ease-out) .35s backwards}.hp-hero-card-inner{height:100%;display:flex;flex-direction:column;transition:transform .4s var(--ease-out)}.hp-hero-card:hover .hp-hero-card-inner{transform:scale(1.03)}.hp-hero-card-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:50%;background:var(--hp-black)}.hp-hero-card-icon svg{width:18px;height:18px;color:#fff;fill:none}.hp-hero-card h3{margin:0 0 16px;color:var(--hp-text-strong);font-family:var(--hp-font-cn);font-weight:500;font-size:18px;line-height:28px;letter-spacing:-.18px}.hp-hero-card p{margin:auto 0 0;color:#566170;font:400 15px/24px var(--hp-font-cn)}[data-theme=dark] .homepage .hp-hero-card p{color:#98a4c1}[data-theme=dark] .homepage .hp-hero-card{background:rgba(20,27,45,.9);border-color:rgba(255,255,255,.06)}@keyframes hp-fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-cursor-blink{50%{opacity:0}}@media (max-width:1050px){.hp-hero-card{width:307px}}@media (max-width:760px){.hp-hero-inner{padding-top:120px}.hp-hero-inner h1{font-size:clamp(28px,8vw,40px)}.hp-hero-subtitle{font-size:15px}.hp-hero-cards{margin-top:64px;grid-template-columns:1fr;padding:0 20px 72px}.hp-hero-card{width:100%;height:auto;min-height:200px}}@media (prefers-reduced-motion:reduce){.hp-cursor,.hp-hero-card,.hp-hero-card-icon,.hp-hero-card-inner{animation:none!important;transition:none!important}}.hp-listen{display:grid;align-items:center;padding:96px 0;background:var(--hp-bg)}.hp-listen .hp-section-inner{max-width:1248px;width:100%}.hp-listen-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-top:44px}.hp-audio-card{width:400px;height:327px;flex-shrink:0;position:relative;overflow:hidden;border-radius:var(--hp-radius);background:var(--hp-surface);transition:transform .4s var(--ease-out),box-shadow .4s var(--ease-out)}.hp-audio-card:hover{transform:translateY(-4px)}.hp-effect{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:inherit;pointer-events:none;transition:background .5s var(--ease-out)}.hp-effect-emotion{background:linear-gradient(135deg,#f4f6ff,#e9edff)}.hp-effect-melody{background:linear-gradient(135deg,#edfbf7,#d9f2ec)}.hp-effect-style{background:linear-gradient(135deg,#f6f1ff,#ece2ff)}[data-theme=dark] .homepage .hp-effect-emotion{background:linear-gradient(135deg,#1a2030,#141b2d)}[data-theme=dark] .homepage .hp-effect-melody{background:linear-gradient(135deg,#152a26,#141b2d)}[data-theme=dark] .homepage .hp-effect-style{background:linear-gradient(135deg,#241b33,#141b2d)}.hp-effect-glow{position:absolute;inset:-45%;background:radial-gradient(circle at 32% 24%,rgba(68,91,255,.3) 0,rgba(117,81,233,.14) 40%,transparent 62%);opacity:0;transform:scale(.72);transition:opacity .5s var(--ease-out),transform .7s var(--ease-out)}.hp-effect-melody .hp-effect-glow{background:radial-gradient(circle at 32% 24%,rgba(18,143,130,.3) 0,rgba(18,143,130,.12) 40%,transparent 62%)}.hp-effect-style .hp-effect-glow{background:radial-gradient(circle at 32% 24%,rgba(117,81,233,.32) 0,rgba(117,81,233,.16) 40%,transparent 62%)}.hp-audio-card:hover .hp-effect-glow{opacity:1;transform:scale(1)}.hp-audio-content{position:absolute;top:24px;left:24px;right:24px;z-index:2;text-align:left}.hp-audio-content h3{margin:0 0 12px;color:var(--hp-text-strong);font:700 20px/1.35 var(--hp-font-cn);transition:color .5s var(--ease-out)}.hp-audio-content p{margin:0 0 14px;color:var(--hp-body);font:400 14px/1.6 var(--hp-font-cn);transition:color .5s var(--ease-out)}.hp-audio-tags{display:flex;flex-wrap:wrap;gap:8px}.hp-audio-tags .hp-tag{border:0;background:rgba(255,255,255,.82);color:var(--hp-tag)}.hp-audio-wave{position:absolute;left:23px;right:23px;bottom:25px;height:86px;background:rgba(254,254,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #f0f5fc;border-radius:50px;z-index:3;transition:background .5s var(--ease-out),border-color .5s var(--ease-out)}.hp-audio-wave-bars{position:absolute;left:56px;right:8px;top:8px;bottom:8px;display:flex;align-items:center;gap:4px}.hp-audio-wave-bar{min-width:3px;max-width:6px;flex:1 1 auto;border-radius:3px;background:rgba(70,86,117,.2);transition:height .15s ease-out,background .3s ease}.hp-audio-play-circle{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:#000;color:#fff;z-index:4;cursor:pointer}.hp-audio-play-circle:focus-visible{outline:2px solid var(--hp-brand);outline-offset:2px}.hp-play-icon{display:block}.hp-audio-card.is-playing .hp-audio-wave-bar{background:#0b0e14;animation:hp-wave-bounce 1.1s ease-in-out infinite alternate;animation-delay:calc(var(--i) * -.12s)}@keyframes hp-wave-bounce{0%{transform:scaleY(.55)}to{transform:scaleY(1.25)}}[data-theme=dark] .homepage .hp-audio-wave{background:rgba(20,27,45,.72);border-color:rgba(240,245,252,.1)}[data-theme=dark] .homepage .hp-audio-wave-bar{background:rgba(240,245,252,.2)}[data-theme=dark] .homepage .hp-audio-card.is-playing .hp-audio-wave-bar{background:#fff}@media (max-width:760px){.hp-listen-grid{flex-direction:column;align-items:center}.hp-audio-card{width:100%;max-width:400px}}@media (prefers-reduced-motion:reduce){.hp-audio-wave-bar,.hp-effect-glow{animation:none!important;transition:none!important}}.hp-features{display:grid;align-items:center;padding:96px 0;background:var(--hp-bg)}.hp-features .hp-section-inner{width:min(1200px,calc(100vw - 80px))}.hp-feature-grid{flex-direction:column;margin-top:44px}.hp-feature-grid,.hp-features-bottom,.hp-features-top{display:flex;gap:24px}.hp-feature-card{display:block;text-decoration:none;color:inherit}.hp-feature-card:focus-visible{outline:2px solid var(--hp-brand);outline-offset:2px}.hp-feature-card-lg,.hp-feature-card-sm{position:relative;overflow:hidden;border-radius:var(--hp-radius)}.hp-feature-card-lg{width:792px;height:320px;flex-shrink:0;border:1px solid rgba(255,255,255,.08)}.hp-feature-card-sm{height:320px}.hp-feature-card-sm,.hp-feature-card-xs{width:384px;flex-shrink:0;border:1px solid var(--hp-border-card);background:var(--hp-surface)}.hp-feature-card-xs{height:260px;position:relative;overflow:hidden;border-radius:var(--hp-radius)}.hp-feature-card-inner{position:absolute;top:24px;left:24px;right:24px;bottom:24px;z-index:2;display:flex;flex-direction:column;text-align:left;transition:transform .4s var(--ease-out)}.hp-feature-card:hover .hp-feature-card-inner{transform:scale(1.03)}.hp-feature-card-lg h3,.hp-feature-card-sm h3,.hp-feature-card-xs h3{margin:0 0 12px;color:var(--hp-text-strong);font:700 22px/1.3 var(--hp-font-cn);letter-spacing:-.01em}.hp-feature-card-lg h3{color:#fff}.hp-feature-card-lg p,.hp-feature-card-sm p,.hp-feature-card-xs p{margin:0 0 16px;color:var(--hp-body);font:400 15px/24px var(--hp-font-cn)}.hp-feature-card-lg p{color:rgba(255,255,255,.88)}.hp-feature-card-lg .hp-feature-card-inner{max-width:390px}.hp-feature-card-xs h3{font-size:20px}.hp-feature-guide{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:auto;border:0;padding:0;background:transparent;color:var(--hp-text-strong);font:600 14px/1 var(--hp-font-cn);text-decoration:none;cursor:pointer;transition:gap .22s var(--ease-out),transform .22s var(--ease-out),color .22s ease}.hp-feature-guide .hp-feature-arrow{font:500 20px/1 var(--hp-font-en);transition:transform .22s var(--ease-out)}.hp-feature-guide--white{color:#fff}.hp-feature-guide--purple{color:var(--hp-brand)}.hp-feature-guide:focus-visible,.hp-feature-guide:hover{gap:13px;transform:translateX(3px);color:var(--hp-brand)}.hp-feature-guide:focus-visible .hp-feature-arrow,.hp-feature-guide:hover .hp-feature-arrow{transform:translateX(4px)}.hp-feature-guide--white:focus-visible,.hp-feature-guide--white:hover{color:#e9edff}.hp-feature-guide--purple:focus-visible,.hp-feature-guide--purple:hover{color:#3846e0}.hp-prompt-stage{position:absolute;inset:0;z-index:0;display:block;overflow:hidden;border-radius:inherit;background:radial-gradient(110% 130% at 88% -10%,rgba(117,81,233,.3) 0,rgba(117,81,233,0) 52%),radial-gradient(90% 110% at 6% 0,rgba(255,255,255,.34) 0,rgba(255,255,255,0) 44%),linear-gradient(150deg,#22dce8,#1fbfe8 22%,#25a8ec 48%,#4a80ec 74%,#715fe8);pointer-events:none}.hp-prompt-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(14,24,86,.26) 0,rgba(14,24,86,0) 40%)}.hp-prompt-glow{position:absolute;right:-84px;top:-31px;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(196,182,255,.5) 0,rgba(117,81,233,.2) 42%,transparent 70%);opacity:.5;animation:hp-glow-pulse 6s ease-in-out infinite}@keyframes hp-glow-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.06)}}.hp-prompt-orbit{position:absolute;right:30px;top:18px;width:330px;height:330px;z-index:1;pointer-events:none}.hp-prompt-planet{position:absolute;left:50%;top:50%;width:112px;height:112px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 33% 26%,rgba(255,255,255,.55) 0,rgba(240,244,255,.3) 30%,rgba(214,224,255,.14) 55%,rgba(188,203,255,.06) 78%,rgba(170,188,255,.02) 100%);box-shadow:0 0 30px rgba(140,158,255,.28),0 0 60px rgba(117,81,233,.16),inset -6px -9px 18px rgba(120,140,255,.18),inset 4px 5px 10px rgba(255,255,255,.4);animation:hp-planet-breathe 6s ease-in-out infinite}.hp-prompt-planet:before{content:"";position:absolute;left:22%;top:14%;width:16px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);filter:blur(1px)}@keyframes hp-planet-breathe{0%,to{box-shadow:0 0 26px rgba(140,158,255,.45),0 0 54px rgba(117,81,233,.22)}50%{box-shadow:0 0 38px rgba(160,178,255,.65),0 0 72px rgba(117,81,233,.34)}}.hp-prompt-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(210,220,255,.6);border-radius:50%;transform:translate(-50%,-50%) rotate(-16deg);animation:hp-ring-spin 16s linear infinite}.hp-prompt-ring--1{width:168px;height:80px}.hp-prompt-ring--2{width:226px;height:108px;border-color:rgba(210,220,255,.36);animation-duration:24s;animation-direction:reverse}.hp-prompt-ring--1:after,.hp-prompt-ring--1:before{content:"";position:absolute;top:50%;width:6px;height:6px;border-radius:50%;background:#fff}.hp-prompt-ring--1:before{left:5px;box-shadow:0 0 8px rgba(255,255,255,.9)}.hp-prompt-ring--1:after{right:8px;background:#dfe6ff}@keyframes hp-ring-spin{0%{transform:translate(-50%,-50%) rotate(-16deg)}to{transform:translate(-50%,-50%) rotate(344deg)}}.hp-prompt-bubble{position:absolute;display:flex;align-items:center;justify-content:center;min-height:26px;padding:4px 11px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.14);box-shadow:0 4px 14px rgba(40,58,140,.18);color:rgba(255,255,255,.95);font:500 12px/1.2 var(--hp-font-en);letter-spacing:.01em;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hp-b-style{left:84px;top:46px;animation:hp-bubble-drift-1 6s ease-in-out infinite}.hp-b-mood{left:206px;top:22px;animation:hp-bubble-drift-2 7.5s ease-in-out infinite}.hp-b-theme{left:50px;top:192px;animation:hp-bubble-drift-3 8.5s ease-in-out infinite}.hp-b-rhythm{left:214px;top:190px;animation:hp-bubble-drift-4 7s ease-in-out infinite}@keyframes hp-bubble-drift-1{0%,to{transform:translate(0)}25%{transform:translate(5px,-8px)}50%{transform:translate(-3px,-12px)}75%{transform:translate(-7px,-5px)}}@keyframes hp-bubble-drift-2{0%,to{transform:translate(0)}30%{transform:translate(-6px,6px)}60%{transform:translate(-11px,2px)}80%{transform:translate(-4px,9px)}}@keyframes hp-bubble-drift-3{0%,to{transform:translate(0)}30%{transform:translate(6px,-5px)}55%{transform:translate(10px,3px)}80%{transform:translate(3px,-9px)}}@keyframes hp-bubble-drift-4{0%,to{transform:translate(0)}35%{transform:translate(-4px,-7px)}65%{transform:translate(6px,-3px)}85%{transform:translate(8px,5px)}}@media (max-width:1050px){.hp-features-bottom,.hp-features-top{flex-direction:column;align-items:center}.hp-feature-card-lg,.hp-feature-card-sm,.hp-feature-card-xs{width:100%;max-width:784px;height:auto;min-height:320px}.hp-feature-card-lg .hp-feature-card-inner,.hp-feature-card-sm .hp-feature-card-inner,.hp-feature-card-xs .hp-feature-card-inner{position:static;padding:24px}.hp-features .hp-section-inner{width:min(100% - 40px,1200px)}}@media (prefers-reduced-motion:reduce){.hp-prompt-bubble,.hp-prompt-glow,.hp-prompt-planet,.hp-prompt-ring{animation:none!important;transition:none!important}}.hp-steps{display:grid;align-items:center;padding:96px 0;background:var(--hp-bg)}.hp-steps-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-top:44px}.hp-step-card{width:400px;height:310px;padding:24px;text-align:left;border:1px solid var(--hp-border-card);border-radius:var(--hp-radius);background:var(--hp-surface);overflow:hidden}.hp-step-card-inner{transition:transform .4s var(--ease-out)}.hp-step-card:hover .hp-step-card-inner{transform:scale(1.03)}.hp-step-num{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:16px;border-radius:50%;background:#e9edff;color:#3848e7;font:700 22px/1 var(--hp-font-en)}.hp-step-card:nth-child(2) .hp-step-num{background:#e7fbf7;color:var(--hp-cyan)}.hp-step-card:nth-child(3) .hp-step-num{background:#f1ecff;color:var(--hp-violet)}.hp-step-card h3{margin:0 0 10px;color:var(--hp-text-strong);font:700 20px/1.4 var(--hp-font-cn)}.hp-step-card p{margin:0 0 20px;color:var(--hp-body);font:400 15px/24px var(--hp-font-cn)}.hp-step-code{display:flex;align-items:center;width:100%;max-width:352px;height:48px;padding:0 12px;border:1px solid var(--hp-line);border-radius:8px;background:#f6f8ff;color:var(--hp-console);font:400 15px/1 var(--hp-font-mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:border-color .2s}.hp-step-code:hover{border-color:var(--hp-brand);cursor:pointer}.hp-step-code.is-empty{visibility:hidden}[data-theme=dark] .homepage .hp-step-num{background:rgba(255,255,255,.1)}[data-theme=dark] .homepage .hp-step-code{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}@media (max-width:1050px){.hp-steps-grid{flex-direction:column;align-items:center}.hp-step-card{width:100%;max-width:400px;height:auto;min-height:310px}}@media (max-width:760px){.hp-steps-grid{flex-direction:column;align-items:center}}.hp-ready{display:grid;align-items:center;padding:96px 0;background:var(--hp-bg)}.hp-footer-cta{position:relative;width:100%;max-width:var(--hp-content-max);height:372px;margin:0 auto;padding:102px 50px 0;overflow:hidden;background:var(--hp-brand);border:1px solid rgba(255,255,255,.25);border-radius:var(--hp-radius-lg);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.hp-footer-cta h2{position:relative;z-index:1;max-width:700px;margin:0 0 15px;color:#f4f6ff;font:700 34px/1.3 var(--hp-font-cn)}.hp-footer-cta p{position:relative;z-index:1;margin:0 0 38px;color:rgba(255,255,255,.8);font:400 16px/1.6 var(--hp-font-cn)}.hp-footer-cta-btn{position:relative;z-index:1;width:168px;height:48px;border-radius:14px;background:#000}.hp-footer-cta-btn .hp-arrow{margin-left:6px}.hp-footer-cta-ring{position:absolute;border:1px solid rgba(255,255,255,.46);border-radius:50%;pointer-events:none}.hp-footer-cta-ring--lg{width:1188px;height:624px;left:421px;top:122px}.hp-footer-cta-ring--md{width:902px;height:474px;left:564px;top:197px;border-color:rgba(255,255,255,.7)}.hp-footer-cta-ring--sm{width:578px;height:304px;left:726px;top:282px;border-color:rgba(255,255,255,.4)}@media (max-width:900px){.hp-footer-cta{padding:72px 40px 0}.hp-footer-cta h2{font-size:28px}}@media (max-width:760px){.hp-footer-cta{height:auto;min-height:372px;padding:64px 28px 48px}.hp-footer-cta h2{font-size:24px}.hp-footer-cta-ring{display:none}}:root{--aside-w:288px}.app-layout-main{flex:1 1;min-width:0;padding:32px 40px 60px}.sidebar{padding:24px 32px;transition:background-color .3s ease,border-color .3s ease}.sidebar-section{margin-bottom:4px}.sidebar-section-header{font-size:.9rem;font-weight:600;padding:16px 0}.sidebar-section-header,.sidebar-section-header-sub{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;border:none;background:transparent;color:var(--ink);border-radius:6px;transition:background-color .2s ease}.sidebar-section-header-sub{font-size:.82rem;font-weight:400;cursor:pointer;text-transform:capitalize;padding:8px 4px;margin:2px 0}.sidebar-section-header-sub:hover{background:var(--nav-hover)}.sidebar-chevron{color:var(--muted);transform:rotate(0deg);transition:transform .2s ease;flex-shrink:0}.sidebar-chevron-open{transform:rotate(90deg)}.sidebar-chevron-sm{width:14px;height:14px}.sidebar-items{margin-bottom:16px}.sidebar-item{display:block;text-decoration:none;padding:8px;margin:2px 0;border-radius:6px;font-size:.88rem;color:var(--muted);position:relative;transition:color .15s ease,background-color .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-item:hover{color:var(--ink);background:var(--nav-hover)}.sidebar-item-active{font-weight:600;background:var(--nav-active);padding-left:8px}.sidebar-item-active,.sidebar-item-active:hover{color:var(--nav-text-active)}.sidebar-item-muted{color:var(--muted);cursor:default}.sidebar-sub-group{margin-bottom:2px}.docs-content{flex:1 1;min-width:0;padding:32px 40px 60px;overflow-x:hidden;overflow-y:auto}.docs-content>div[style*=grid-template-columns]{max-width:1200px}.docs-article{max-width:720px;line-height:1.75;color:var(--ink)}.docs-article h1{font-size:1.9rem;margin:0 0 16px}.docs-article h2{font-size:1.3rem;margin:36px 0 12px;border-bottom:1px solid var(--line);padding-bottom:6px;scroll-margin-top:80px}.docs-article h3{font-size:1.05rem;margin:24px 0 8px;scroll-margin-top:80px}.docs-article ol,.docs-article p,.docs-article ul{margin:0 0 14px;color:var(--muted)}.docs-article ol,.docs-article ul{padding-left:22px}.docs-article li{margin-bottom:4px}.docs-article pre{background:#1e2432;border-radius:10px;padding:16px 18px;overflow-x:auto;margin:0 0 18px}[data-theme=dark] .docs-article pre{background:#0d1117}.docs-article table{width:100%;border-collapse:collapse;margin:0 0 18px}.docs-article td,.docs-article th{padding:8px 12px;text-align:left;border:1px solid var(--line);font-size:.9rem;word-break:break-word}.docs-article th{background:rgba(100,116,139,.06);font-weight:600;color:var(--ink)}.docs-article td{color:var(--muted)}.docs-article code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.88em;color:#e2e8f0}.docs-article :not(pre)>code{background:var(--brand-soft);color:var(--brand);padding:2px 6px;border-radius:5px}.docs-swagger-wrap .swagger-ui .topbar{display:none}.docs-swagger-wrap .swagger-ui{font-family:inherit}.docs-swagger-wrap{padding-bottom:40px}.account-layout .account-body{display:flex;gap:24px;margin-top:22px}.account-tabs{display:flex;flex-direction:column;gap:4px;width:180px;flex-shrink:0}.account-tab{cursor:pointer;text-align:left;font:inherit;font-size:.92rem;padding:10px 14px;border:1px solid transparent;border-radius:10px;background:none;color:var(--muted);transition:color .15s ease,background-color .15s ease,border-color .15s ease}.account-tab:hover{color:var(--ink);background:rgba(17,24,39,.04)}.account-tab-active{color:var(--brand);font-weight:600;background:var(--brand-soft);border-color:rgba(255,82,3,.12)}.account-content{flex:1 1;min-width:0}.account-panel{padding:20px 24px;border-radius:var(--radius);border:1px solid var(--line);background:var(--paper);box-shadow:0 8px 20px var(--shadow-soft);transition:background-color .3s ease,border-color .3s ease}.account-panel h3{margin:0 0 10px;font-size:1.1rem}.account-panel p{margin:0;line-height:1.65;color:var(--muted)}.docs-toc-nav{font-size:.82rem}.docs-toc-title{font-size:.78rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.docs-toc-list{list-style:none;margin:0;padding:0}.docs-toc-item{display:block;text-decoration:none;color:var(--muted);padding:4px 0 4px 12px;border-left:2px solid transparent;transition:color .15s ease,border-color .15s ease}.docs-toc-item:hover{color:var(--ink)}.docs-toc-item-active{color:var(--brand);border-left-color:var(--brand);font-weight:500}.docs-toc-level-2{font-size:.85rem;font-weight:500;padding-top:6px;padding-bottom:6px}.docs-toc-level-3{font-size:.78rem;font-weight:400;color:var(--muted);padding-left:28px;padding-top:3px;padding-bottom:3px}@media (max-width:860px){.app-layout-main{padding-top:56px}}.console-page-header{margin-bottom:24px}.console-page-header h1{margin:0 0 6px;font-size:1.5rem}.console-page-header p{margin:0;color:var(--muted);font-size:.92rem}.stats-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:28px}.stat-card{padding:20px 0}.stat-card-label{font-size:.82rem;color:var(--muted);margin-bottom:8px}.stat-card-value{font-size:2.2rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink);letter-spacing:-.02em}.stat-card-sub{margin-top:6px;font-size:.8rem;color:var(--muted)}.data-table-wrap{border-radius:var(--radius);background:var(--bg);overflow:hidden;transition:background-color .3s ease}.data-table td:first-child,.data-table th:first-child{padding-left:24px}.data-table td:last-child,.data-table th:last-child{padding-right:24px}.data-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.82rem}.data-table th{text-align:left;padding:16px;font-size:.85rem;font-weight:600;color:var(--muted)}.data-table thead{background:linear-gradient(to right,transparent 16px,var(--line) 16px,var(--line) calc(100% - 16px),transparent calc(100% - 16px));background-size:100% 1px;background-repeat:no-repeat;background-position:bottom}.data-table td{padding:14px 16px;color:var(--ink);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--brand-soft);transition:background-color .1s ease}.table-toolbar{justify-content:space-between;gap:12px;margin-top:20px;margin-bottom:20px}.table-toolbar,.toolbar-filters{display:flex;align-items:center;flex-wrap:wrap}.toolbar-filters{gap:10px}.toolbar-label{font-size:.82rem}.toolbar-date-btn,.toolbar-label{display:inline-flex;align-items:center;gap:6px;color:var(--muted);cursor:pointer}.toolbar-date-btn{padding:8px 14px;border-radius:8px;border:1px solid var(--line);background:var(--surface);font:inherit;font-size:.88rem;white-space:nowrap;transition:border-color .15s ease}.toolbar-date-btn:before{content:"";display:inline-block;width:14px;height:14px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='2' y='3' width='12' height='11' rx='1.5' fill='none' stroke='black' stroke-width='1.2'/%3E%3Cline x1='2' y1='6' x2='14' y2='6' stroke='black' stroke-width='1.2'/%3E%3Cline x1='5' y1='1' x2='5' y2='4' stroke='black' stroke-width='1.2' stroke-linecap='round'/%3E%3Cline x1='11' y1='1' x2='11' y2='4' stroke='black' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E") center /contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='2' y='3' width='12' height='11' rx='1.5' fill='none' stroke='black' stroke-width='1.2'/%3E%3Cline x1='2' y1='6' x2='14' y2='6' stroke='black' stroke-width='1.2'/%3E%3Cline x1='5' y1='1' x2='5' y2='4' stroke='black' stroke-width='1.2' stroke-linecap='round'/%3E%3Cline x1='11' y1='1' x2='11' y2='4' stroke='black' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E") center /contain no-repeat}.toolbar-date-btn:hover{border-color:var(--brand)}.toolbar-date-sep{color:var(--muted);font-size:.88rem}.toolbar-input-hidden{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.toolbar-input{border:1px solid var(--line);border-radius:8px;padding:8px 12px;font:inherit;font-size:.88rem;background:var(--surface);color:var(--ink);transition:border-color .15s ease}.toolbar-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.btn{cursor:pointer;font:inherit;outline:none;border-radius:8px;padding:8px 16px;font-size:.88rem;font-weight:500;border:1px solid transparent;transition:transform .15s ease,opacity .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 12px var(--shadow-brand)}.btn-secondary{background:transparent;color:var(--ink);border-color:var(--line)}.btn-secondary:hover:not(:disabled){background:var(--brand-soft);border-color:var(--brand)}.btn-danger{background:transparent;color:var(--danger);border-color:var(--danger)}.btn-danger:hover:not(:disabled){background:var(--danger-soft)}.btn-ghost{background:transparent;color:var(--muted);border-color:transparent;padding:6px 10px}.btn-ghost:hover:not(:disabled){color:var(--ink);background:var(--brand-soft)}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;padding:0;border-radius:4px}.btn-icon:focus-visible{outline:none}.btn-icon-danger{color:var(--danger,#e53e3e)}.btn-icon-danger:hover:not(:disabled){color:var(--danger);background:rgba(229,62,62,.08)}.btn-sm{padding:5px 10px;font-size:.82rem}.modal-backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(480px,100%);padding:24px;border-radius:var(--radius);border:1px solid var(--line);background:var(--paper);box-shadow:0 18px 48px var(--shadow-modal),0 4px 12px var(--shadow-brand);animation:modal-pop .25s cubic-bezier(.34,1.56,.64,1)}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-header h2{margin:0;font-size:1.1rem}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.key-mask{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--muted);letter-spacing:.02em}.key-full,.key-mask{font-family:JetBrains Mono,Fira Code,monospace}.key-full{font-size:.82rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;word-break:break-all;padding:10px 12px;background:var(--bg);border-radius:8px;border:1px solid var(--line);color:var(--ink);margin:12px 0}.copy-btn{cursor:pointer;background:none;border:none;padding:2px 6px;color:var(--muted);font-size:.8rem;transition:color .15s ease}.copy-btn:hover{color:var(--brand)}.copy-btn:active{transform:scale(.92)}.badge{display:inline-block;font-size:.75rem;font-weight:500}.badge-success{color:var(--success)}.badge-warning{color:var(--warning)}.badge-error{color:var(--danger)}.badge-default{color:var(--brand)}.empty-state{text-align:center;padding:60px 20px;color:var(--muted)}.empty-state-icon{margin-bottom:12px;color:var(--muted);opacity:.4}.empty-state p{margin:10px 0 20px;font-size:.92rem}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:.85rem;color:var(--muted)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-select{padding:4px 8px;border-radius:6px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;font-size:.85rem}.recharge-section-title{font-size:.85rem;font-weight:600;color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:12px}.amount-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:10px;gap:10px;margin-bottom:24px}.amount-option{cursor:pointer;padding:16px 12px;border-radius:10px;border:1.5px solid var(--line);background:var(--paper);text-align:center;transition:border-color .15s ease,background-color .15s ease}.amount-option:hover{border-color:var(--brand);background:var(--brand-soft)}.amount-option:active{transform:scale(.97)}.amount-option-active{border-color:var(--brand);background:var(--brand-soft)}.amount-option-value{font-size:1.15rem;font-weight:700;color:var(--ink)}.pay-method-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.pay-method-option{cursor:pointer;display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:10px;border:1.5px solid var(--line);background:var(--paper);font:inherit;font-size:.92rem;color:var(--ink);transition:border-color .15s ease,background-color .15s ease}.pay-method-option:hover{border-color:var(--brand)}.pay-method-option:active{transform:scale(.97)}.pay-method-option-active{border-color:var(--brand);background:var(--brand-soft)}.agreement-row{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:.88rem;color:var(--muted)}.agreement-row a{color:var(--brand);text-decoration:underline}.info-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line)}.info-row-label{font-size:.92rem;font-weight:500;color:var(--ink)}.info-row-value{font-size:.88rem;color:var(--muted)}.info-row-link{font-size:.85rem;color:#FF5203;cursor:pointer}.info-row-link:hover{opacity:.85}.info-row-btn:hover{background:var(--danger-soft)!important}.qr-modal-body{display:flex;flex-direction:column;align-items:center;gap:16px;padding:12px 0}.qr-placeholder{width:180px;height:180px;border-radius:12px;border:1px solid var(--line);background:var(--bg);display:grid;place-items:center;font-size:.82rem}.qr-placeholder,.qr-tip{color:var(--muted);text-align:center}.qr-tip{font-size:.85rem}.login-theme-float{position:fixed;top:16px;right:24px;z-index:10}.login-body{display:flex;align-items:top;justify-content:center;min-height:100vh;background:var(--bg)}.login-welcome{display:grid;grid-template-columns:1fr 1fr;align-items:center;width:100%;margin-top:64px;text-decoration:none;color:inherit}.login-welcome-logo{height:96px;width:auto;justify-self:end;margin-right:8px}.login-welcome-text{font-size:2rem;font-weight:700;color:var(--ink);justify-self:start;margin-left:8px}.login-page{width:min(400px,100%);text-align:center}.login-hint{margin:0 0 24px!important}.login-tabs{display:flex;align-items:flex-start;gap:24px;margin-bottom:0}.login-tab{background:none;border:none;padding:0;font-size:16px;font-weight:500;color:var(--muted);transition:color .15s ease}.login-tab.is-active{color:var(--ink)}.login-agreement{display:flex;align-items:flex-start;gap:6px}.agreement-check{flex-shrink:0;width:16px;height:16px;border-radius:50%;border:1.5px solid #d1d5db;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-top:1px;transition:border-color .15s ease}.agreement-check.is-checked{border-color:var(--ink);background:var(--ink)}.agreement-check-icon{width:10px;height:10px;color:var(--paper)}[data-theme=dark] .agreement-check.is-checked{border-color:#fff;background:#fff}[data-theme=dark] .agreement-check-icon{color:#000}.agreement-text{font-size:11px;color:var(--muted);margin:0;line-height:1.5}.agreement-muted{opacity:.5}.agreement-text a{color:var(--ink);text-decoration:none;margin:0 2px;transition:color .15s ease}.agreement-text a:hover{color:var(--ink)}.login-form{display:flex;flex-direction:column;gap:24px;padding:32px!important;margin-top:64px}.input-box{display:flex;align-items:center;height:46px;border:1px solid var(--line);border-radius:12px;padding:0 16px;background:var(--surface);transition:border-color .15s ease,background-color .3s ease}.input-box:focus-within{border-color:var(--ink)}.input-box-error{border-color:var(--danger)}.input-box-field{flex:1 1;height:100%;border:none;background:transparent;color:var(--ink);font:inherit;font-size:14px;outline:none}.input-box-field::placeholder{color:var(--muted);opacity:.45}.input-box-btn{flex-shrink:0;cursor:pointer;white-space:nowrap;font:inherit;font-size:14px;font-weight:500;border:none;background:transparent;color:var(--brand);padding:0 0 0 12px;transition:opacity .15s ease}.input-box-btn:hover:not(:disabled){opacity:.85}.input-box-btn:disabled{opacity:.5;cursor:default}.field-error{font-size:.82rem;color:var(--danger);text-align:left}.field-required{color:var(--danger);margin-left:2px}.contact-form{display:grid;grid-gap:18px;gap:18px;padding:24px!important;width:100%;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 4px 24px rgba(0,0,0,.06)}.contact-page{max-width:600px;margin:0 auto;width:100%}.contact-page h1,.contact-page p{text-align:center}.contact-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4L6 8L10 4' fill='none' stroke='%235b6475' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.field-input.contact-textarea{height:auto;min-height:140px;padding:16px 14px 14px;resize:vertical;font-family:inherit;line-height:1.6}.contact-success-card{text-align:center;padding:48px 24px!important}.contact-success-icon{margin-bottom:16px}.contact-success-card h3{margin:0 0 8px;font-size:1.15rem}.contact-success-card p{color:var(--muted);margin:0 0 24px}.field-group{display:flex;flex-direction:column;gap:8px}.field-label{font-size:.9rem;font-weight:500;color:var(--ink)}.field-input{height:46px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--ink);font:inherit;font-size:14px;transition:border-color .15s ease,background-color .3s ease;outline:none}.field-input:focus{border-color:var(--ink)}.field-input::placeholder{color:var(--muted)}.field-input-error{border-color:var(--danger)}.field-tip{font-size:.82rem;color:var(--brand)}.submit-btn{cursor:pointer;width:100%;border:0;border-radius:12px;height:48px;color:#fff;background:var(--ink);font:inherit;font-size:16px;margin-top:8px;font-weight:400;transition:opacity .15s ease,background-color .3s ease}.submit-btn:hover:not(:disabled){filter:brightness(1.15)}.submit-btn:active:not(:disabled){transform:scale(.98)}.submit-btn:disabled{opacity:.6;cursor:default}.console-content{--brand:var(--ink);--brand-soft:rgba(100,116,139,0.08);--shadow-brand:rgba(0,0,0,0.06)}[data-theme=dark] .submit-btn{background:#374151}[data-theme=dark] .console-content .btn-primary,[data-theme=dark] .console-content .submit-btn{background:#374151;border-color:#374151}[data-theme=dark] .console-content .btn-primary:hover{filter:brightness(1.2);box-shadow:0 4px 12px rgba(0,0,0,.15)}.toast-success [data-icon]{color:#16a34a}.toast-error [data-icon]{color:#dc2626}