.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--theme-bg);padding:20px}.login-card{background:var(--theme-surface);border-radius:16px;padding:36px;width:100%;max-width:400px;border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.login-card h1{color:var(--theme-text-primary);margin-bottom:8px;font-size:26px;text-align:center}.subtitle{color:var(--theme-text-muted);text-align:center;margin-bottom:32px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:var(--theme-text-primary);font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px 14px;border:1px solid var(--theme-border);border-radius:10px;font-size:14px;color:var(--theme-text-primary);background:var(--theme-surface);transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-light)}.form-group input:disabled{background-color:var(--theme-surface-tertiary);color:var(--theme-text-muted)}.error-message{background-color:#ef44441a;color:var(--theme-error);padding:12px;border-radius:10px;margin-bottom:20px;font-size:14px;border:1px solid rgba(239,68,68,.25)}.login-button{width:100%;padding:12px 14px;background:var(--theme-accent);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;cursor:pointer}.login-button:hover:not(:disabled){background:var(--theme-accent-hover);box-shadow:0 8px 18px #2563eb40}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.dashboard{max-width:1400px}.dashboard h1{color:var(--theme-text-primary);margin-bottom:8px;font-size:30px;font-weight:600}.subtitle{color:var(--theme-text-muted);margin-bottom:32px;font-size:15px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.stat-card-link{text-decoration:none;color:inherit}.stat-card-link:focus-visible{outline:2px solid var(--theme-accent);outline-offset:4px;border-radius:16px}.stat-card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:14px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:var(--theme-shadow);transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a1f;background:var(--theme-surface-hover)}.stat-card-emphasis{border-color:#b91c1c40;background:linear-gradient(180deg,rgba(185,28,28,.05),var(--theme-surface))}.stat-icon{font-size:48px;line-height:1;color:var(--theme-accent)}.stat-content h3{font-size:26px;color:var(--theme-text-primary);margin:0 0 4px;font-weight:700}.stat-content p{font-size:13px;color:var(--theme-text-muted);margin:0}.loading,.error{text-align:center;padding:48px;color:var(--theme-text-muted);font-size:16px}.error{color:var(--theme-error)}.filter-toolbar{width:100%;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:16px;padding:16px;box-shadow:var(--theme-shadow);display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:24px}.filter-toolbar-presets{display:flex;gap:8px;flex-wrap:wrap}.preset{border:1px solid transparent;background:transparent;color:var(--theme-text-secondary);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s ease}.preset.active{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-accent-soft)}.preset:hover{border-color:var(--theme-text-muted)}.filter-toolbar-dates{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;flex:1;min-width:220px}.filter-toolbar-dates label{display:flex;flex-direction:column;font-size:12px;color:var(--theme-text-secondary);gap:4px}.filter-toolbar-dates input{border:1px solid var(--theme-border);border-radius:10px;padding:8px 10px;font-size:14px;color:var(--theme-text-primary);background:var(--theme-surface-muted);transition:border-color .2s ease,box-shadow .2s ease}.filter-toolbar-dates input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-soft)}.users-page{max-width:1400px}.users-page h1{color:var(--theme-text-primary);margin-bottom:8px;font-size:30px;font-weight:600}.controls{margin-bottom:24px}.search-input{width:100%;max-width:500px;padding:12px 16px;border:1px solid var(--theme-border);border-radius:10px;font-size:14px;color:var(--theme-text-primary);background:var(--theme-surface)}.search-input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-light)}.table-container{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:14px;overflow:hidden;box-shadow:var(--theme-shadow);margin-bottom:24px}.data-table{width:100%;color:var(--theme-text-primary)}.data-table th{padding:16px;text-align:left;font-weight:600;color:var(--theme-text-secondary);font-size:13px;text-transform:uppercase;letter-spacing:.5px}.data-table td{padding:16px;border-top:1px solid var(--theme-border-light);font-size:14px;color:var(--theme-text-primary)}.data-table tr:hover{background-color:var(--theme-surface-hover)}.badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:600}.badge-default{background:var(--theme-surface-tertiary);color:var(--theme-text-muted)}.badge-primary{background:var(--theme-accent-soft);color:var(--theme-accent)}.badge-success{background:#16a34a1f;color:var(--theme-success)}.actions{display:flex;gap:8px}.btn{padding:8px 16px;border:1px solid var(--theme-border);border-radius:10px;background:var(--theme-surface);color:var(--theme-text-primary);font-size:14px;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn:hover:not(:disabled){background:var(--theme-surface-hover);border-color:var(--theme-accent);color:var(--theme-accent)}.btn-small{padding:6px 12px;font-size:13px}.btn-danger{color:var(--theme-error);border-color:#dc26264d}.btn-danger:hover:not(:disabled){background:#ef44441a;border-color:var(--theme-error)}.pagination{display:flex;align-items:center;justify-content:center;gap:16px}.page-info{color:var(--theme-text-muted);font-size:14px}.user-detail-page .description{color:var(--theme-text-muted)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:16px}.stat-card{border:1px solid var(--theme-border);border-radius:14px;background:var(--theme-surface-tertiary);padding:14px 16px;display:flex;flex-direction:column;gap:6px}.stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-muted)}.stat-value{font-size:20px;font-weight:600;color:var(--theme-text-primary)}.two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.two-column h3{margin:0 0 12px;color:var(--theme-text-primary);font-size:18px}.alert-pill{min-width:90px;padding:8px 12px;border-radius:999px;font-weight:700;text-transform:uppercase;font-size:12px;text-align:center;background:var(--theme-surface-tertiary);color:var(--theme-text-muted)}.alert-pill.mild{background:#fbbf2426;color:#b45309}.alert-pill.moderate{background:#f9731626;color:#c2410c}.alert-pill.high{background:#f871712e;color:#991b1b}@media (max-width: 768px){.stat-value{font-size:18px}}.circle-link{color:var(--theme-accent);text-decoration:none}.circle-link:hover{text-decoration:underline}.page{max-width:1300px;margin-bottom:24px;color:var(--theme-text-primary)}.page h1{font-size:30px;margin-bottom:4px;color:var(--theme-text-primary);font-weight:600}.subtitle{font-size:15px;color:var(--theme-text-muted);margin-bottom:24px}.search-section{margin-bottom:20px}.search-section input{width:100%;max-width:420px;padding:12px 18px;border-radius:10px;border:1px solid var(--theme-border);font-size:14px;color:var(--theme-text-primary);background:var(--theme-surface)}.search-section input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-soft)}.stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.stat-item{background:var(--theme-surface);padding:14px 20px;border-radius:10px;border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.stat-label{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-text-muted)}.stat-value{font-size:26px;font-weight:600;color:var(--theme-text-primary)}.data-table{width:100%;border-collapse:collapse;border-radius:14px;overflow:hidden;box-shadow:var(--theme-shadow);background:var(--theme-surface)}.data-table thead{background:var(--theme-surface-tertiary)}.data-table th,.data-table td{padding:18px 20px;border-bottom:1px solid var(--theme-border-light);text-align:left}.data-table th{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-text-muted)}.data-table td{font-size:14px;color:var(--theme-text-primary)}.data-table tbody tr:hover{background:var(--theme-surface-hover)}.description{font-size:13px;color:var(--theme-text-muted);margin-top:4px}.badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.badge.active{background:var(--theme-accent-soft);color:var(--theme-accent)}.badge.inactive{background:var(--theme-surface-tertiary);color:var(--theme-text-muted)}.pagination{margin-top:20px;display:flex;justify-content:flex-end;gap:12px}.pagination button{border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface);color:var(--theme-text-primary);padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s ease}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination button:not(:disabled):hover{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-surface-hover)}.detail-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--theme-accent)}.detail-link:hover{text-decoration:underline}.detail-page{max-width:1200px;margin-bottom:24px}.detail-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.back-link{color:var(--theme-text-primary);font-weight:600;border:1px solid var(--theme-border);padding:8px 14px;border-radius:12px;background:var(--theme-surface);transition:all .2s ease;text-decoration:none}.back-link:hover{border-color:var(--theme-accent);color:var(--theme-accent)}.status-pill{padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:1px solid transparent}.status-pill.active{color:var(--theme-accent);border-color:var(--theme-accent);background:var(--theme-accent-soft)}.status-pill.inactive{color:var(--theme-text-muted);border-color:var(--theme-border);background:var(--theme-surface-tertiary)}.detail-hero{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:18px;padding:26px;display:flex;justify-content:space-between;gap:24px;box-shadow:var(--theme-shadow);flex-wrap:wrap}.detail-hero h1{margin-bottom:8px;font-size:32px;color:var(--theme-text-primary)}.detail-hero .description{margin-bottom:0;color:var(--theme-text-muted);font-size:15px}.hero-meta{display:flex;flex-wrap:wrap;gap:10px}.hero-pill{padding:8px 16px;border-radius:12px;border:1px solid var(--theme-border);background:var(--theme-surface-tertiary);font-size:14px;color:var(--theme-text-primary);font-weight:600}.detail-panel{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:16px;padding:20px;margin-bottom:20px;box-shadow:var(--theme-shadow)}.panel-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:12px}.panel-header h2{margin:0;font-size:22px}.panel-header p{margin:0;color:var(--theme-text-muted)}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px}.meta-label{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-text-muted)}.meta-value{display:block;font-size:15px;margin-top:4px;color:var(--theme-text-primary)}.table-wrapper{overflow-x:auto}.detail-table{width:100%;border-collapse:collapse;margin-top:12px}.detail-table thead{background:var(--theme-surface-tertiary)}.detail-table th,.detail-table td{padding:14px 16px;border-bottom:1px solid var(--theme-border-light);text-align:left}.detail-table th{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-text-muted)}.detail-table td{font-size:14px;color:var(--theme-text-primary)}.activity-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.activity-item{display:flex;gap:14px;padding:16px;border-radius:14px;background:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.activity-severity{min-width:90px;padding:8px 12px;border-radius:999px;font-weight:700;text-transform:uppercase;font-size:12px;text-align:center}.activity-body{flex:1}.activity-message{margin:0 0 6px;font-size:15px;color:var(--theme-text-primary)}.activity-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--theme-text-muted);align-items:center}.activity-dismissed{padding:4px 10px;border-radius:999px;border:1px solid var(--theme-border)}.report-list{display:flex;flex-direction:column;gap:16px;margin-top:12px}.report-card{border:1px solid var(--theme-border);border-radius:16px;padding:16px;background:var(--theme-surface-secondary)}.report-header-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.report-header-row h3{margin:0 0 4px;text-transform:capitalize}.report-pill-group{display:flex;gap:8px;flex-wrap:wrap}.report-pill{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.report-status-pending,.report-status-reviewing{background:#fef3c7;color:#92400e}.report-status-resolved{background:#dcfce7;color:#166534}.report-status-dismissed{background:#e5e7eb;color:#374151}.report-priority-low{background:#e0f2fe;color:#075985}.report-priority-medium{background:#dbeafe;color:#1d4ed8}.report-priority-high,.report-priority-urgent{background:#fee2e2;color:#991b1b}.report-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:12px}.report-description{margin:0 0 12px;color:var(--theme-text-primary);line-height:1.5}.report-resolution{padding:12px;border-radius:12px;background:var(--theme-surface);border:1px solid var(--theme-border-light);margin-bottom:12px}.report-actions{display:flex;flex-direction:column;gap:12px}.report-actions textarea{width:100%;border:1px solid var(--theme-border);border-radius:10px;padding:10px 12px;background:var(--theme-surface);color:var(--theme-text-primary);font-size:14px;font-family:inherit;resize:vertical}.report-action-buttons{display:flex;gap:12px;flex-wrap:wrap}.report-dismiss-button{background:#475569}.loading,.error-message,.empty-state{padding:18px;border-radius:14px;margin-top:12px;background:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text-muted)}.action-form{margin-top:12px;display:flex;flex-direction:column;gap:16px}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.action-field label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-muted);margin-bottom:6px}.action-field select,.action-field textarea,.action-field input{width:100%;border:1px solid var(--theme-border);border-radius:10px;padding:10px 12px;background:var(--theme-surface-secondary);color:var(--theme-text-primary);font-size:14px;font-family:inherit}.action-field textarea{resize:vertical;min-height:88px}.action-field-full{grid-column:1 / -1}.action-button{border:none;border-radius:12px;padding:14px 18px;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:var(--theme-accent);color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a26}.danger-panel{border-color:#b91c1c40}.danger-button{background:#b91c1c}.danger-button:not(:disabled):hover{box-shadow:0 10px 20px #7f1d1d33}.action-status{border-radius:12px;padding:12px 16px;border:1px solid transparent;font-size:14px}.action-status.success{background:#ecfdf3;border-color:#10b981;color:#065f46}.action-status.error{background:#ffe3e3;border-color:#dc2626;color:#7f1d1d}@media (max-width: 768px){.detail-hero{padding:20px}.activity-item,.report-header-row{flex-direction:column}}:root{color-scheme:light;--theme-bg: #f8fafc;--theme-surface: #ffffff;--theme-surface-muted: #f1f5f9;--theme-surface-tertiary: #eef2f7;--theme-surface-hover: #f8fafc;--theme-text-primary: #0f172a;--theme-text-secondary: #475569;--theme-text-muted: #64748b;--theme-text-subtle: #94a3b8;--theme-border: #e2e8f0;--theme-border-light: #edf2f7;--theme-divider: #e2e8f0;--theme-accent: #2563eb;--theme-accent-hover: #1d4ed8;--theme-accent-soft: rgba(37, 99, 235, .12);--theme-success: #16a34a;--theme-warning: #d97706;--theme-error: #dc2626;--theme-info: #0284c7;--theme-sidebar-bg: #ffffff;--theme-sidebar-border: #e2e8f0;--theme-sidebar-active: #eff6ff;--theme-shadow: 0 1px 2px rgba(15, 23, 42, .08), 0 8px 24px rgba(15, 23, 42, .08)}:root.dark{color-scheme:dark;--theme-bg: #0f172a;--theme-surface: #111827;--theme-surface-muted: #1f2937;--theme-surface-tertiary: #1b2436;--theme-surface-hover: #1f2a3d;--theme-text-primary: #e2e8f0;--theme-text-secondary: #cbd5e1;--theme-text-muted: #94a3b8;--theme-text-subtle: #64748b;--theme-border: #1f2937;--theme-border-light: #2b364b;--theme-divider: #1f2937;--theme-accent: #60a5fa;--theme-accent-hover: #3b82f6;--theme-accent-soft: rgba(96, 165, 250, .18);--theme-success: #22c55e;--theme-warning: #f59e0b;--theme-error: #f87171;--theme-info: #38bdf8;--theme-sidebar-bg: #0b1220;--theme-sidebar-border: #1f2937;--theme-sidebar-active: #111827;--theme-shadow: 0 1px 2px rgba(2, 6, 23, .5), 0 10px 30px rgba(2, 6, 23, .35)}.layout{display:flex;min-height:100vh;background:var(--theme-bg)}.sidebar{width:260px;background:var(--theme-sidebar-bg);color:var(--theme-text-primary);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;border-right:1px solid var(--theme-sidebar-border)}.sidebar-header{padding:24px 20px;border-bottom:1px solid var(--theme-border-light)}.sidebar-header h2{margin:0 0 4px;font-size:22px;font-weight:600;color:var(--theme-text-primary)}.sidebar-header p{margin:0;font-size:13px;color:var(--theme-text-muted)}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.nav-item{display:flex;align-items:center;padding:10px 12px;color:var(--theme-text-secondary);text-decoration:none;transition:background-color .2s;border-radius:10px;margin-bottom:4px}.nav-item:hover{background-color:var(--theme-surface-hover);color:var(--theme-text-primary)}.nav-item.active{background-color:var(--theme-sidebar-active);color:var(--theme-accent);font-weight:600}.nav-icon{margin-right:12px;font-size:16px}.nav-label{font-size:15px}.nav-badge{margin-left:auto;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#b91c1c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.logout-button{margin:16px;padding:10px 12px;background:var(--theme-surface);color:var(--theme-text-primary);border:1px solid var(--theme-border);border-radius:10px;font-size:14px;font-weight:600;transition:all .2s ease}.logout-button:hover{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-surface-hover)}.theme-toggle{margin:0 16px 16px;padding:10px;background:var(--theme-surface);color:var(--theme-text-primary);border:1px solid var(--theme-border);border-radius:10px;font-size:18px;cursor:pointer;transition:all .2s ease;width:calc(100% - 32px)}.theme-toggle:hover{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-surface-hover)}.main-content{flex:1;margin-left:260px;padding:32px;background-color:var(--theme-bg);min-height:100vh;color:var(--theme-text-primary)}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-600:oklch(57.7% .245 27.325);--spacing:.25rem;--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-bold:700;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.mb-4{margin-bottom:calc(var(--spacing)*4)}.flex{display:flex}.table{display:table}.px-6{padding-inline:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-12{padding-block:calc(var(--spacing)*12)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-red-600{color:var(--color-red-600)}}:root{color-scheme:light;--theme-bg:#f8fafc;--theme-surface:#fff;--theme-surface-muted:#f1f5f9;--theme-surface-tertiary:#eef2f7;--theme-surface-hover:#f8fafc;--theme-text-primary:#0f172a;--theme-text-secondary:#475569;--theme-text-muted:#64748b;--theme-text-subtle:#94a3b8;--theme-border:#e2e8f0;--theme-border-light:#edf2f7;--theme-divider:#e2e8f0;--theme-accent:#2563eb;--theme-accent-hover:#1d4ed8;--theme-accent-soft:#2563eb1f;--theme-success:#16a34a;--theme-warning:#d97706;--theme-error:#dc2626;--theme-info:#0284c7;--theme-sidebar-bg:#fff;--theme-sidebar-border:#e2e8f0;--theme-sidebar-active:#eff6ff;--theme-shadow:0 1px 2px #0f172a14,0 8px 24px #0f172a14}:root.dark{color-scheme:dark;--theme-bg:#0f172a;--theme-surface:#111827;--theme-surface-muted:#1f2937;--theme-surface-tertiary:#1b2436;--theme-surface-hover:#1f2a3d;--theme-text-primary:#e2e8f0;--theme-text-secondary:#cbd5e1;--theme-text-muted:#94a3b8;--theme-text-subtle:#64748b;--theme-border:#1f2937;--theme-border-light:#2b364b;--theme-divider:#1f2937;--theme-accent:#60a5fa;--theme-accent-hover:#3b82f6;--theme-accent-soft:#60a5fa2e;--theme-success:#22c55e;--theme-warning:#f59e0b;--theme-error:#f87171;--theme-info:#38bdf8;--theme-sidebar-bg:#0b1220;--theme-sidebar-border:#1f2937;--theme-sidebar-active:#111827;--theme-shadow:0 1px 2px #02061780,0 10px 30px #02061759}*{box-sizing:border-box}:root{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}body{background-color:var(--theme-bg);color:var(--theme-text-primary);margin:0}h1,h2,h3,h4,h5,h6{color:var(--theme-text-primary);margin:0 0 .25rem;font-weight:600}p{color:var(--theme-text-secondary);margin:0}button{cursor:pointer;font:inherit}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font:inherit;color:var(--theme-text-primary);background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:10px;padding:.65rem .85rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-soft);outline:none}.btn{border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-primary);border-radius:10px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn:hover:not(:disabled){border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-surface-hover)}.btn-primary{background-color:var(--theme-accent);color:#fff;border-color:#0000}.btn-primary:hover:not(:disabled){background-color:var(--theme-accent-hover);color:#fff}.btn-secondary{background-color:var(--theme-surface-muted);color:var(--theme-text-primary);border:1px solid var(--theme-border)}.btn-secondary:hover:not(:disabled){background-color:var(--theme-surface-hover)}.btn-danger{color:var(--theme-error);background-color:#0000;border-color:#dc262666}.btn-danger:hover:not(:disabled){border-color:var(--theme-error);background-color:#dc262614}.btn-small{padding:.4rem .75rem;font-size:.875rem}.card{background:var(--theme-surface);box-shadow:var(--theme-shadow);border:1px solid var(--theme-border);border-radius:14px;padding:1.5rem}.badge{border-radius:.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.badge-success{color:var(--theme-success);background-color:#16a34a1f}.badge-warning{color:var(--theme-warning);background-color:#d977061f}.badge-danger{color:var(--theme-error);background-color:#dc26261f}.badge-info{color:var(--theme-info);background-color:#0284c71f}.page{max-width:1200px;margin:0 auto}.subtitle{color:var(--theme-text-muted);margin-top:.5rem;font-size:.95rem}.text-text-muted{color:var(--theme-text-muted)}.stat-card{background:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:var(--theme-shadow);border-radius:14px;gap:1rem;padding:1.25rem 1.5rem;display:flex}.stat-card>div:first-child{font-size:2.25rem}.stat-card>div:last-child{flex:1}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.search-input{width:100%;max-width:520px}table{border-collapse:collapse;width:100%}table thead th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-text-muted);background:var(--theme-surface-tertiary);border-bottom:1px solid var(--theme-border);padding:14px 16px;font-size:12px}table tbody td{border-bottom:1px solid var(--theme-border-light);color:var(--theme-text-primary);padding:14px 16px}table tbody tr:hover{background-color:var(--theme-surface-hover)}@property --tw-font-weight{syntax:"*";inherits:false}
