:root{font-family:system-ui,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.page{padding:1.5rem;min-height:100vh}.page.center{display:grid;place-items:center}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.topbar nav{display:flex;gap:1rem}.topbar a{color:#dc2626}.muted{color:#64748b}.card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #00000014}.tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tabs button{border:1px solid #cbd5e1;background:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.tabs button.active{background:#dc2626;color:#fff;border-color:#dc2626}.form{display:grid;gap:.75rem;max-width:520px}.form label{display:grid;gap:.25rem;font-size:.9rem}input,select,textarea,button{font:inherit;padding:.55rem .7rem;border-radius:8px;border:1px solid #cbd5e1}button{background:#dc2626;color:#fff;border:none;cursor:pointer;font-weight:600}button.small{font-size:.8rem;padding:.3rem .5rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.6rem;border-bottom:1px solid #e2e8f0}.ok{color:#15803d}
