.main-content{min-height:calc(100vh - 64px);flex:1}*{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hero-gradient{background:linear-gradient(135deg,#f0f9ff 0%,#e0e7ff 50%,#f3e8ff 100%)}.gradient-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000026}.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #3b82f64d}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{background:white;color:#374151;padding:12px 24px;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;background:white;font-size:16px;transition:all .3s ease}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input-error{border-color:#ef4444}.form-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.dashboard-card{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f3f4f6}.stat-card{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f3f4f6;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.pricing-card{background:white;border-radius:16px;border:2px solid #f3f4f6;transition:all .3s ease;position:relative;overflow:hidden}.pricing-card.popular{transform:scale(1.05);border-color:#8b5cf6;box-shadow:0 20px 25px -5px #8b5cf633}.pricing-card.popular:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 100%)}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000026}.progress-bar{background:#f1f5f9;border-radius:9999px;height:8px;overflow:hidden}.progress-fill{height:100%;border-radius:9999px;background:linear-gradient(90deg,#3b82f6 0%,#8b5cf6 100%);transition:all .5s ease}.badge{padding:6px 12px;border-radius:9999px;font-size:14px;font-weight:500;display:inline-flex;align-items:center}.badge-blue{background:#dbeafe;color:#1e40af}.badge-green{background:#dcfce7;color:#166534}.badge-purple{background:#f3e8ff;color:#7c3aed}.badge-yellow{background:#fef3c7;color:#d97706}.feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border-radius:50%;background:linear-gradient(135deg,#f0f9ff 0%,#e0e7ff 100%)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.animate-fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width: 640px){.hero-title{font-size:2.5rem;line-height:1.1}.btn-primary,.btn-secondary{padding:10px 20px;font-size:14px}.dashboard-card,.stat-card{padding:16px}}.focus-ring:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.backdrop-blur{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.loading-shimmer{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#213547;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root,.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-4xl{max-width:56rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.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-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.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}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-x-8>*+*{margin-left:2rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-center{text-align:center}.text-white{color:#fff}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-blue-400{color:#60a5fa}.text-blue-100{color:#dbeafe}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}.text-yellow-600{color:#ca8a04}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-900{background-color:#111827}.bg-blue-50{background-color:#eff6ff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.bg-purple-100{background-color:#f3e8ff}.bg-yellow-100{background-color:#fef3c7}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))}.to-indigo-100{--tw-gradient-to: #e0e7ff}.bg-gradient-to-br.from-blue-50.to-indigo-100{background:linear-gradient(135deg,#eff6ff 0%,#e0e7ff 100%)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-300{border-color:#d1d5db}.border-white{border-color:#fff}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-16{height:4rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-16{width:4rem}.hidden{display:none}.block{display:block}.relative{position:relative}.hover\:text-blue-600:hover{color:#2563eb}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.py-12{padding-top:3rem;padding-bottom:3rem}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.space-y-2>*+*{margin-top:.5rem}.hover\:text-white:hover{color:#fff}@media (max-width: 639px){.text-4xl{font-size:1.875rem;line-height:2.25rem}.text-6xl{font-size:2.25rem;line-height:2.5rem}.px-4{padding-left:.75rem;padding-right:.75rem}.py-20{padding-top:3rem;padding-bottom:3rem}.py-12{padding-top:2rem;padding-bottom:2rem}.mb-16{margin-bottom:2rem}.mb-8{margin-bottom:1.5rem}.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.space-x-4>*+*{margin-left:0;margin-top:1rem}.space-x-8>*+*{margin-left:0;margin-top:1rem}.px-8{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:.75rem;padding-bottom:.75rem}.md\:col-span-2,.md\:col-span-4{grid-column:span 1 / span 1}}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:flex-row{flex-direction:row}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-6xl{font-size:3rem;line-height:1}}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:text-6xl{font-size:3.75rem;line-height:1}.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))}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-4{grid-column:span 4 / span 4}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-8{margin-bottom:2rem}.md\:space-x-4>*+*{margin-left:1rem;margin-top:0}.md\:space-x-8>*+*{margin-left:2rem;margin-top:0}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-6xl{font-size:4rem;line-height:1}}@media (min-width: 1280px){.xl\:text-6xl{font-size:4.5rem;line-height:1}.xl\:px-8{padding-left:2.5rem;padding-right:2.5rem}}@media (max-width: 767px){.h-16{height:4rem}.btn-primary,.btn-secondary{width:100%;text-align:center;margin-bottom:.5rem}.feature-icon{width:48px;height:48px;margin-bottom:12px}.text-4xl{font-size:2rem;line-height:2.25rem;margin-bottom:.5rem}.py-12{padding-top:2rem;padding-bottom:2rem}.gap-8{gap:1.5rem}}@media (hover: none) and (pointer: coarse){.btn-primary,.btn-secondary{min-height:44px;padding:12px 24px}.space-y-4>*+*{margin-top:1.5rem}.md\:hidden{display:block}.hidden{display:none}}
