@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Rajdhani,sans-serif;background:linear-gradient(120deg,#0f172a,#1e3a8a);color:#e0e7ff;min-height:100vh;display:flex;flex-direction:column}#root{flex-grow:1;display:flex;flex-direction:column}.font-orbitron{font-family:Orbitron,sans-serif}.text-primary-glow{color:#60a5fa;text-shadow:0 0 8px #3b82f6,0 0 12px #2563eb}.glass-card{background:#1e3a8a4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);box-shadow:0 8px 32px #0003}input[type=text],input[type=url],textarea,select{background-color:#0f172ab3;border:1px solid rgba(59,130,246,.3);color:#e0e7ff;border-radius:.375rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}input[type=text]:focus,input[type=url]:focus,textarea:focus,select:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f64d}.btn-primary{background:linear-gradient(145deg,#3b82f6,#2563eb);color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .2s ease-in-out;border:1px solid #1e40af}.btn-primary:hover{background:linear-gradient(145deg,#2563eb,#1d4ed8);box-shadow:0 0 15px #3b82f680}.btn-secondary{background:#38bdf81a;color:#7dd3fc;border:1px solid rgba(56,189,248,.3);transition:all .2s ease-in-out}.btn-secondary:hover{background:#38bdf833;color:#e0f2fe;box-shadow:0 0 10px #38bdf84d}.btn-danger{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4);transition:all .2s ease-in-out}.btn-danger:hover{background:#ef44444d;color:#fecaca;box-shadow:0 0 10px #ef444466}.tag{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tag-primary{background-color:#3b82f633;color:#93c5fd;border:1px solid rgba(59,130,246,.4)}.tag-secondary{background-color:#f472b633;color:#f9a8d4;border:1px solid rgba(244,114,182,.4)}.tag-neutral{background-color:#64748b33;color:#cbd5e1;border:1px solid rgba(100,116,139,.4)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a80;border-radius:10px}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@keyframes fadeInOut{0%,to{opacity:0;transform:translateY(20px)}10%,90%{opacity:1;transform:translateY(0)}}.animate-fadeInOut{animation:fadeInOut 3s ease-in-out forwards}
