*,*:before,*:after{box-sizing:border-box}:root{--bg: #0f1419;--surface: #1a2332;--surface-hover: #243044;--border: #2d3a4f;--text: #e8edf4;--text-muted: #8b9cb3;--accent: #3b82f6;--accent-hover: #2563eb;--success: #22c55e;--danger: #ef4444;--radius: 8px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}body{margin:0;min-height:100vh}a{color:var(--accent);text-decoration:none}button{font-family:inherit;cursor:pointer}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:background .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface-hover);color:var(--text)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}table.data-table{width:100%;border-collapse:collapse;font-size:.875rem}table.data-table th,table.data-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--border)}table.data-table th{color:var(--text-muted);font-weight:500;background:var(--surface-hover)}table.data-table tr:hover td{background:#ffffff05}table.data-table a.row-link{color:inherit}table.data-table a.row-link:hover{color:var(--accent)}.input,.select{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.45rem .65rem;font-size:.875rem}.input:focus,.select:focus{outline:2px solid var(--accent);outline-offset:0}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500}.badge-success{background:#22c55e26;color:var(--success)}.badge-warning{background:#eab30826;color:#eab308}.badge-muted{background:#8b9cb326;color:var(--text-muted)}.grid-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.stat-value{font-size:1.75rem;font-weight:600;line-height:1.2}.stat-label{color:var(--text-muted);font-size:.8rem;margin-bottom:.25rem}.search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-height:420px;overflow-y:auto;z-index:100;box-shadow:0 8px 24px #00000059}.search-group-title{padding:.5rem .75rem;font-size:.7rem;text-transform:uppercase;color:var(--text-muted);background:var(--surface-hover)}.search-item{display:block;padding:.5rem .75rem;color:var(--text);border-bottom:1px solid var(--border)}.search-item:hover{background:var(--surface-hover)}.pagination{display:flex;gap:.5rem;align-items:center;margin-top:1rem}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.tab{padding:.5rem 1rem;background:none;border:none;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.status-ok{color:var(--success)}.status-error{color:var(--danger)}.detail-grid{display:grid;grid-template-columns:160px 1fr;gap:.5rem 1rem;margin:0;font-size:.875rem}.detail-grid dt{color:var(--text-muted);margin:0}.detail-grid dd{margin:0}
