@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap";.home{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f1f5f9}.home-container{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;min-height:100vh}.home-header{text-align:center;padding:2rem 0;animation:fadeInDown .6s ease-out}.logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.logo-icon{font-size:3.5rem;animation:bounce 2s infinite;filter:drop-shadow(0 0 20px rgba(239,68,68,.5))}.home-header h1{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 20px rgba(239,68,68,.3)}.tagline{font-size:1.2rem;color:#94a3b8;font-weight:300;margin-top:.5rem}.home-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 0}.hero{text-align:center;animation:fadeIn .8s ease-out;width:100%}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#f1f5f9;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:#cbd5e1;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;padding:0 1rem}.feature-card{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:1rem;border:1px solid rgba(100,116,139,.3);transition:all .3s ease;cursor:pointer}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006;border-color:#6366f1;background:#1e293be6}.feature-icon{font-size:3.5rem;display:block;margin-bottom:1.5rem;filter:drop-shadow(0 4px 10px rgba(99,102,241,.4))}.feature-card h3{font-size:1.5rem;margin-bottom:.75rem;color:#f1f5f9;font-weight:600}.feature-card p{color:#94a3b8;line-height:1.6;font-size:1rem}.home-footer{text-align:center;padding:2rem 0;color:#64748b;border-top:1px solid rgba(100,116,139,.2);margin-top:3rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.home-header h1{font-size:2.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.features{grid-template-columns:1fr}.cta-section{flex-direction:column}.btn{width:100%;justify-content:center}.logo-icon{font-size:2.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
