/* The sidebar is fixed, so the workspace must not also participate in a grid.
   The former grid plus a left margin made Chromium resolve its content width to zero. */
.app-shell{display:block}.workspace{margin-left:245px;width:calc(100% - 245px);min-width:0}.view{max-width:1480px}
.onboarding-step{grid-template-columns:30px minmax(0,1fr) auto}.onboarding-step strong,.onboarding-step small{display:block}.onboarding-step small{margin-top:2px;color:var(--muted);font-size:12px}
/* A centered tooltip can overflow the left edge of a modal. In dialogs it opens
   below the icon and is anchored inside the form instead. */
.modal .info:hover:after,.modal .info:focus:after{top:calc(100% + 8px);bottom:auto;left:0;transform:none;max-width:min(300px,calc(100vw - 72px))}.modal .info{z-index:2}.modal .info:hover{z-index:30}
.setup-hero{background:linear-gradient(120deg,#eaf4fb,#f8fbfd);border:1px solid #c9e1f1;border-radius:12px;padding:24px;display:flex;justify-content:space-between;align-items:flex-end;gap:22px}.setup-hero h2{margin:0 0 6px;font-size:23px}.setup-hero p{margin:0;color:#456477;max-width:700px}.setup-select{display:grid;gap:6px;min-width:245px;color:#334252;font-size:12px;font-weight:700}.setup-select select{border:1px solid #cbd5de;border-radius:8px;background:#fff;padding:10px;color:var(--text)}.setup-progress{margin:18px 0 14px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px 18px}.setup-progress>div:first-child{display:flex;justify-content:space-between;gap:12px}.setup-progress span{color:var(--blue);font-weight:800}.progress-track{height:8px;margin-top:10px;border-radius:99px;background:#e6edf2;overflow:hidden}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1677b8,#3b99d2)}.setup-steps{display:grid;gap:12px}.setup-step{background:#fff;border:1px solid var(--line);border-radius:11px;padding:18px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:15px;align-items:center}.setup-step.is-complete{border-color:#b7dfcb;background:linear-gradient(90deg,#f5fcf8,#fff)}.setup-step.is-skipped{border-color:#ebd39d;background:#fffdf7}.setup-number{width:32px;height:32px;border-radius:50%;background:#eaf0f4;color:#536779;display:grid;place-items:center;font-weight:800}.is-complete .setup-number{background:#dff2e9;color:#18875b}.is-skipped .setup-number{background:#fff1d3;color:#875500}.setup-title{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.setup-title h3{margin:0;font-size:15px}.setup-content p{margin:4px 0;color:#516b7c}.setup-content small{color:#718495}.setup-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;max-width:355px}.setup-actions .button{white-space:nowrap}
@media(max-width:900px){.app-shell{display:block}.sidebar{position:fixed;inset:0 auto 0 0;width:72px;min-height:100vh;padding:16px 9px}.workspace{margin-left:72px;width:calc(100% - 72px);min-width:0}.view{max-width:none}.topbar>div:first-child{min-width:0}.topbar h1{white-space:nowrap}.topbar p{white-space:normal}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{align-items:center}.hero>div{min-width:0}.hero .button{flex:0 0 auto}}
@media(max-width:900px){.setup-hero{align-items:stretch;flex-direction:column}.setup-select{min-width:0}.setup-step{grid-template-columns:36px minmax(0,1fr)}.setup-actions{grid-column:2;justify-content:flex-start;max-width:none}}
@media(max-width:560px){.topbar{align-items:flex-start}.topbar-user{display:flex;font-size:11px}.metrics{grid-template-columns:1fr 1fr}.hero{display:grid;grid-template-columns:1fr}.hero .button{width:100%}.setup-step{padding:14px;gap:10px}.setup-actions{display:grid;grid-template-columns:1fr 1fr}.setup-actions .button{width:100%}}
