:root{--primary: #0F4C81;--primary-hover: #0d3f6e;--dark: #0a0f1e;--dark-2: #0d1526;--card: #111827;--card-hover: #1a2334;--border: #1f2937;--text: #e5e7eb;--text-muted: #9ca3af;--text-subtle: #6b7280;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #60a5fa;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 4px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;background:var(--dark);color:var(--text);min-height:100vh;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:opacity .15s,background .15s}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}input,select,textarea{font-family:inherit;font-size:inherit;background:var(--dark);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:.5rem .75rem;transition:border-color .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary)}table{width:100%;border-collapse:collapse}th{text-align:left;padding:.6rem 1rem;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;white-space:nowrap}td{padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.875rem;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff05}.shimmer{background:linear-gradient(90deg,#1f2937 25%,#263244,#1f2937 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--dark-2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-subtle)}
