:root{--green:#1e633b;--green2:#2a7c4c;--ink:#202421;--muted:#68736e;--line:#d7dfdc;--bg:#eef2f2;--white:#fff;--pale:#f5f8f6;--amber:#946300;--amberbg:#fff8e8;--blue:#315b92;--bluebg:#eef4ff;--red:#a33d35;--redbg:#fff0ee;--shadow:0 10px 30px rgba(30,99,59,.09)}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}button,input,select{font:inherit}.topbar{height:64px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px}.mark{width:34px;height:34px;border-radius:9px;background:#fff;color:var(--green);display:grid;place-items:center;font-weight:1000}.brand b{font-size:14px;letter-spacing:.08em}.brand small{display:block;font-size:10px;color:#e4f0e8}.session{display:flex;gap:7px;font-size:9px}.session span{border:1px solid rgba(255,255,255,.32);border-radius:999px;padding:6px 8px;background:rgba(255,255,255,.08)}.shell{max-width:1540px;margin:auto;padding:12px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:12px;align-items:start}.main-panel,.side-panel{background:#fff;border:1px solid #dfe6e3;border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.heading{padding:13px 15px;border-bottom:1px solid #e6ebe8;display:flex;justify-content:space-between;gap:10px;align-items:center}.heading h1{font-size:18px;color:var(--green);margin:0}.heading p{font-size:11px;color:var(--muted);margin:3px 0 0}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:10px 12px;background:#fafcfb;border-bottom:1px solid #e7ece9}.control{border:1px solid #cfd8d4;border-radius:8px;padding:9px 10px;background:#fff;font-size:12px;min-width:165px}.grow{flex:1;min-width:230px}.btn{border:none;border-radius:8px;padding:9px 12px;font-size:11px;font-weight:900;cursor:pointer}.primary{background:var(--green);color:#fff}.dark{background:#2f6f47;color:#fff}.ghost{background:#fff;border:1px solid #ccd7d2;color:var(--green)}.light{background:#f0f4f2;color:#34433c}.btn:disabled{opacity:.45;cursor:not-allowed}.readonly{margin-left:auto;background:#eff8f2;border:1px solid #cee1d4;color:#2b6040;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:900}.gridwrap{overflow:auto;max-height:665px}table{width:100%;min-width:1290px;border-collapse:collapse}th{position:sticky;top:0;z-index:4;background:#edf3f0;color:#53625a;text-align:left;font-size:8.5px;text-transform:uppercase;letter-spacing:.035em;padding:8px;border-bottom:1px solid #cfd8d4}td{padding:8px;border-bottom:1px solid #e8edeb;font-size:10.5px;vertical-align:top}tbody tr:hover{background:#fbfdfc}tbody tr.selected{background:#edf7f0}.tag{display:inline-block;padding:3px 6px;border-radius:999px;font-size:8px;font-weight:900;white-space:nowrap}.ready{background:#eaf7ee;color:#24603a}.need{background:var(--bluebg);color:var(--blue)}.confirm{background:var(--amberbg);color:var(--amber)}.blocked{background:var(--redbg);color:var(--red)}.footerbar{position:sticky;bottom:0;background:#245f3b;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;z-index:10}.footerbar b{font-size:12px}.footerbar span{font-size:9.5px;color:#d7e8dd;margin-left:7px}.actions{display:flex;gap:7px;flex-wrap:wrap}.side-panel section{padding:12px;border-bottom:1px solid #e7ece9}.side-panel section:last-child{border-bottom:none}.side-panel h2{font-size:13px;color:var(--green);margin:0 0 8px}.kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.kpi{border:1px solid var(--line);border-radius:9px;padding:8px}.kpi b{display:block;font-size:20px;color:var(--green)}.kpi span{font-size:7.5px;color:var(--muted);font-weight:900;text-transform:uppercase}.issue{border:1px solid var(--line);border-radius:9px;padding:9px;margin-top:7px}.issue.info{background:#fbfdff;border-color:#cadbf0}.issue.warn{background:#fffdf6;border-color:#ecd69d}.issue.block{background:#fff4f2;border-color:#ebc7c3}.issue h3{font-size:10.5px;margin:0 0 4px}.issue p{font-size:9.5px;color:#5d6762;line-height:1.4;margin:0 0 6px}.issue input{width:100%;border:1px solid #ccd6d2;border-radius:7px;padding:7px;margin-bottom:5px;font-size:10px}.choice{display:block;width:100%;text-align:left;background:#fff;border:1px solid #ccd6d2;border-radius:7px;padding:7px;margin-top:5px;font-size:9.5px;font-weight:800;cursor:pointer}.choice.chosen{border-color:var(--green);background:#edf7f0;color:var(--green)}.prov{font-size:8px;color:#78827d;margin-top:5px}.empty,.muted{font-size:9px;color:#73807a;line-height:1.45}.total{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid #edf0ef;font-size:10px}.grand{font-size:11px;font-weight:900;color:var(--green);border-bottom:none;padding-top:8px}.pdf-note{background:#f7f9f8;border:1px solid var(--line);border-radius:8px;padding:8px;margin-top:8px;font-size:8.5px;color:#56625c;line-height:1.45}.full{width:100%;margin-top:7px}.overlay{position:fixed;inset:0;background:rgba(22,38,29,.52);display:grid;place-items:center;z-index:100;padding:18px}.notice-card{max-width:620px;background:#fff;border-radius:16px;padding:26px;box-shadow:0 20px 70px rgba(0,0,0,.25)}.notice-card h1{color:var(--green);font-size:24px}.notice-card p{font-size:12px;color:#55615b;line-height:1.55}.eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--green)}.toast{position:fixed;right:16px;bottom:16px;background:#243b2d;color:#fff;padding:10px 12px;border-radius:9px;font-size:10px;z-index:120;max-width:330px}.toast.error{background:#8b342e}@media(max-width:920px){.workspace{grid-template-columns:1fr}.session{display:none}.readonly{width:100%;margin-left:0}.gridwrap{max-height:none}}@media(max-width:600px){.topbar{padding:0 10px}.brand small{display:none}.shell{padding:7px}.heading{align-items:flex-start;flex-direction:column}.toolbar>*{width:100%}.footerbar{align-items:flex-start;flex-direction:column}.footerbar .actions{width:100%}.footerbar .btn{flex:1}}
.source-ref{min-width:300px}.readonly{white-space:nowrap}
[hidden]{display:none!important}
.need{background:#eef8f1;color:#27643d}
.brand img{display:block;width:152px;height:42px;object-fit:contain;object-position:left center;background:#fff;border-radius:5px;padding:3px 6px}.brand small{font-size:10px}.feedback-text{min-height:92px;resize:vertical;line-height:1.4}.primary{background:#1e9b50}.primary:hover{background:#147d3d}.applied{background:#e9f5ff;color:#225f8f}.selected-source{background:#e6f6eb;color:#1e633b}.inactive-alternative{opacity:.48;background:#f5f5f5!important}.original-value{display:block;color:#7a837f;font-size:8px;text-decoration:none}.effective-value{display:block;color:#1e633b;font-weight:800;margin-top:2px}
.gridwrap table{min-width:1900px}.gridwrap th,.gridwrap td{white-space:normal}.gridwrap th:nth-child(-n+6),.gridwrap td:nth-child(-n+6){position:sticky;z-index:3;background:#fff;box-shadow:1px 0 0 #d7dfdc}.gridwrap th:nth-child(-n+6){z-index:7;background:#edf3f0}.gridwrap th:nth-child(1),.gridwrap td:nth-child(1){left:0;width:42px;min-width:42px}.gridwrap th:nth-child(2),.gridwrap td:nth-child(2){left:42px;width:68px;min-width:68px}.gridwrap th:nth-child(3),.gridwrap td:nth-child(3){left:110px;width:58px;min-width:58px}.gridwrap th:nth-child(4),.gridwrap td:nth-child(4){left:168px;width:50px;min-width:50px}.gridwrap th:nth-child(5),.gridwrap td:nth-child(5){left:218px;width:98px;min-width:98px}.gridwrap th:nth-child(6),.gridwrap td:nth-child(6){left:316px;width:105px;min-width:105px;border-right:1px solid #b5c8bd;box-shadow:5px 0 8px -4px rgba(28,71,45,.35)}.gridwrap tr.selected td:nth-child(-n+6){background:#edf7f0}.gridwrap tr.inactive-alternative td:nth-child(-n+6){background:#f5f5f5}
.restore-status{padding:28px 18px;border-radius:12px;background:#fff;color:#315b43;font-weight:700}.shell.restoring .workspace{display:none}.shell:not(.restoring) .restore-status{display:none}
.shell.signed-out .workspace,.shell.signed-out .restore-status{display:none}
