:root{--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #64748b;--accent: #8b5cf6;--bg-main: #f8fafc;--bg-card: #ffffff;--bg-sidebar: #0f172a;--text-main: #1e293b;--text-muted: #64748b;--text-on-dark: #f8fafc;--border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(max-width:768px){.container{padding:0 1rem}}a{text-decoration:none;color:inherit;transition:all .2s ease}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:all .2s ease}.navbar{position:sticky;top:0;background-color:#fff;border-bottom:2px solid #f1f5f9;height:90px;display:flex;align-items:center;z-index:1000}.nav-content{display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;text-decoration:none}.navbar-logo{height:60px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links li a{color:#475569;font-weight:600;font-size:1rem;text-decoration:none}.nav-links li a:hover{color:#2563eb}.nav-highlight{color:#475569!important}.nav-auth{display:flex;align-items:center;gap:1rem}.login-btn{color:#475569;font-weight:600;text-decoration:none;padding:.5rem 1rem;transition:color .3s ease}.login-btn:hover{color:#2563eb}.register-btn{background-color:#2563eb;color:#fff;font-weight:600;text-decoration:none;padding:.6rem 1.25rem;border-radius:6px;transition:background-color .3s ease,transform .2s ease}.register-btn:hover{background-color:#1d4ed8;transform:translateY(-1px)}.register-btn:active{transform:translateY(0)}.mobile-only{display:none;background:none;border:none;cursor:pointer;color:#475569}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}.navbar{height:70px}.navbar-logo{height:45px}}.mobile-menu{position:fixed;top:70px;left:0;width:100%;background-color:#fff;height:0;overflow:hidden;transition:height .3s ease;z-index:999}.mobile-menu.open{height:auto;border-bottom:1px solid #e2e8f0}.mobile-nav-links{list-style:none;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-auth-divider{height:1px;background-color:#f1f5f9;margin:.5rem 0}.mobile-login-link{color:#475569;font-weight:600;text-decoration:none}.mobile-register-link{background-color:#2563eb;color:#fff!important;font-weight:600;text-decoration:none;padding:.75rem;border-radius:6px;text-align:center}.logout-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #e2e8f0;color:#64748b;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background-color:#f8fafc;color:#ef4444;border-color:#fecaca}.mobile-logout-btn{width:100%;padding:.75rem;background:none;border:1px solid #fecaca;color:#ef4444;border-radius:6px;font-weight:600;cursor:pointer}.landing-page{background-color:#fff}.top-banner{width:100%;overflow:hidden}.banner-img{width:100%;height:auto;display:block}.trust-section{padding:.2rem 0;border-bottom:2px solid #f1f5f9}.trust-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.trust-main{display:flex;align-items:center;justify-content:center;gap:5rem;width:100%}.trust-text{max-width:500px;text-align:right}.trust-text h1{font-size:3rem;font-weight:800;color:#1e293b;margin-top:0;margin-bottom:1rem;line-height:1.1}.subtext{font-size:1.1rem;color:#475569;font-weight:400}.trust-circle{width:520px;height:520px}.trust-circle img{width:100%;height:100%;object-fit:contain}.trust-tags{text-align:center;width:100%;padding:.7rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;font-size:.9rem;font-weight:700;color:#334155;background-color:#f8fafc}.feature-grid-section{padding:2.5rem 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.tool-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 4px 15px #0000000d;border:1px solid #f1f5f9}.tool-card img{width:100%;height:auto;display:block}.examples-section{padding:2.5rem 0;background-color:#fff;text-align:center}.section-title{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem}.examples-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1100px;margin:0 auto}.example-item{border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #00000014;border:1px solid #e2e8f0}.example-img{width:100%;height:auto;display:block}.info-section{padding:2.5rem 0;text-align:center}.info-container{max-width:800px;margin:0 auto}.info-container h3{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;color:#1e293b}.info-container p{font-size:1.1rem;color:#475569;line-height:1.6;margin-bottom:1rem}.strong-text{font-weight:700;color:#1e293b}.disclaimer-text{font-size:.95rem;color:#64748b;font-style:italic;margin-top:2rem}.pricing-support-section{padding:2.5rem 0;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.pricing-support-container{display:flex;align-items:center;justify-content:center;gap:2rem}.main-price-container{flex:0 0 auto;display:flex;justify-content:center}.price-image{max-width:240px;width:100%;height:auto}.side-image-container{flex:1;max-width:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a;display:flex}.side-img{width:100%;height:auto;object-fit:cover;display:block}.ai-info{padding:2.5rem 0;background-color:#f8fafc}.ai-info-container{max-width:900px;margin:0 auto;text-align:center}.ai-info-container p{font-size:.9rem;color:#64748b;line-height:1.6;margin-bottom:1rem}.footer-contact-info{background-color:#0f172a;color:#fff;padding:4rem 0;text-align:center;line-height:2}.footer-contact-info a{color:#38bdf8;text-decoration:none}@media(max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.trust-main{flex-direction:column;text-align:center}.trust-text{text-align:center}.trust-circle{width:360px;height:360px}.examples-grid{grid-template-columns:1fr;gap:1.5rem}.info-container h3,.section-title{font-size:1.75rem}.pricing-support-container{flex-direction:column;gap:2rem}.side-image-container{width:100%;max-width:500px}.main-price-container{order:-1}.navbar{height:70px}}.dashboard{height:calc(100vh - 90px);height:calc(100dvh - 90px);background-color:#f8fafc;display:flex;flex-direction:column;overflow:hidden}body.dashboard-active{overflow:hidden}body.dashboard-active footer{display:none}.dashboard-loading{height:calc(100vh - 90px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b}.loader{width:48px;height:48px;border:5px solid #e2e8f0;border-bottom-color:#2563eb;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-bottom:1rem}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-container{flex:1;display:flex;flex-direction:column}.dashboard-header{background-color:#fff;padding:1.25rem 0;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0000000d}.header-flex{display:flex;justify-content:space-between;align-items:center}.dashboard-header h2{font-size:1.35rem;font-weight:700;color:var(--text-main);letter-spacing:-.02em;position:relative;padding-left:.75rem;border-left:3px solid #2563eb;line-height:1}.user-info{display:flex;align-items:center;gap:1.25rem;color:#64748b;font-size:.95rem}.btn-cancel-functional{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;background-color:#fff;color:#ef4444;border:1px solid #ef4444;transition:all .2s ease}.btn-cancel-functional:hover{background-color:#fef2f2;transform:translateY(-1px)}.iframe-wrapper{flex:1;position:relative;width:100%;padding:0;background-color:var(--bg-main);overflow:hidden}.ai-iframe{width:100%;height:100%;border:none;background-color:#fff}@media(max-width:768px){.dashboard{height:calc(100vh - 70px);height:calc(100dvh - 70px)}.dashboard-header{padding:.8rem 0}.dashboard-header h2{font-size:1.1rem}.user-info span{display:none}}.auth-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background-color:var(--bg-main);padding:2rem}.auth-card{background-color:#fff;padding:3rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:450px;text-align:center}.auth-card h2{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:var(--text-main)}.auth-card p{color:var(--text-muted);margin-bottom:2rem}.auth-form{text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-main)}.form-group input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:1rem}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1a}.auth-btn{width:100%;padding:1rem;background-color:var(--primary);color:#fff;border-radius:var(--radius-md);font-weight:700;font-size:1.1rem;margin-top:1rem}.auth-btn:hover{background-color:var(--primary-hover)}.auth-footer{margin-top:2rem!important;font-size:.95rem}.auth-footer a{color:var(--primary);font-weight:600}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:var(--text-muted)}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.auth-divider span{margin:0 1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.85rem;background-color:#fff;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-main);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.google-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.google-btn img{width:20px;height:20px}.forgot-password-link{display:inline-block;margin-top:1.5rem;font-size:.9rem;color:var(--text-muted);text-decoration:none;transition:color .3s ease}.forgot-password-link:hover{color:var(--primary)}.get-started-page{background-color:#f8fafc;min-height:100vh}.get-started-page .top-banner{width:100%;margin-bottom:3rem}.get-started-page .banner-img{width:100%;height:auto;display:block}.services-section{padding:0 2rem 4rem}.services-section .container{max-width:1200px;margin:0 auto}.main-title{font-size:2.5rem;font-weight:800;color:#1e293b;text-align:center;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000d;border:1px solid #e2e8f0;display:flex;flex-direction:column}.image-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden;background:#f1f5f9}.image-wrapper img{width:100%;height:100%;object-fit:cover}.service-info{padding:1.5rem;text-align:center}.service-info h3{margin:0;font-size:1.25rem;color:#334155;font-weight:700}.steps-section{padding:4rem 2rem;background-color:#fff;text-align:center}.steps-header{margin-bottom:2rem}.steps-label{font-size:.9rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.steps-subtitle{font-size:1.2rem;font-weight:700;color:#1e293b;margin:0}.steps-image-container{max-width:500px;margin:0 auto}.steps-img{width:100%;height:auto;display:block}.career-section{padding-top:0}.career-image-container{max-width:1100px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.career-img{width:100%;height:auto;display:block}.features-section{padding-top:2rem}.features-image-container{max-width:1100px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.features-img{width:100%;height:auto;display:block}@media(max-width:768px){.main-title{font-size:2rem;margin-bottom:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}}.pricing-page{background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.pricing-page .top-banner{width:100%;margin-bottom:4rem}.pricing-page .banner-img{width:100%;height:auto;display:block}.pricing-container{max-width:900px;margin:0 auto;padding:0 2rem 6rem;text-align:center}.price-header{margin-bottom:3rem}.price-header h1{font-size:2.2rem;font-weight:800;color:#1e293b;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.price-header .main-price{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.price-header .subtitle{font-size:1.25rem;color:#475569;margin-bottom:.5rem}.price-header .restriction-text{font-size:1.25rem;font-weight:700;color:#1e293b}.benefits-list{list-style:none;padding:0;margin:3rem 0;display:inline-block;text-align:left}.benefits-list li{font-size:1.1rem;color:#334155;margin-bottom:1.5rem;display:flex;align-items:flex-start}.benefits-list li:before{content:"•";color:#1e293b;font-weight:700;margin-right:.75rem;flex-shrink:0}.cancel-text{font-size:1.1rem;color:#334155;margin-bottom:4rem}.button-group{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem}.btn{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:default;border:none;transition:none}.btn-primary{background-color:#2e7d32;color:#fff}.btn-outline{background-color:#fff;color:#334155;border:1px solid #d1d5db}.subscribe-action{display:flex;justify-content:center;margin:1rem 0 3rem}.btn-subscribe{background-color:#1e293b;color:#fff;padding:1rem 3rem;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #0000001a}.btn-subscribe:hover{background-color:#0f172a;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.getting-started-text{text-align:center;max-width:800px;margin:0 auto;color:#334155;line-height:1.7;font-size:1.1rem}.getting-started-text p{margin-bottom:1.5rem}.btn-cancel-functional{cursor:pointer!important;border-color:#ef4444!important;color:#ef4444!important}.btn-cancel-functional:hover{background-color:#fef2f2}.top-management-action{display:flex;justify-content:center;margin:1.5rem 0 2rem}.top-management-action .btn-cancel-functional{padding:.8rem 2.5rem;font-size:1.1rem;border-radius:10px}@media(max-width:768px){.price-header h1{font-size:1.8rem}.button-group{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}.faq-page{background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.faq-page .top-banner{width:100%;margin-bottom:4rem}.faq-page .banner-img{width:100%;height:auto;display:block}.faq-container{max-width:900px;margin:0 auto;padding:0 2rem 6rem}.faq-header{text-align:center;margin-bottom:4rem}.faq-header h1{font-size:2.2rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.faq-header .faq-label{font-size:1.25rem;color:#64748b;font-weight:600}.faq-category{margin-bottom:4rem}.faq-category h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.faq-item{margin-bottom:2.5rem}.faq-item h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.4}.faq-item .answer{font-size:1.1rem;color:#475569;line-height:1.6}.faq-item .answer strong{color:#0f172a;font-weight:700}@media(max-width:768px){.faq-header h1{font-size:1.8rem}.faq-category h2{font-size:1.3rem}}.privacy-page{background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.privacy-page .top-banner{width:100%;margin-bottom:4rem}.privacy-page .banner-img{width:100%;height:auto;display:block}.privacy-container{max-width:900px;margin:0 auto;padding:0 2rem 6rem}.privacy-header{text-align:center;margin-bottom:4rem}.privacy-header h1{font-size:2.2rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.policy-section{margin-bottom:3.5rem}.policy-section h2{font-size:1.6rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9}.policy-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:2rem 0 1rem}.policy-section p{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:1.25rem}.policy-list{list-style:none;padding:0;margin:1.5rem 0}.policy-list li{font-size:1.1rem;color:#475569;margin-bottom:1rem;padding-left:1.5rem;position:relative;line-height:1.6}.policy-list li:before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:700}.alert-box{background-color:#f8fafc;border-left:4px solid #2563eb;padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0}.alert-box p{margin-bottom:0;font-style:italic}@media(max-width:768px){.privacy-header h1{font-size:1.8rem}.policy-section h2{font-size:1.4rem}}.about-page{background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.about-page .top-banner{width:100%;margin-bottom:4rem}.about-page .banner-img{width:100%;height:auto;display:block}.about-container{max-width:900px;margin:0 auto;padding:0 2rem 6rem}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.about-section{margin-bottom:3.5rem}.about-section h2{font-size:1.6rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9}.about-section p{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.about-section strong{color:#1e293b}.toolbox-list{margin:2rem 0}.toolbox-item{margin-bottom:2.5rem;padding:1.5rem;background-color:#f8fafc;border-radius:12px;border-left:4px solid #2563eb}.toolbox-item h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.toolbox-item p{font-size:1.05rem;color:#475569;margin-bottom:0}@media(max-width:768px){.about-header h1{font-size:2rem}}.welcome-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background-color:#f8fafc;padding:2rem;font-family:Inter,sans-serif}.welcome-card{max-width:800px;width:100%;background:#fff;padding:4rem;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;text-align:left}.welcome-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.welcome-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0}.icon-sparkle{color:gold;width:32px;height:32px}.welcome-content{margin-bottom:3rem}.welcome-content p{font-size:1.2rem;line-height:1.6;color:#334155;margin-bottom:1.5rem}.welcome-cta{display:flex;justify-content:flex-start;margin-bottom:4rem}.btn-welcome-subscribe{background-color:#1e293b;color:#fff;padding:1.25rem 3rem;font-size:1.5rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-welcome-subscribe:hover{background-color:#0f172a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.welcome-footer{border-top:1px solid #e2e8f0;padding-top:2rem}.security-note{display:flex;align-items:flex-start;gap:1rem;color:#64748b}.security-note p{font-size:1rem;line-height:1.5;margin:0;font-style:italic}.security-note strong{color:#1e293b;text-decoration:underline}.icon-shield{color:#64748b;width:24px;height:24px;flex-shrink:0}@media(max-width:640px){.welcome-card{padding:2rem}.welcome-header h1{font-size:2rem}.btn-welcome-subscribe{width:100%;font-size:1.2rem;padding:1rem 2rem}}.footer{background-color:var(--bg-sidebar);color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;margin-bottom:4rem}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-brand p{color:#94a3b8;max-width:300px}.footer-links h4,.footer-contact h4{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links ul,.footer-contact ul{list-style:none}.footer-links ul li,.footer-contact ul li{margin-bottom:.75rem}.footer-links ul li a{color:#94a3b8;transition:color .2s}.footer-links ul li a:hover{color:var(--primary)}.footer-contact ul li{display:flex;align-items:center;gap:.75rem;color:#94a3b8}.footer-bottom{padding-top:2rem;border-top:1px solid #1e293b;text-align:center;color:#64748b;font-size:.9rem}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr}}
