*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink)}button,input,textarea,select{font:inherit}.sidebar{position:fixed;inset:0 auto 0 0;width:230px;background:linear-gradient(180deg,var(--purple-dark),#1c072e);color:#fff;padding:28px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;gap:12px;align-items:center;padding:0 8px 28px}.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--orange);display:grid;place-items:center;font-weight:800;font-size:22px}.brand strong{display:block;letter-spacing:.12em}.brand span{font-size:11px;letter-spacing:.28em;opacity:.75}.sidebar nav{display:grid;gap:8px}.nav-item{border:0;background:transparent;color:#cfc5d6;text-align:left;padding:13px 14px;border-radius:12px;cursor:pointer;font-weight:600}.nav-item.active,.nav-item:hover{background:rgba(255,255,255,.10);color:#fff}.sidebar-footer{margin-top:auto;padding:18px 10px;color:#d8cde0}.main-shell{margin-left:230px;min-height:100vh;padding:28px 34px 60px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.topbar h1{margin:3px 0 0;font-size:30px}.top-actions{display:flex;gap:10px;align-items:center}.view{display:none}.view.active{display:block}.workspace-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.section-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}@media(max-width:980px){.sidebar{width:76px}.sidebar .brand div:last-child,.sidebar nav span,.sidebar-footer{display:none}.main-shell{margin-left:76px;padding:20px}.workspace-grid{grid-template-columns:1fr}.topbar{align-items:flex-start;gap:14px;flex-direction:column}.top-actions{width:100%;flex-wrap:wrap}}
