*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#111827;line-height:1.5}.min-h-screen{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.bg-gray-50{background-color:#f9fafb}.bg-gray-900{background-color:#111827}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.bg-blue-50{background-color:#eff6ff}.bg-green-50{background-color:#f0fdf4}.bg-orange-50{background-color:#fff7ed}.bg-purple-50{background-color:#faf5ff}.bg-yellow-50{background-color:#fefce8}.bg-gray-200{background-color:#e5e7eb}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-900{color:#1e3a8a}.text-green-500{color:#10b981}.text-green-700{color:#047857}.text-green-900{color:#064e3b}.text-orange-700{color:#c2410c}.text-orange-900{color:#9a3412}.text-purple-700{color:#7c3aed}.text-purple-900{color:#581c87}.text-yellow-800{color:#92400e}.text-xs{font-size:.75rem}.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-4xl{font-size:2.25rem}.text-6xl{font-size:3.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.border{border:1px solid #d1d5db}.border-b{border-bottom:1px solid #e5e7eb}.border-2{border-width:2px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-blue-300{border-color:#93c5fd}.border-blue-600{border-color:#2563eb}.border-yellow-200{border-color:#fde047}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.items-center{align-items:center}.items-start{align-items:flex-start}.flex-1{flex:1 1 0%}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-16{width:4rem}.w-full{width:100%}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.transition-colors{transition-property:background-color,border-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.transition-all{transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out}.duration-200{transition-duration:.2s}.transform{transform:translateZ(0)}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f6}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f6}.focus\:border-transparent:focus{border-color:transparent}.hover\:bg-blue-50:hover{background-color:#eff6ff}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-green-700:hover{background-color:#047857}.hover\:border-blue-300:hover{border-color:#93c5fd}.hover\:text-blue-600:hover{color:#2563eb}.hover\:text-blue-700:hover{color:#1d4ed8}.hover\:text-white:hover{color:#fff}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.border-b-2{border-bottom-width:2px}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:text-blue-600{color:#2563eb}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}input,select,textarea{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 1rem;width:100%;font-size:1rem;background-color:#fff}input:focus,select:focus,textarea:focus{outline:2px solid #2563eb;border-color:transparent}input[type=checkbox]{width:1rem;height:1rem;padding:0}button{border:none;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .2s;padding:.5rem 1rem}.btn-primary{background-color:#2563eb;color:#fff;padding:1rem 2rem;font-size:1.125rem;font-weight:600}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.bg-gradient-to-r,.from-blue-600{background:linear-gradient(to right,#2563eb,#4f46e5)}.hover\:from-blue-700:hover{background:linear-gradient(to right,#1d4ed8,#4338ca)}.bg-clip-text{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-x-6>*+*{margin-left:1.5rem}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.leading-relaxed{line-height:1.625}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:left}
