@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.min-h-screen{min-height:100vh}.bg-gradient-to-br{background:linear-gradient(to bottom right,#dbeafe,#dcfce7,#fed7aa)}.from-blue-50{background:#eff6ff}.via-green-50{background:#f0fdf4}.to-orange-50{background:#fff7ed}.bg-gradient-to-r,.from-blue-600{background:linear-gradient(90deg,#2563eb,#059669)}.text-white{color:#fff}.font-bold{font-weight:700}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.shadow-xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.bg-white{background-color:#fff}.rounded-3xl{border-radius:1.5rem}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.p-8{padding:2rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.rounded-2xl{border-radius:1rem}.text-center{text-align:center}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.bg-blue-600{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.border-gray-200{border-color:#e5e7eb}.rounded-xl{border-radius:.75rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-base{font-size:1rem}.font-semibold{font-weight:600}.text-gray-700{color:#374151}.hover\:text-blue-700:hover{color:#1d4ed8}.transition-all{transition:all .15s ease-in-out}.transform{transform:translateZ(0)}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.w-full{width:100%}.border-2{border-width:2px}.focus\:outline-none:focus{outline:none}.focus\:border-blue-500:focus{border-color:#3b82f6}@media (min-width:640px){.sm\:text-lg{font-size:1.125rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-bounce{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.overflow-hidden{overflow:hidden}.border{border-width:1px}.border-gray-100{border-color:#f3f4f6}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.m-1{margin:.25rem}.max-w-sm{max-width:24rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.mb-3{margin-bottom:.75rem}.mt-6{margin-top:1.5rem}.text-sm{font-size:.875rem}.text-gray-600{color:#4b5563}.text-gray-800{color:#1f2937}.leading-relaxed{line-height:1.625}.font-medium{font-weight:500}.whitespace-pre-line{white-space:pre-line}@media (min-width:768px){.md\:max-w-lg{max-width:32rem}.md\:max-w-xl{max-width:36rem}}.hover\:from-blue-50:hover,.hover\:to-green-50:hover{background:linear-gradient(90deg,#eff6ff,#f0fdf4)}.hover\:border-blue-300:hover{border-color:#93c5fd}.active\:scale-\[0\.98\]:active{transform:scale(.98)}.h-\[550px\]{height:550px}.h-\[650px\]{height:650px}@media (min-width:768px){.md\:h-\[650px\]{height:650px}}.overflow-y-auto{overflow-y:auto}.top-1\/2{top:50%}.right-4{right:1rem}.-translate-y-1\/2{transform:translateY(-50%)}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.items-end{align-items:flex-end}.flex-1{flex:1 1}.border-t{border-top-width:1px}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.hidden{display:none}@media (min-width:640px){.sm\:block{display:block}}