*{box-sizing:border-box}
:root{--bg:#fff;--panel:#fff;--soft:#f7f7f7;--line:#e9e9e9;--text:#111;--muted:#6f6f6f;--accent:#111;--ok:#1f9d55;--radius:18px;--shadow:0 22px 60px rgba(0,0,0,.055)}
html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}button,select,input,textarea{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);padding:20px 16px;display:flex;flex-direction:column;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);z-index:10}.brand-row{display:flex;align-items:center;justify-content:space-between;padding:2px 8px 24px}.brand-wordmark{font-size:28px;font-weight:900;letter-spacing:-1.5px}.brand-product{font-size:18px;font-weight:760;letter-spacing:-.03em;margin-left:2px}.product-badge{font-size:10px;font-weight:800;letter-spacing:.08em;border:1px solid #e4e4e4;background:#fafafa;border-radius:999px;padding:6px 8px;color:#666}.nav-list{display:flex;flex-direction:column;gap:4px}.nav-item{border:0;background:transparent;color:#5c5c5c;text-align:left;padding:10px 12px;border-radius:10px;font-weight:650}.nav-item:hover,.nav-item.active{background:#f5f5f5;color:#111}.sidebar-spacer{flex:1}.sidebar-card{border:1px solid var(--line);background:#fafafa;border-radius:18px;padding:16px;margin:12px 0;display:flex;flex-direction:column;gap:8px}.sidebar-card strong{line-height:1.35}.sidebar-card small{color:#777;line-height:1.45}.sidebar-foot{display:flex;align-items:center;gap:8px;padding:10px;color:#777;font-size:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--ok);display:inline-block;flex:0 0 auto}.content-shell{min-width:0}.topline{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 42px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);z-index:8}.top-status,.top-actions{display:flex;align-items:center;gap:10px}.top-status span:last-child{font-size:13px;color:#737373}.top-actions select,.button{border:1px solid #e4e4e4;background:#fff;color:#111;border-radius:12px;padding:10px 13px}.button.primary{background:#111;color:#fff;border-color:#111;font-weight:750}.button.ghost{background:#fff}.button:disabled{opacity:.45;cursor:not-allowed}.main{max-width:1180px;margin:0 auto;padding:44px 42px 72px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px}.eyebrow,.module-kicker,.card-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#777}.page-head h1{font-size:42px;line-height:1;letter-spacing:-.045em;margin:7px 0 10px}.page-subtitle{margin:0;color:#777;font-size:17px}.page-health{border:1px solid var(--line);border-radius:15px;padding:12px 14px;min-width:130px}.health-label{display:block;color:#999;font-size:11px;margin-bottom:5px}.notice{border:1px solid #e4eee7;background:#f6fbf7;color:#355d42;padding:13px 15px;border-radius:14px;margin-bottom:22px;font-size:13px}.view{display:none}.view.active{display:block}.hero-panel{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:28px;align-items:end;margin-bottom:18px}.hero-panel h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;line-height:1.02;margin:9px 0 14px;max-width:720px}.hero-panel p{font-size:17px;line-height:1.6;color:#666;max-width:700px;margin:0}.hero-flow{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.hero-flow span,.pipeline span{border:1px solid var(--line);background:#fafafa;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:700}.hero-flow b,.pipeline b{color:#aaa}.grid{display:grid;gap:14px}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.two{grid-template-columns:1.35fr 1fr;margin-bottom:14px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 8px 30px rgba(0,0,0,.025)}.metric span{display:block;color:#777;font-size:12px}.metric strong{display:block;font-size:32px;letter-spacing:-.04em;margin:8px 0 3px}.metric small{color:#999}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.card-head h2{margin:5px 0 0;font-size:22px;letter-spacing:-.03em}.pill{font-size:10px;color:#356844;background:#f4faf6;border:1px solid #deeee3;padding:6px 9px;border-radius:999px;font-weight:800}.pill.neutral{color:#777;background:#fafafa;border-color:#e9e9e9}.empty{border:1px dashed #e1e1e1;border-radius:14px;padding:26px;color:#888;text-align:center}.pipeline{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.module-placeholder{min-height:360px;display:grid;place-content:center;text-align:center}.module-placeholder h2{font-size:38px;letter-spacing:-.04em;margin:10px 0}.module-placeholder p{max-width:620px;color:#777;line-height:1.6;margin:0 auto}.account-list{display:grid;gap:10px}.account-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 2px;border-bottom:1px solid var(--line)}.account-row:last-child{border-bottom:0}.account-identity{display:flex;align-items:center;gap:11px;min-width:0}.account-identity>div{min-width:0}.account-identity strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-identity small{display:block;color:#888;margin-top:3px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}.account-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fafafa;border:1px solid var(--line);font-weight:800}.account-status{font-size:10px;font-weight:800;padding:5px 8px;border-radius:999px;border:1px solid var(--line);white-space:nowrap}.account-status.online{color:#2e7141;background:#f3faf5;border-color:#deeee3}.account-status.warning{color:#8c6a26;background:#fffaf0;border-color:#f0e2be}
@media(max-width:980px){.app-shell{grid-template-columns:84px minmax(0,1fr)}.sidebar{padding:18px 10px}.brand-product,.product-badge,.sidebar-card,.sidebar-foot span:last-child{display:none}.brand-row{justify-content:center}.nav-item{font-size:0;text-align:center;height:42px}.nav-item::first-letter{font-size:14px}.topline{padding-inline:24px}.main{padding-inline:24px}.metrics{grid-template-columns:repeat(2,1fr)}.hero-panel{grid-template-columns:1fr}.hero-flow{justify-content:flex-start}}
@media(max-width:680px){.app-shell{display:block}.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;height:66px;border-right:0;border-top:1px solid var(--line);padding:8px 10px;display:block}.brand-row,.sidebar-spacer,.sidebar-card,.sidebar-foot{display:none}.nav-list{display:grid;grid-template-columns:repeat(8,1fr);gap:3px}.nav-item{font-size:10px!important;height:48px;padding:6px 2px;display:flex;align-items:center;justify-content:center;text-align:center}.topline{height:auto;min-height:60px;padding:10px 16px;gap:12px;align-items:flex-start}.top-status span:last-child{display:none}.top-actions{flex-wrap:wrap;justify-content:flex-end}.top-actions select{max-width:150px}.main{padding:32px 16px 90px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:36px}.page-health{display:none}.metrics,.two{grid-template-columns:1fr}.hero-panel{padding:22px}.hero-panel h2{font-size:38px}.pipeline{justify-content:flex-start}}
