*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0f172a,#1e293b);color:#f1f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.5rem;box-shadow:0 2px 4px #3b82f64d;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-primary:hover{box-shadow:0 4px 8px #3b82f666;transform:translateY(-1px)}.btn-secondary{background:#47556980;border:1px solid #4755694d;border-radius:.5rem;color:#e2e8f0;cursor:pointer;display:inline-block;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:#475569b3;transform:translateY(-1px)}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bcc;border-radius:.75rem;box-shadow:0 4px 6px #0000004d;margin-bottom:1rem;padding:1.5rem}.card,.input-field{border:1px solid #4755694d}.input-field{background:#1e293b80;border-radius:.5rem;color:#f1f5f9;font-size:.875rem;padding:.75rem;width:100%}.input-field:focus{background:#1e293bcc;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.input-field::placeholder{color:#94a3b8}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width:768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-5xl{font-size:3rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-mono{font-family:ui-monospace,monospace}.text-gray-500{color:#94a3b8}.text-gray-600{color:#cbd5e1}.text-gray-700{color:#e2e8f0}.text-gray-800{color:#f1f5f9}.text-gray-900{color:#f8fafc}.text-green-600{color:#059669}.text-green-700{color:#047857}.text-green-800{color:#065f46}.text-blue-600{color:#2563eb}.text-purple-600{color:#9333ea}.text-red-700{color:#b91c1c}.bg-green-50{background-color:#22c55e1a}.bg-red-50{background-color:#ef44441a}.bg-blue-50{background-color:#3b82f61a}.bg-purple-50{background-color:#9333ea1a}.bg-orange-50{background-color:#f973161a}.border-green-200{border-color:#22c55e4d}.border-red-200{border-color:#ef44444d}.border-blue-200{border-color:#3b82f64d}.border-purple-200{border-color:#9333ea4d}.border-orange-200{border-color:#f973164d}.border-gray-200{border-color:#4755694d}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-8{margin-top:2rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.flex{display:flex}.flex-1{flex:1 1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.w-8{width:2rem}.w-12{width:3rem}.w-full{width:100%}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-32{height:8rem}.min-h-screen{min-height:100vh}.capitalize{text-transform:capitalize}.whitespace-nowrap{white-space:nowrap}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.blink,.step-active{animation:blink 2s infinite}.step-active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 0 20px #3b82f680}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border-bottom:1px solid #4755694d;box-shadow:0 4px 6px #0000004d}.navbar .container{align-items:center;display:flex;height:4rem;justify-content:space-between}.navbar a{color:#cbd5e1;font-weight:500;text-decoration:none;transition:color .2s}.navbar a:hover{color:#60a5fa}.tag{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.tag-purple{background-color:#f3e8ff;color:#7c3aed}.tag-blue{background-color:#dbeafe;color:#2563eb}.tag-green{background-color:#dcfce7;color:#16a34a}.tag-yellow{background-color:#fef3c7;color:#d97706}.tag-pink{background-color:#fce7f3;color:#ec4899}.tag-orange{background-color:#fed7aa;color:#ea580c}.tag-gray{background-color:#f3f4f6;color:#374151}.object-cover{object-fit:cover}.overflow-hidden{overflow:hidden}.aspect-square{aspect-ratio:1/1}.transition-shadow{transition:box-shadow .15s ease-in-out}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/*# sourceMappingURL=main.f7194f9b.css.map*/