:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}#root{min-height:100vh}h1,h2,p{margin:0}.container{max-width:1080px;margin:0 auto;padding:2rem 1rem 3rem}.header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.eyebrow{color:#64748b;font-size:.875rem;margin-bottom:.25rem}h1{font-size:2rem;line-height:1.2;margin-bottom:.5rem}.subtitle{color:#334155;max-width:700px}.primary{border:1px solid #0f172a;background:#0f172a;color:#f8fafc;border-radius:.5rem;padding:.625rem 1rem;font-weight:600;cursor:pointer}.primary:disabled,.secondary:disabled{opacity:.6;cursor:not-allowed}.secondary{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:.5rem;padding:.625rem 1rem;font-weight:600;cursor:pointer}.headerActions{display:flex;gap:.5rem}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem}.card h2{color:#475569;font-size:.95rem;margin-bottom:.5rem}.card strong{display:block;font-size:1.8rem;margin-bottom:.25rem}.card p{color:#64748b;font-size:.9rem}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem}.panelHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.panelHeader span{color:#64748b;font-size:.875rem}.tableTabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tabButton{border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a;border-radius:999px;padding:.4rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer}.tabButton.active{background:#0f172a;color:#f8fafc;border-color:#0f172a}.approvalError{margin-bottom:.75rem}.tableWrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid #e2e8f0}th{color:#475569;font-weight:600}.badge{display:inline-block;border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.badge.pending{background:#fff7ed;color:#9a3412}.badge.approved{background:#ecfdf5;color:#166534}.loginContainer{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.loginCard{width:100%;max-width:420px;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem}.loginForm{margin-top:1rem;display:grid;gap:.5rem}.loginForm label{font-size:.9rem;color:#334155}.loginForm input{height:2.5rem;border:1px solid #cbd5e1;border-radius:.5rem;padding:0 .75rem}.loginForm .primary{margin-top:.5rem}.errorText{color:#b91c1c;font-size:.875rem}@media(max-width:900px){.cards{grid-template-columns:1fr}.header{flex-direction:column}}
