:root{--bg:#06111f;--panel:#0b1b2e;--panel2:#112641;--line:#284663;--text:#f7f9fc;--muted:#9bb0c8;--purple:#7c5cff;--purple2:#9a7cff;--green:#1cc88a;--yellow:#ffc857;--red:#ff6b6b;--shadow:0 18px 50px rgba(0,0,0,.28)}*{box-sizing:border-box}html,body{margin:0;background:linear-gradient(180deg,#06111f,#071827);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100%}button,input,select,textarea{font:inherit}.app{min-height:100vh;padding-bottom:100px}.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:rgba(6,17,31,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(132,158,191,.18)}.brand{display:flex;align-items:center;gap:14px;font-weight:800;font-size:25px}.logo{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--purple2),#5a38de);box-shadow:var(--shadow)}.header-actions{display:flex;gap:10px}.btn{border:0;border-radius:16px;padding:13px 18px;font-weight:800;color:white;background:#18314e;cursor:pointer}.btn.primary{background:linear-gradient(145deg,var(--purple2),#6d48f1)}.btn.green{background:#0e4a3b;color:#adf3d8;border:1px solid #238766}.btn.ghost{background:transparent;border:1px solid var(--line)}.btn.warn{background:#4a3410;color:#ffe0a1}.btn.danger{background:#4d2228;color:#ffc0c7}.page{max-width:1100px;margin:0 auto;padding:24px 18px}.hero{background:linear-gradient(145deg,#172b54,#101f36);border:1px solid #315271;border-radius:30px;padding:34px;box-shadow:var(--shadow)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#8fa7c1;font-weight:800;font-size:13px}.hero h1{font-size:clamp(34px,7vw,62px);line-height:1.03;margin:8px 0 16px}.hero p{font-size:19px;line-height:1.55;color:#b3c2d5;max-width:760px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.grid{display:grid;gap:18px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:rgba(10,27,46,.94);border:1px solid #294865;border-radius:24px;padding:22px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.card.clickable{cursor:pointer;transition:.18s transform,.18s border-color}.card.clickable:hover{transform:translateY(-2px);border-color:#745cff}.section{margin-top:24px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.section h2{font-size:27px;margin:0}.muted{color:var(--muted)}.metric{font-size:42px;font-weight:900;margin-top:6px}.pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800;background:#132e4a;color:#bcd1e8}.pill.green{background:#0c3d32;color:#aef1d5}.pill.yellow{background:#46340f;color:#ffda8a}.pill.purple{background:#2a2057;color:#d3c8ff}.row{display:flex;align-items:center;gap:12px}.space{justify-content:space-between}.stack{display:flex;flex-direction:column;gap:12px}.score{width:66px;height:66px;border-radius:20px;background:#1d3454;display:grid;place-items:center;font-weight:900;font-size:22px}.bottomnav{position:fixed;z-index:50;bottom:max(14px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:min(760px,calc(100% - 28px));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(7,22,38,.96);border:1px solid #31506e;border-radius:28px;padding:9px;box-shadow:0 18px 50px rgba(0,0,0,.45);backdrop-filter:blur(18px)}.navbtn{border:0;background:transparent;color:#8ca3bd;border-radius:18px;padding:11px 6px;font-weight:800;display:flex;flex-direction:column;gap:3px;align-items:center}.navbtn.active{background:#2a2057;color:#e6deff}.navbtn span:first-child{font-size:21px}.modal-wrap{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.65);display:grid;place-items:end center;padding:12px}.modal{width:min(820px,100%);max-height:90vh;overflow:auto;background:#0b1b2e;border:1px solid #315271;border-radius:28px 28px 20px 20px;padding:24px;box-shadow:0 25px 90px rgba(0,0,0,.55)}.modal h2{margin-top:0}.close{float:right}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.tab{white-space:nowrap;border:1px solid #294865;background:#0c2239;color:#a9bdd2;border-radius:999px;padding:10px 14px;font-weight:800}.tab.active{background:#6d48f1;color:white}.workspace-header{display:flex;align-items:center;gap:15px}.brandmark{width:64px;height:64px;border-radius:18px;background:linear-gradient(145deg,#72e0b5,#287e6a);display:grid;place-items:center;color:#05211a;font-weight:900;font-size:25px}.list{display:flex;flex-direction:column;gap:12px}.list-item{padding:16px;border-radius:18px;background:#0d2138;border:1px solid #24445f}.progress{height:10px;background:#0a192b;border-radius:99px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,#7c5cff,#9f87ff)}.field{display:flex;flex-direction:column;gap:7px}.field input,.field select,.field textarea{background:#081727;color:white;border:1px solid #294865;border-radius:14px;padding:13px}.preview-frame{background:white;color:#17202c;border-radius:20px;min-height:340px;padding:24px}.toast{position:fixed;right:18px;bottom:112px;z-index:120;background:#173d34;color:#bff4de;border:1px solid #2f8d72;border-radius:16px;padding:14px 18px;box-shadow:var(--shadow)}@media(max-width:760px){.topbar{padding:14px}.brand{font-size:22px}.logo{width:44px;height:44px}.header-actions .btn:not(.primary){display:none}.page{padding:18px 14px}.hero{padding:24px;border-radius:26px}.hero p{font-size:17px}.grid.cols-2,.grid.cols-3{grid-template-columns:1fr}.modal-wrap{padding:0}.modal{max-height:94vh;border-radius:26px 26px 0 0}.bottomnav{bottom:max(8px,env(safe-area-inset-bottom))}.section h2{font-size:24px}}
