.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar-content{height:70px;justify-content:space-between}.navbar-content,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:var(--text-dark);font-size:1.5rem;font-weight:700;gap:.75rem;text-decoration:none;transition:color .3s ease}.navbar-logo:hover{color:#667eea}.logo-brain{animation:pulse 2s infinite;font-size:2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text}.navbar-links{align-items:center;display:flex;gap:2rem}.nav-link{color:var(--text-dark);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#667eea}.nav-link.active:after{background:#667eea;border-radius:50%;bottom:-25px;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:6px}.auth-links,.navbar-auth,.user-menu{align-items:center;display:flex;gap:1rem}.user-info{background:var(--bg-light);border-radius:25px;gap:.75rem;padding:.5rem 1rem}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:.875rem;font-weight:600;height:32px;justify-content:center;width:32px}.user-name{color:var(--text-dark);font-size:.875rem;font-weight:500}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:flex;flex-direction:column;height:18px;justify-content:space-between;position:relative;width:24px}.hamburger span{background:var(--text-dark);border-radius:1px;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{background:#fff;border-bottom:1px solid #0000000d;box-shadow:0 4px 20px #0000001a;left:0;opacity:0;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.mobile-menu.open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-content{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.mobile-nav-link{border-bottom:1px solid #0000000d;color:var(--text-dark);font-weight:500;padding:.75rem 0;text-decoration:none;transition:color .3s ease}.mobile-nav-link.active,.mobile-nav-link:hover{color:#667eea}.mobile-auth-section{border-top:1px solid #0000000d;display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.mobile-user-info{align-items:center;background:var(--bg-light);border-radius:12px;display:flex;gap:.75rem;padding:.75rem}.mobile-user-info .user-avatar{font-size:1rem;height:40px;width:40px}.mobile-user-info .user-name{font-size:1rem}.mobile-auth-links{display:flex;flex-direction:column;gap:.75rem}.mobile-btn{justify-content:center;width:100%}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){.navbar-auth,.navbar-links{display:none}.mobile-menu-btn{display:block}.navbar-content{height:60px}.logo-text{font-size:1.25rem}.mobile-menu{top:60px}}@media (max-width:480px){.navbar-content{height:55px}.navbar-logo{font-size:1.25rem}.logo-brain{font-size:1.75rem}.mobile-menu{top:55px}}.footer{background:var(--text-dark);color:#fff;margin-top:auto}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 3fr;padding:4rem 0 2rem}.footer-brand{max-width:300px}.footer-logo{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:1rem;text-decoration:none}.footer-logo .logo-brain{font-size:2rem}.footer-logo .logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text}.footer-description{color:#fffc;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;font-size:1.25rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#667eea;transform:translateY(-2px)}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.footer-section h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section a{color:#fffc;display:block;margin-bottom:.75rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#667eea}.newsletter-section{background:#ffffff0d;border-radius:12px;margin:2rem 0;padding:3rem 0}.newsletter-content{margin:0 auto;max-width:500px;text-align:center}.newsletter-content h3{color:#fff;margin-bottom:.5rem}.newsletter-content p{color:#fffc;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;margin:0 auto;max-width:400px}.newsletter-input{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;flex:1 1;font-size:1rem;padding:.75rem 1rem}.newsletter-input::placeholder{color:#fff9}.newsletter-input:focus{background:#ffffff26;border-color:#667eea;outline:none}.newsletter-btn{white-space:nowrap}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright{color:#ffffffb3;font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#ffffffb3;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#667eea}@media (max-width:1024px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-brand{max-width:none;text-align:center}.footer-links{justify-items:center}}@media (max-width:768px){.footer-content{padding:3rem 0 1rem}.newsletter-form{flex-direction:column}.newsletter-input{width:100%}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links,.social-links{justify-content:center}}@media (max-width:480px){.footer-links{gap:2rem;grid-template-columns:1fr}.footer-section{text-align:center}.newsletter-content{padding:0 1rem}}.home-page{overflow-x:hidden}.hero-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:90vh;overflow:hidden;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;max-width:500px;opacity:.9}.hero-actions{gap:1rem;margin-bottom:3rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:2rem}.stat-item{text-align:center}.stat-number{color:#fff;display:block;font-size:1.5rem;font-weight:700}.stat-label{font-size:.875rem;letter-spacing:.05em;opacity:.8;text-transform:uppercase}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-illustration{height:400px;position:relative;width:400px}.floating-card{align-items:center;animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:1rem;position:absolute}.card-1{animation-delay:0s;left:10%;top:20%}.card-2{animation-delay:2s;right:15%;top:60%}.card-3{animation-delay:4s;bottom:25%;left:20%}.hero-center{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.hero-circle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50%;display:flex;font-size:3rem;height:120px;justify-content:center;margin-bottom:1rem;width:120px}.hero-center h3{color:#fff;margin-bottom:.5rem}.hero-center p{font-size:.875rem;opacity:.8}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section-header{margin-bottom:3rem}.section-header h2{color:var(--text-dark);margin-bottom:.5rem}.section-header p{color:var(--text-light);font-size:1.125rem;margin:0 auto;max-width:600px}.features-section{background:var(--bg-light)}.feature-card{text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--text-dark);margin-bottom:.5rem}.feature-card p{color:var(--text-light);line-height:1.6}.how-it-works-section{background:#fff}.steps-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem}.step-item{background:var(--bg-light);border-radius:16px;max-width:300px;padding:2rem;position:relative;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.25rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step-item h3{color:var(--text-dark);margin-bottom:.5rem}.step-item p{color:var(--text-light);line-height:1.6}.step-arrow{color:#667eea;font-size:2rem;font-weight:700}.testimonials-section{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.testimonial-container{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;max-width:600px;position:relative}.testimonial-quote{color:#ffffff4d;font-size:4rem;left:2rem;line-height:1;position:absolute;top:-10px}.testimonial-content{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;padding-top:1rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-weight:600;height:50px;justify-content:center;width:50px}.author-info h4{color:#fff;margin-bottom:.25rem}.author-info p{color:#fffc;font-size:.875rem}.testimonial-dots{display:flex;gap:.5rem;justify-content:center}.dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s ease;width:12px}.categories-section,.dot.active{background:#fff}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.category-card{text-align:center;transition:transform .3s ease}.category-card:hover{transform:translateY(-4px)}.category-icon{display:block;font-size:3rem;margin-bottom:1rem}.category-card h3{color:var(--text-dark);margin-bottom:.5rem}.category-card p{color:var(--text-light);margin-bottom:1rem}.category-link{align-items:center;color:#667eea;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:color .3s ease}.category-link:hover{color:#5a67d8}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;margin:0 auto;max-width:600px;text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-actions{align-items:center;display:flex;flex-direction:column;gap:1rem}.cta-note{color:#ffffffb3;font-size:.875rem}@media (max-width:1024px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-illustration{height:300px;width:300px}.steps-container{flex-direction:column;gap:1rem}.step-arrow{transform:rotate(90deg)}}@media (max-width:768px){.hero-section{min-height:auto;padding:4rem 0}.hero-text h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-actions{align-items:center;flex-direction:column}.hero-stats{justify-content:center}.hero-illustration{height:250px;width:250px}.hero-circle{font-size:2.5rem;height:100px;width:100px}.floating-card{font-size:.8rem;padding:.75rem}.cta-actions{align-items:center;flex-direction:column}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:480px){.hero-text h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.hero-illustration{height:200px;width:200px}.hero-circle{font-size:2rem;height:80px;width:80px}.floating-card{font-size:.75rem;padding:.5rem}}.auth-page-container{align-items:center;background-color:#f7fafc;display:flex;justify-content:center;min-height:80vh;padding:2rem 1rem}.auth-card-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:28rem;padding:2.5rem;width:100%}.auth-header-content{margin-bottom:2rem;text-align:center}.auth-title{color:#2d3748;font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.auth-subtitle{color:#718096;font-size:1.125rem}.auth-form-container{gap:1.5rem}.auth-form-container,.form-group-auth{display:flex;flex-direction:column}.form-group-auth label{color:#4a5568;font-weight:600;margin-bottom:.5rem}.auth-input{border:1px solid #cbd5e0;border-radius:.375rem;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.auth-submit-button{background-color:#667eea;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.875rem;transition:background-color .2s}.auth-submit-button:hover{background-color:#5a67d8}.auth-submit-button:disabled{background-color:#a3bffa;cursor:not-allowed}.auth-error-message{background-color:#fed7d7;border-radius:.375rem;color:#c53030;font-weight:500;padding:1rem;text-align:center}.auth-footer-content{color:#718096;margin-top:2rem;text-align:center}.auth-link{color:#667eea;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}h1,h2,h3,h4,h5,h6{color:#1a202c;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#1a202c;color:#fff}.btn-secondary:hover{background:#2d3748;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #667eea;color:#667eea}.btn-outline:hover{background:#667eea;color:#fff}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.section{padding:3rem 0}.btn{font-size:.9rem;padding:.6rem 1.2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.loading{align-items:center;display:inline-flex;gap:.5rem}.spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.form-input{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}:root{--primary:#667eea;--primary-dark:#5a67d8;--secondary:#764ba2;--accent:#f093fb;--text-dark:#1a202c;--text-light:#718096;--bg-light:#f7fafc;--white:#fff;--shadow:#00000014}
/*# sourceMappingURL=main.bed724b4.css.map*/