:root{--background:#f4f7f6;--surface:#fff;--surface-muted:#edf3f1;--ink:#17312d;--ink-soft:#60736f;--line:#dce6e3;--accent:#2b7a70;--accent-strong:#205f58;--accent-soft:#dcefeb;--pending:#9a6a2a;--pending-soft:#f7eddd;--shadow:0 12px 36px #183c3612;--radius-lg:20px;--radius-md:14px}*{box-sizing:border-box}html{background:var(--background);min-width:320px}body{color:var(--ink);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.app-shell{grid-template-columns:264px minmax(0,1fr);min-height:100svh;display:grid}.sidebar{color:#eff9f7;background:#193f39;border-right:1px solid #ffffff12;flex-direction:column;height:100svh;padding:30px 20px 22px;display:flex;position:sticky;top:0}.brand{border-radius:12px;align-items:center;gap:12px;width:fit-content;margin:0 10px 38px;display:inline-flex}.brand:focus-visible,.primary-nav__item:focus-visible,.text-link:focus-visible{outline-offset:3px;outline:3px solid #8bd2c6}.brand__mark{color:#173f39;background:#8bd2c6;border-radius:13px;place-items:center;width:42px;height:42px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:700;display:grid}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.01em;font-size:18px}.brand small{color:#a9c8c2;letter-spacing:.2em;margin-top:1px;font-size:10px;font-weight:700}.primary-nav{gap:5px;display:grid}.primary-nav__item{color:#c8dcd8;border-radius:11px;grid-template-columns:30px 1fr;align-items:center;gap:10px;min-height:46px;padding:8px 10px;font-size:14px;font-weight:600;transition:color .15s,background-color .15s;display:grid}.primary-nav__item:hover{color:#fff;background:#ffffff14}.primary-nav__item[aria-current=page]{color:#fff;background:#8bd2c626;box-shadow:inset 3px 0 #8bd2c6}.primary-nav__item[aria-current=page] .primary-nav__icon{color:#173f39;background:#8bd2c6;border-color:#8bd2c6}.primary-nav__icon{color:#9ec8c0;background:#ffffff12;border:1px solid #ffffff14;border-radius:8px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:grid}.sidebar__footer{color:#9ebbb5;border-top:1px solid #ffffff17;align-items:center;gap:9px;margin-top:auto;padding:18px 10px 0;font-size:12px;display:flex}.environment-dot,.notice__dot{background:#7fc9bc;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #7fc9bc1f}.workspace{min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;justify-content:space-between;align-items:center;min-height:82px;padding:14px clamp(24px,4vw,56px);display:flex}.topbar p{margin:0}.topbar__label{color:var(--ink-soft);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:800}.topbar__context{font-size:14px;font-weight:650;margin-top:2px!important}.account-placeholder{color:var(--ink-soft);align-items:center;gap:10px;display:flex}.account-placeholder__avatar{width:38px;height:38px;color:var(--accent-strong);background:var(--accent-soft);border-radius:12px;place-items:center;font-size:13px;font-weight:800;display:grid}.account-placeholder strong,.account-placeholder small{display:block}.account-placeholder strong{color:var(--ink);font-size:13px}.account-placeholder small{font-size:11px}.main-content{width:min(1180px,100%);margin:0 auto;padding:52px clamp(24px,4vw,56px) 72px}.page-header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:34px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:800}h1,h2,p{overflow-wrap:break-word}h1,h2{letter-spacing:-.025em;margin:0}h1{font-size:clamp(30px,4vw,42px);line-height:1.12}h2{font-size:21px;line-height:1.25}.page-header__description{max-width:700px;color:var(--ink-soft);margin:10px 0 0;font-size:16px}.status-pill{min-height:30px;color:var(--ink-soft);background:var(--surface-muted);border:1px solid var(--line);white-space:nowrap;border-radius:999px;align-items:center;padding:5px 11px;font-size:11px;font-weight:750;display:inline-flex}.status-pill--draft{color:var(--pending);background:var(--pending-soft);border-color:#eddbbe}.notice{background:var(--accent-soft);border-radius:var(--radius-md);border:1px solid #c8e4df;gap:15px;margin-bottom:42px;padding:17px 19px;display:flex}.notice__dot{background:var(--accent);margin-top:8px}.notice strong{font-size:14px}.notice p{color:#496b65;margin:2px 0 0;font-size:13px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px;display:flex}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);min-height:180px;box-shadow:var(--shadow);padding:23px}.dashboard-card__heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-card__heading p{color:var(--ink-soft);letter-spacing:.035em;text-transform:uppercase;margin:0;font-size:12px;font-weight:750}.dashboard-card__heading span{background:#8ebdb5;border-radius:50%;width:9px;height:9px}.dashboard-card--pending .dashboard-card__heading span{background:#d4a257}.dashboard-card>strong{margin-top:25px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:600;line-height:1.15;display:block}.dashboard-card>p{color:var(--ink-soft);margin:9px 0 0;font-size:13px}.next-step{color:#f4fbfa;border-radius:var(--radius-lg);box-shadow:var(--shadow);background:linear-gradient(130deg,#214f47,#2e7469);justify-content:space-between;align-items:center;gap:32px;margin-top:24px;padding:25px 28px;display:flex}.next-step .eyebrow{color:#98d5ca}.next-step p:last-child{color:#cce1dd;max-width:680px;margin:7px 0 0;font-size:13px}.next-step__index{color:#fff3;font-family:Georgia,Times New Roman,serif;font-size:48px}.empty-state{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);min-height:360px;box-shadow:var(--shadow);place-items:center;padding:54px 28px;display:grid}.empty-state__symbol{min-width:52px;height:52px;color:var(--accent-strong);background:var(--accent-soft);border-radius:16px;place-items:center;margin-bottom:20px;padding:0 10px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;display:grid}.empty-state p{max-width:610px;color:var(--ink-soft);margin:10px auto 0}.text-link{color:var(--accent-strong);margin-top:22px;font-weight:700}@media (max-width:880px){.app-shell{display:block}.sidebar{height:auto;padding:18px 20px 14px;display:block;position:static}.brand{margin:0 0 16px}.brand__mark{width:38px;height:38px}.primary-nav{overscroll-behavior-inline:contain;scrollbar-width:thin;gap:7px;padding-bottom:5px;display:flex;overflow-x:auto}.primary-nav__item{background:#ffffff0a;min-width:max-content;min-height:40px;padding:6px 10px 6px 7px;display:flex}.primary-nav__item[aria-current=page]{box-shadow:inset 0 -3px #8bd2c6}.primary-nav__icon{width:26px;height:26px}.sidebar__footer{display:none}.topbar{min-height:70px}}@media (max-width:640px){.topbar{padding:12px 18px}.topbar__context,.account-placeholder small{display:none}.account-placeholder strong{font-size:12px}.main-content{padding:36px 18px 54px}.page-header{margin-bottom:26px;display:block}.page-header .status-pill{margin-top:16px}.dashboard-grid{grid-template-columns:1fr}.dashboard-card{min-height:155px}.next-step__index{display:none}.empty-state{min-height:310px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.auth-page,.access-denied{background:var(--page-background,#f4f7f6);text-align:center;place-content:center;justify-items:center;gap:22px;min-height:100vh;padding:32px 20px;display:grid}.auth-page__brand{color:#173b39;text-align:left;align-items:center;gap:10px;display:flex}.auth-page__brand strong,.auth-page__brand small{display:block}.auth-page__brand small{letter-spacing:.18em;font-size:10px}.access-denied{align-content:center}.access-denied h1,.access-denied p{max-width:560px;margin:0}.access-denied__actions{align-items:center;gap:18px;display:flex}.sign-out-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #173b3938;border-radius:999px;padding:7px 12px;font-size:12px}.sign-out-button:hover{background:#173b3912}
