*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:#1a1a1a;color:#e0e0e0;line-height:1.6}#root{max-width:1400px;margin:0 auto;padding:1rem}button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem}button:hover{background:#2563eb}button:disabled{background:#4b5563;cursor:not-allowed}button.secondary{background:#6b7280}button.secondary:hover{background:#4b5563}button.danger{background:#dc2626}button.danger:hover{background:#b91c1c}input{background:#374151;border:1px solid #4b5563;color:#e0e0e0;padding:.5rem;border-radius:4px;font-size:.9rem}input:focus{outline:none;border-color:#3b82f6}table{width:100%;border-collapse:collapse;background:#262626;border-radius:8px;overflow:hidden}th{background:#374151;padding:.75rem;text-align:left;font-weight:600;border-bottom:2px solid #4b5563}td{padding:.75rem;border-bottom:1px solid #374151}tr:hover{background:#2d2d2d}.card{background:#262626;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.error{background:#7f1d1d;color:#fecaca;padding:1rem;border-radius:4px;margin-bottom:1rem}.loading{text-align:center;padding:2rem;color:#9ca3af}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}
