:root{--bg: #f4f6f8;--surface: #ffffff;--surface-2: #eef1f4;--surface-3: #e3e8ee;--border: #d7dde4;--border-strong: #b9c2cd;--text: #1c2430;--text-muted: #5c6675;--text-faint: #8a94a3;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: #dbe7fe;--on-primary: #ffffff;--danger: #dc2626;--danger-hover: #b91c1c;--danger-soft: #fde8e8;--success: #16a34a;--success-soft: #dcf5e5;--warning: #d97706;--warning-soft: #fdf0dd;--sev-critical: #dc2626;--sev-high: #ea580c;--sev-medium: #d97706;--sev-low: #2563eb;--sev-informational: #64748b;--status-new: #2563eb;--status-progress: #d97706;--status-blocked: #dc2626;--status-resolved: #16a34a;--status-closed: #64748b;--nav-bg: #111827;--nav-text: #f9fafb;--nav-text-muted: #9ca3af;--radius: 6px;--radius-lg: 10px;--shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);--shadow-lg: 0 10px 30px rgba(16, 24, 40, .18);--focus-ring: 0 0 0 3px rgba(37, 99, 235, .35)}[data-theme=dark]{--bg: #0f1419;--surface: #1a212a;--surface-2: #212a35;--surface-3: #2a3543;--border: #2e3a48;--border-strong: #46556a;--text: #e6edf3;--text-muted: #9aa7b8;--text-faint: #6b7889;--primary: #3b82f6;--primary-hover: #60a5fa;--primary-soft: #1e3a5f;--on-primary: #ffffff;--danger: #ef4444;--danger-hover: #f87171;--danger-soft: #432224;--success: #22c55e;--success-soft: #173526;--warning: #f59e0b;--warning-soft: #3d2f15;--sev-critical: #f87171;--sev-high: #fb923c;--sev-medium: #fbbf24;--sev-low: #60a5fa;--sev-informational: #94a3b8;--status-new: #60a5fa;--status-progress: #fbbf24;--status-blocked: #f87171;--status-resolved: #4ade80;--status-closed: #94a3b8;--nav-bg: #0a0e13;--nav-text: #e6edf3;--nav-text-muted: #8b98a9;--shadow: 0 1px 3px rgba(0, 0, 0, .5);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .6);--focus-ring: 0 0 0 3px rgba(96, 165, 250, .4)}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);transition:background-color .15s ease,color .15s ease}.app{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;padding:.5rem 1rem;border:1px solid transparent;border-radius:var(--radius);background-color:var(--primary);color:var(--on-primary);font-size:.95rem;font-family:inherit;transition:background-color .12s ease,border-color .12s ease}button:hover{background-color:var(--primary-hover)}button:disabled{background-color:var(--surface-3);color:var(--text-faint);cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}input,select,textarea{font-family:inherit;font-size:.95rem;color:var(--text);background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .65rem}input::placeholder,textarea::placeholder{color:var(--text-faint)}table{border-collapse:collapse;width:100%;background:var(--surface)}th{text-align:left;font-weight:600;color:var(--text-muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;padding:.65rem .75rem;border-bottom:2px solid var(--border);background:var(--surface-2)}td{padding:.6rem .75rem;border-bottom:1px solid var(--border);color:var(--text);font-size:.92rem}tr:hover td{background:var(--surface-2)}h1,h2,h3,h4{color:var(--text)}hr{border:none;border-top:1px solid var(--border)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.25rem}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.btn-secondary:hover{background:var(--surface-2)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600}.side-nav-item{display:block;width:100%;text-align:left;background:transparent;color:var(--text-muted);border:none;padding:.42rem .5rem;border-radius:var(--radius);font-size:.92rem}.side-nav-item:hover{background:var(--surface-2);color:var(--text)}.side-nav-item--active,.side-nav-item--active:hover{background:var(--primary-soft);color:var(--text);font-weight:600}.toast-host{position:fixed;bottom:1.25rem;right:1.25rem;z-index:10000;display:flex;flex-direction:column;gap:.5rem;max-width:380px}.toast{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;border-radius:var(--radius);background:var(--surface);color:var(--text);border:1px solid var(--border);border-left:4px solid var(--primary);box-shadow:var(--shadow-lg);font-size:.92rem;animation:toast-in .18s ease-out}.toast--success{border-left-color:var(--success)}.toast--error{border-left-color:var(--danger)}.toast--info{border-left-color:var(--primary)}.toast__close{background:none;border:none;color:var(--text-faint);padding:0;margin-left:auto;font-size:1rem;line-height:1}.toast__close:hover{background:none;color:var(--text)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#080c128c;display:flex;align-items:center;justify-content:center;z-index:9999;animation:toast-in .12s ease-out}.modal{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;width:min(440px,calc(100vw - 2rem))}.modal__title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.modal__message{color:var(--text-muted);font-size:.95rem;margin-bottom:1.25rem;white-space:pre-wrap}.modal__actions{display:flex;justify-content:flex-end;gap:.6rem}
