@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;background-color:#020617;color:#e2e8f0;background-image:linear-gradient(to bottom,#020617d9,#020617f2),url(https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?q=80&w=1920&auto=format&fit=crop);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh}.card{background-color:#0f172acc;border:1px solid #1e293b;border-radius:.75rem;padding:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.input-field{width:100%;background-color:#020617;border:1px solid #1e293b;border-radius:.5rem;padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;color:#fff;outline:none;transition:all .2s}.input-field:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}select.input-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}
