:root{color:#20242a;background:#f5f4ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.center-screen{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-panel{background:#fff;border:1px solid #dedbd2;border-radius:8px;box-shadow:0 18px 45px #332e251c;max-width:430px;padding:28px;width:100%}.auth-panel h1{font-size:25px;line-height:1.1;margin:14px 0 20px}.auth-panel p{color:#5b6470;margin:0}.auth-mark{align-items:center;background:#e2f3ea;border:1px solid #b9dfca;border-radius:8px;color:#13724f;display:flex;height:52px;justify-content:center;width:52px}.auth-form{display:grid;gap:14px}label{color:#3a4149;display:grid;font-size:13px;font-weight:650;gap:6px}.input-with-icon{align-items:center;border:1px solid #c9c5bb;border-radius:6px;display:grid;grid-template-columns:20px 1fr;min-height:42px;padding:0 11px}.input-with-icon svg{color:#6c746f}.input-with-icon input{border:0;min-width:0;outline:0;padding:10px 0}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.primary-button,.text-button,.link-button,.tabs button,.segmented-control button{border-radius:6px;min-height:38px;padding:0 14px}.primary-button{background:#166c54;border:1px solid #166c54;color:#fff;font-weight:700}.text-button,.link-button{background:#fff;border:1px solid #c9c5bb;color:#2d343b;font-weight:650}.link-button{margin-top:14px;width:100%}.status-text,.notice-text,.error-text,.muted{color:#5b6470;font-size:14px}.notice-text{background:#e9f5ec;border:1px solid #b9dfca;border-radius:6px;color:#155b44;margin:0;padding:9px 11px}.error-text{background:#faebe7;border:1px solid #e8b4a6;border-radius:6px;color:#8f3522;margin:0;padding:9px 11px}.app-shell{display:grid;gap:18px;margin:0 auto;max-width:1440px;min-height:100vh;padding:20px}.topbar{align-items:center;border-bottom:1px solid #dedbd2;display:flex;justify-content:space-between;min-height:68px;padding-bottom:16px}.topbar h1{font-size:24px;line-height:1.1;margin:0}.topbar p{color:#68717b;font-size:13px;margin:5px 0 0;overflow-wrap:anywhere}.icon-button{align-items:center;background:#fff;border:1px solid #c8c5bd;border-radius:6px;color:#222931;display:inline-flex;height:36px;justify-content:center;min-width:36px;padding:0}.icon-button:hover,.text-button:hover,.link-button:hover,.segmented-control button:hover,.tabs button:hover{border-color:#778077}.summary-band{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.metric{background:#fff;border:1px solid #dedbd2;border-radius:8px;display:grid;gap:6px;min-height:80px;padding:14px}.metric span{color:#65707a;font-size:12px;font-weight:700;text-transform:uppercase}.metric strong{color:#1f252c;font-size:24px;line-height:1.1;overflow-wrap:anywhere}.tabs{border-bottom:1px solid #d7d3c9;display:flex;gap:8px;overflow-x:auto}.tabs button{align-items:center;background:transparent;border:1px solid transparent;color:#4a535c;display:inline-flex;flex:0 0 auto;font-weight:700;gap:8px;margin-bottom:-1px}.tabs button.active{background:#fff;border-color:#d7d3c9;border-bottom-color:#fff;color:#166c54}.table-section{background:#fff;border:1px solid #dedbd2;border-radius:8px;display:grid;gap:12px;padding:14px}.table-toolbar{align-items:center;display:flex;gap:10px;justify-content:space-between}.segmented-control{background:#f1efe8;border:1px solid #d7d3c9;border-radius:8px;display:inline-flex;gap:2px;padding:3px}.segmented-control button{background:transparent;border:1px solid transparent;color:#4d5660;font-size:13px;font-weight:700}.segmented-control button.selected{background:#fff;border-color:#c9c5bb;color:#166c54}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;min-width:900px;width:100%}.data-table th,.data-table td{border-bottom:1px solid #ece9e1;padding:10px 8px;text-align:left;vertical-align:top}.data-table th{color:#636b75;font-size:12px;font-weight:800;text-transform:uppercase;white-space:nowrap}.data-table input,.data-table select{background:#fff;border:1px solid #c9c5bb;border-radius:6px;color:#20242a;min-height:36px;min-width:0;padding:7px 8px;width:100%}.expense-table{min-width:1120px}.expense-table th:nth-child(1),.expense-table td:nth-child(1){width:150px}.expense-table th:nth-child(2),.expense-table td:nth-child(2){min-width:250px}.expense-table th:nth-child(3),.expense-table td:nth-child(3){width:190px}.expense-table th:nth-child(4),.expense-table td:nth-child(4){width:130px}.expense-table th:nth-child(5),.expense-table td:nth-child(5){width:110px}.expense-table th:nth-child(6),.expense-table td:nth-child(6){width:120px}.expense-table th:nth-child(7),.expense-table td:nth-child(7){width:92px}.new-row td{background:#fbfaf6}.archived-row{opacity:.72}.row-actions{display:flex;gap:6px}.badge{background:#eef0ee;border:1px solid #d6dbd6;border-radius:999px;color:#46505a;display:inline-flex;font-size:12px;font-weight:750;line-height:1;padding:6px 9px;white-space:nowrap}.badge-active,.badge-confirmed{background:#e6f4ed;border-color:#b9dfca;color:#155b44}.badge-archived,.badge-rejected{background:#f2ede4;border-color:#dccbb3;color:#684922}.badge-new,.badge-pending{background:#edf1fa;border-color:#c8d4ef;color:#344a83}.badge-superseded{background:#faebe7;border-color:#e8b4a6;color:#8f3522}.wrap-cell{max-width:440px;overflow-wrap:anywhere;white-space:normal}pre{background:#f7f6f0;border:1px solid #e1ddd3;border-radius:6px;font-size:12px;margin:0;max-height:220px;max-width:520px;overflow:auto;padding:8px}@media(max-width:760px){.app-shell{padding:14px}.summary-band{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{align-items:flex-start;gap:12px}.metric strong{font-size:20px}}@media(max-width:480px){.summary-band{grid-template-columns:1fr}.auth-panel{padding:22px}.button-row{display:grid}}
