html.retro-theme,html.retro-theme body{background:#e8ddc5;color:#242018;color-scheme:light}.retro-page{--paper: #e8ddc5;--ink: #242018;--rust: #9d3e25;--blue: #234c64;min-height:100vh;overflow:hidden;background:var(--paper);color:var(--ink);font-family:Courier New,Microsoft YaHei,monospace}.retro-page *,.retro-page *:before,.retro-page *:after{box-sizing:border-box}.retro-page a{color:inherit}.retro-header{width:min(calc(100% - 48px),1500px);min-height:92px;margin:20px auto 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.retro-register{display:flex;gap:22px;align-items:center;font-size:.68rem;letter-spacing:.1em}.retro-register span:first-child{padding:8px 10px;border:1px solid var(--ink);font-weight:700}.retro-brand{font-family:Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(2rem,3vw,3rem);font-weight:500;letter-spacing:-.075em;line-height:1;text-decoration:none}.retro-brand b{color:var(--rust);font-weight:700}.retro-nav{display:flex;justify-content:flex-end;align-items:center;gap:20px;font-size:.75rem}.retro-nav a{text-decoration:none;border-bottom:1px solid transparent}.retro-nav a:hover{border-color:currentColor}.retro-nav button{width:38px;height:38px;border:1px solid var(--ink);border-radius:50%;color:inherit;background:transparent;cursor:pointer}.retro-hero{position:relative;min-height:min(780px,calc(100svh - 112px));display:grid;place-items:center;padding:clamp(38px,6vw,86px) max(24px,6vw) 46px}.retro-hero:before{content:"";position:absolute;inset:3% 7% 11%;border-left:1px solid #2420182b;border-right:1px solid #2420182b;pointer-events:none}.retro-figure{width:min(100%,1500px);margin:0;animation:retro-enter .7s cubic-bezier(.2,.7,.2,1) both}.retro-figure img{display:block;width:100%;height:auto;filter:saturate(.86) contrast(1.04)}.retro-figure figcaption{display:flex;justify-content:space-between;gap:20px;margin-top:20px;padding-top:10px;border-top:1px solid var(--ink);color:#4e4739;font-size:.68rem;letter-spacing:.14em}.retro-margin-note{position:absolute;left:max(7px,2vw);top:22%;bottom:19%;display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--rust);font-size:.62rem;letter-spacing:.18em;writing-mode:vertical-rl}.retro-margin-note i{flex:1;width:1px;background:var(--rust)}.retro-products{background:var(--ink);color:#eee4cf;padding:0 max(24px,calc((100vw - 1500px)/2));scroll-margin-top:20px}.retro-products-header{min-height:126px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;border-bottom:1px solid #eee4cf6b}.retro-products-header h2{margin:0;font-family:Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(2rem,4vw,4.2rem);font-weight:500;letter-spacing:-.045em}.retro-products-header span{font-size:.68rem;letter-spacing:.12em}.retro-products-header span:last-child{text-align:right}.retro-product-grid{display:grid;grid-template-columns:repeat(3,1fr)}.retro-product-grid>a{position:relative;min-height:370px;display:flex;flex-direction:column;padding:30px clamp(22px,3.2vw,52px) 34px;border-right:1px solid #eee4cf6b;text-decoration:none;transition:color .18s,background-color .18s}.retro-product-grid>a:first-child{border-left:1px solid #eee4cf6b}.retro-product-grid>a:hover,.retro-product-grid>a:focus-visible{color:#fff5df;background:var(--rust)}.retro-product-number{color:#baa98a;font-size:.7rem;letter-spacing:.14em}.retro-product-grid strong{margin:auto 0 12px;font-family:Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(2.5rem,4.5vw,5rem);font-weight:500;letter-spacing:-.06em;line-height:.95}.retro-product-grid small{min-height:48px;color:#c8baa0;font-size:.9rem;line-height:1.55}.retro-product-grid>a:hover small{color:#f3dfbf}.retro-product-enter{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:14px;border-top:1px solid currentColor;font-size:.72rem;letter-spacing:.08em}.retro-product-enter b{font-size:1.25rem;font-weight:400}.retro-footer{min-height:330px;display:flex;flex-direction:column;justify-content:space-between;padding:60px max(24px,calc((100vw - 1500px)/2)) 24px;background:var(--rust);color:#f4e8d2}.retro-footer>strong{font-family:Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(4rem,11vw,11rem);font-weight:500;letter-spacing:-.075em;line-height:.9}.retro-footer>div{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid #f4e8d28f;font-size:.68rem;letter-spacing:.12em}.retro-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap}.retro-page a:focus-visible,.retro-page button:focus-visible{outline:3px solid var(--blue);outline-offset:4px}@keyframes retro-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media(max-width:850px){.retro-header{grid-template-columns:auto 1fr;margin-top:12px}.retro-register{display:none}.retro-brand{justify-self:start}.retro-products-header{grid-template-columns:1fr auto}.retro-products-header span:last-child{display:none}.retro-product-grid{grid-template-columns:1fr}.retro-product-grid>a{min-height:240px;border-left:1px solid #eee4cf6b;border-bottom:1px solid #eee4cf6b}.retro-product-grid strong{margin-top:58px}}@media(max-width:560px){.retro-header{width:calc(100% - 28px);min-height:78px;gap:12px}.retro-brand{font-size:1.8rem}.retro-nav{gap:10px;font-size:.68rem}.retro-nav a:first-child{display:none}.retro-hero{min-height:410px;padding:56px 12px 30px}.retro-hero:before,.retro-margin-note{display:none}.retro-figure{width:108%}.retro-figure figcaption{padding-inline:12px;font-size:.58rem}.retro-products-header{min-height:100px}.retro-products-header h2{font-size:2rem}.retro-product-grid>a{min-height:210px;padding:24px}.retro-product-grid strong{margin-top:42px;font-size:2.8rem}.retro-footer{min-height:250px;padding-top:44px}}@media(prefers-reduced-motion:reduce){.retro-figure{animation:none}}.store-main{min-width:0;width:min(calc(100% - 48px),1180px);min-height:calc(100vh - 220px);margin:0 auto;padding:clamp(48px,7vh,82px) 0;color:var(--home-ink, #172033)}.store-panel{min-width:0;display:grid;gap:clamp(24px,4vw,36px)}.store-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.store-heading small{color:#b45f20;font-size:.72rem;font-weight:780;letter-spacing:.12em}.store-heading h1{margin:8px 0 0;font-size:clamp(2.25rem,3.5vw,3.35rem);line-height:1.08;letter-spacing:-.045em;text-wrap:pretty}:lang(en) .store-heading h1{font-size:clamp(2.15rem,3.2vw,3.05rem)}.store-heading a,.store-actions a,.store-error a{color:inherit;font-weight:720;text-decoration:none;border-bottom:1px solid currentColor}.store-lead{max-width:720px;margin:-12px 0 8px;color:#647087;font-size:clamp(1rem,1.4vw,1.14rem);line-height:1.75}.store-loading,.store-empty,.store-error{min-height:150px;border:1px solid rgba(110,122,145,.3);border-radius:22px;padding:28px;display:grid;place-items:center;color:#647087}.store-error{place-items:start;align-content:center;gap:10px}.store-error button,.store-actions button,.store-pay{appearance:none;border:1px solid rgba(110,122,145,.45);border-radius:999px;background:transparent;color:inherit;min-height:44px;padding:0 18px;font:inherit;font-weight:720;cursor:pointer}.store-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:18px}.store-product-card{display:grid;gap:18px;border:1px solid rgba(110,122,145,.26);border-radius:24px;padding:clamp(26px,3vw,36px);background:#ffffff8f;box-shadow:0 20px 55px #1e2b410f;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.store-product-card:hover{border-color:#b45f206b;transform:translateY(-2px);box-shadow:0 26px 65px #1e2b411a}.store-product-card h2{margin:0;font-size:clamp(1.4rem,2.25vw,1.9rem);letter-spacing:-.03em}.store-product-card>p{margin:0;color:#647087;line-height:1.7}.store-product-card ul{list-style:none;display:grid;gap:11px;margin:0;padding:18px 0;border-block:1px solid rgba(110,122,145,.3)}.store-product-card li{display:flex;justify-content:space-between;gap:20px;color:#647087}.store-product-card li strong{white-space:nowrap}.store-product-card>div{display:flex;align-items:center;justify-content:space-between;gap:20px}.store-product-card>div>strong{font-size:1.45rem}.store-product-card a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border-radius:999px;background:#9d4e18;color:#fff;font-weight:740;text-decoration:none}.store-product-compare{min-width:0;margin-top:clamp(24px,5vh,52px)}.store-product-compare>h2{margin:0 0 18px;font-size:clamp(1.35rem,2.2vw,1.85rem)}.store-product-compare>div{max-width:100%;overflow-x:auto;border:1px solid rgba(110,122,145,.3);border-radius:20px}.store-product-compare table{width:100%;min-width:620px;border-collapse:collapse}.store-product-compare th,.store-product-compare td{padding:18px 20px;border-bottom:1px solid rgba(110,122,145,.3);text-align:left}.store-product-compare thead th{color:#7c879a;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.store-product-compare tbody th{color:#647087;font-weight:620}.store-product-compare tr:last-child>*{border-bottom:0}.store-checkout-card{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;border:1px solid rgba(110,122,145,.3);border-radius:24px;padding:clamp(26px,4vw,42px);background:#ffffff7a}.store-checkout-product{display:grid;gap:12px}.store-checkout-product>span{color:#b45f20;font-size:.72rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.store-checkout-product h2{margin:0;font-size:clamp(1.55rem,2.6vw,2.25rem);line-height:1.12;letter-spacing:-.035em;text-wrap:pretty}.store-checkout-product p{max-width:700px;margin:0;color:#647087;line-height:1.7}.store-checkout-price{flex:0 0 auto;font-size:clamp(1.5rem,2.8vw,2.2rem)}.store-checkout-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-block:1px solid rgba(110,122,145,.3)}.store-checkout-facts div{min-width:0;display:grid;align-content:start;gap:9px;padding:22px 22px 22px 0}.store-checkout-facts div+div{padding-left:22px;border-left:1px solid rgba(110,122,145,.3)}.store-checkout-facts dt{color:#7c879a;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}.store-checkout-facts dd{display:grid;gap:6px;margin:0;font-weight:720;overflow-wrap:anywhere}.store-payment-methods{display:flex;gap:14px;margin:0;border:0;padding:0}.store-payment-methods legend{width:100%;margin-bottom:12px;color:#7c879a;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}.store-payment-methods label{display:flex;align-items:center;gap:10px;min-height:48px;border:1px solid rgba(110,122,145,.35);border-radius:14px;padding:0 18px;cursor:pointer}.store-payment-method-label{display:inline-flex;align-items:center;gap:9px;font-weight:680}.store-payment-method-label img{display:block;width:27px;height:27px;object-fit:contain}.store-payment-methods label small{margin-left:6px;color:#7c879a;font-size:.74rem}.store-payment-methods label.is-disabled{opacity:.58;cursor:not-allowed}.store-payment-methods input,.store-terms input{width:18px;height:18px;accent-color:#b45f20}.store-terms{display:flex;align-items:flex-start;gap:12px;color:#647087;line-height:1.6}.store-terms input{flex:0 0 auto;margin-top:3px}.store-pay{width:fit-content;min-height:50px;border-color:#9d4e18;background:#9d4e18;color:#fff;padding-inline:28px}.store-pay:disabled{opacity:.45;cursor:not-allowed}.store-status{display:flex;align-items:flex-start;gap:20px;border:1px solid rgba(110,122,145,.3);border-radius:24px;padding:clamp(26px,4vw,42px);background:#ffffff7a}.store-status-mark{width:15px;height:15px;margin-top:8px;flex:0 0 auto;border-radius:50%;background:#e39a38;box-shadow:0 0 0 8px #e39a3824}.store-status[data-stage=completed] .store-status-mark{background:#259a68;box-shadow:0 0 0 8px #259a6824}.store-status[data-stage=fulfillment_failed] .store-status-mark{background:#c94949;box-shadow:0 0 0 8px #c9494924}.store-status h2{margin:0;font-size:clamp(1.4rem,2.4vw,1.95rem)}.store-status p{max-width:760px;margin:12px 0 0;color:#647087;line-height:1.7}.store-order-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-block:1px solid rgba(110,122,145,.3)}.store-order-facts div{min-width:0;display:grid;gap:9px;padding:22px 22px 22px 0}.store-order-facts div+div{padding-left:22px;border-left:1px solid rgba(110,122,145,.3)}.store-order-facts dt{color:#7c879a;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}.store-order-facts dd{margin:0;font-weight:720;overflow-wrap:anywhere}.store-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.store-order-list{display:grid;border-top:1px solid rgba(110,122,145,.3)}.store-order-list>a{display:flex;justify-content:space-between;gap:20px;padding:21px 2px;border-bottom:1px solid rgba(110,122,145,.3);color:inherit;text-decoration:none}.store-order-list span{display:grid;gap:7px}.store-order-list span:last-child{text-align:right}.store-order-list small{color:#7c879a}.home-theme-dark .store-main{color:#edf2fb}.home-theme-dark .store-lead{color:#9ba9bf}.home-theme-dark .store-status,.home-theme-dark .store-checkout-card,.home-theme-dark .store-product-card{background:#141e2eb8}.home-theme-dark .store-status p,.home-theme-dark .store-checkout-product p,.home-theme-dark .store-product-card>p,.home-theme-dark .store-product-card li,.home-theme-dark .store-terms,.home-theme-dark .store-loading,.home-theme-dark .store-empty{color:#9ba9bf}@media(max-width:700px){.store-main{width:min(calc(100% - 30px),1120px)}.store-heading h1,:lang(en) .store-heading h1{font-size:clamp(2rem,10vw,2.5rem)}.store-heading{flex-direction:column}.store-checkout-card{align-items:flex-start;flex-direction:column}.store-order-facts,.store-checkout-facts{grid-template-columns:1fr}.store-order-facts div,.store-checkout-facts div{padding:17px 0}.store-order-facts div+div,.store-checkout-facts div+div{padding-left:0;border-left:0;border-top:1px solid rgba(110,122,145,.3)}.store-payment-methods{flex-direction:column}.store-product-card>div{align-items:flex-start;flex-direction:column}.store-order-list>a{flex-direction:column}.store-order-list span:last-child{text-align:left}}.user-theme,.user-theme body{background:#f4f6f8;color:#14243b}.user-theme.user-theme-dark,.user-theme.user-theme-dark body{background:#0d151f;color:#edf3fa;color-scheme:dark}.account-app{--account-page: #f4f6f8;--account-surface: #ffffff;--account-surface-soft: #f8fafc;--account-ink: #14243b;--account-ink-soft: #32405a;--account-muted: #68758b;--account-quiet: #8a96a8;--account-line: #e1e6ee;--account-line-soft: #edf0f4;--account-blue: #1267bb;--account-blue-soft: #edf4fc;--account-blue-line: #cbdcf0;--account-navy: #0d1830;--account-shadow: rgba(22,36,65,.05);--account-success: #10704a;--account-success-soft: #e2f7ed;--account-danger: #a42632;--account-danger-soft: #fff3f3;--account-danger-line: #efcbd0;--account-topbar: rgba(255,255,255,.97);--account-sidebar: #ffffff;--account-sidebar-text: #5e6b7b;--account-sidebar-muted: #8190a3;--account-sidebar-strong: #14243b;--account-sidebar-hover: #f4f6f8;--account-sidebar-active: #e7f1fc;--account-sidebar-active-ink: #1267bb;min-height:100vh;color:var(--account-ink);background:radial-gradient(circle at 78% 0,rgba(46,117,255,.07),transparent 30rem),var(--account-page);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;transition:color .18s ease,background-color .18s ease}.account-app.account-app-dark{--account-page: #0d151f;--account-surface: #111c28;--account-surface-soft: #172431;--account-ink: #edf3fa;--account-ink-soft: #d7e3ef;--account-muted: #aebdcd;--account-quiet: #8999aa;--account-line: rgba(215,227,239,.16);--account-line-soft: rgba(215,227,239,.1);--account-blue: #57a8f5;--account-blue-soft: #172b40;--account-blue-line: #294a69;--account-navy: #07111e;--account-shadow: rgba(0,0,0,.28);--account-success: #80dbb2;--account-success-soft: #153126;--account-danger: #ffb5bd;--account-danger-soft: #321b23;--account-danger-line: #69303d;--account-topbar: rgba(13,21,31,.97);--account-sidebar: #07111e;--account-sidebar-text: #aebdcd;--account-sidebar-muted: #718399;--account-sidebar-strong: #edf3fa;--account-sidebar-hover: rgba(255,255,255,.05);--account-sidebar-active: #172b40;--account-sidebar-active-ink: #edf3fa;color-scheme:dark}.account-app button,.account-app input{font:inherit}.account-app button{cursor:pointer}.account-app button:disabled{cursor:wait;opacity:.58}.account-topbar{position:sticky;top:0;z-index:20;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;color:var(--account-ink);background:var(--account-topbar);border-bottom:1px solid var(--account-line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:color .18s ease,background-color .18s ease,border-color .18s ease}.account-brand{display:flex;align-items:baseline;color:var(--account-ink);text-decoration:none;font-size:1.42rem;font-weight:720;letter-spacing:-.06em}.account-brand b{color:var(--account-blue)}.account-top-actions{display:flex;align-items:center;gap:10px}.mobile-menu{display:none;width:40px;height:40px;color:var(--account-ink);background:transparent;border:0;font-size:1.4rem}.account-layout{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:calc(100vh - 76px)}.account-sidebar{position:sticky;top:76px;align-self:start;height:calc(100vh - 76px);display:flex;flex-direction:column;padding:38px 24px 28px;color:var(--account-sidebar-text);background:var(--account-sidebar);border-right:1px solid var(--account-line);transition:color .18s ease,background-color .18s ease,border-color .18s ease}.account-identity{padding:0 4px 28px;border-bottom:1px solid var(--account-line)}.account-profile{width:100%;display:flex;align-items:center;gap:13px;padding:7px;color:inherit;background:transparent;border:0;border-radius:13px;text-align:left;transition:background-color .16s ease}.account-profile:hover{background:var(--account-sidebar-hover)}.account-avatar{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#2673ff,#5c9dff);border-radius:14px;font-weight:760;box-shadow:0 8px 22px #246bfe3d}.account-profile-copy{min-width:0;display:grid;gap:3px}.account-profile-copy strong{overflow:hidden;color:var(--account-sidebar-strong);font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.account-profile-copy small:last-child{overflow:hidden;color:var(--account-sidebar-muted);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.account-sidebar nav{display:grid;gap:6px;margin-top:28px}.account-sidebar nav button{display:flex;align-items:center;gap:13px;min-height:48px;padding:0 13px;color:var(--account-sidebar-text);background:transparent;border:0;border-radius:10px;text-align:left;font-size:.9rem;font-weight:630;transition:.16s ease}.account-sidebar nav button:hover{color:var(--account-sidebar-strong);background:var(--account-sidebar-hover)}.account-sidebar nav button.active{color:var(--account-sidebar-active-ink);background:var(--account-sidebar-active);box-shadow:inset 3px 0 var(--account-blue)}.nav-icon,.sidebar-signout i{width:19px;height:19px;flex:0 0 19px;display:block;color:currentColor;opacity:.88}.nav-icon svg,.sidebar-signout i svg{width:100%;height:100%;display:block}.nav-icon path,.sidebar-signout i path{fill:currentColor}.sidebar-signout{margin-top:auto;display:flex;align-items:center;gap:12px;min-height:44px;padding:0 13px;color:var(--account-sidebar-muted);background:transparent;border:0;text-align:left}.sidebar-signout:hover{color:var(--account-sidebar-strong)}.account-main{min-width:0;width:min(100%,1320px);padding:clamp(32px,5vw,68px)}.account-loading{min-height:64vh;display:grid;place-items:center;align-content:center;gap:16px;color:var(--account-muted)}.loading-mark{display:grid;place-items:center;width:64px;height:64px;color:#fff;background:var(--account-blue);border-radius:20px;font-size:2rem;font-weight:800;box-shadow:0 18px 48px #246bfe47;animation:account-pulse 1.5s ease-in-out infinite}@keyframes account-pulse{50%{transform:translateY(-5px);box-shadow:0 24px 58px #246bfe61}}.account-hero{position:relative;overflow:hidden;min-height:280px;display:flex;align-items:center;justify-content:space-between;padding:clamp(34px,5vw,64px);color:#fff;background:linear-gradient(125deg,#11254b,#16366d 48%,#245dc9);border-radius:28px 8px;box-shadow:0 24px 60px #152d5b2e}.account-hero:before{content:"";position:absolute;inset:0;opacity:.24;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(90deg,transparent,#000);mask-image:linear-gradient(90deg,transparent,#000)}.account-hero>div:first-child{position:relative;z-index:1;max-width:680px}.account-hero p{margin:0 0 14px;color:#80b5ff;font-size:.78rem;font-weight:730;letter-spacing:.12em;text-transform:uppercase}.account-hero h1{max-width:650px;margin:0;font-size:clamp(2rem,4vw,3.7rem);line-height:1.08;letter-spacing:-.055em}.account-hero>div>span{display:block;max-width:580px;margin-top:22px;color:#c5d7f5;font-size:1rem;line-height:1.7}.hero-orbit{position:relative;z-index:1;flex:0 0 190px;height:190px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;transform:rotate(-13deg)}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;inset:23px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.hero-orbit:after{inset:51px}.hero-orbit b{transform:rotate(13deg);font-size:4.4rem;letter-spacing:-.12em;text-shadow:0 14px 40px rgba(0,0,0,.2)}.hero-orbit i{position:absolute;width:10px;height:10px;background:#67bcff;border-radius:50%;box-shadow:0 0 18px #67bcff}.hero-orbit i:first-child{top:22px;right:32px}.hero-orbit i:last-child{bottom:18px;left:44px;background:#fff}.account-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0 42px}.account-metrics button{position:relative;min-height:126px;display:grid;align-content:space-between;padding:24px 26px;color:var(--account-ink);background:var(--account-surface);border:1px solid var(--account-line);border-radius:8px 18px;text-align:left;box-shadow:0 10px 28px var(--account-shadow);transition:.18s ease}.account-metrics button:hover{transform:translateY(-3px);border-color:var(--account-blue-line);box-shadow:0 18px 36px var(--account-shadow)}.account-metrics span{color:var(--account-muted);font-size:.78rem;font-weight:650}.account-metrics strong{font-size:2.45rem;line-height:1;letter-spacing:-.05em}.account-metrics i{position:absolute;top:22px;right:22px;color:var(--account-blue);font-style:normal}.account-section{margin-top:42px}.account-section>header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.account-section>header p{margin:0 0 7px;color:var(--account-quiet);font-size:.68rem;font-weight:800;letter-spacing:.16em}.account-section>header h2{margin:0;font-size:1.45rem;letter-spacing:-.03em}.account-section>header>button{color:var(--account-blue);background:transparent;border:0;font-size:.82rem;font-weight:700}.page-heading{align-items:center!important;margin-bottom:34px!important;padding-bottom:24px;border-bottom:1px solid var(--account-line)}.page-heading h1{margin:0;font-size:clamp(2.1rem,4vw,3.3rem);letter-spacing:-.055em}.page-heading>span{display:grid;place-items:center;min-width:52px;height:34px;color:var(--account-blue);background:var(--account-blue-soft);border-radius:99px;font-weight:800}.account-page-section{margin-top:0}.asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.asset-card{min-width:0;min-height:250px;display:flex;flex-direction:column;padding:24px;background:var(--account-surface);border:1px solid var(--account-line);border-radius:18px 6px;box-shadow:0 12px 30px var(--account-shadow)}.asset-product{display:flex;align-items:center;gap:9px}.asset-product img{width:30px;height:30px;object-fit:contain;border-radius:7px}.asset-product span{color:var(--account-muted);font-size:.78rem;font-weight:750}.asset-product i{margin-left:auto;padding:5px 8px;color:var(--account-quiet);background:var(--account-surface-soft);border-radius:99px;font-size:.66rem;font-style:normal;font-weight:740}.asset-product i.active{color:var(--account-success);background:var(--account-success-soft)}.asset-card h3{margin:30px 0 10px;font-size:1.05rem;line-height:1.35}.asset-card>strong,.asset-value strong{margin-top:auto;font-size:clamp(1.65rem,2.5vw,2.35rem);letter-spacing:-.045em}.asset-card>small{overflow:hidden;margin-top:10px;color:var(--account-quiet);text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem}.asset-card-full{min-height:330px}.asset-value{display:flex;align-items:baseline;gap:9px;margin-top:auto}.asset-value span{color:var(--account-muted);font-size:.72rem}.asset-card dl{display:grid;gap:8px;margin:22px 0 0;padding-top:16px;border-top:1px solid var(--account-line-soft)}.asset-card dl>div{display:flex;justify-content:space-between;gap:14px;min-width:0;font-size:.7rem}.asset-card dt{color:var(--account-quiet)}.asset-card dd{overflow:hidden;margin:0;color:var(--account-muted);text-overflow:ellipsis;white-space:nowrap}.activity-preview{margin-bottom:20px}.activity-list{overflow:hidden;background:var(--account-surface);border:1px solid var(--account-line);border-radius:14px}.activity-list article{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:12px 20px;border-bottom:1px solid var(--account-line-soft)}.activity-list article:last-child{border:0}.activity-list article>i,.activity-dot{display:grid;place-items:center;width:30px;height:30px;color:var(--account-success);background:var(--account-success-soft);border-radius:50%;font-style:normal;font-size:.75rem}.activity-list article>div{display:grid;gap:4px}.activity-list strong{font-size:.84rem}.activity-list span{color:var(--account-muted);font-size:.7rem}.activity-list time{color:var(--account-quiet);font-size:.72rem}.account-empty{min-height:220px;display:grid;place-items:center;align-content:center;padding:30px;color:var(--account-muted);background:var(--account-surface);border:1px dashed var(--account-line);border-radius:14px;text-align:center}.account-empty b{display:grid;place-items:center;width:44px;height:44px;margin-bottom:10px;color:var(--account-blue);background:var(--account-blue-soft);border-radius:50%}.account-empty h3{margin:4px 0;color:var(--account-ink-soft);font-size:.95rem}.account-empty p{max-width:460px;margin:4px 0;font-size:.78rem;line-height:1.6}.account-empty.compact{min-height:150px}.account-empty.large{min-height:420px}.account-table-wrap{overflow:auto;background:var(--account-surface);border:1px solid var(--account-line);border-radius:16px}.account-table{width:100%;border-collapse:collapse;text-align:left}.account-table th{height:52px;padding:0 22px;color:var(--account-quiet);background:var(--account-surface-soft);border-bottom:1px solid var(--account-line);font-size:.7rem;letter-spacing:.06em}.account-table td{min-width:150px;height:84px;padding:12px 22px;border-bottom:1px solid var(--account-line-soft);color:var(--account-muted);font-size:.78rem}.account-table tr:last-child td{border:0}.account-table td:first-child{display:grid;grid-template-columns:34px 1fr;align-content:center;column-gap:10px;min-width:300px}.account-table td:first-child .activity-dot{grid-row:1 / 3}.account-table td strong{color:var(--account-ink-soft);font-size:.84rem}.account-table td small{overflow:hidden;max-width:230px;color:var(--account-quiet);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;text-overflow:ellipsis}.management-block{margin-bottom:28px;padding:26px;background:var(--account-surface);border:1px solid var(--account-line);border-radius:18px;box-shadow:0 10px 32px var(--account-shadow)}.management-block>h2{margin:0 0 20px;font-size:1rem}.management-list article{display:grid;grid-template-columns:44px minmax(180px,1fr) minmax(170px,auto) auto;align-items:center;gap:16px;min-height:82px;padding:12px 0;border-top:1px solid var(--account-line-soft)}.device-glyph{display:grid;place-items:center;width:42px;height:42px;color:var(--account-blue);background:var(--account-blue-soft);border-radius:12px}.device-glyph.app{color:#fff;background:#1e62dd;font-weight:800}.device-glyph.app img{width:28px;height:28px;object-fit:contain;border-radius:7px}.management-list article>div:nth-child(2){min-width:0;display:grid;gap:5px}.management-list strong,.management-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-list strong{font-size:.85rem}.management-list span{color:var(--account-quiet);font-size:.7rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.management-list dl{margin:0}.management-list dt{margin-bottom:5px;color:var(--account-quiet);font-size:.66rem}.management-list dd{margin:0;color:var(--account-muted);font-size:.75rem}.management-list button{min-width:74px;min-height:36px;color:var(--account-blue);background:var(--account-blue-soft);border:0;border-radius:8px;font-size:.72rem;font-weight:700}.management-list em{color:var(--account-quiet);font-size:.72rem;font-style:normal}.security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.security-card{display:flex;flex-direction:column;gap:18px;min-height:270px;padding:28px;background:var(--account-surface);border:1px solid var(--account-line);border-radius:18px 6px;box-shadow:0 12px 32px var(--account-shadow)}.security-card-wide{grid-column:1 / -1}.security-card>header{display:flex;gap:16px;margin-bottom:auto}.security-card>header>span{color:var(--account-blue);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem}.security-card h2{margin:0 0 7px;font-size:1.1rem}.security-card header p{margin:0;color:var(--account-muted);font-size:.76rem;line-height:1.55}.security-card label{display:grid;gap:7px;color:var(--account-muted);font-size:.72rem;font-weight:680}.security-card input{min-height:44px;padding:0 12px;color:var(--account-ink);background:var(--account-surface-soft);border:1px solid var(--account-line);border-radius:8px;outline:none}.security-card input:focus{border-color:var(--account-blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--account-blue) 18%,transparent)}.account-primary,.account-secondary,.danger-button{min-height:44px;padding:0 16px;border-radius:8px;font-size:.76rem;font-weight:760}.account-primary{color:#fff;background:var(--account-blue);border:0}.account-secondary{align-self:flex-start;color:var(--account-blue);background:var(--account-blue-soft);border:1px solid var(--account-blue-line)}.danger-card{border-color:var(--account-danger-line)}.danger-button{color:var(--account-danger);background:var(--account-danger-soft);border:1px solid var(--account-danger-line)}.success-message{margin:0;color:var(--account-success);font-size:.75rem}.session-list{display:grid}.session-list article{display:grid;grid-template-columns:14px minmax(220px,1fr) 190px 96px;align-items:center;gap:14px;min-height:76px;border-top:1px solid var(--account-line-soft)}.session-list article>i{width:8px;height:8px;background:var(--account-quiet);border-radius:50%}.session-list article>i.current{background:var(--account-success);box-shadow:0 0 0 4px var(--account-success-soft)}.session-list article>div{min-width:0;display:grid;gap:5px}.session-list strong,.session-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-list strong{font-size:.8rem}.session-list span{color:var(--account-quiet);font-size:.68rem}.session-list time{display:grid;gap:5px;color:var(--account-quiet);font-size:.64rem}.session-list time b{color:var(--account-muted);font-size:.7rem}.session-list button{width:96px;min-height:34px;color:var(--account-blue);background:var(--account-blue-soft);border:0;border-radius:7px;font-size:.7rem;font-weight:700}.session-list em{width:96px;color:var(--account-quiet);font-size:.7rem;font-style:normal;text-align:center}.account-alert{display:grid;grid-template-columns:1fr auto;gap:4px 20px;margin-bottom:20px;padding:14px 18px;color:var(--account-danger);background:var(--account-danger-soft);border:1px solid var(--account-danger-line);border-radius:10px;font-size:.8rem}.account-alert small{color:var(--account-danger);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.65rem}.account-alert button{grid-column:2;grid-row:1 / 3;color:var(--account-danger);background:transparent;border:0;font-size:1.2rem}.account-error-state{min-height:65vh;display:grid;place-items:center;align-content:center;text-align:center}.account-error-state>span{display:grid;place-items:center;width:54px;height:54px;color:var(--account-danger);background:var(--account-danger-soft);border-radius:50%;font-weight:800}.account-error-state h1{margin:20px 0 5px;font-size:1.5rem}.account-error-state p{color:var(--account-muted)}.account-error-state small{color:var(--account-quiet);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.account-error-state button{margin-top:22px;min-height:42px;padding:0 20px;color:#fff;background:var(--account-blue);border:0;border-radius:8px;font-weight:700}@media(max-width:1040px){.account-layout{grid-template-columns:220px minmax(0,1fr)}.account-sidebar{padding-inline:18px}.account-main{padding:36px 28px 56px}.asset-grid,.security-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-orbit{flex-basis:150px;height:150px}}@media(max-width:760px){.account-topbar{height:66px;padding:0 18px}.mobile-menu{display:block}.account-layout{display:block;min-height:calc(100vh - 66px)}.account-sidebar{position:fixed;top:66px;left:0;z-index:19;width:min(86vw,300px);height:calc(100vh - 66px);transform:translate(-105%);transition:transform .18s ease;box-shadow:22px 0 55px #00000040}.account-sidebar.open{transform:translate(0)}.account-main{padding:24px 18px 48px}.account-hero{min-height:290px;padding:30px 24px}.hero-orbit{position:absolute;right:-56px;bottom:-55px;opacity:.45}.account-hero>div:first-child{max-width:90%}.account-metrics{grid-template-columns:1fr;gap:10px;margin-bottom:32px}.account-metrics button{min-height:94px}.asset-grid,.security-grid{grid-template-columns:1fr}.security-card-wide{grid-column:auto}.management-list article{grid-template-columns:44px minmax(0,1fr) auto}.management-list dl{display:none}.session-list article{grid-template-columns:14px minmax(0,1fr) 96px;padding:12px 0}.session-list time{display:none}.account-table th:nth-child(2),.account-table td:nth-child(2){display:none}}@media(max-width:480px){.account-hero h1{font-size:2rem}.asset-grid{grid-template-columns:1fr}.asset-card{min-height:280px}.activity-list article{grid-template-columns:34px 1fr}.activity-list time{grid-column:2}.management-block,.security-card{padding:20px}.management-list article{grid-template-columns:40px minmax(0,1fr)}.management-list button,.management-list em{grid-column:2;justify-self:start}.session-list article{grid-template-columns:12px 1fr}.session-list button,.session-list em{grid-column:2;justify-self:start}}@media(prefers-reduced-motion:reduce){.loading-mark{animation:none}.account-sidebar,.account-metrics button{transition:none}}html.home-theme,.home-theme body{background:#f4f6f8;color:#14243b}.home-theme{--paper: #f4f6f8;--paper-deep: #e5e9ee;--ink: #14243b;--ink-soft: #536276;--night: #102640;--blue: #1267bb;--copper: #b5622d;--teal: #247c72;--line: #14243b24;--muted: #6c7787;--row-hover: #ffffff;--stage-left: var(--paper-deep);--stage-right: var(--night);--stage-wash-left: #ffffff;--stage-wash-right: #238bd1;--wordmark-fill: #003365;--wordmark-edge: #fbe0b8;--wordmark-glow: #168edb42;--gutter: clamp(22px, 5vw, 80px);color-scheme:light}.home-theme.home-theme-dark{--paper: #0d151f;--paper-deep: #182432;--ink: #edf3fa;--ink-soft: #aebdcd;--night: #07111e;--blue: #57a8f5;--copper: #d48a58;--teal: #55a99d;--line: #d7e3ef29;--muted: #91a0b1;--row-hover: #172431;--stage-wash-left: #5a7897;--stage-wash-right: #1768aa;--wordmark-glow: #1b9ff061;color-scheme:dark}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.home-theme .home-shell{width:100%;display:block;background:var(--paper);transition:color .18s ease,background-color .18s ease}.home-theme .home-main{min-width:0}.home-theme .brand-stage{position:relative;isolation:isolate;display:grid;place-items:center;min-height:clamp(480px,calc(82svh - 94px),760px);padding:52px var(--gutter);overflow:hidden;background:linear-gradient(90deg,var(--stage-left) 0 47.5%,var(--stage-right) 47.5% 100%);border-bottom:1px solid #081525}.home-theme .brand-stage:before{content:"";position:absolute;inset:0 auto 0 47.5%;width:1px;background:#ffffff24}.home-theme .brand-stage:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.08;background:radial-gradient(circle at 47.5% 50%,#65c9ff13 0,transparent 34%),linear-gradient(90deg,var(--stage-wash-left) 0 47.5%,var(--stage-wash-right) 47.5% 100%);animation:brand-stage-ambient 11s ease-in-out infinite alternate}.home-theme .ribbon-visual{position:relative;z-index:1;isolation:isolate;width:min(100%,1370px);aspect-ratio:1370 / 520;margin:0;container-type:inline-size;user-select:none;-webkit-user-select:none}.home-theme .brand-w-media{position:absolute;top:50%;left:2.5%;width:48%;transform:translateY(-50%)}.home-theme .brand-w-media img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px #05122538);pointer-events:none;-webkit-user-drag:none}.home-theme .brand-wordmark{position:absolute;top:50%;left:44%;z-index:2;margin:0;overflow:visible;transform:translateY(-50%)}.home-theme .brand-wordmark span{display:block;width:max-content;padding-right:.08em;color:var(--wordmark-fill);-webkit-text-fill-color:var(--wordmark-fill);-webkit-text-stroke:clamp(2.8px,.3cqw,4.6px) var(--wordmark-edge);paint-order:stroke fill;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:12.4cqw;font-weight:760;line-height:.84;letter-spacing:-.035em;white-space:nowrap;filter:drop-shadow(0 10px 22px var(--wordmark-glow))}@keyframes brand-stage-ambient{0%{opacity:.055;filter:saturate(.96) brightness(.99)}52%{opacity:.14;filter:saturate(1.03) brightness(1.015)}to{opacity:.085;filter:saturate(1) brightness(1)}}.home-theme .home-products{max-width:none;margin:0;padding:84px var(--gutter) 112px;background:var(--paper);scroll-margin-top:24px}.home-theme .products-heading,.home-theme .home-product-list{width:min(100%,1380px);margin-inline:auto}.home-theme .products-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding-bottom:22px}.home-theme .products-heading h2{color:var(--ink);font-size:clamp(1.55rem,2.2vw,2.15rem);font-weight:600;letter-spacing:-.045em}.home-theme .products-heading span{color:var(--muted);font-size:.75rem;letter-spacing:.12em;font-variant-numeric:tabular-nums}.home-theme .home-product-list{border-bottom:1px solid var(--line)}.home-theme .home-product-list .product-entry{--entry-color: var(--blue);position:relative;display:grid;grid-template-columns:48px 90px minmax(155px,.55fr) minmax(0,1.6fr) 64px;align-items:center;gap:clamp(18px,2vw,34px);min-height:188px;padding:32px 12px;overflow:hidden;color:var(--ink);background:transparent;border:0;border-top:1px solid var(--line);text-decoration:none;transition:background-color .18s ease}.home-theme .home-product-list .product-entry:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--entry-color);transform:scaleY(0);transform-origin:center;transition:transform .18s ease}.home-theme .home-product-list .product-entry-wamark{--entry-color: var(--copper)}.home-theme .home-product-list .product-entry-netloom{--entry-color: var(--teal)}.home-theme .home-product-list .product-entry:hover,.home-theme .home-product-list .product-entry:focus-visible{background:var(--row-hover)}.home-theme .home-product-list .product-entry:hover:before,.home-theme .home-product-list .product-entry:focus-visible:before{transform:scaleY(1)}.home-theme .product-number{align-self:start;margin-top:9px;color:var(--entry-color);font-size:.75rem;font-weight:650;letter-spacing:.12em;font-variant-numeric:tabular-nums}.home-theme .home-product-list img{width:82px;height:82px;object-fit:contain;border-radius:18px;box-shadow:none;transition:transform .18s ease}.home-theme .home-product-list strong{color:var(--ink);font-size:clamp(1.9rem,3.2vw,3.5rem);font-weight:580;letter-spacing:-.06em;line-height:1}.home-theme .product-copy{display:grid;min-width:0;gap:8px}.home-theme .product-copy b{color:var(--ink);font-size:clamp(1rem,1.25vw,1.2rem);font-weight:650;letter-spacing:-.02em;line-height:1.4}.home-theme .product-copy>span{color:var(--ink-soft);font-size:.9rem;line-height:1.65;text-wrap:pretty}.home-theme .home-product-list i{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;justify-self:end;color:var(--entry-color);font-size:0;font-style:normal;border:1px solid color-mix(in srgb,var(--entry-color) 48%,transparent);border-radius:50%;transition:color .18s ease,background-color .18s ease,transform .18s ease}.home-theme .home-product-list i svg{display:block;width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-theme .product-entry:hover img{transform:translateY(-3px)}.home-theme .product-entry:hover i{color:#fff;background:var(--entry-color);transform:translate(3px,-3px)}@media(max-width:960px){.home-theme .brand-stage{min-height:520px}.home-theme .home-product-list .product-entry{grid-template-columns:32px 76px minmax(0,1fr) 50px;gap:10px 22px;min-height:184px;padding-block:30px}.home-theme .product-number,.home-theme .home-product-list img{grid-row:1 / 3}.home-theme .home-product-list img{width:70px;height:70px}.home-theme .home-product-list strong{grid-column:3;grid-row:1}.home-theme .product-copy{grid-column:3;grid-row:2}.home-theme .home-product-list i{grid-column:4;grid-row:1 / 3}}@media(max-width:620px){.home-theme .brand-stage{min-height:360px;padding:38px 12px}.home-theme .home-products{padding-block:58px 76px}.home-theme .products-heading{padding-bottom:14px}.home-theme .home-product-list .product-entry{grid-template-columns:58px minmax(0,1fr) 38px;gap:8px 16px;min-height:192px;padding:26px 4px}.home-theme .product-number{display:none}.home-theme .home-product-list img{grid-column:1;width:56px;height:56px;border-radius:12px}.home-theme .home-product-list strong{grid-column:2;font-size:clamp(1.65rem,7vw,2.15rem)}.home-theme .product-copy{grid-column:2;gap:6px}.home-theme .product-copy b{font-size:.925rem}.home-theme .product-copy>span{font-size:.825rem;line-height:1.55}.home-theme .home-product-list i{grid-column:3;width:38px;height:38px}.home-theme .home-product-list i svg{width:18px;height:18px}}@media(prefers-reduced-motion:reduce){.home-theme *,.home-theme *:before,.home-theme *:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}:root{color:#f4f8ff;background:#000;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#000;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:#000}button,a,input{font:inherit}h1,h2{margin-block:0}.auth-theme{--auth-gutter: clamp(22px, 5vw, 80px);--auth-page: #f4f6f8;--auth-page-glow: rgba(18,103,187,.1);--auth-ink: #14243b;--auth-muted: #5e6b7b;--auth-quiet: #8190a3;--auth-card: #ffffff;--auth-control: #f0f3f7;--auth-control-active: #ffffff;--auth-input: #fbfcfd;--auth-input-hover: #ffffff;--auth-line: rgba(20,36,59,.13);--auth-line-soft: rgba(20,36,59,.08);--auth-blue: #1267bb;--auth-blue-hover: #0e559d;--auth-focus: rgba(18,103,187,.14);--auth-shadow: rgba(20,36,59,.12);--auth-error-ink: #a32834;--auth-error-bg: #fff1f1;--auth-error-line: #f0ced1;--auth-success-ink: #247150;--auth-success-bg: #e5f6ee;--auth-aside-start: #102640;--auth-aside-mid: #123c6b;--auth-aside-end: #1267bb;color-scheme:light}.auth-theme.auth-theme-dark{--auth-page: #0d151f;--auth-page-glow: rgba(87,168,245,.11);--auth-ink: #edf3fa;--auth-muted: #aebdcd;--auth-quiet: #8999aa;--auth-card: #111c28;--auth-control: #172431;--auth-control-active: #223243;--auth-input: #0d151f;--auth-input-hover: #13202c;--auth-line: rgba(215,227,239,.16);--auth-line-soft: rgba(215,227,239,.1);--auth-blue: #57a8f5;--auth-blue-hover: #7bbaf7;--auth-focus: rgba(87,168,245,.18);--auth-shadow: rgba(0,0,0,.38);--auth-error-ink: #ffb5bd;--auth-error-bg: #321b23;--auth-error-line: #69303d;--auth-success-ink: #80dbb2;--auth-success-bg: #153126;--auth-aside-start: #07111e;--auth-aside-mid: #102640;--auth-aside-end: #174c78;color-scheme:dark}.auth-theme,.auth-theme body{color:var(--auth-ink);background:var(--auth-page)}.page-shell.auth-shell{width:100%;min-height:100vh;grid-template-rows:auto 1fr;color:var(--auth-ink);background:radial-gradient(circle at 18% 8%,var(--auth-page-glow),transparent 30rem),var(--auth-page);transition:color .18s ease,background-color .18s ease}.auth-shell .site-footer{display:none}.auth-main{width:min(calc(100% - var(--auth-gutter) * 2),1380px);min-height:calc(100svh - 94px);margin:auto;padding:24px 0 46px;display:flex;align-items:center}.auth-panel{width:100%;min-height:clamp(650px,calc(100svh - 164px),760px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);overflow:hidden;background:var(--auth-card);border:1px solid var(--auth-line);border-radius:24px;box-shadow:0 28px 76px var(--auth-shadow);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.auth-card{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,4vw,64px);color:var(--auth-ink);background:var(--auth-card);border-left:1px solid var(--auth-line);transition:color .18s ease,background-color .18s ease,border-color .18s ease}.auth-card-body{width:100%;max-width:520px;margin:0 auto;padding:34px 0 42px}.auth-card-top{position:absolute;top:32px;left:clamp(42px,4vw,64px);right:clamp(42px,4vw,64px);display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-card-top>span{color:var(--auth-quiet);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.65rem;font-weight:760;letter-spacing:.13em}.back-link{color:var(--auth-muted);text-decoration:none;font-size:.78rem;font-weight:650}.back-link:hover{color:var(--auth-blue)}.eyebrow{margin:34px 0 12px;color:var(--auth-blue);font-size:.67rem;font-weight:820;letter-spacing:.17em}.auth-title{color:var(--auth-ink);font-size:clamp(2.25rem,4vw,3.25rem);line-height:1.06;letter-spacing:-.055em}.auth-hint{min-height:48px;margin:16px 0 24px;color:var(--auth-muted);font-size:.88rem;line-height:1.65}.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);padding:4px;background:var(--auth-control);border:1px solid var(--auth-line-soft);border-radius:10px}.auth-tabs button{min-height:42px;padding:7px 8px;color:var(--auth-quiet);background:transparent;border:0;border-radius:7px;cursor:pointer;font-size:.82rem;font-weight:680}.auth-tabs button.active{color:var(--auth-blue);background:var(--auth-control-active);box-shadow:0 3px 12px var(--auth-shadow)}.account-chooser{display:grid;gap:10px;margin-top:22px}.account-chooser-loading{margin:0;padding:24px 16px;color:var(--auth-quiet);text-align:center}.saved-account{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:12px 14px;color:var(--auth-ink);text-align:left;background:var(--auth-input);border:1px solid var(--auth-line);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s,transform .15s}.saved-account:hover{background:var(--auth-input-hover);border-color:var(--auth-blue);transform:translateY(-1px)}.saved-account-avatar{display:grid;place-items:center;width:42px;height:42px;color:#fff;background:var(--auth-blue);border-radius:12px;font-weight:800}.saved-account>span:nth-child(2){min-width:0;display:grid;gap:4px}.saved-account strong,.saved-account small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-account strong{font-size:.86rem}.saved-account small{color:var(--auth-quiet);font-size:.72rem}.saved-account i{color:var(--auth-blue);font-style:normal;font-size:1rem}.use-another-account{min-height:44px;color:var(--auth-blue);background:transparent;border:1px dashed var(--auth-line);border-radius:9px;cursor:pointer;font-weight:720}.use-another-account:hover{border-color:var(--auth-blue);background:var(--auth-focus)}.auth-form{display:grid;gap:15px;margin-top:22px}.auth-form label{display:grid;gap:7px;color:var(--auth-muted);font-size:.76rem;font-weight:700}.auth-form input{width:100%;min-height:46px;padding:0 14px;color:var(--auth-ink);background:var(--auth-input);border:1px solid var(--auth-line);border-radius:8px;font-size:.92rem;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.auth-form input:hover{background:var(--auth-input-hover);border-color:var(--auth-quiet)}.auth-form input:focus{background:var(--auth-input-hover);border-color:var(--auth-blue);box-shadow:0 0 0 3px var(--auth-focus)}.auth-form small,.form-note{margin:0;color:var(--auth-quiet);font-size:.7rem;font-weight:400}.form-error{margin:0;padding:10px 12px;color:var(--auth-error-ink);background:var(--auth-error-bg);border:1px solid var(--auth-error-line);border-radius:8px;font-size:.76rem}.primary-button{min-height:48px;color:#fff;background:var(--auth-blue);border:0;border-radius:8px;font-size:.84rem;font-weight:780;cursor:pointer;box-shadow:0 10px 24px var(--auth-focus);transition:background .15s,transform .15s}.primary-button:hover{background:var(--auth-blue-hover);transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.65;transform:none}.auth-secondary-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding-top:20px;border-top:1px solid var(--auth-line-soft);color:var(--auth-quiet);font-size:.75rem}.auth-secondary-actions p{margin:0}.auth-secondary-actions button{padding:0;color:var(--auth-blue);background:transparent;border:0;font-weight:720}.auth-secondary-actions>button{color:var(--auth-muted)}.auth-secondary-actions button:hover{color:var(--auth-blue-hover);text-decoration:underline;text-underline-offset:3px}.auth-secondary-single{justify-content:flex-start}.auth-privacy-note{position:absolute;right:clamp(42px,4vw,64px);bottom:30px;left:clamp(42px,4vw,64px);display:flex;align-items:center;gap:8px;margin:0;color:var(--auth-quiet);font-size:.66rem;line-height:1.45}.auth-privacy-note i{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px;color:var(--auth-success-ink);background:var(--auth-success-bg);border-radius:50%;font-style:normal;font-size:.62rem}.auth-aside{position:relative;order:-1;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(48px,5vw,76px);color:#fff;background:linear-gradient(145deg,var(--auth-aside-start) 0%,var(--auth-aside-mid) 58%,var(--auth-aside-end) 100%);isolation:isolate;transition:background .18s ease}.auth-aside:before{content:"";position:absolute;z-index:-1;inset:-30% -20%;opacity:.3;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:38px 38px;transform:rotate(-7deg);-webkit-mask-image:radial-gradient(circle at center,#000,transparent 68%);mask-image:radial-gradient(circle at center,#000,transparent 68%)}.auth-aside:after{content:"W";position:absolute;z-index:-1;right:-1.5rem;bottom:-7rem;color:#ffffff0b;font-size:27rem;font-weight:900;line-height:1;letter-spacing:-.13em}.auth-aside-copy{max-width:540px;margin-top:auto;margin-bottom:auto}.auth-aside-copy>span{color:#70b5ff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem;font-weight:800;letter-spacing:.18em}.auth-aside strong{display:block;max-width:560px;margin:30px 0 22px;font-size:clamp(2.75rem,4.4vw,4.8rem);line-height:1.06;letter-spacing:-.065em;text-wrap:balance}.auth-aside-copy p{max-width:470px;margin:0;color:#b9ceed;font-size:.92rem;line-height:1.7}.auth-trust-row{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 30px}.auth-trust-row span{padding:8px 11px;color:#c8dbf7;background:#ffffff13;border:1px solid rgba(255,255,255,.11);border-radius:99px;font-size:.66rem;font-weight:680}.auth-product-marks{display:flex;align-items:center;gap:11px}.auth-product-marks img{width:34px;height:34px;padding:3px;object-fit:contain;background:#ffffff17;border:1px solid rgba(255,255,255,.1);border-radius:9px}.auth-product-marks i{margin-left:auto;color:#8ca7ce;font-size:.6rem;font-style:normal;font-weight:800;letter-spacing:.16em}button:focus-visible,a:focus-visible{outline:3px solid #66baff;outline-offset:4px}.page-shell{width:min(100% - 48px,1240px);min-height:100vh;margin:auto;display:grid;grid-template-rows:auto 1fr auto}.home-shell{width:min(100% - 80px,1480px)}.site-header{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:baseline;gap:0;color:#f0f5fb;font-size:1.7rem;font-weight:680;letter-spacing:-.065em;text-decoration:none;line-height:1}.brand-initial{color:#23aaff}.header-products{display:inline-flex;align-items:center;gap:16px;min-height:44px;color:#dce2eb;text-decoration:none;font-size:.875rem;letter-spacing:.06em}.header-products span:nth-child(2){color:#a6b0bf}.header-products span:last-child{color:#54bbff;font-size:1.25rem;transition:transform .18s ease}.header-products:hover{color:#fff}.header-products:hover span:last-child{transform:translate(2px,-2px)}.language-switch{min-height:44px;min-width:44px;padding:0 12px;border:0;color:#ced7e4;background:transparent;cursor:pointer;font-size:.875rem}.language-switch:hover{color:#fff}.home-main{min-width:0}.brand-stage{display:grid;align-items:center;min-height:clamp(400px,calc(82svh - 104px),760px)}.ribbon-visual{width:84%;margin:0 auto}.ribbon-visual img{display:block;width:100%;height:auto;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 97%,transparent)}.home-products{max-width:1240px;margin:auto;padding:32px 0 100px;scroll-margin-top:32px}.home-product-list{display:grid;border-bottom:1px solid #23262b}.home-product-list a{position:relative;display:grid;grid-template-columns:48px 64px minmax(160px,.85fr) minmax(180px,1fr) auto;gap:24px;align-items:center;min-height:148px;padding:28px 16px;border-top:1px solid #23262b;color:inherit;text-decoration:none;transition:border-color .2s,background-color .2s}.home-product-list a:hover,.home-product-list a:focus-visible{background:#080d13;border-top-color:#447b9d}.product-number{color:#b7c3d3;font-size:.75rem;letter-spacing:.12em;font-variant-numeric:tabular-nums}.home-product-list img{width:56px;height:56px;object-fit:contain;border-radius:12px;transition:transform .2s}.home-product-list a:hover img{transform:translateY(-3px)}.home-product-list strong{font-size:clamp(1.8rem,3vw,3rem);font-weight:560;letter-spacing:-.045em}.home-product-list small{color:#cbd6e5;font-size:1rem;line-height:1.5}.home-product-list i{display:inline-flex;align-items:center;gap:20px;font-style:normal;font-size:.875rem;color:#e0eaf5}.home-product-list i span{color:#52baff;font-size:1.4rem}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:88px;color:#bac5d4;border-top:1px solid #1c2026;font-size:.8125rem}@media(max-width:860px){.auth-main{width:min(calc(100% - 32px),600px);min-height:calc(100svh - 80px);padding:18px 0 32px}.auth-panel{min-height:650px;display:block;border-radius:22px}.auth-aside{display:none}.auth-card{min-height:650px;border:0}.home-shell{width:calc(100% - 40px)}.home-product-list a{grid-template-columns:32px 56px minmax(0,1fr) auto;gap:12px 20px}.home-product-list strong{grid-column:3;grid-row:1}.home-product-list small{grid-column:3;grid-row:2}.product-number,.home-product-list img,.home-product-list i{grid-row:1 / 3}.home-product-list i{grid-column:4}.ribbon-visual{width:92%}.brand-stage{min-height:0;padding:54px 0 72px}}@media(max-width:520px){.page-shell{width:calc(100% - 32px)}.site-header{min-height:84px;gap:12px}.brand{font-size:1.5rem}.header-products{gap:9px;font-size:.875rem;letter-spacing:0}.brand-stage{padding:48px 0 64px}.home-products{padding:0 0 64px}.home-product-list a{grid-template-columns:42px minmax(0,1fr) 24px;padding:24px 0;min-height:120px;gap:8px 16px}.product-number{display:none}.home-product-list img{width:42px;height:42px;grid-column:1}.home-product-list strong{grid-column:2;font-size:1.8rem}.home-product-list small{grid-column:2;font-size:.875rem}.home-product-list i{grid-column:3;font-size:0;gap:0}.site-footer{font-size:.75rem}.auth-main{padding:34px 0}.auth-card{padding:24px 18px}.auth-card-body{padding:34px 0 42px}.auth-card-top{top:23px;left:18px;right:18px}.auth-privacy-note{right:18px;bottom:22px;left:18px}.auth-secondary-actions{align-items:flex-start;flex-direction:column;gap:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
