@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{color:#171a25;--blue:#0b43d8;--bright:#0d52ff;--line:#c9cee0;--muted:#697086;--panel:#fff;--soft:#f0f2f6;--blue-soft:#e1e9ff;--green:#0d8a4b;--red:#c62828;background:#f7f9fc;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f7f9fc;min-width:320px;margin:0}button,input,textarea,select{font:inherit}button,a{transition:all .18s}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.sidebar{border-right:1px solid var(--line);z-index:20;background:#f8f9fb;flex-direction:column;width:254px;padding:22px 10px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{color:var(--blue);align-items:center;gap:10px;padding:0 10px 30px;display:flex}.brand-mark{background:var(--blue);color:#fff;border-radius:5px;place-items:center;width:38px;height:38px;display:grid}.brand b{font-size:25px;line-height:1;display:block}.brand small{color:#656b7c;text-transform:uppercase;letter-spacing:.08em;margin-top:5px;font-size:11px;font-weight:600;display:block}.side-nav{gap:5px;display:grid}.nav-link{color:#292e42;border-right:2px solid #0000;border-radius:5px;align-items:center;gap:13px;height:54px;padding:0 14px;display:flex}.nav-link:hover{color:var(--blue);background:#eef1f6}.nav-link.active{color:#063ddb;background:#f1f3f7;border-right-color:#063ddb}.upgrade{background:var(--bright);color:#fff;border-radius:5px;justify-content:center;align-items:center;gap:10px;height:44px;margin:auto 10px 0;font-weight:500;display:flex}.workspace{min-width:0;margin-left:254px}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#f8f9fbf5;align-items:center;gap:28px;height:68px;padding:0 34px;display:flex;position:sticky;top:0}.topbar-title{color:#063dc7;white-space:nowrap;font-size:22px;font-weight:700}.global-search{color:#30374d;background:#eef0f4;border-radius:6px;flex:1;align-items:center;gap:10px;max-width:520px;height:44px;padding:0 14px;display:flex}.global-search input{color:#252a39;background:0 0;border:0;outline:0;width:100%}.top-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.icon-button{color:#242a3c;background:0 0;border:0;border-radius:5px;place-items:center;padding:8px;display:grid}.icon-button:hover{color:var(--blue);background:#e8ebf1}.notification{position:relative}.notification:after{content:"";background:#d32727;border-radius:50%;width:7px;height:7px;position:absolute;top:5px;right:6px}.profile{border-left:1px solid var(--line);align-items:center;gap:10px;margin-left:4px;padding-left:18px;display:flex}.profile>span,.profile>img{color:#fff;object-fit:cover;background:#142c48;border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;display:grid}.profile b,.profile small{white-space:nowrap;text-overflow:ellipsis;max-width:190px;font-size:13px;display:block;overflow:hidden}.profile small{color:var(--muted);font-size:10px}.sign-out{color:var(--muted);background:0 0;border:0;padding:6px;font-size:11px}.sign-out:hover{color:var(--blue);background:#e8ebf1}.main{max-width:1500px;margin:auto;padding:34px}.mobile-menu{display:none}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.page-heading h1{margin:0 0 4px;font-size:32px;line-height:1.2}.page-heading p{color:#4d5469;margin:0}.actions{gap:10px;display:flex}.btn{color:#171a25;background:#fff;border:1px solid #9ca3b5;border-radius:3px;justify-content:center;align-items:center;gap:9px;height:44px;padding:0 18px;display:inline-flex}.btn:hover{background:#eef1f6}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.primary:hover{background:#0637b7}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px}.card-pad{padding:26px}.card h2{margin:0;font-size:22px}.section-title{color:#111;align-items:center;gap:10px;display:flex}.section-title svg{color:var(--blue)}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-size:11px;font-weight:700}.badge{color:#087a3e;background:#dff7e8;border-radius:12px;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.badge.blue{color:#0750cc;background:#deebff}.badge.red{color:#bc2020;background:#ffe2e2}.badge.gray{color:#52596e;background:#e8eaf0}.muted{color:var(--muted)}.mono{font-family:JetBrains Mono,monospace}.form-label{margin-bottom:8px;font-size:13px;font-weight:600;display:block}.input,.textarea,.select{border:1px solid var(--line);background:#f9fafc;border-radius:4px;outline:none;width:100%;padding:12px}.input:focus,.textarea:focus,.select:focus{border-color:var(--blue);box-shadow:0 0 0 2px #dce6ff}.textarea{resize:vertical}.toggle{background:#c4c9dc;border:0;border-radius:15px;flex:none;width:48px;height:26px;padding:0;position:relative}.toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #5555}.toggle.on{background:var(--blue)}.toggle.on:after{left:25px}.divider{background:var(--line);height:1px;margin:22px 0}@media (width<=980px){.sidebar{transition:all .2s;transform:translate(-100%);box-shadow:10px 0 30px #2222}.sidebar.open{transform:none}.workspace{margin-left:0}.mobile-menu{display:grid}.topbar{gap:10px;padding:0 16px}.topbar-title,.profile div,.top-actions>.icon-button:first-child,.top-actions>.icon-button:nth-child(3){display:none}.main{padding:24px 18px}.page-heading{flex-direction:column;align-items:flex-start}.page-heading h1{font-size:27px}}@media (width<=620px){.top-actions{gap:0}.profile{padding-left:8px}.global-search{max-width:none}.main{padding:20px 14px}.actions{flex-wrap:wrap;width:100%}.actions .btn{flex:1}.card-pad{padding:18px}}
