:root{--ink:#18213c;--muted:#7c8499;--line:#e9ecf4;--paper:#f7f8fc;--blue:#5c60ee;--blue2:#878bff;--dark:#11162a;--mint:#18c994}*{box-sizing:border-box}body{margin:0;font:14px Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;color:var(--ink);background:var(--paper)}button,input,textarea,select{font:inherit}button{border:0;cursor:pointer}.hidden{display:none!important}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:#fff}.hero{padding:11vh max(7vw,56px);color:#fff;background:radial-gradient(circle at 85% 20%,#777cf9 0,transparent 28%),radial-gradient(circle at 28% 78%,#1459b9 0,transparent 32%),linear-gradient(145deg,#11162a,#24316a)}.eyebrow{margin:0 0 10px;color:#777df5;font-size:11px;letter-spacing:1.5px;font-weight:800}.hero .eyebrow{color:#b8c2ff}.hero h1{font-size:clamp(42px,5vw,75px);line-height:1.05;letter-spacing:-3px;margin:0 0 26px}.hero>p{max-width:410px;font-size:17px;line-height:1.8;color:#cbd3f7}.hero-grid{display:flex;gap:10px;flex-wrap:wrap;margin-top:58px}.hero-grid span{padding:9px 13px;border:1px solid #7683bb;border-radius:99px;color:#d9e2ff}.auth-card{width:min(410px,80%);margin:auto;padding:20px}.brand{display:flex;align-items:center;gap:10px;font-size:20px}.brand span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#5f63f1,#908bfa);color:#fff;font-weight:900}.auth-card h2{font-size:29px;margin:55px 0 8px}.auth-card>p{color:var(--muted)}label{display:grid;gap:8px;color:#505a75;font-weight:650;margin:16px 0}input,textarea,select{border:1px solid #dde1eb;border-radius:10px;background:#fff;padding:12px 13px;color:var(--ink);outline:none;transition:.2s}input:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #5c60ee18}textarea{resize:vertical;min-height:115px}form button,.notice button{width:100%;padding:13px;border-radius:10px;background:linear-gradient(135deg,var(--blue),#7778f7);color:#fff;font-weight:800;box-shadow:0 9px 20px #5c60ee38}.link-btn{background:none;color:var(--blue);margin-top:17px}.error{color:#d44155;min-height:18px}.app-shell{min-height:100vh;display:grid;grid-template-columns:235px 1fr}.app-shell aside{background:var(--dark);padding:26px 16px;color:#fff;display:flex;flex-direction:column}.inverse span{background:#fff;color:var(--blue)}.workspace{font-size:11px;color:#9099b5;padding:14px 12px 22px;border-bottom:1px solid #2a314c}nav{display:grid;gap:5px;margin-top:20px}nav button{background:transparent;color:#aeb5ca;text-align:left;padding:12px;border-radius:9px;font-weight:650}nav button.active,nav button:hover{color:#fff;background:#293050}.side-bottom{margin-top:auto;padding:10px 12px}.side-bottom p{word-break:break-all;color:#aeb5ca;font-size:12px}.ghost{color:#aeb5ca;background:none;padding:0}.content{padding:40px 5vw;max-width:1500px;width:100%;margin:auto}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}header h1{margin:0;font-size:32px;letter-spacing:-1.2px}.status-pill{background:#e5fbf3;color:#0a9d70;padding:8px 12px;border-radius:99px;font-weight:700}.status-pill i{display:inline-block;width:7px;height:7px;background:var(--mint);border-radius:50%;margin-right:5px}.notice{background:linear-gradient(105deg,#545ae5,#8886fb);color:#fff;padding:30px 34px;border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 15px 25px #5c60ee23}.notice .eyebrow{color:#d8dcff}.notice h2{font-size:24px;margin:0}.notice p:not(.eyebrow){max-width:600px;color:#e7e9ff;line-height:1.6}.notice button{width:auto;background:#fff;color:#4d52d6;box-shadow:none;padding:12px 18px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.metrics article,.panel{background:#fff;border:1px solid var(--line);border-radius:15px}.metrics article{padding:22px}.metrics p{margin:0;color:var(--muted)}.metrics strong{display:block;font-size:34px;margin:11px 0 5px}.metrics small,.form-note{color:var(--muted)}.panel{padding:22px}.panel-head{display:flex;justify-content:space-between;align-items:start;gap:12px;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:6px}.panel-head h3{font-size:17px;margin:0 0 5px}.panel-head p{color:var(--muted);margin:0;line-height:1.5}.split{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);gap:20px}.empty{padding:34px 5px;text-align:center;color:var(--muted)}.account-row,.doc-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 4px;border-bottom:1px solid var(--line)}.account-row:last-child,.doc-row:last-child{border:0}.account-row h4,.doc-row h4{margin:0 0 6px}.account-row p,.doc-row p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.actions{display:flex;gap:7px}.actions button{padding:8px 10px;border-radius:8px;background:#eef0ff;color:#5054ce;font-weight:750}.actions button.danger{background:#fff0f1;color:#cc4053}.tag{font-size:11px;font-weight:800;text-transform:uppercase;padding:4px 7px;border-radius:99px;background:#eef0ff;color:#5659d5}.tag.running{background:#e5fbf3;color:#0a9d70}pre{min-height:420px;max-height:64vh;overflow:auto;background:#12182b;color:#b9c5ef;border-radius:10px;padding:18px;line-height:1.6;white-space:pre-wrap}#toast{position:fixed;right:25px;bottom:24px;background:#1c2440;color:#fff;padding:12px 16px;border-radius:10px;transform:translateY(90px);transition:.25s;box-shadow:0 12px 24px #17203d3d}#toast.show{transform:translateY(0)}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.hero{display:none}.app-shell{grid-template-columns:1fr}.app-shell aside{display:none}.content{padding:26px 18px}.split,.metrics{grid-template-columns:1fr}.notice{align-items:start;flex-direction:column}.notice button{width:100%}}
