:root{color:#17211f;font-synthesis:none;--ink:#17211f;--muted:#687570;--line:#dfe5e1;--soft:#eef2ef;--paper:#fff;--forest:#102d2a;--forest-2:#19463f;--mint:#9ed9bf;--amber:#d68d31;--red:#b64a47;background:#f4f6f4;font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f4f6f4;min-width:320px}body{min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#e8f0ec;background:var(--forest);flex-direction:column;height:100vh;padding:28px 20px 20px;display:flex;position:sticky;top:0}.brand{letter-spacing:.08em;align-items:center;gap:12px;padding:0 8px;display:flex}.brand>span:last-child{flex-direction:column;line-height:1;display:flex}.brand strong{color:#afc3ba;font-size:12px;font-weight:500}.brand b{letter-spacing:.12em;margin-top:4px;font-size:18px}.brand-mark{border:1px solid #ffffff52;border-radius:9px;grid-template-columns:repeat(3,1fr);align-items:end;gap:3px;width:36px;height:36px;padding:7px;display:grid}.brand-mark i{background:var(--mint);border-radius:3px 3px 1px 1px;display:block}.brand-mark i:first-child{opacity:.6;height:11px}.brand-mark i:nth-child(2){height:20px}.brand-mark i:nth-child(3){opacity:.8;height:15px}.sidebar nav{flex-direction:column;gap:6px;margin-top:52px;display:flex}.sidebar nav a{color:#aebfba;border-radius:8px;align-items:center;gap:12px;padding:12px 13px;font-size:14px;transition:all .16s;display:flex}.sidebar nav a:hover{color:#fff;background:#ffffff0f}.sidebar nav a.active{color:#fff;box-shadow:inset 3px 0 var(--mint);background:#21463f}.sidebar-note{background:#08171542;border:1px solid #9ed9bf33;border-radius:10px;margin:auto 4px 24px;padding:16px}.sidebar-note span{color:var(--mint);letter-spacing:.13em;font-size:10px;font-weight:750}.sidebar-note p{color:#9fb3ac;margin:8px 0 0;font-size:12px;line-height:1.55}.account{border-top:1px solid #ffffff1c;grid-template-columns:34px minmax(0,1fr) 32px;align-items:center;gap:10px;padding-top:18px;display:grid}.avatar{color:#102d2a;background:var(--mint);border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.account-copy{flex-direction:column;min-width:0;display:flex}.account-copy strong,.account-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-copy strong{color:#f6faf8;font-size:12px;font-weight:600}.account-copy span{color:#8fa59e;margin-top:3px;font-size:11px}.icon-button{width:32px;height:32px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.icon-button:hover{background:#ffffff14}.main-content{min-width:0}.page-wrap{width:min(1460px,100%);margin:0 auto;padding:44px 48px 64px}.page-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.eyebrow{color:#54756a;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:750}h1{letter-spacing:-.025em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,44px);font-weight:500;line-height:1.05}.page-subtitle{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.55}.primary-button,.secondary-button,.danger-button{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:650;transition:all .15s;display:inline-flex}.primary-button{color:#fff;border:1px solid var(--forest);background:var(--forest)}.primary-button:hover{background:var(--forest-2)}.secondary-button{color:#31443f;background:#fff;border:1px solid #cfd8d3}.secondary-button:hover{background:#f9fbfa;border-color:#97aaa2}.danger-button{color:#953d3a;background:#fff8f7;border:1px solid #e4b8b6}button:disabled{opacity:.55;cursor:not-allowed}.panel{border:1px solid var(--line);background:var(--paper);border-radius:12px;box-shadow:0 1px 2px #102d2a06}.status{letter-spacing:.03em;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.status:before{content:"";background:#73837d;border-radius:50%;width:7px;height:7px}.status.complete:before,.status.passed:before,.status.approved:before{background:#3f9a72;box-shadow:0 0 0 3px #e0f2e8}.status.partial:before,.status.pending:before{background:#d28a2d;box-shadow:0 0 0 3px #faecd8}.status.failed:before,.status.revoked:before{background:#ba514d;box-shadow:0 0 0 3px #fae3e1}.empty-state{text-align:center;color:var(--muted);padding:70px 20px}.empty-state strong{color:var(--ink);font-family:Georgia,serif;font-size:22px;font-weight:500;display:block}.empty-state p{max-width:430px;margin:8px auto 0;font-size:13px;line-height:1.6}.error-banner{color:#8d3835;background:#fff7f6;border:1px solid #e8c0be;border-radius:8px;margin-bottom:18px;padding:12px 14px;font-size:13px}.boot-screen{color:#64716d;background:#f4f6f4;place-content:center;justify-items:center;gap:14px;min-height:100vh;font-size:13px;display:grid}.boot-mark{border:2px solid #cad5d0;border-top-color:var(--forest);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=840px){.app-shell{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr auto;gap:18px;width:100%;height:auto;padding:18px 20px;display:grid;position:static}.sidebar nav{flex-direction:row;grid-area:2/1/auto/-1;margin:0;overflow-x:auto}.sidebar nav a{white-space:nowrap}.sidebar-note{display:none}.account{border:0;padding:0}.account-copy{display:none}.page-wrap{padding:30px 20px 52px}.page-header{flex-direction:column;align-items:flex-start}}
