.page{width:100%;margin:0 auto;padding:20px}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.muted{color:#a6adbb;font-size:12px}.card{background:#111827;border:1px solid #1f2937;border-radius:12px;overflow:hidden}.tableWrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:1100px}th,td{border-bottom:1px solid #1f2937;padding:10px 12px;vertical-align:top}th{text-align:left;font-weight:600;background:#0f172a;position:sticky;top:0;z-index:1}.pill{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid #334155;font-size:12px;color:#e6e9ef}a{color:#93c5fd;text-decoration:none}a:hover{text-decoration:underline}button{border-radius:10px;border:1px solid #334155;padding:8px 12px;background:#0f172a;color:#e6e9ef;cursor:pointer}button:hover{border-color:#60a5fa}input[type=date],textarea{background:#0f172a;border:1px solid #334155;color:#e6e9ef;border-radius:10px;padding:8px 10px}pre{margin:0;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#d1d5db}.modalBackdrop{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;padding:16px}.modal{width:min(720px,92vw);background:#111827;border:1px solid #1f2937;border-radius:14px;padding:16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f7f8fc;color:#1a1f42;line-height:1.6}#root{min-height:100%}:root{--red: #e8394c;--navy: #1a1f42;--white: #ffffff;--light: #f7f8fc;--muted: #6b7280;--border: #e5e7eb}
