:root{--color-bg: #f8f9fa;--color-fg: #1a1a1a;--color-surface: #ffffff;--color-surface-2: #f1f3f5;--color-border: #dee2e6;--color-muted: #868e96;--color-accent: #228be6;--color-accent-fg: #ffffff;--color-accent-hover: #1c7ed6;--color-danger: #fa5252;--color-row-hover: #f1f3f5}[data-theme=dark]{--color-bg: #141414;--color-fg: #e8e8e8;--color-surface: #1e1e1e;--color-surface-2: #2a2a2a;--color-border: #333;--color-muted: #777;--color-accent: #339af0;--color-accent-fg: #ffffff;--color-accent-hover: #228be6;--color-danger: #ff6b6b;--color-row-hover: #2a2a2a}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--color-bg);color:var(--color-fg);font-family:system-ui,-apple-system,Segoe UI,sans-serif}header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}header h1{font-size:1.25rem;margin:0}.header-actions{display:flex;align-items:center;gap:.6rem}main{max-width:1200px;margin:1rem auto;padding:0 1.5rem;display:grid;gap:1.25rem}section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:1rem 1.25rem}section h2{font-size:.85rem;margin:0 0 .75rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em}.search-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.search-row input[type=search]{flex:1 1 280px}.search-row input[type=text]{flex:0 0 auto}input,select,button{font-family:inherit;font-size:.9rem;border:1px solid var(--color-border);border-radius:4px;padding:.45rem .6rem;background:var(--color-surface);color:var(--color-fg)}input:focus,select:focus{outline:2px solid var(--color-accent);outline-offset:-1px}button{cursor:pointer;background:var(--color-accent);color:var(--color-accent-fg);border:none}button:hover{background:var(--color-accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.danger{background:var(--color-danger)}button#theme-toggle{font-size:1rem;width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--color-surface-2);color:var(--color-fg);border:1px solid var(--color-border);border-radius:4px}.status{margin-top:.5rem;font-size:.85rem;color:var(--color-muted);min-height:1.2em}.status.error{color:var(--color-danger)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}th,td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--color-border);white-space:nowrap}th{background:var(--color-surface-2);color:var(--color-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}tr:hover td{background:var(--color-row-hover);cursor:pointer}td.id{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.78rem;color:var(--color-muted)}td.muted{color:var(--color-muted)}td.sublatum{color:var(--color-danger);opacity:.7}form#create-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;align-items:end}form#create-form label{display:flex;flex-direction:column;font-size:.8rem;color:var(--color-muted)}form#create-form input{margin-top:.2rem}form#create-form button{grid-column:1 / -1;justify-self:start;padding:.5rem 1rem}.detail pre{background:var(--color-surface-2);color:var(--color-fg);padding:1rem;border:1px solid var(--color-border);border-radius:4px;overflow-x:auto;font-size:.85rem}.detail-actions{display:flex;gap:.5rem;margin-top:.5rem}dialog{border:none;border-radius:8px;padding:1.5rem;min-width:320px;background:var(--color-surface);color:var(--color-fg);box-shadow:0 16px 40px #00000040}dialog::backdrop{background:#00000073}dialog form{display:grid;gap:.75rem}dialog label{display:flex;flex-direction:column;font-size:.85rem}dialog input{margin-top:.2rem}.dialog-actions{display:flex;gap:.5rem;justify-content:flex-end}.dialog-actions button[type=button]{background:var(--color-muted)}
