:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.landing-page{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;overflow-x:hidden}.hero{position:relative;min-height:auto;padding:4rem 0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#334155,#1e293b,#0f172a);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-wrapper{position:relative;z-index:10;max-width:1400px;width:100%;margin:0 auto;padding:1rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.hero-content{text-align:center;color:#fff;animation:fadeInUp .8s ease-out}.hero-image{position:relative;order:2;animation:fadeInRight 1s ease-out .3s both}.hero-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;transition:transform .3s ease}.hero-image img:hover{transform:scale(1.02)}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);animation:fadeIn 1s ease-out .2s both}.badge-icon{font-size:1.25rem}.hero-brand{margin-bottom:1.5rem}.hero-logo{height:220px;width:auto;border-radius:16px;filter:drop-shadow(0 8px 30px rgba(78,205,196,.35))}.footer-logo{height:36px;width:auto;vertical-align:middle;margin-right:4px;border-radius:4px}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1;margin:0 0 1.5rem;animation:fadeInUp .8s ease-out .3s both}.hero-title-highlight{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.125rem,3vw,1.5rem);line-height:1.6;margin:0 auto 2.5rem;max-width:700px;opacity:.95;animation:fadeInUp .8s ease-out .4s both}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp .8s ease-out .5s both}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e293b;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fbbf2466}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #fbbf2499}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 2rem;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.hero-stats{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;animation:fadeIn 1s ease-out .6s both}.stat{text-align:center}.stat-value{font-size:1.875rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.875rem;opacity:.8}.stat-divider,.scroll-indicator{display:none}.scroll-mouse{width:24px;height:36px;border:2px solid rgba(255,255,255,.5);border-radius:12px;position:relative}.scroll-mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#ffffffb3;border-radius:2px;animation:scroll 1.5s infinite}.features{padding:3rem 1rem;background:linear-gradient(180deg,#f8fafc,#fff)}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#0f172a;margin:0 0 1rem}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#64748b;margin:0}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;border:2px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.feature-card:hover,.feature-card.active{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 40px #3b82f626}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.feature-description{font-size:1rem;color:#64748b;line-height:1.6;margin:0}.features-showcase{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;padding:2rem 1.5rem;color:#fff}.showcase-content{max-width:800px;margin:0 auto}.showcase-badge{display:inline-block;padding:.5rem 1rem;background:#fff3;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.showcase-content h3{font-size:2rem;font-weight:700;margin:0 0 2rem}.features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1rem}.features-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem}.features-list svg{flex-shrink:0}.csv-import{padding:3rem 1rem;background:linear-gradient(135deg,#faf5ff,#f0e7fe)}.csv-import-content{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto}.csv-preview{background:#1e1b4b;border-radius:16px;padding:1.5rem;color:#e2e8f0;font-family:Courier New,monospace;font-size:.85rem;line-height:1.8;overflow-x:auto}.csv-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #334155}.csv-preview-header span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:600;color:#a78bfa}.csv-preview-hint{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#94a3b8}.csv-preview-line{padding:.25rem 0}.csv-preview-line.header-line{color:#a78bfa;font-weight:700}.csv-actions{text-align:center}.csv-actions p{font-size:1rem;color:#64748b;margin:0 0 1.25rem;line-height:1.6}.btn-download{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#6b21a8;color:#fff;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-download:hover{background:#581c87;transform:translateY(-2px);box-shadow:0 4px 12px #6b21a84d}.btn-download svg{flex-shrink:0}.how-it-works{padding:3rem 1rem;background:#fff}.steps{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.step{flex:1;min-width:250px;max-width:100%;text-align:center;position:relative}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 20px #3b82f64d}.step-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.step-description{font-size:1rem;color:#64748b;line-height:1.6;margin:0}.step-connector{display:none}.cta-box{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:24px;padding:2rem 1.5rem;text-align:center;border:2px solid #e2e8f0}.cta-box h3{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.cta-box p{font-size:1.125rem;color:#64748b;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}.footer{background:#0f172a;color:#fff;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.footer-brand h3{font-size:1.5rem;margin:0 0 .5rem}.footer-brand p{color:#94a3b8;margin:0}.footer-links{display:flex;flex-direction:column;gap:2rem}.footer-section h4{font-size:1rem;font-weight:600;margin:0 0 1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#64748b}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@media(min-width:768px){.hero{min-height:100vh;padding:0}.hero-wrapper{grid-template-columns:1fr 1fr;gap:4rem;padding:2rem}.hero-content{text-align:left}.hero-logo{height:280px}.hero-image{order:0;overflow:visible}.hero-image img{width:120%;max-width:none;border-radius:20px}.hero-cta{flex-direction:row;justify-content:flex-start}.hero-subtitle{margin:0 0 2.5rem}.btn-primary,.btn-secondary{width:auto}.hero-stats{gap:2rem}.stat-divider{display:block;width:1px;height:3rem;background:#fff3}.scroll-indicator{display:block;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.features,.how-it-works{padding:6rem 2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.features-showcase{padding:3rem}.features-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.csv-import{padding:4rem 2rem}.csv-import-content{flex-direction:row;align-items:center}.csv-preview{flex:1;min-width:0}.csv-actions{flex:1;text-align:left}.steps{flex-direction:row;align-items:flex-start}.step{max-width:350px}.cta-box{padding:3rem}.footer-content{grid-template-columns:2fr 1fr;gap:3rem}.footer-links{flex-direction:row;gap:3rem}}@media(min-width:1024px){.step-connector{display:block;position:absolute;right:-2rem;top:40px;color:#cbd5e1}}@media(prefers-reduced-motion:reduce){.hero{animation:none;background-size:100% 100%}.hero-content,.hero-image,.hero-badge,.hero-title,.hero-subtitle,.hero-cta,.hero-stats{animation:none}.scroll-mouse:before{animation:none}.scroll-indicator{animation:none}.feature-card:hover,.feature-card.active,.hero-image img:hover,.btn-primary:hover,.btn-secondary:hover{transform:none}*{transition-duration:.01ms!important}}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-header{background:linear-gradient(135deg,#0f172a,#1e293b);padding:1rem 0;position:sticky;top:0;z-index:100}.legal-header .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.back-button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s}.back-button:hover{background:#ffffff1a;border-color:#ffffff80}.legal-hero{background:linear-gradient(135deg,#1e293b,#334155);padding:3rem 1rem;text-align:center;color:#fff}.legal-hero h1{font-size:2rem;margin-bottom:.5rem;font-weight:700}.legal-hero p{font-size:1.1rem;opacity:.9;margin:0}.legal-date{font-size:.9rem!important;opacity:.7!important;margin-top:1rem!important}.legal-content{flex:1;padding:2rem 1rem;background:#f8fafc}.legal-content .container{max-width:800px;margin:0 auto}.legal-sections{display:flex;flex-direction:column;gap:2rem}.legal-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.legal-section h2{font-size:1.25rem;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.legal-section p{color:#475569;line-height:1.7;margin:0}.legal-section ul{margin:1rem 0 0;padding-left:1.5rem;color:#475569}.legal-section ul li{margin-bottom:.5rem;line-height:1.6}.legal-contact{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.legal-contact h3{font-size:1.25rem;margin-bottom:.5rem}.legal-contact p{opacity:.95;line-height:1.6;margin:.5rem 0}.howto-steps{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.howto-step-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.howto-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.howto-step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.howto-step-number{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.howto-step-icon{font-size:2rem}.howto-step-card h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.howto-step-card>p{color:#64748b;margin-bottom:1rem;line-height:1.6}.howto-step-card ul{list-style:none;padding:0;margin:0}.howto-step-card ul li{display:flex;align-items:flex-start;gap:.5rem;color:#475569;margin-bottom:.5rem;line-height:1.5}.howto-step-card ul li svg{flex-shrink:0;color:#22c55e;margin-top:2px}.howto-plans{margin-top:3rem;margin-bottom:3rem}.howto-plans h2{font-size:1.5rem;color:#1e293b;text-align:center;margin-bottom:.5rem}.howto-plans-subtitle{text-align:center;color:#64748b;margin-bottom:2rem}.plans-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.plan-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.plan-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.plan-card-highlighted{border:2px solid #667eea;box-shadow:0 4px 12px #667eea33}.plan-card-highlighted:hover{box-shadow:0 12px 24px #667eea40}.plan-card-header{text-align:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.plan-card-header h3{font-size:1.25rem;color:#1e293b;margin-bottom:.25rem}.plan-price{font-size:.95rem;color:#667eea;font-weight:600}.plan-features{list-style:none;padding:0;margin:0}.plan-features li{display:flex;align-items:flex-start;gap:.5rem;color:#475569;margin-bottom:.5rem;line-height:1.5}.plan-features li svg{flex-shrink:0;color:#22c55e;margin-top:2px}.plan-card-highlighted .plan-features li svg{color:#667eea}.howto-faq{margin-top:2rem}.howto-faq h2{font-size:1.5rem;color:#1e293b;text-align:center;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.faq-item h4{font-size:1rem;color:#1e293b;margin-bottom:.5rem}.faq-item p{color:#64748b;line-height:1.6;margin:0;font-size:.95rem}@media(min-width:768px){.legal-hero{padding:4rem 2rem}.legal-hero h1{font-size:2.5rem}.legal-content{padding:3rem 2rem}.legal-section{padding:2rem}.howto-steps{grid-template-columns:repeat(2,1fr)}.howto-step-card{padding:2rem}.plans-grid{grid-template-columns:repeat(3,1fr)}.plan-card{padding:2rem}.faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.legal-hero h1{font-size:3rem}}.login-modal-overlay{position:fixed;inset:0;background:#0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease-out}.login-modal{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0000004d;animation:slideUp .4s ease-out;position:relative;margin:.5rem}.login-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#64748b;z-index:10}.login-modal-close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.login-modal-content{padding:2.5rem 1.5rem;text-align:center}.login-modal-icon{font-size:4rem;margin-bottom:1.5rem;animation:bounce 1s ease-in-out infinite}.login-modal-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 1rem}.login-modal-subtitle{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0 0 2.5rem;max-width:360px;margin-left:auto;margin-right:auto}.login-google-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;background:#4285f4;color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4285f44d;width:100%;max-width:320px}.login-google-button:hover:not(:disabled){background:#357ae8;transform:translateY(-2px);box-shadow:0 6px 20px #4285f466}.login-google-button:disabled{opacity:.7;cursor:not-allowed}.login-google-button svg{flex-shrink:0}.login-error{margin-top:1.5rem;padding:1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:.875rem;line-height:1.5}.login-modal-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.login-modal-footer p{font-size:.75rem;color:#94a3b8;margin:0;line-height:1.5}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:640px){.login-modal{border-radius:24px;margin:0}.login-modal-content{padding:3rem 2.5rem}.login-modal-title{font-size:2rem}.login-modal-subtitle{font-size:1rem}.login-google-button{font-size:1rem;padding:1rem 2rem}}
