:root{--primary-color:#0070f3;--secondary-color:#666;--success-color:#0070f3;--danger-color:#f44;--warning-color:#ff9800;--light-bg:#f5f5f5;--dark-bg:#1a1a1a;--text-primary:#333;--text-secondary:#666;--border-color:#e0e0e0;--shadow:0 2px 8px #0000001a;--shadow-lg:0 4px 16px #00000026}body{color:#333;color:var(--text-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:600}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a{color:#0070f3;color:var(--primary-color);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:all .3s ease}button:disabled{cursor:not-allowed;opacity:.6}.btn-primary,.btn-secondary{border-radius:6px;font-size:16px;font-weight:500;padding:12px 24px;transition:all .3s ease}.btn-primary{background:#0070f3;background:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background:#0051cc;box-shadow:0 4px 16px #00000026;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;border:1px solid #e0e0e0;border:1px solid var(--border-color);color:#333;color:var(--text-primary)}.btn-secondary:hover:not(:disabled){background:#f5f5f5;background:var(--light-bg)}.btn-large{font-size:18px;padding:16px 32px}.form-group{margin-bottom:20px}.form-group label{color:#333;color:var(--text-primary);font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:6px;font-family:inherit;font-size:16px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0070f3;border-color:var(--primary-color);outline:none}.form-group small{color:#666;color:var(--text-secondary);font-size:14px;margin-top:4px}.error-message{border-radius:6px;color:#f44;color:var(--danger-color)}.error-message,.success-message{margin-bottom:20px;padding:12px 16px}.success-message{background:#efe;border:1px solid #cfc;border-radius:6px;color:#0070f3;color:var(--success-color)}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#0070f3;border-top:3px solid var(--primary-color);height:40px;margin:20px auto;width:40px}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.landing-container{min-height:100vh;width:100%}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000000d;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{cursor:pointer;font-size:1.5rem;font-weight:700}.logo-text{color:#1e3a8a}.logo-highlight{color:#3b82f6}.nav-links{align-items:center;display:flex;gap:1rem}.nav-link{background:none;border:none;border-radius:.5rem;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.nav-link.active,.nav-link:hover{background:#3b82f61a;color:#3b82f6}.nav-btn-secondary{align-items:center;background:#0000;border:1px solid #3b82f6;border-radius:.5rem;color:#3b82f6;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.nav-btn-secondary:hover{background:#3b82f61a}.nav-btn-primary{align-items:center;background:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.nav-btn-primary:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.section-blue{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.section-white{background:#fff;color:#1e293b}.hero-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:8rem 2rem 6rem;text-align:center}.hero-content{margin:0 auto;max-width:1000px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.primary-btn{align-items:center;background:#fff;border:none;border-radius:.75rem;color:#1e3a8a;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.primary-btn:hover{box-shadow:0 8px 20px #0003;transform:translateY(-3px)}.secondary-btn-blue{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.secondary-btn-blue:hover{background:#fff;box-shadow:0 8px 20px #0003;color:#1e3a8a;transform:translateY(-3px)}.stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:600px}.stat-item{text-align:center}.stat-number{color:#fbbf24;font-size:2.5rem}.stat-label{font-size:.95rem;margin-top:.5rem;opacity:.9}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#64748b;font-size:1.1rem}.section-blue .section-header h2,.section-blue .section-header p{color:#fff}.features-section{padding:6rem 2rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 4px 15px #00000014;padding:2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-8px)}.feature-icon{align-items:center;border-radius:1rem;color:#fff;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;width:64px}.feature-card h3{color:#1e293b;font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#64748b;line-height:1.6}.download-section{padding:6rem 2rem}.download-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.download-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.download-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.download-highlights{display:flex;flex-direction:column;gap:1rem}.highlight-item{align-items:center;display:flex;font-size:1rem;gap:.75rem}.download-card{background:#fff;border-radius:1.5rem;box-shadow:0 8px 30px #00000026;color:#1e293b;padding:2.5rem}.download-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem}.windows-logo{color:#3b82f6}.download-info h3{font-size:1.5rem;margin-bottom:.5rem}.version{color:#64748b;font-size:.9rem}.system-requirements{background:#f8fafc;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.requirement{display:flex;justify-content:space-between;padding:.5rem 0}.req-label{color:#64748b;font-weight:500}.req-value{color:#1e293b;font-weight:600}.download-btn-primary{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.75rem;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:1.5rem;padding:1.25rem 2rem;text-decoration:none;transition:all .3s ease;width:100%}.download-btn-primary:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-3px)}.secondary-actions{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-around;margin-bottom:1.5rem;padding:1rem 0}.secondary-link{align-items:center;color:#3b82f6;display:flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:all .2s ease}.secondary-link:hover{color:#2563eb;transform:translateX(3px)}.security-badge{align-items:center;color:#10b981;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center}.process-section{padding:6rem 2rem}.process-steps{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;position:relative}.process-step{background:#fff;border-radius:1rem;box-shadow:0 4px 15px #00000014;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.process-step:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-8px)}.step-icon{color:#3b82f6;margin-bottom:1rem}.step-number{color:#e2e8f0;font-size:3rem;font-weight:800;margin-bottom:1rem}.process-step h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.process-step p{color:#64748b;line-height:1.6}.step-arrow{color:#e2e8f0;font-size:2rem;font-weight:700;position:absolute;right:-2rem;top:50%;transform:translateY(-50%)}.advantages-section{padding:6rem 2rem}.advantages-content{margin:0 auto;max-width:1200px}.advantage-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.advantage-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.advantage-item:hover{background:#ffffff26;transform:translateY(-5px)}.advantage-icon{align-items:center;border-radius:1rem;color:#fff;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.advantage-item h4{font-size:1.25rem;margin-bottom:.5rem}.advantage-item p{line-height:1.6;opacity:.9}.pricing-section{padding:6rem 2rem}.pricing-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}.pricing-card{background:#fff;border:2px solid #0000;border-radius:1.5rem;box-shadow:0 4px 15px #00000014;padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card.popular{border-color:#3b82f6;box-shadow:0 8px 30px #3b82f633;transform:scale(1.05)}.pricing-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-8px)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:2rem;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1.5rem;position:absolute;right:2rem;top:-12px}.pricing-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.pricing-header h3{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem}.price-container{align-items:baseline;display:flex;gap:.25rem;justify-content:center}.currency{color:#64748b;font-size:1.5rem;font-weight:600}.price{color:#1e293b;font-size:3.5rem}.duration{color:#64748b;font-size:1rem}.pricing-features{margin-bottom:2rem}.pricing-feature{align-items:center;color:#475569;display:flex;gap:.75rem;padding:.75rem 0}.pricing-feature svg{color:#10b981;flex-shrink:0}.pricing-btn{border:none;border-radius:.75rem;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.secondary-btn-white{background:#fff;border:2px solid #3b82f6;color:#3b82f6}.secondary-btn-white:hover{background:#3b82f6;color:#fff}.contact-section{padding:6rem 2rem;text-align:center}.contact-content{margin:0 auto;max-width:600px}.contact-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.contact-email{align-items:center;background:#fff;border-radius:.75rem;color:#3b82f6;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-email:hover{box-shadow:0 8px 20px #0003;transform:translateY(-3px)}.contact-note{font-size:.95rem;margin-top:2rem;opacity:.9}.footer{background:#0f172a;color:#fff;padding:3rem 2rem 2rem}.footer-content{margin:0 auto;max-width:1200px}.footer-top{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:3rem;padding-bottom:3rem}.footer-brand p{line-height:1.6;margin-top:1rem;opacity:.8}.footer-column h4{font-size:1.1rem;margin-bottom:1rem}.footer-column a{color:#ffffffb3;display:block;margin-bottom:.75rem;text-decoration:none;transition:all .2s ease}.footer-column a:hover{color:#fff;transform:translateX(5px)}.footer-bottom{opacity:.7;text-align:center}@media (max-width:1024px){.download-content,.footer-top{grid-template-columns:1fr}}@media (max-width:768px){.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column}.section-header h2{font-size:2rem}.process-steps{grid-template-columns:1fr}.step-arrow{display:none}.advantage-list{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.features-grid,.stats{grid-template-columns:1fr}}.mobile-menu-toggle{background:none;border:none;color:#1e293b;cursor:pointer;display:none;padding:8px;position:relative;transition:all .2s;z-index:1001}.mobile-menu-toggle:hover{opacity:.7}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-nav{animation:slideDown .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:2px solid #00000014;box-shadow:0 8px 32px #00000026;left:0;max-height:calc(100vh - 70px);overflow-y:auto;padding:1.5rem;position:fixed;right:0;top:70px;z-index:999}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.mobile-nav-link{background:none;border:none;border-radius:8px;color:#1e293b;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.25rem;text-align:left;transition:all .2s;width:100%}.mobile-nav-link:hover{background:#3b82f61a;color:#3b82f6}.mobile-nav-link.active{background:#3b82f626;color:#3b82f6;font-weight:600}.mobile-nav-buttons{border-top:1px solid #0000001a;display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.mobile-btn{font-size:1rem;gap:.5rem;justify-content:center;padding:1rem 1.5rem;width:100%}.desktop-nav,.mobile-btn{align-items:center;display:flex}.desktop-nav{gap:1rem}@media (max-width:768px){.mobile-menu-toggle{display:block!important}.desktop-nav{display:none!important}.nav-content{justify-content:space-between}.navbar{left:0;position:fixed;right:0;top:0}.landing-container{padding-top:70px}}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%}@media (max-width:480px){.mobile-nav{padding:1rem;top:65px}.mobile-nav-link{font-size:.95rem;padding:.875rem 1rem}.mobile-btn{font-size:.95rem;padding:.875rem 1.25rem}}.user-menu{display:inline-block;position:relative}.user-menu-button{align-items:center;background:#0000;border:2px solid #3b82f6;border-radius:8px;color:#3b82f6;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.user-menu-button:hover{background:#3b82f61a}.user-menu-button .chevron{transition:transform .2s}.user-menu-button .chevron.open{transform:rotate(180deg)}.user-dropdown{animation:dropdownFade .2s ease-out;background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:240px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1001}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #00000014;padding:1rem}.user-info-dropdown{display:flex;flex-direction:column;gap:.25rem}.user-name{color:#1e293b;font-size:.95rem;font-weight:600}.user-email{color:#64748b;font-size:.8rem}.dropdown-divider{background:#00000014;height:1px;margin:.5rem 0}.dropdown-item{align-items:center;background:none;border:none;color:#475569;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;padding:.875rem 1rem;text-align:left;transition:all .2s;width:100%}.dropdown-item:hover{background:#3b82f614;color:#3b82f6}.dropdown-item:last-child{color:#dc2626}.dropdown-item:last-child:hover{background:#dc262614;color:#dc2626}.mobile-user-info{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem}.mobile-user-details{display:flex;flex-direction:column;gap:.25rem}.mobile-user-name{color:#1e293b;font-size:1rem;font-weight:600}.mobile-user-email{color:#64748b;font-size:.85rem}@media (max-width:768px){.user-menu{display:none}.mobile-user-info{display:flex}}@media (min-width:769px){.mobile-user-info{display:none}}.auth-container{align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:3rem;width:100%}.auth-logo{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.auth-logo .logo-text{color:#1e3a8a}.auth-logo .logo-highlight{color:#3b82f6}.auth-card h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#64748b;font-size:1rem;margin-bottom:2rem;text-align:center}.auth-card form{margin-top:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e293b;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e2e8f0;border-radius:.75rem;font-family:inherit;padding:.875rem;transition:all .3s}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group small{color:#64748b;display:block;font-size:.85rem;margin-top:.375rem}.btn-primary-auth{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.btn-primary-auth:hover:not(:disabled){box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.btn-primary-auth:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#fee;border:1px solid #fcc;border-radius:.75rem;color:#dc2626;font-size:.9rem;margin-bottom:1.5rem;padding:1rem;text-align:center}.auth-footer{color:#64748b;font-size:.95rem;margin-top:2rem;text-align:center}.auth-footer a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s}.auth-footer a:hover{color:#2563eb;text-decoration:underline}.back-home{color:#64748b;display:block;font-size:.9rem;margin-top:1.5rem;text-align:center;text-decoration:none;transition:color .2s}.back-home:hover{color:#3b82f6}@media (max-width:768px){.auth-card{padding:2rem 1.5rem}.auth-card h1{font-size:1.75rem}}.payment-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172acc;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.payment-modal{background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;max-width:450px;overflow:hidden;width:100%}.payment-modal-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:20px 24px}.payment-summary{background:#f8fafc;padding:20px 24px}.summary-row{color:#64748b;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:8px}.summary-row.total{border-top:1px dashed #cbd5e1;color:#0f172a;margin-top:12px;padding-top:12px}.price{color:#4f46e5;font-size:1.5rem;font-weight:800}.payment-form{padding:24px}.form-group{margin-bottom:16px}.form-group label{color:#475569;display:block;font-size:.8rem;font-weight:700;margin-bottom:6px;text-transform:uppercase}.form-group input{border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;font-size:1rem;padding:12px;width:100%}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr}.pay-btn{align-items:center;background:#4f46e5;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:10px;justify-content:center;padding:16px;transition:.2s;width:100%}.pay-btn:hover{background:#4338ca;transform:translateY(-1px)}.status-container{padding:60px 24px;text-align:center}.spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.dashboard{background:#f8fafc;min-height:100vh}.dashboard-header{align-items:center;background:#fff;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;padding:1.25rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dashboard-logo{font-size:1.5rem;font-weight:700}.dashboard-logo .logo-text{color:#1e3a8a}.dashboard-logo .logo-highlight{color:#3b82f6}.user-info{align-items:center;display:flex;gap:1.5rem}.user-info span{color:#475569;font-weight:500}.btn-logout{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:.5rem;color:#64748b;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .3s ease}.btn-logout:hover{background:#fee;border-color:#fcc;color:#dc2626}.dashboard-content{margin:0 auto;max-width:1400px;padding:3rem 2rem}.welcome-section{margin-bottom:3rem;text-align:center}.welcome-section h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.welcome-section p{color:#64748b;font-size:1.1rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.stat-card{align-items:center;background:#fff;border-radius:1rem;box-shadow:0 4px 15px #00000014;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.stat-icon{align-items:center;border-radius:1rem;color:#fff;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.stat-info h3{color:#64748b;font-size:.9rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.stat-number{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:.25rem}.stat-info small{color:#94a3b8;font-size:.85rem}.dashboard-section{background:#fff;border-radius:1rem;box-shadow:0 4px 15px #00000014;margin-bottom:2rem;padding:2.5rem}.dashboard-section h2{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:2rem}.action-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.action-card{border:2px solid #e2e8f0;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.action-card:hover{border-color:#3b82f6;box-shadow:0 8px 20px #3b82f626;transform:translateY(-5px)}.action-card svg{color:#3b82f6;margin-bottom:1rem}.action-card h3{color:#1e293b;font-size:1.25rem;margin-bottom:.75rem}.action-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.btn-action{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.5rem;display:inline-block;padding:.75rem 2rem;text-decoration:none}.btn-action:hover{box-shadow:0 6px 15px #3b82f666}.info-card{background:#f8fafc;border-radius:.75rem;padding:2rem}.info-row{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 0}.info-row:last-child{border-bottom:none}.info-label{color:#64748b;font-weight:600}.info-value{color:#1e293b;font-weight:500}.badge{background:#3b82f6}.badge,.badge-success{border-radius:2rem;color:#fff;font-size:.85rem;font-weight:600;padding:.375rem 1rem}.badge-success{background:#10b981}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;padding:1rem}.user-info{flex-direction:column;gap:.75rem}.dashboard-content{padding:2rem 1rem}.welcome-section h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.stat-card{flex-direction:column;text-align:center}.action-cards{grid-template-columns:1fr}.user-greeting{align-items:center;color:#475569;display:flex;gap:10px;margin-right:20px}.account-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:4px 10px;text-transform:uppercase}.account-badge,.current-plan-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.current-plan-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:14px;font-weight:500;gap:8px;margin-top:10px;padding:8px 16px}.current-plan-badge .plan-name{font-weight:700;margin-left:4px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:30px 0}.stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;gap:20px;padding:24px;transition:transform .3s ease}.stat-card:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-4px)}.stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.stat-info h3{color:#475569;font-size:1rem;font-weight:600;margin:0 0 8px}.stat-number{color:#1e293b;font-size:2rem;font-weight:700;line-height:1;margin:0 0 4px}.stat-info small{color:#64748b;font-size:.85rem}.plan-badge{color:#6366f1;font-size:1.5rem!important;font-weight:700;text-transform:uppercase}.pricing-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;margin:2rem 0;padding:2rem}.pricing-section .section-header{margin-bottom:2rem;text-align:center}.pricing-section .section-header h2{color:#1e293b;font-size:2rem;margin-bottom:.5rem}.pricing-section .section-header p{color:#64748b;font-size:1.1rem}.pricing-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-4px)}.pricing-card.popular{border-color:#6366f1;transform:scale(1.02)}.pricing-card.current-plan{border-color:#10b981}.popular-badge{background:#6366f1;border-radius:0 12px 0 12px;right:0}.current-badge,.popular-badge{color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 16px;position:absolute;text-transform:uppercase;top:0}.current-badge{background:#10b981;border-radius:12px 0 12px 0;left:0}.pricing-header{margin-bottom:2rem;text-align:center}.pricing-header h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.price-container{align-items:baseline;display:flex;gap:4px;justify-content:center}.currency{color:#1e293b;font-size:1.5rem;font-weight:600}.price{color:#1e293b;font-size:3rem;font-weight:800;line-height:1}.duration{color:#64748b;font-size:1rem}.pricing-features{margin:2rem 0}.pricing-feature{align-items:center;color:#475569;display:flex;gap:12px;margin-bottom:12px}.pricing-feature span{font-size:.95rem}.pricing-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.primary-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.primary-btn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca);transform:translateY(-2px)}.secondary-btn{background:#fff;border:2px solid #6366f1;color:#6366f1}.secondary-btn:hover:not(:disabled){background:#6366f1;color:#fff}.current-btn{background:#d1fae5;border:2px solid #10b981;color:#065f46;cursor:not-allowed}.action-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1.5rem}.action-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.action-card:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-4px)}.action-card h3{color:#1e293b;margin:1rem 0 .5rem}.action-card p{color:#64748b;line-height:1.5;margin-bottom:1.5rem}.btn-action{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:10px 24px;text-decoration:none;transition:all .2s ease}.btn-action:hover{background:#4f46e5}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-top:1.5rem;padding:2rem}.info-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 0}.info-row:last-child{border-bottom:none}.info-label{color:#64748b;font-weight:500}.info-value{color:#1e293b;font-weight:600}.badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:6px 16px;text-transform:uppercase}.badge.starter{background:#dbeafe;color:#1e40af}.badge.medium{background:#fef3c7;color:#92400e}.badge.large{background:#e0e7ff;color:#3730a3}.badge-success{background:#d1fae5;border-radius:20px;color:#065f46;font-size:.85rem;font-weight:600;padding:6px 16px}.dashboard-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px 0 #0000001a;display:flex;justify-content:space-between;padding:1.5rem 2rem}.dashboard-logo{font-size:1.8rem;font-weight:800}.logo-text{color:#1e293b}.logo-highlight{color:#6366f1}.user-info{gap:1rem}.btn-logout,.user-info{align-items:center;display:flex}.btn-logout{background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-weight:600;gap:8px;padding:8px 16px;transition:all .2s ease}.btn-logout:hover{background:#e2e8f0;color:#475569}.welcome-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin:2rem 0;padding:3rem 1rem;text-align:center}.welcome-section h1{font-size:2.5rem;margin-bottom:.5rem}.welcome-section p{font-size:1.1rem;opacity:.9}.dashboard-section{margin:3rem 0}.dashboard-section h2{color:#1e293b;font-size:1.8rem;margin-bottom:1rem}@media (max-width:1024px){.pricing-cards,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.action-cards,.pricing-cards,.stats-grid{grid-template-columns:1fr}.pricing-card.popular{transform:none}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.user-info{flex-direction:column;gap:.5rem}.welcome-section h1{font-size:2rem}}}.download-buttons{display:flex;gap:1rem;margin-top:1.5rem;width:100%}.btn-action{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 6px #667eea33;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .3s ease}.btn-action:hover{box-shadow:0 6px 12px #667eea4d;transform:translateY(-2px)}.btn-action:active{transform:translateY(0)}.btn-macos,.btn-windows{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-macos svg,.btn-windows svg{flex-shrink:0;height:20px;width:20px}@media (max-width:768px){.download-buttons{flex-direction:column}.btn-action{padding:1rem 1.5rem}}.App{min-height:100vh}.App a{text-decoration:none}.App a:hover{opacity:1}
/*# sourceMappingURL=main.a44df711.css.map*/