@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#0a0e1a;--foreground:#e2e8f0;--accent:#3b82f6;--accent-green:#22c55e;--card-bg:#0f1629;--border:#1e2a45}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.stars{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.star{position:absolute;background:#fff;border-radius:50%;animation:twinkle linear infinite}@keyframes twinkle{0%,to{opacity:.2}50%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease forwards}.ship-aurora{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460)}.ship-emerald{background:linear-gradient(135deg,#0d2137,#0a3d2e 50%,#1a472a)}.ship-crimson{background:linear-gradient(135deg,#2d0a0a,#4a1010 50%,#6b1414)}.ship-violet{background:linear-gradient(135deg,#1a0a2e,#2d1457 50%,#4a1d8a)}.ship-gold{background:linear-gradient(135deg,#2a1a00,#4a3000 50%,#6b4400)}.ship-steel{background:linear-gradient(135deg,#0a1520,#152535 50%,#1e3a52)}