:root{color:#1f2430;background:#f4f5f7;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}.centre{place-items:center;min-height:100vh;display:grid}.card{background:#fff;border-radius:10px;padding:28px;box-shadow:0 1px 3px #0000001f}.card h1{margin:0 0 4px;font-size:22px}label{margin:14px 0 0;font-size:13px;font-weight:600;display:block}input,select{background:#fff;border:1px solid #cbd0d8;border-radius:6px;width:100%;margin-top:5px;padding:9px 10px;font-size:14px}select{width:auto;min-width:260px}button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:6px;margin-top:16px;padding:10px 18px;font-weight:600}button:disabled{opacity:.55;cursor:not-allowed}button.ghost{color:#374151;background:0 0;border:1px solid #cbd0d8}.muted{color:#6b7280}.error{color:#b91c1c;font-size:13px}.ok{color:#065f46;background:#ecfdf5;border-radius:6px;padding:10px 12px;font-size:14px}.shell{max-width:1040px;margin:0 auto;padding:0 20px 40px}header{border-bottom:1px solid #e3e6ea;flex-wrap:wrap;align-items:center;gap:14px;padding:16px 0;display:flex}.spacer{flex:1}header button{margin-top:0}nav{gap:6px;margin:16px 0;display:flex}.tab{color:#374151;background:0 0;border:1px solid #0000;margin-top:0}.tab.on{background:#fff;border-color:#cbd0d8}.switcher{align-items:center;gap:8px;font-size:13px;display:flex}.badge{color:#92400e;background:#fef3c7;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:600}table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;font-size:14px;overflow:hidden}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #eceef1;padding:10px 12px}th{text-transform:uppercase;letter-spacing:.03em;color:#6b7280;background:#f8f9fb;font-size:12px}table.kv th{text-transform:none;width:160px}code{background:#f1f3f6;border-radius:4px;padding:1px 5px;font-size:13px}.status{text-transform:uppercase;font-size:12px;font-weight:600}.status.pending{color:#92400e}.status.approved{color:#065f46}.status.rejected{color:#b91c1c}footer{margin-top:28px;font-size:12px}
