:root{--font-brand: "Outfit", "Source Sans 3", sans-serif;--font-ui: "Source Sans 3", "PingFang SC", "Noto Sans SC", sans-serif;--bg-app: #eef2f7;--bg-header: linear-gradient(105deg, #0c1b33 0%, #123056 48%, #0f2748 100%);--bg-sidebar: #f7f9fc;--bg-main: #ffffff;--bg-frame: linear-gradient(160deg, #f4f7fb 0%, #e8eef6 55%, #f8fafc 100%);--line: rgba(15, 39, 72, .1);--line-strong: rgba(15, 39, 72, .16);--text: #152238;--text-soft: #5b6b82;--text-on-dark: #f3f7ff;--text-on-dark-soft: rgba(243, 247, 255, .72);--accent: #1a6bff;--accent-soft: rgba(26, 107, 255, .12);--accent-strong: #0b3d99;--header-h: 56px;--sidebar-w: 112px;--sidebar-w-collapsed: 52px;--radius-sm: 8px;--radius-md: 12px;--shadow-soft: 0 10px 30px rgba(12, 27, 51, .08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;font-family:var(--font-ui);font-size:13px;color:var(--text);background:var(--bg-app);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html.is-shell,html.is-shell body{height:100%;overflow:hidden}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}.app-shell{display:grid;grid-template-rows:var(--header-h) 1fr;height:100%;min-width:960px}.app-shell[hidden]{display:none!important}.global-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 18px 0 14px;background:var(--bg-header);color:var(--text-on-dark);box-shadow:0 1px #ffffff0f inset;position:relative;z-index:20}.global-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 40% 120% at 12% 50%,rgba(26,107,255,.28),transparent 70%),radial-gradient(ellipse 30% 100% at 88% 20%,rgba(80,180,255,.12),transparent 65%)}.brand,.header-actions{position:relative;z-index:1}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:block;flex-shrink:0;width:28px;height:28px;border-radius:8px;object-fit:cover;filter:drop-shadow(0 4px 10px rgba(0,0,0,.25))}.brand-text{display:flex;flex-direction:column;gap:1px;min-width:0}.brand-name{font-family:var(--font-brand);font-weight:700;font-size:17px;letter-spacing:.01em;line-height:1.1}.brand-tag{font-size:11px;color:var(--text-on-dark-soft);letter-spacing:.02em;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:4px}.header-link{display:inline-flex;align-items:baseline;gap:8px;height:34px;padding:0 12px;border-radius:999px;color:var(--text-on-dark-soft);transition:background .16s ease,color .16s ease}.header-link:hover{background:#ffffff1a;color:var(--text-on-dark)}.header-link-label{font-size:13px;font-weight:500}.header-link-meta{font-family:var(--font-brand);font-size:12px;font-weight:600;color:#9ec2ff}.user-chip{display:inline-flex;align-items:center;gap:10px;margin-left:6px;height:40px;padding:0 10px 0 6px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);transition:background .16s ease}.user-chip:hover{background:#ffffff24}.avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-brand);font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.user-meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15;padding-right:2px}.user-name{font-size:13px;font-weight:600;color:var(--text-on-dark);max-width:168px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{font-size:11px;color:var(--text-on-dark-soft);font-variant-numeric:tabular-nums}.workspace{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:0;transition:grid-template-columns .18s ease}.app-shell[data-sidebar-collapsed=true] .workspace{grid-template-columns:var(--sidebar-w-collapsed) 1fr}.sidebar{display:flex;flex-direction:column;gap:4px;min-height:0;padding:8px 0 10px;background:var(--bg-sidebar);border-right:1px solid var(--line)}.sidebar-toggle{display:grid;place-items:center;height:32px;margin:0 6px;border-radius:var(--radius-sm);color:var(--text-soft);transition:background .16s ease,color .16s ease,transform .18s ease}.sidebar-toggle:hover{background:#1a6bff14;color:var(--accent)}.app-shell[data-sidebar-collapsed=true] .sidebar-toggle{transform:scaleX(-1)}.sidebar-divider{height:1px;margin:4px 10px 6px;background:var(--line)}.app-shell[data-sidebar-collapsed=true] .sidebar-divider{margin-left:8px;margin-right:8px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 6px;overflow:auto;min-height:0}.nav-item{display:flex;align-items:center;gap:6px;width:100%;height:34px;padding:0 8px;border-radius:var(--radius-sm);color:#152238d9;transition:background .14s ease,color .14s ease}.nav-item:hover{background:#1a6bff14}.nav-item.is-active{background:var(--accent-soft);color:var(--accent);font-weight:600}.nav-item svg{width:14px;height:14px;flex-shrink:0}.nav-item-label{font-size:11px;white-space:nowrap;overflow:hidden}.app-shell[data-sidebar-collapsed=true] .nav-item{justify-content:center;width:36px;height:36px;margin:0 auto;padding:0}.app-shell[data-sidebar-collapsed=true] .nav-item-label{display:none}.app-shell[data-sidebar-collapsed=true] .nav-item svg{width:15px;height:15px}.main-pane{display:grid;grid-template-rows:auto 1fr;min-width:0;min-height:0;background:var(--bg-main)}.page-head{padding:18px 22px 12px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfe)}.page-title{margin:0;font-family:var(--font-brand);font-size:22px;font-weight:650;letter-spacing:-.02em}.page-desc{margin:6px 0 0;font-size:13px;color:var(--text-soft)}.page-body{min-height:0;padding:16px 18px 18px;overflow:auto;background:radial-gradient(ellipse 70% 50% at 100% 0%,rgba(26,107,255,.05),transparent 55%),var(--bg-app)}.content-frame{height:100%;min-height:420px;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--bg-frame);box-shadow:var(--shadow-soft);display:grid;place-items:center;padding:32px}.content-placeholder{max-width:420px;text-align:center}.placeholder-kicker{margin:0 0 8px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.placeholder-title{margin:0;font-family:var(--font-brand);font-size:28px;font-weight:700;letter-spacing:-.03em}.placeholder-copy{margin:12px 0 0;font-size:14px;line-height:1.55;color:var(--text-soft)}.content-frame.is-tools{display:block;place-items:unset;align-content:start;padding:24px 28px 32px;overflow:auto;background:#f5f6f8}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:20px 16px;width:100%;margin:0}.tool-tile{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 8px 12px;border-radius:12px;color:#3a3a3c;transition:background .14s ease,transform .14s ease}.tool-tile:hover{background:#0000000d}.tool-tile:active{transform:scale(.96);background:#00000014}.tool-icon{display:grid;place-items:center;width:44px;height:44px}.tool-icon svg{width:36px;height:36px;display:block}.tool-label{font-size:13px;font-weight:500;line-height:1.2;text-align:center;color:inherit}.content-frame.is-embed{display:block;place-items:unset;padding:0;overflow:auto;background:transparent}.page-mount{display:block;width:100%;min-height:100%}.page-mount-root,.page-mount .hello{min-height:100%}.page-head.is-hidden{display:none}.page-body.is-section-body{grid-row:1 / -1;display:flex;flex-direction:column;padding:0;overflow:hidden;background:#fff}.content-frame.is-section{flex:1;min-height:0;height:auto;border:0;border-radius:0;box-shadow:none;background:#fff;overflow:hidden}.section-mount,.section-mount.is-home,.section-mount .home-dash,.section-mount.is-domain,.section-mount .domain-console,.section-mount.is-domain-trade,.section-mount.is-mail,.section-mount .mail-console,.section-mount.is-inbox,.section-mount .inbox-page,.section-mount.is-transfer,.section-mount .transfer-page,.section-mount.is-speed,.section-mount .speed-page,.section-mount.is-vps,.section-mount .vps-console,.section-mount.is-showcase,.section-mount.is-website,.section-mount.is-refcode,.section-mount .page-mount-root{height:100%;min-height:100%}
