*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}body{min-width:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}h1,h2,h3,p,dl,dd{margin:0}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.identity-loading{color:#64717a;background:#f5f7f8;place-content:center;justify-items:center;gap:12px;min-height:calc(100vh - 64px);display:grid}.identity-spinner{border:3px solid #dbe4e7;border-top-color:#f15a24;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite identity-spin}@keyframes identity-spin{to{transform:rotate(360deg)}}.auth-shell{color:#17242b;background:#f4f6f7;grid-template-columns:minmax(360px,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:radial-gradient(circle at 70% 20%,#ff8b5033,#0000 28%),linear-gradient(145deg,#172f37,#0e2027);flex-direction:column;justify-content:space-between;padding:48px clamp(38px,7vw,108px);display:flex}.auth-brand{align-items:center;gap:10px;width:max-content;text-decoration:none;display:flex}.auth-brand span{background:#f15a24;border-radius:12px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.auth-brand strong{font-size:18px}.auth-story small{color:#f8a27e;letter-spacing:2px;font-size:10px}.auth-story h1{letter-spacing:-2px;margin:17px 0 20px;font-size:clamp(38px,5vw,68px);line-height:1.05}.auth-story p{color:#bdcbd0;max-width:600px;font-size:14px;line-height:1.8}.auth-story ul{color:#d5dfe2;gap:12px;margin:30px 0 0;padding:0;font-size:12px;list-style:none;display:grid}.auth-story li{align-items:center;gap:9px;display:flex}.auth-story li svg{color:#f47b4e;width:16px}.auth-panel{place-items:center;padding:40px;display:grid}.auth-card{background:#fff;border:1px solid #dfe5e7;border-radius:20px;width:min(440px,100%);padding:34px;box-shadow:0 20px 70px #19313b12}.auth-eyebrow{color:#e25320;letter-spacing:1.2px;font-size:11px;font-weight:800}.auth-card h2{margin:9px 0 8px;font-size:29px}.auth-card>p{color:#718088;margin-bottom:24px;font-size:13px;line-height:1.6}.auth-card label{color:#46555c;margin:14px 0;font-size:11px;font-weight:750;display:block}.auth-card label>div{background:#fbfcfc;border:1px solid #d8e0e3;border-radius:10px;align-items:center;gap:10px;height:45px;margin-top:7px;padding:0 12px;display:flex}.auth-card label>div:focus-within{border-color:#f15a24;box-shadow:0 0 0 3px #f15a2413}.auth-card label svg{color:#87949a;width:16px}.auth-card input{color:#17242b;background:0 0;border:0;outline:0;width:100%}.auth-submit{color:#fff;background:#f15a24;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;margin-top:22px;font-weight:800;display:flex}.auth-submit:disabled{opacity:.65}.auth-submit svg{width:17px}.auth-links{color:#718088;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;font-size:11px;display:flex}.auth-links a{color:#d94b19;font-weight:750}.auth-message{border-radius:9px;margin-top:12px;padding:10px 12px;font-size:11px}.auth-message.error{color:#a43c24;background:#fff0ed;border:1px solid #f1c9bf}.auth-message.success{color:#246b4c;background:#ebf8f1;border:1px solid #c8e7d6}@media (max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-story{min-height:330px;padding:28px}.auth-story h1{font-size:40px}.auth-story ul{display:none}.auth-panel{margin-top:-28px;padding:22px 14px 40px}.auth-card{border-radius:17px;padding:26px}.auth-links{flex-direction:column;align-items:flex-start}}.auth-modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08121685;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.auth-modal{background:#fff;border:1px solid #dfe5e7;border-radius:18px;width:min(440px,100%);padding:32px;position:relative;box-shadow:0 24px 80px #0c1e2652}.auth-modal-close{color:#87949a;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:14px;right:14px}.auth-modal-close:hover:not(:disabled){background:#f1f4f5}.auth-modal-close:disabled{cursor:wait;opacity:.45}.auth-modal-eyebrow{color:#e25320;letter-spacing:1.2px;font-size:11px;font-weight:800}.auth-modal h2{color:#17242b;margin:8px 0 7px;font-size:26px}.auth-modal>p{color:#718088;margin-bottom:20px;font-size:13px;line-height:1.6}.auth-modal form label{color:#46555c;margin:12px 0;font-size:11px;font-weight:750;display:block}.auth-modal form label>div{background:#fbfcfc;border:1px solid #d8e0e3;border-radius:10px;align-items:center;gap:10px;height:44px;margin-top:6px;padding:0 12px;display:flex}.auth-modal form label>div:focus-within{border-color:#f15a24;box-shadow:0 0 0 3px #f15a2414}.auth-modal form label svg{color:#87949a;flex-shrink:0;width:16px}.auth-modal form input{color:#17242b;background:0 0;border:0;outline:0;width:100%}.auth-modal form .auth-remember{cursor:pointer;color:#596970;align-items:center;gap:9px;margin:14px 0 0;font-size:12px;font-weight:650;display:flex}.auth-modal form .auth-remember input{accent-color:#f15a24;width:16px;height:16px}.auth-modal form .auth-remember span{gap:1px;display:grid}.auth-modal form .auth-remember small{color:#8a979d;font-size:10px;font-weight:550}.auth-modal-submit{color:#fff;background:#f15a24;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;margin-top:20px;font-weight:800;display:flex}.auth-modal-submit:disabled{opacity:.65}.auth-modal-submit svg{width:17px}.auth-modal-message{border-radius:9px;margin-top:12px;padding:10px 12px;font-size:11px}.auth-modal-message.error{color:#a43c24;background:#fff0ed;border:1px solid #f1c9bf}.auth-modal-message.success{color:#246b4c;background:#ebf8f1;border:1px solid #c8e7d6}.auth-modal-links{color:#718088;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-size:11px;display:flex}.auth-modal-link{color:#d94b19;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:750}.auth-modal-link:hover{text-decoration:underline}.reset-shell{background:#f4f6f7;place-items:center;min-height:100vh;padding:22px;display:grid}.reset-card{background:#fff;border:1px solid #dfe5e7;border-radius:20px;width:min(440px,100%);padding:34px;box-shadow:0 20px 70px #19313b12}.reset-card .reset-brand{align-items:center;gap:10px;margin-bottom:18px;text-decoration:none;display:flex}.reset-card .reset-brand span{color:#fff;background:#f15a24;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.reset-card .reset-brand strong{color:#17242b;font-size:17px}.reset-card h2{color:#17242b;margin:8px 0 7px;font-size:26px}.reset-card>p{color:#718088;margin-bottom:20px;font-size:13px;line-height:1.6}.reset-card label{color:#46555c;margin:12px 0;font-size:11px;font-weight:750;display:block}.reset-card label>div{background:#fbfcfc;border:1px solid #d8e0e3;border-radius:10px;align-items:center;gap:10px;height:44px;margin-top:6px;padding:0 12px;display:flex}.reset-card label>div:focus-within{border-color:#f15a24;box-shadow:0 0 0 3px #f15a2414}.reset-card label svg{color:#87949a;flex-shrink:0;width:16px}.reset-card input{color:#17242b;background:0 0;border:0;outline:0;width:100%}.reset-security{color:#87949a;align-items:center;gap:7px;margin-top:18px;font-size:10px;display:flex}
:root{--shell-bg:#f5f6f7;--shell-surface:#fff;--shell-surface-2:#f0f2f3;--shell-text:#181a1b;--shell-muted:#687076;--shell-border:#dfe3e5;--shell-strong-border:#c9cfd2;--shell-accent:#0f806b;--shell-accent-soft:#e0f3ee;--shell-coral:#d8614f;--shell-shadow:0 14px 38px #1c23261f}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--shell-bg:#141617;--shell-surface:#1c1f20;--shell-surface-2:#25292b;--shell-text:#f4f5f5;--shell-muted:#9ca5a9;--shell-border:#303538;--shell-strong-border:#444b4f;--shell-accent:#5ac6aa;--shell-accent-soft:#183c34;--shell-coral:#ee846f;--shell-shadow:0 18px 46px #0000005c}body{background:var(--shell-bg);color:var(--shell-text)}.global-header{z-index:100;border:0;border-bottom:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-surface) 94%, transparent);height:60px;color:var(--shell-text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:0;position:sticky;top:0}.global-header-inner{align-items:center;gap:28px;width:100%;height:100%;padding:0 22px;display:flex}.global-brand{color:var(--shell-text);white-space:nowrap;align-items:center;gap:9px;text-decoration:none;display:inline-flex}.global-brand-mark{background:var(--shell-accent);color:#fff;border-radius:7px;place-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:grid}.global-brand strong{letter-spacing:0;font-size:16px}.global-nav{flex-direction:row;align-items:stretch;gap:3px;height:100%;display:flex}.global-nav-link{min-width:82px;color:var(--shell-muted);white-space:nowrap;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:5px;padding:0 13px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.global-nav-link:hover{color:var(--shell-text);background:var(--shell-surface-2)}.global-nav-link.active{color:var(--shell-text)}.global-nav-link.active:after{content:"";background:var(--shell-accent);height:2px;position:absolute;bottom:0;left:13px;right:13px}.global-nav-link.disabled{opacity:.55;cursor:not-allowed}.global-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.header-popover-wrap{position:relative}.icon-action,.mobile-global-menu{width:34px;height:34px;color:var(--shell-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid;position:relative}.icon-action:hover,.mobile-global-menu:hover{border-color:var(--shell-border);background:var(--shell-surface-2);color:var(--shell-text)}.notification-count{border:2px solid var(--shell-surface);background:var(--shell-coral);color:#fff;border-radius:8px;min-width:15px;height:15px;padding:0 4px;font-size:9px;line-height:11px;position:absolute;top:1px;right:1px}.theme-control{border-radius:9px;flex:0 0 34px;width:34px;height:34px;position:relative}.theme-control:before{content:"";width:34px;height:34px;box-shadow:none;pointer-events:none;background:0 0;border:1px solid #0000;border-radius:9px;transition:height .16s,background .16s,border-color .16s,box-shadow .16s;position:absolute;top:-1px;left:-1px}.theme-control.open:before{border-color:var(--shell-border);background:var(--shell-surface);height:106px;box-shadow:var(--shell-shadow)}.theme-stack{z-index:2;width:34px;height:102px;position:absolute;top:0;left:0}.theme-stack button{width:34px;height:34px;min-height:0;color:var(--shell-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;transition:transform .28s cubic-bezier(.2,.78,.25,1),opacity .14s,color .14s,background .14s;display:grid;position:absolute;top:0;left:0}.theme-stack button:first-child{transform:translateY(0)}.theme-stack button:nth-child(2){transform:translateY(34px)}.theme-stack button:nth-child(3){transform:translateY(68px)}.theme-control:not(.open) .theme-stack button:nth-child(n+2){opacity:0;pointer-events:none}.theme-control.open .theme-stack button{opacity:1}.theme-stack .theme-trigger,.theme-stack .theme-trigger:hover{background:var(--shell-surface-2);color:var(--shell-text);border-color:#0000}.theme-stack .theme-option:hover,.theme-stack .theme-option:focus-visible{background:var(--shell-surface-2);color:var(--shell-accent)}.theme-control.rotating .theme-stack{pointer-events:none}.theme-control.rotate-1 .theme-stack button:first-child{transform:translateY(68px)}.theme-control.rotate-1 .theme-stack button:nth-child(2){transform:translateY(0)}.theme-control.rotate-1 .theme-stack button:nth-child(3),.theme-control.rotate-2 .theme-stack button:first-child{transform:translateY(34px)}.theme-control.rotate-2 .theme-stack button:nth-child(2){transform:translateY(68px)}.theme-control.rotate-2 .theme-stack button:nth-child(3){transform:translateY(0)}.theme-current-icon{animation:.22s cubic-bezier(.2,.9,.25,1.2) theme-icon-settle}.theme-stack .theme-option:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#171a1b;border-radius:5px;padding:5px 7px;font-size:10px;font-weight:600;line-height:1;transition:opacity .13s,transform .13s;position:absolute;top:50%;right:calc(100% + 8px);transform:translate(3px,-50%);box-shadow:0 5px 14px #00000038}.theme-stack .theme-option:hover:after,.theme-stack .theme-option:focus-visible:after{opacity:1;transform:translateY(-50%)}@keyframes theme-icon-settle{0%{opacity:.25;transform:scale(.68)rotate(-8deg)}to{opacity:1;transform:scale(1)rotate(0)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.integrated-wrap.open{z-index:122}.integrated-anchor.concealed{visibility:hidden}.integrated-popover{border:1px solid var(--shell-border);background:var(--shell-surface);color:var(--shell-text);box-shadow:var(--shell-shadow);z-index:120;transform-origin:100% 0;border-radius:10px;animation:.16s cubic-bezier(.2,.8,.2,1) integrated-popover-in;position:absolute;top:0;right:0;overflow:hidden}.integrated-popover.notification-popover{width:330px}.integrated-notice-head{border-bottom:1px solid var(--shell-border);align-items:center;gap:9px;min-height:44px;padding:4px 4px 4px 13px;display:flex}.integrated-notice-title{align-items:baseline;gap:8px;animation:.22s 80ms both integrated-meta-in;display:flex}.integrated-notice-head strong{font-size:14px}.integrated-notice-head span{color:var(--shell-muted);font-size:11px}.integrated-trigger{background:var(--shell-surface-2);color:var(--shell-text);border-color:#0000;flex:none}.integrated-notice-trigger{animation:.28s cubic-bezier(.2,.78,.25,1) both notification-trigger-to-left}.integrated-account-head{border-bottom:1px solid var(--shell-border);min-height:74px;padding:5px 7px 10px}.integrated-account-trigger{background:var(--shell-surface-2);border-color:#0000;justify-content:flex-start;width:auto;max-width:100%;animation:.28s cubic-bezier(.2,.78,.25,1) both account-trigger-to-left}.integrated-account-trigger .expanded-chevron{margin-left:0;transform:rotate(180deg)}.account-head-meta{min-width:0;padding:5px 8px 0 36px;animation:.22s 80ms both integrated-meta-in}.account-head-meta small,.account-head-meta span{display:block}.account-head-meta small{color:var(--shell-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.account-head-meta span{color:var(--shell-accent);margin-top:4px;font-size:10px}.account-head-meta svg{vertical-align:-2px;margin-right:4px}@keyframes integrated-popover-in{0%{opacity:0;transform:scale(.975)}to{opacity:1;transform:scale(1)}}@keyframes notification-trigger-to-left{0%{transform:translate(283px)}to{transform:translate(0)}}@keyframes account-trigger-to-left{0%{transform:translate(calc(273px - 100%))}to{transform:translate(0)}}@keyframes integrated-meta-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.account-trigger{height:36px;color:var(--shell-text);background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:7px;padding:2px 7px 2px 3px;display:flex}.account-trigger:hover,.account-wrap.open .account-trigger{border-color:var(--shell-border);background:var(--shell-surface-2)}.header-avatar{color:#fff;background:#d8614f;border-radius:7px;flex:none;place-items:center;width:29px;height:29px;font-size:12px;font-weight:800;display:grid}.header-avatar.large{border-radius:8px;width:40px;height:40px;font-size:15px}.account-name{text-overflow:ellipsis;white-space:nowrap;max-width:90px;font-size:13px;font-weight:600;overflow:hidden}.header-popover{border:1px solid var(--shell-border);background:var(--shell-surface);width:330px;color:var(--shell-text);box-shadow:var(--shell-shadow);z-index:120;transform-origin:100% 0;border-radius:8px;animation:.16s cubic-bezier(.2,.8,.2,1) header-popover-in;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden}.notice-wrap .header-popover,.theme-wrap .header-popover,.account-wrap .header-popover{top:100%}@keyframes header-popover-in{0%{opacity:0;transform:translateY(-4px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.header-popover,.integrated-popover,.theme-current-icon,.theme-stack button{transition:none;animation:none}}.account-wrap .header-popover:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.popover-heading{border-bottom:1px solid var(--shell-border);justify-content:space-between;align-items:center;min-height:55px;padding:11px 13px;display:flex}.popover-heading>div{align-items:baseline;gap:8px;display:flex}.popover-heading strong{font-size:14px}.popover-heading span,.popover-heading button{color:var(--shell-muted);font-size:11px}.popover-heading button{background:0 0;border:0;border-radius:6px;place-items:center;width:28px;height:28px;padding:0;display:grid}.notification-list{max-height:310px;overflow:auto}.notification-item{border:0;border-bottom:1px solid var(--shell-border);width:100%;color:var(--shell-text);text-align:left;background:0 0;grid-template-columns:8px 1fr;gap:9px;padding:12px 13px;display:grid}.notification-item:hover,.notification-item.unread{background:color-mix(in srgb, var(--shell-accent-soft) 55%, var(--shell-surface))}.notification-dot{background:var(--shell-strong-border);border-radius:50%;width:7px;height:7px;margin-top:5px}.notification-item.unread .notification-dot{background:var(--shell-accent)}.notification-item strong,.notification-item small,.notification-item time{display:block}.notification-item strong{margin-bottom:3px;font-size:12px}.notification-item small{color:var(--shell-muted);font-size:11px;line-height:1.5}.notification-item time{color:var(--shell-muted);margin-top:5px;font-size:9px}.popover-footer{justify-content:space-between;align-items:center;min-height:46px;padding:8px 12px;display:flex}.popover-footer button,.popover-footer a{color:var(--shell-accent);background:0 0;border:0;align-items:center;gap:5px;padding:4px;font-size:11px;text-decoration:none;display:inline-flex}.account-popover{width:280px}.account-guest-actions{align-items:center;gap:8px;display:flex}.account-login-btn{border:1px solid var(--shell-border);background:var(--shell-surface);color:var(--shell-text);border-radius:8px;height:36px;padding:7px 16px;font-size:11px;font-weight:700}.account-login-btn:hover{background:var(--shell-surface-2)}.account-register-btn{color:#fff;background:#f15a24;border:0;border-radius:8px;height:36px;padding:7px 16px;font-size:11px;font-weight:800}.account-register-btn:hover{background:#d94b19}.account-money{border-top:1px solid var(--shell-border);border-bottom:1px solid var(--shell-border);background:var(--shell-surface-2);grid-template-columns:1fr 1fr;gap:12px;padding:12px 15px;display:grid}.account-money div+div{border-left:1px solid var(--shell-border);padding-left:12px}.account-money span,.account-money strong{display:block}.account-money span{color:var(--shell-muted);font-size:10px}.account-money strong{margin-top:4px;font-size:14px}.account-links{padding:6px}.account-links a,.account-links>button,.account-locale,.sign-out{width:100%;min-height:36px;color:var(--shell-text);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;padding:7px 9px;font-size:12px;text-decoration:none;display:flex}.account-links a:hover,.account-links>button:hover,.account-locale:hover{background:var(--shell-surface-2)}.account-locale{color:var(--shell-text);position:relative}.account-locale span{flex:1}.account-locale select{border:1px solid var(--shell-border);background:var(--shell-surface);max-width:96px;color:var(--shell-text);font:inherit;border-radius:5px;padding:3px 5px;font-size:10px}.sign-out{border-top:1px solid var(--shell-border);color:var(--shell-coral);border-radius:0;padding:11px 15px}.mobile-global-menu,.global-mobile-nav{display:none}.notification-empty{color:var(--shell-muted);text-align:center;padding:34px 16px;font-size:11px}.buy-loading{min-height:calc(100vh - 60px);color:var(--shell-muted);justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}.buy-spin{animation:1s linear infinite shell-spin}@keyframes shell-spin{to{transform:rotate(360deg)}}body>.app{min-height:calc(100vh - 60px)}body>.app>.sidebar{height:calc(100vh - 60px);top:60px}body>.app>main>header{top:60px}.workspace-layout,.user-center-layout{background:var(--shell-bg);grid-template-columns:226px minmax(0,1fr);min-height:calc(100vh - 60px);display:grid}.workspace-sidebar,.user-center-sidebar{border-right:1px solid var(--shell-border);background:var(--shell-surface);height:calc(100vh - 60px);color:var(--shell-text);flex-direction:column;padding:24px 14px 16px;display:flex;position:sticky;top:60px}.workspace-label{color:var(--shell-muted);text-transform:uppercase;align-items:center;gap:8px;margin:0 7px 17px;font-size:10px;font-weight:700;display:flex}.workspace-sidebar nav,.user-center-sidebar nav{flex-direction:column;gap:3px;display:flex}.workspace-sidebar nav a,.user-center-sidebar nav a{min-height:39px;color:var(--shell-muted);border-radius:6px;align-items:center;gap:10px;padding:0 10px;font-size:12px;font-weight:550;text-decoration:none;display:flex}.workspace-sidebar nav a:hover,.workspace-sidebar nav a.active,.user-center-sidebar nav a:hover,.user-center-sidebar nav a.active{background:var(--shell-accent-soft);color:var(--shell-accent)}.workspace-runtime{border:1px solid var(--shell-border);border-radius:7px;align-items:center;gap:9px;margin-top:auto;padding:11px;display:flex}.workspace-runtime>span{background:#29a47d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #29a47d1f}.workspace-runtime>span.offline{background:var(--shell-coral);box-shadow:0 0 0 4px color-mix(in srgb, var(--shell-coral) 15%, transparent)}.workspace-runtime strong,.workspace-runtime small{display:block}.workspace-runtime strong{font-size:11px}.workspace-runtime small{color:var(--shell-muted);margin-top:2px;font-size:9px}.placeholder-main{place-items:center;min-width:0;padding:42px;display:grid}.placeholder-stage{border:1px solid var(--shell-border);border-top:3px solid var(--shell-accent);background:var(--shell-surface);border-radius:8px;width:min(760px,100%);padding:44px;box-shadow:0 14px 35px #1e262912}.placeholder-stage.sell{border-top-color:var(--shell-coral)}.placeholder-stage.ops{border-top-color:#3c76b4}.placeholder-status{color:var(--shell-accent);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.placeholder-stage.sell .placeholder-status{color:var(--shell-coral)}.placeholder-stage h1{letter-spacing:0;margin:17px 0 8px;font-size:29px}.placeholder-stage>p{max-width:620px;color:var(--shell-muted);margin:0;font-size:13px;line-height:1.75}.placeholder-divider{background:var(--shell-border);height:1px;margin:28px 0 20px}.placeholder-summary{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.placeholder-summary div{border:1px solid var(--shell-border);background:var(--shell-surface-2);border-radius:6px;padding:13px}.placeholder-summary small,.placeholder-summary strong{display:block}.placeholder-summary small{color:var(--shell-muted);font-size:9px}.placeholder-summary strong{margin-top:6px;font-size:12px}.placeholder-link{color:var(--shell-accent);align-items:center;gap:6px;margin-top:22px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.user-sidebar-heading{align-items:center;gap:9px;margin:0 6px 22px;display:flex}.user-sidebar-heading strong,.user-sidebar-heading small{display:block}.user-sidebar-heading strong{font-size:13px}.user-sidebar-heading small{color:var(--shell-muted);margin-top:2px;font-size:9px}.user-center-main{width:min(1120px,100%);min-width:0;margin:0 auto;padding:34px 34px 70px}.user-page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.user-page-heading span{color:var(--shell-accent);font-size:9px;font-weight:800}.user-page-heading h1{letter-spacing:0;margin:5px 0 4px;font-size:25px}.user-page-heading p{color:var(--shell-muted);margin:0;font-size:12px}.user-page-heading button,.secondary-action{border:1px solid var(--shell-strong-border);background:var(--shell-surface);min-height:34px;color:var(--shell-text);border-radius:6px;padding:0 12px;font-size:11px}.identity-panel{border:1px solid var(--shell-border);background:var(--shell-surface);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:23px;display:grid}.header-avatar.hero-avatar{border-radius:10px;width:62px;height:62px;font-size:22px}.identity-copy h2{margin:0;font-size:18px}.identity-copy p{color:var(--shell-muted);margin:3px 0 10px;font-size:11px}.identity-copy>div{flex-wrap:wrap;gap:6px;display:flex}.identity-copy>div span{background:var(--shell-accent-soft);color:var(--shell-accent);border-radius:5px;align-items:center;gap:4px;padding:4px 7px;font-size:9px;font-weight:700;display:inline-flex}.identity-panel dl{grid-template-columns:1fr 1fr;gap:14px;min-width:210px;margin:0;display:grid}.identity-panel dt{color:var(--shell-muted);font-size:9px}.identity-panel dd{margin:6px 0 0;font-size:11px;font-weight:700}.identity-panel dd i{background:#29a47d;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.user-balance-grid,.user-detail-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.user-balance-grid article,.user-detail-grid article,.quick-links{border:1px solid var(--shell-border);background:var(--shell-surface);border-radius:8px;padding:19px}.user-card-icon{width:35px;height:35px;color:var(--shell-coral);background:#fdeae6;border-radius:7px;place-items:center;display:grid}html[data-theme=dark] .user-card-icon{background:#48251f}.user-card-icon.green{background:var(--shell-accent-soft);color:var(--shell-accent)}.user-balance-grid article>span{color:var(--shell-muted);margin-top:14px;font-size:10px;display:block}.user-balance-grid article>strong{margin-top:5px;font-size:25px;display:block}.user-balance-grid article>p{color:var(--shell-muted);margin:7px 0 14px;font-size:10px}.user-balance-grid article>a{color:var(--shell-accent);align-items:center;gap:4px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.user-section-title,.user-section-title>div{align-items:center;display:flex}.user-section-title{justify-content:space-between;gap:12px}.user-section-title>div{gap:8px}.user-section-title h2{margin:0;font-size:14px}.status-pill{background:var(--shell-surface-2);color:var(--shell-muted);border-radius:5px;padding:4px 7px;font-size:9px}.status-pill.good{background:var(--shell-accent-soft);color:var(--shell-accent)}.role-list,.security-list{margin:14px 0 0;padding:0;list-style:none}.role-list li,.security-list li{border-top:1px solid var(--shell-border);align-items:center;gap:8px;min-height:48px;font-size:11px;display:grid}.role-list li{grid-template-columns:80px 1fr auto}.role-list small{color:var(--shell-muted);font-size:9px}.role-list strong,.security-list strong{color:var(--shell-accent);font-size:9px}.security-list li{grid-template-columns:1fr auto}.security-list strong.muted{color:var(--shell-coral)}.secondary-action{margin-top:12px}.quick-links{margin-top:14px}.quick-links>div:last-child{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;display:grid}.quick-links a{border:1px solid var(--shell-border);min-width:0;color:var(--shell-text);border-radius:6px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:12px;text-decoration:none;display:grid}.quick-links a:hover{border-color:var(--shell-accent);background:var(--shell-accent-soft)}.quick-links strong,.quick-links small{display:block}.quick-links strong{font-size:11px}.quick-links small{color:var(--shell-muted);margin-top:3px;font-size:9px}html[data-theme=dark] .placeholder-stage,html[data-theme=dark] .identity-panel,html[data-theme=dark] .user-balance-grid article,html[data-theme=dark] .user-detail-grid article,html[data-theme=dark] .quick-links{box-shadow:none}@media (max-width:980px){.global-header-inner{gap:14px;padding:0 14px}.global-nav-link{min-width:0;padding:0 9px;font-size:12px}.account-name{display:none}.workspace-layout,.user-center-layout{grid-template-columns:76px minmax(0,1fr)}.workspace-label,.workspace-sidebar nav a span,.workspace-runtime div,.user-sidebar-heading div,.user-center-sidebar nav a:not(.active){font-size:0}.workspace-sidebar nav a,.user-center-sidebar nav a,.workspace-runtime,.user-sidebar-heading{justify-content:center}.quick-links>div:last-child{grid-template-columns:1fr}}@media (max-width:720px){.global-header{height:56px}.global-header-inner{gap:7px;padding:0 10px}.global-brand strong,.global-nav,.account-trigger>svg{display:none}.global-brand-mark{width:31px;height:31px}.global-actions{gap:4px}.mobile-global-menu{display:grid}.global-mobile-nav{z-index:130;border-top:1px solid var(--shell-border);background:var(--shell-surface);grid-template-columns:1fr 1fr;gap:5px;padding:8px 10px 12px;display:grid;position:relative}.global-mobile-nav a,.global-mobile-nav span{background:var(--shell-surface-2);min-height:38px;color:var(--shell-text);border-radius:6px;align-items:center;gap:5px;padding:0 11px;font-size:12px;text-decoration:none;display:flex}.header-popover{width:auto;position:fixed;top:62px;left:10px;right:10px}body>.app{min-height:calc(100vh - 56px)}body>.app>.sidebar{height:calc(100vh - 56px);top:56px}body>.app>main>header{top:56px}.workspace-layout,.user-center-layout{min-height:calc(100vh - 56px);display:block}.workspace-sidebar,.user-center-sidebar{border-right:0;border-bottom:1px solid var(--shell-border);width:100%;height:auto;padding:9px 10px;display:block;position:static;overflow-x:auto}.workspace-label,.workspace-runtime,.user-sidebar-heading{display:none}.workspace-sidebar nav,.user-center-sidebar nav{flex-direction:row;min-width:max-content}.workspace-sidebar nav a,.user-center-sidebar nav a,.user-center-sidebar nav a:not(.active){justify-content:center;gap:6px;min-height:34px;padding:0 10px;font-size:11px}.workspace-sidebar nav a span{font-size:11px}.placeholder-main{padding:22px 14px}.placeholder-stage{padding:27px 22px}.placeholder-stage h1{font-size:24px}.placeholder-summary{grid-template-columns:1fr}.user-center-main{padding:23px 14px 50px}.user-page-heading{align-items:flex-start}.identity-panel{grid-template-columns:auto 1fr}.identity-panel dl{border-top:1px solid var(--shell-border);grid-column:1/-1;min-width:0;padding-top:15px}.user-balance-grid,.user-detail-grid{grid-template-columns:1fr}}@media (max-width:400px){.account-trigger{padding-right:3px}.user-page-heading button{display:none}.role-list li{grid-template-columns:68px 1fr}.role-list li strong{grid-column:2}}
