@import url('/static/local.css');
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#20372f;background:#f6f7f3;font-size:14px;--green:#214f40;--muted:#78847b;--line:#dce2d9;--lime:#d3e9b2}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;border:1px solid var(--line);border-radius:8px;background:white;padding:10px 15px;color:inherit;font-weight:550}button:hover{background:#edf2e7}button:disabled{opacity:.5;cursor:wait}.primary{background:var(--green);color:#fff;border-color:var(--green)}.primary:hover{background:#143a2d}.danger{color:#a03d3d}.small{padding:6px 10px;font-size:12px}.quiet{background:transparent;border-color:transparent}a{color:#286b51}input,select,textarea{border:1px solid var(--line);border-radius:7px;padding:11px 12px;background:#fff;color:inherit;max-width:100%;width:100%}input:focus,textarea:focus,select:focus,button:focus-visible{outline:2px solid #719657;outline-offset:2px}textarea{resize:vertical;line-height:1.65}label{display:block;font-size:12px;font-weight:650;margin-bottom:7px;color:#56665c}h1,h2,h3,p{margin-top:0}h1{font-size:32px;letter-spacing:-1.1px;font-weight:620;margin-bottom:10px}h2{font-size:20px;letter-spacing:-.4px}h3{font-size:15px}p{line-height:1.6}small,.muted{color:var(--muted)}.shell{display:grid;grid-template-columns:244px 1fr;min-height:100vh}.sidebar{background:#eef1e9;border-right:1px solid var(--line);padding:30px 20px;display:flex;flex-direction:column;gap:25px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:11px;font-weight:700;font-size:18px;letter-spacing:-.5px}.brand img{width:37px}.brand small{display:block;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;margin-top:3px}.workspace{background:#e4e9df;padding:12px;border-radius:8px;font-size:12px}.workspace b{display:block;margin-top:5px;font-size:13px}.nav{display:grid;gap:5px}.nav button{text-align:left;border:0;background:transparent;font-weight:500;color:#56685c;padding:12px}.nav button.active{background:#dce7ce;color:#244432;font-weight:650}.nav button span{display:inline-block;width:25px;font-size:17px}.side-label{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:#859080;margin:3px 12px 10px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.avatar{display:inline-grid;place-items:center;width:33px;height:33px;background:#d9e1d0;border-radius:50%;font-size:12px;font-weight:700;margin-right:9px}.userline{display:flex;align-items:center}.userline small{display:block;font-size:11px;margin-top:3px}.main{padding:27px 42px 60px;min-width:0;max-width:1600px;width:100%;margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:35px;color:#718072;font-size:12px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#6a9357;margin-right:7px}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:1.7px;color:#7e8b78;font-weight:650;margin-bottom:12px}.heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.heading p{color:#7b867c;margin-bottom:0}.actions,.row{display:flex;align-items:center;gap:10px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:25px 0}.stat{border:1px solid var(--line);border-radius:10px;background:#fff;padding:19px 22px}.stat strong{display:block;font-size:27px;font-weight:550;margin:7px 0}.stat small{font-size:11px}.toolbar{display:flex;gap:12px;margin:24px 0 18px}.search{flex:1}.toolbar select{width:190px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:22px;display:flex;flex-direction:column;min-height:206px;cursor:pointer;transition:border-color .15s,transform .15s}.card:hover{border-color:#8aa47a;transform:translateY(-2px)}.card h3{font-size:17px;line-height:1.4;margin:13px 0 10px;font-weight:600;letter-spacing:-.3px}.card p{font-size:13px;color:#7b857c;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:18px}.card-foot{display:flex;justify-content:space-between;gap:10px;color:#84907f;font-size:11px;margin-top:auto;padding-top:13px;border-top:1px solid #edf0e8}.pill{display:inline-block;border-radius:5px;padding:4px 7px;background:#f0f3ea;font-size:10px;font-weight:650;letter-spacing:.2px}.verified{background:#e7efdd;color:#547143}.proposed{background:#f8efdb;color:#997533}.superseded{background:#eee;color:#777}.card-top{display:flex;align-items:center;justify-content:space-between}.tag{font-size:10px;color:#7d8f72;text-transform:uppercase;letter-spacing:.7px}.empty{padding:60px 25px;border:1px dashed #cbd5c2;border-radius:12px;text-align:center;color:#7c8977;background:#f1f4ed}.empty h2{color:#395239}.panel{background:white;border:1px solid var(--line);border-radius:12px;padding:25px;margin-bottom:20px}.panel p:last-child{margin-bottom:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{margin-bottom:16px}.note{background:#eff4e8;padding:13px 16px;border-left:3px solid #a7be86;font-size:12px;border-radius:3px;line-height:1.6}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.editor{min-height:320px}.preview{line-height:1.8;overflow-wrap:anywhere;white-space:normal}.preview pre{white-space:pre-wrap;background:#f4f5f0;padding:12px}.preview h1{font-size:26px}.preview h2{font-size:20px}.preview h3{font-size:16px}.preview p{margin-bottom:15px}.preview code{background:#edf0e6;padding:2px 4px;border-radius:3px}.detail-meta{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.source{overflow-wrap:anywhere;font-size:12px;color:#7e887c}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:10px;text-transform:uppercase;letter-spacing:.9px;color:#889180;font-weight:600}th,td{padding:14px 10px;border-bottom:1px solid #e9ede3;font-size:12px}td:first-child{padding-left:0}table button{white-space:nowrap}.check{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:400}.check input{width:auto}.checklist{display:grid;gap:9px;margin:12px 0}.section-title{margin:28px 0 15px}.login{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-story{background:#153e35;color:#f1f4e9;padding:70px;display:flex;flex-direction:column;justify-content:space-between}.login-story h1{font-size:55px;line-height:1.1;letter-spacing:-2px;max-width:440px}.login-story p{color:#bacaba;max-width:365px;font-size:16px}.login-form{display:grid;place-items:center;padding:35px}.login-box{width:100%;max-width:360px}.login-box h2{font-size:28px}.login-box button{width:100%;margin-top:8px}.login-box .brand{margin-bottom:45px}.network-art{width:280px;height:160px;opacity:.8;margin:30px 0}.error{color:#a14640;font-size:13px;line-height:1.5}.loading{display:grid;place-items:center;min-height:70vh;color:#7d8b76}#toast{position:fixed;bottom:24px;right:28px;background:#254a38;color:white;padding:13px 20px;border-radius:9px;box-shadow:0 5px 25px #233d3025;z-index:20;display:none;max-width:460px}#toast.visible{display:block}dialog{border:1px solid var(--line);border-radius:14px;padding:28px;max-width:690px;width:90%;max-height:90vh;overflow:auto;color:inherit}dialog::backdrop{background:#16302655}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dialog-head h2{margin:0}.graph-svg{width:100%;height:420px;background:#f8faf5;border-radius:9px;border:1px solid #e5ebde}.graph-svg text{font-family:inherit;font-size:11px;fill:#324c35}.graph-svg line{stroke:#c2d2b5;stroke-width:1.4}.graph-svg circle{fill:#deebcd;stroke:#87a76e;stroke-width:1.4}.graph-svg g{cursor:pointer}.relationship{padding:15px 0;border-bottom:1px solid var(--line)}.relationship p{font-size:12px;color:#7c8876;margin:8px 0}.relationship button{margin-top:4px}.breadcrumb{margin-bottom:18px}.full{width:100%}.subtle{font-size:11px;color:#87927f}.mobile-brand{display:none}.file-input{padding:7px;font-size:12px}.danger-panel{border-color:#e4cbc7}.history-item{border-left:2px solid #bacdab;padding:0 0 20px 20px;margin-left:6px}.history-item pre{white-space:pre-wrap;max-height:220px;overflow:auto;background:#f4f5f0;padding:12px}.right{margin-left:auto}@media(min-width:1500px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1000px){.main{padding:25px}.sidebar{width:205px;padding:25px 14px}.shell{grid-template-columns:205px 1fr}.cards,.split{grid-template-columns:1fr}.login-story{padding:40px}.login-story h1{font-size:40px}}@media(max-width:700px){.shell{display:block}.sidebar{width:100%;height:auto;position:static;padding:17px;gap:15px;border-bottom:1px solid var(--line);border-right:0}.workspace,.side-label,.sidebar-bottom{display:none}.nav{display:flex;overflow:auto;gap:4px}.nav button{white-space:nowrap;padding:9px;font-size:12px}.nav button span{width:20px}.main{padding:20px 17px}.topbar{margin-bottom:25px}.heading{align-items:flex-start}.heading .actions{flex-direction:column}h1{font-size:27px}.stats{gap:8px}.stat{padding:13px}.stat strong{font-size:22px}.toolbar{flex-wrap:wrap}.toolbar select{width:100%}.login{grid-template-columns:1fr}.login-story{display:none}.login-form{min-height:100vh}.graph-svg{height:300px}.panel{padding:18px}}

.company-logo{display:block;max-width:160px;max-height:72px;object-fit:contain;margin-bottom:12px}
