:root{color:#172033;background:#eef2f7;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;background:linear-gradient(135deg,rgba(22,101,52,.09),transparent 32rem),linear-gradient(225deg,rgba(37,99,235,.08),transparent 28rem),#eef2f7}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}.app-shell{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:32px 0 104px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.eyebrow{margin:0 0 8px;color:#047857;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,p{margin:0}h1{color:#101827;font-size:clamp(28px,4vw,42px);line-height:1.05}h2{color:#111827;font-size:18px}.subtitle{max-width:680px;margin-top:10px;color:#526071;line-height:1.55}.button{min-height:40px;border:1px solid #cbd5e1;border-radius:8px;padding:0 15px;background:#fff;color:#172033;font-weight:700;box-shadow:0 1px 2px #0f172a0f}.button:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}.button.primary{border-color:#14532d;background:#166534;color:#fff}.button.primary:hover:not(:disabled){background:#14532d}.button.muted{color:#526071}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.stat-card{min-height:94px;border:1px solid #d9e2ec;border-radius:8px;padding:16px;background:#ffffffdb;box-shadow:0 12px 30px #0f172a0f}.stat-card span{display:block;margin-bottom:10px;color:#64748b;font-size:13px;font-weight:700}.stat-card strong{display:block;color:#0f172a;font-size:28px;line-height:1.1}.stat-card.wide strong{font-size:22px}.toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 210px auto;gap:12px;align-items:end;border:1px solid #d9e2ec;border-radius:8px;padding:14px;background:#ffffffeb;box-shadow:0 10px 26px #0f172a0d}.search-box,.select-box{display:grid;gap:6px}label{color:#475569;font-size:13px;font-weight:800}input,select{width:100%;min-height:42px;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px;background:#fff;color:#172033;outline:none}input:focus,select:focus{border-color:#166534;box-shadow:0 0 0 3px #16653424}.toolbar-actions{display:flex;gap:8px}.alert{margin-top:12px;border-radius:8px;padding:11px 13px;font-weight:700}.alert.error{border:1px solid #fecdd3;background:#fff1f2;color:#be123c}.alert.success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.table-panel{margin-top:16px;border:1px solid #d9e2ec;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 16px 36px #0f172a14}.table-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-bottom:1px solid #e2e8f0}.table-header p{margin-top:4px;color:#64748b;font-size:13px}.sort-chip{flex:0 0 auto;border:1px solid #cbd5e1;border-radius:999px;padding:7px 11px;color:#475569;font-size:12px;font-weight:800}.table-wrap{max-height:62vh;overflow:auto}table{width:100%;min-width:1050px;border-collapse:separate;border-spacing:0;font-size:14px}thead th{position:sticky;top:0;z-index:1;border-bottom:1px solid #dbe3ed;background:#f8fafc;color:#475569;text-align:left;font-size:12px;text-transform:uppercase}th,td{padding:12px 14px;vertical-align:top}tbody tr{border-bottom:1px solid #eef2f7}tbody tr:hover{background:#f8fafc}tbody tr.selected-row{background:#f0fdf4}.check-cell{width:42px;text-align:center}.check-cell input{width:16px;min-height:16px;accent-color:#166534}.sort-button{display:inline-flex;align-items:center;gap:6px;min-height:28px;border:0;padding:0;background:transparent;color:inherit;font-size:inherit;font-weight:800;text-transform:inherit}.sort-button span{min-width:10px}.mono{color:#334155;font-family:Cascadia Mono,SFMono-Regular,Consolas,monospace;font-size:13px}.wok-pill{display:inline-flex;align-items:center;min-height:26px;border:1px solid #bfdbfe;border-radius:999px;padding:0 9px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800}.project-name{min-width:280px;color:#172033;font-weight:700}.amount{white-space:nowrap;color:#14532d;font-weight:800}.reason{min-width:320px;color:#475569;line-height:1.45}.empty-state{display:grid;gap:6px;justify-items:center;padding:40px 16px;color:#64748b}.empty-state strong{color:#172033}.action-bar{position:fixed;right:24px;bottom:24px;left:24px;display:none;align-items:center;justify-content:space-between;gap:16px;max-width:1180px;margin:0 auto;border:1px solid #bbf7d0;border-radius:8px;padding:12px 14px;background:#f0fdf4fa;box-shadow:0 18px 42px #0f172a2e}.action-bar.visible{display:flex}.action-bar strong,.action-bar span{display:block}.action-bar span{margin-top:3px;color:#166534;font-size:13px;font-weight:700}.export-name-field{display:grid;flex:1 1 320px;max-width:460px;gap:5px;color:#166534}.export-name-field input{min-height:38px}.action-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}@media (max-width: 900px){.page-header,.table-header,.action-bar{align-items:stretch;flex-direction:column}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar{grid-template-columns:1fr}.toolbar-actions,.action-buttons{justify-content:stretch}.toolbar-actions .button,.action-buttons .button{flex:1}.export-name-field{max-width:none}}@media (max-width: 560px){.app-shell{width:min(100% - 20px,1280px);padding-top:18px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:78px}.action-bar{right:10px;bottom:10px;left:10px}}
