*{margin:0;padding:0;box-sizing:border-box}.user-menu-container{position:relative}.user-menu-wrapper{display:flex;align-items:center;gap:12px;pointer-events:auto}.user-menu-wrapper:focus{outline:none}.user-menu-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:white;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-menu-button,.user-menu-button:focus{background:rgba(255,255,255,.1);outline:none}.user-menu-button:focus{border-color:rgba(255,255,255,.2)}.user-menu-button:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:14px}.user-name{font-weight:500;font-size:14px;white-space:nowrap}.dropdown-arrow{transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:rgba(17,24,39,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem;min-width:200px;box-shadow:0 10px 25px rgba(0,0,0,.2);z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:white;cursor:pointer;border-radius:8px;transition:all .2s ease;font-size:14px;text-align:left}.dropdown-item:hover{background:rgba(255,255,255,.1)}.dropdown-item svg{flex-shrink:0;opacity:.7}.dropdown-divider{height:1px;background:rgba(255,255,255,.1);margin:.5rem 0}.loading-spinner-small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}.mobile-user-menu{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-user-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.mobile-avatar-image{width:100%;height:100%;object-fit:cover}.mobile-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.mobile-avatar-placeholder,.mobile-user-name{color:white;font-weight:600;font-size:16px}.mobile-user-actions{display:flex;flex-direction:column;gap:.5rem}.mobile-menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;color:white;cursor:pointer;border-radius:8px;transition:all .2s ease;font-size:16px;text-align:left;width:100%}.mobile-menu-item:hover{background:rgba(255,255,255,.1)}@media (max-width:768px){.user-name{display:none}.user-menu-button{padding:.5rem}.user-dropdown-menu{right:-1rem;min-width:180px}}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#111827}.landing-page{min-height:100vh;position:relative;overflow-x:hidden}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.background-video{width:100%;height:100%;object-fit:cover;object-position:center}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(30,58,138,.7),rgba(59,130,246,.5) 50%,rgba(30,64,175,.7));z-index:1}.header-glass{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(30,58,138,.1);box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;pointer-events:auto;isolation:isolate}.header-glass,.header-glass.scrolled{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.header-glass.scrolled{background:rgba(17,24,39,.9);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.header-glass .notifications-center{isolation:isolate;contain:layout style paint}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between;height:70px}.header-content,.header-left{display:flex;align-items:center}.header-left{gap:2rem}.logo{display:flex;align-items:center;cursor:pointer}.logo-image{height:24px;width:auto;object-fit:contain}.header-separator{width:1px;height:24px;background:rgba(255,255,255,.3);transition:background-color .3s ease}.header-glass.scrolled .header-separator{background:rgba(255,255,255,.2)}.nav{gap:2rem}.nav,.nav-link{display:flex;align-items:center}.nav-link{color:white;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s ease;gap:.25rem}.nav-link:hover{opacity:.8}.header-glass.scrolled .nav-link{color:white}.dropdown-arrow{font-size:.625rem;margin-left:.25rem}.header-right{display:flex;align-items:center;gap:2rem}.header-link{color:white;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s ease}.header-link:hover{opacity:.8}.header-glass.scrolled .header-link{color:white}.btn-trial{padding:.5rem 1.25rem;background:white;border:none;border-radius:.375rem;color:#1e3a8a;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.btn-trial:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.hero{padding:120px 2rem 80px;position:relative;z-index:10;min-height:100vh;display:flex;align-items:center}.hero-content{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-left{color:white}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3);max-width:1200px}.hero-subtitle-container{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.hero-subtitle{font-size:.875rem;font-weight:600;letter-spacing:.1em;opacity:.9;margin:0}.wave-equalizer{display:flex;align-items:center;gap:2px;height:20px}.wave-bar{width:3px;background:white;border-radius:2px;animation:wave-animation 1.5s ease-in-out infinite}.wave-bar:first-child{animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}.wave-bar:nth-child(6){animation-delay:.5s}.wave-bar:nth-child(7){animation-delay:.6s}.wave-bar:nth-child(8){animation-delay:.7s}@keyframes wave-animation{0%,to{height:4px;opacity:.6}50%{height:20px;opacity:1}}.hero-right{color:white}.hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:3rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-demo{padding:1rem 2rem;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;color:white;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-demo:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5)}.btn-trial-hero{padding:1rem 2rem;background:white;border:none;border-radius:.5rem;color:#1e3a8a;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn-trial-hero:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.why-section-modern{padding:120px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;z-index:10;overflow:hidden}.why-section-modern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.3'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:-1}.why-header-modern{text-align:center;margin-bottom:5rem;position:relative}.why-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:.5rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(59,130,246,.3)}.why-title-modern{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1}.why-subtitle-modern{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.usp-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.usp-card-modern{background:white;padding:2.5rem;border-radius:1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden}.usp-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8,#7c3aed);transform:scaleX(0);transition:transform .3s ease}.usp-card-modern:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:rgba(59,130,246,.3)}.usp-card-modern:hover:before{transform:scaleX(1)}.usp-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.usp-icon-modern{font-size:3rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.usp-card-badge{background:linear-gradient(135deg,#10b981,#059669);color:white;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.usp-title-modern{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3}.usp-text-modern{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.usp-card-footer{display:flex;justify-content:flex-end}.usp-learn-more{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#3b82f6;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;padding:.5rem 0}.usp-learn-more:hover{color:#1d4ed8;transform:translateX(4px)}.usp-learn-more svg{transition:transform .2s ease}.usp-learn-more:hover svg{transform:translateX(4px)}.proofs-modern{background:white;border-radius:2rem;padding:3rem;margin-bottom:4rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid rgba(226,232,240,.8)}.proofs-container{text-align:center}.proofs-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem}.proofs-icon,.proofs-title{font-size:2rem}.proofs-title{font-weight:700;color:#1e293b;margin:0}.proofs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.proof-item-modern{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem;transition:all .3s ease}.proof-item-modern:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.proof-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.proof-label{font-size:.875rem;color:#64748b;font-weight:500}.why-cta-modern{text-align:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:2rem;padding:4rem 2rem;color:white;position:relative;overflow:hidden}.why-cta-modern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E");z-index:0}.cta-content{position:relative;z-index:1}.cta-title-modern{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.cta-description-modern{font-size:1.125rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-primary-modern{display:inline-flex;align-items:center;gap:.75rem;background:white;color:#1e3a8a;padding:1rem 2rem;border-radius:1rem;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-primary-modern:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2);background:#f8fafc}.btn-primary-modern svg{transition:transform .2s ease}.btn-primary-modern:hover svg{transform:translateX(4px)}@media (max-width:768px){.why-title-modern{font-size:2.5rem}.usp-grid-modern{grid-template-columns:1fr;gap:1.5rem}.usp-card-modern{padding:2rem}.proofs-grid{grid-template-columns:1fr;gap:1rem}.why-cta-modern{padding:3rem 1.5rem}.cta-title-modern{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.usp-card-modern{animation:fadeInUp .6s ease-out}.usp-card-modern:first-child{animation-delay:.1s}.usp-card-modern:nth-child(2){animation-delay:.2s}.usp-card-modern:nth-child(3){animation-delay:.3s}.usp-card-modern:nth-child(4){animation-delay:.4s}.usp-card-modern:nth-child(5){animation-delay:.5s}.usp-card-modern:nth-child(6){animation-delay:.6s}.comparison-section-modern{padding:80px 0;background:#f8fafc;position:relative;z-index:10}.comparison-header-modern{text-align:center;margin-bottom:3rem}.comparison-title-modern{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.comparison-subtitle-modern{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.comparison-table-modern{background:white!important;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-bottom:2rem;display:block!important}.table-header-modern{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;background:#1e293b;color:white}.header-cell-modern{padding:1.5rem;text-align:center;font-weight:600;border-right:1px solid rgba(255,255,255,.1)}.header-cell-modern.featured{background:#3b82f6}.header-cell-modern:last-child{border-right:none}.cell-title-modern{font-size:1rem;font-weight:600;margin-bottom:.5rem}.cell-badge-modern{background:#10b981;color:white;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:inline-block}.table-body-modern{background:white}.table-row-modern{display:grid!important;grid-template-columns:1fr 1fr 1fr 1fr 1fr!important;border-bottom:1px solid #e2e8f0;transition:background-color .2s ease;background:transparent!important;opacity:1!important;visibility:visible!important}.table-row-modern:hover{background:#f8fafc}.table-row-modern:last-child{border-bottom:none}.row-label-modern{font-weight:600!important;color:#374151!important;background:#f9fafb!important}.row-cell-modern,.row-label-modern{padding:1.5rem!important;border-right:1px solid #e2e8f0;display:flex!important;align-items:center;opacity:1!important;visibility:visible!important}.row-cell-modern{color:#6b7280!important;justify-content:center;text-align:center;position:relative;line-height:1.5;background:transparent!important}.row-cell-modern.featured{color:#059669;font-weight:500;background:#f0fdf4}.cell-check{position:absolute;top:.5rem;right:.5rem;background:#10b981;color:white;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.comparison-mobile-modern{display:none;gap:1.5rem;margin-bottom:2rem}.mobile-card-modern{background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #e2e8f0}.mobile-card-modern.featured{border:2px solid #3b82f6;background:#f8fafc}.card-header-modern{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.card-title-modern{font-size:1.25rem;font-weight:700;color:#1e293b}.card-badge-modern{background:#10b981;color:white;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.mobile-item-modern{margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e2e8f0}.item-label-modern{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.item-value-modern{font-size:.875rem;color:#6b7280;line-height:1.5;position:relative}.item-value-modern.featured{color:#059669;font-weight:500}.item-check{position:absolute;top:-.25rem;right:-.25rem;background:#10b981;color:white;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700}.table-toggle-modern{text-align:center;margin-bottom:2rem}.toggle-btn-modern{background:none;border:2px solid #3b82f6;color:#3b82f6;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-btn-modern:hover{background:#3b82f6;color:white}.comparison-footer-modern{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #e2e8f0}.footer-content-modern{display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-info-modern{display:flex;gap:2rem;color:#64748b;font-size:.875rem}.btn-primary-modern{background:#3b82f6;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary-modern:hover{background:#2563eb;transform:translateY(-1px)}@media (max-width:1024px){.comparison-table-modern{display:none}.comparison-mobile-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.footer-content-modern{flex-direction:column;text-align:center}.footer-info-modern{justify-content:center}}@media (max-width:768px){.comparison-title-modern{font-size:2rem}.comparison-mobile-modern{grid-template-columns:1fr;gap:1rem}.mobile-card-modern{padding:1rem}.footer-info-modern{flex-direction:column;gap:.5rem}.comparison-footer-modern{padding:1.5rem}}.header-cell{padding:1.5rem;font-weight:600;text-align:center;border-right:1px solid rgba(255,255,255,.1)}.header-cell:last-child{border-right:none}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.table-row:hover{background:#f9fafb}.table-row:last-child{border-bottom:none}.row-label{font-weight:600;color:#374151;background:#f9fafb}.row-label,.row-seon{padding:1.5rem;border-right:1px solid #e5e7eb}.row-seon{color:#059669;font-weight:500}.row-apps,.row-ecole,.row-prof{padding:1.5rem;color:#6b7280;border-right:1px solid #e5e7eb}.comparison-mobile{display:none}.table-toggle{text-align:center;margin-bottom:2rem}.toggle-btn{padding:.75rem 1.5rem;background:none;border:2px solid #3b82f6;border-radius:.5rem;color:#3b82f6;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-btn:hover{background:#3b82f6;color:white}.comparison-footer{text-align:center;background:white;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.footer-text{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.social-proof-section{padding:80px 0;background:white;position:relative;z-index:10}.rating-summary{text-align:center;margin-bottom:4rem}.rating-title{font-size:2rem;font-weight:700;color:#1e3a8a;margin-bottom:1.5rem}.rating-display{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.stars{display:flex;gap:.25rem}.star{font-size:1.5rem;color:#d1d5db}.star.filled{color:#fbbf24}.rating-details{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#374151}.rating-score{font-weight:600;color:#1e3a8a}.rating-count,.rating-nps{color:#6b7280}.rating-methodology{font-size:.875rem;color:#6b7280;margin:0}.methodology-link{background:none;border:none;color:#3b82f6;text-decoration:underline;cursor:pointer;margin-left:.5rem;font-size:.875rem}.methodology-link:hover{color:#2563eb}.reviews-carousel{margin-bottom:4rem}.carousel-container{position:relative;height:200px;overflow:hidden;margin-bottom:2rem}.review-card{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateX(100%);transition:all .5s ease}.review-card.active{opacity:1;transform:translateX(0)}.review-content{background:#f8fafc;padding:2rem;border-radius:1rem;border:1px solid #e5e7eb;max-width:600px;margin:0 auto}.review-text{font-size:1.125rem;color:#374151;margin-bottom:1rem;font-style:italic;line-height:1.6}.review-author{justify-content:space-between}.author-info,.review-author{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.author-name{font-weight:600;color:#1e3a8a}.author-level{background:#e0e7ff;color:#3730a3;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.author-tenure{color:#6b7280;font-size:.875rem}.verified-badge{background:#dcfce7;color:#166534;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.carousel-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .2s ease}.dot.active{background:#3b82f6;transform:scale(1.2)}.logos-section{margin-bottom:4rem}.logos-title{font-size:1.5rem;font-weight:600;color:#374151;text-align:center;margin-bottom:2rem}.logos-marquee{overflow:hidden;position:relative}.marquee-content{display:flex;animation:marquee 30s linear infinite;gap:3rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-item{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#6b7280;transition:color .2s ease;white-space:nowrap}.logo-item:hover{color:#3b82f6}.logo-icon{font-size:1.5rem}.logo-name{font-size:.875rem;font-weight:500}.stats-section{margin-bottom:4rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:1rem}.stat-card{text-align:center;padding:2rem;background:#f8fafc;border-radius:1rem;border:1px solid #e5e7eb;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-icon{font-size:2rem;margin-bottom:1rem}.stat-value{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#6b7280;line-height:1.4}.stats-note{text-align:center;font-size:.75rem;color:#9ca3af;margin:0}.social-proof-footer{text-align:center;background:#f0f9ff;padding:2rem;border-radius:1rem;border:1px solid #bae6fd}.micro-proofs{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.proof-item{font-size:.875rem;color:#0369a1;font-weight:500}.time-simulator-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.simulator-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1e293b;margin-bottom:1rem}.simulator-subtitle{font-size:1.125rem;text-align:center;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.time-slider-container{background:white;border-radius:1rem;padding:3rem;margin-bottom:4rem;box-shadow:0 4px 6px rgba(0,0,0,.05);max-width:800px;margin-left:auto;margin-right:auto}.slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.slider-title{font-size:1.25rem;font-weight:600;color:#1e293b}.time-display{display:flex;align-items:baseline;gap:.25rem}.time-value{font-size:2rem;font-weight:700;color:#3b82f6}.time-unit{font-size:1rem;color:#64748b}.slider-wrapper{position:relative}.time-slider{width:100%;height:8px;border-radius:4px;background:#e2e8f0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:1rem}.time-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2)}.time-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.slider-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#64748b}.simulator-results{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.result-card{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb;text-align:center}.result-icon{font-size:2rem;margin-bottom:1rem}.result-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.result-value{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1rem}.result-description{font-size:.875rem;color:#64748b;line-height:1.5}.simulator-cta{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:1rem;padding:3rem;text-align:center;color:white;max-width:800px;margin:0 auto}.cta-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1rem;margin-bottom:2rem;opacity:.9}.btn-simulator{background:white;color:#3b82f6;font-weight:600;padding:1rem 2rem;border-radius:.75rem;border:none;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-simulator:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}@media (max-width:1024px){.simulator-results{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.simulator-title{font-size:2rem}.simulator-results{grid-template-columns:1fr;gap:1.5rem}.time-slider-container{padding:2rem;margin:0 1rem 2rem}.slider-header{flex-direction:column;gap:1rem;text-align:center}.simulator-cta{padding:2rem;margin:0 1rem}}.pricing-section{padding:80px 0;background:#f8fafc;position:relative;z-index:10}.pricing-title{font-size:2.5rem;font-weight:700;color:#1e3a8a;text-align:center;margin-bottom:3rem}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.pricing-card{border:2px solid #e5e7eb;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.pricing-card.active{border-color:#1e3a8a;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;box-shadow:0 8px 25px rgba(30,58,138,.3)}.card-header{margin-bottom:1.5rem}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1e3a8a}.pricing-card.active .card-title{color:white}.card-description{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.pricing-card.active .card-description{color:rgba(255,255,255,.8)}.discount-badge{background:#fbbf24;color:#92400e;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;display:inline-block;margin-top:.5rem}.discount-badge.popular{background:#10b981;color:white}.pricing-card.active .discount-badge{background:#fbbf24;color:#92400e}.card-pricing{margin-bottom:2rem}.price-main{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}.price-amount{font-size:2.5rem}.pricing-card.active .price-amount{color:white}.price-period{font-size:1rem}.pricing-card.active .price-period{color:rgba(255,255,255,.8)}.price-billed{font-size:.875rem;color:#6b7280}.pricing-card.active .price-billed{color:rgba(255,255,255,.7)}.card-features{list-style:none;margin-bottom:2rem;text-align:left}.card-features li{padding:.5rem 0;color:#374151;font-size:.875rem}.pricing-card.active .card-features li{color:rgba(255,255,255,.9)}.card-cta{width:100%;padding:1rem;background:#1e3a8a;color:white;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:auto}.card-cta:hover{background:#1e40af;transform:translateY(-2px)}.card-cta.active{background:white;color:#1e3a8a}.card-cta.active:hover{background:#f8fafc}@media (max-width:1024px){.pricing-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.pricing-card{padding:1.5rem}.price-amount{font-size:2rem}}.currency-selector{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem}.currency-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:white;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#6b7280}.currency-btn.active{border-color:#3b82f6;background:#3b82f6;color:white}.pricing-card{background:white;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.1);max-width:500px;margin:0 auto 3rem;position:relative;border:1px solid #e5e7eb}.plan-header{text-align:center;margin-bottom:2rem}.plan-name{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.best-value-badge{background:#fbbf24;color:#92400e;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.plan-pricing{text-align:center;margin-bottom:2rem}.price-display{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.price-amount{font-size:3rem;font-weight:700;color:#1e3a8a}.price-period{font-size:1.25rem;color:#6b7280}.yearly-savings{display:flex;flex-direction:column;gap:.25rem}.savings-text{color:#059669;font-weight:600;font-size:.875rem}.equivalent-price{color:#6b7280;font-size:.875rem}.trial-badge{background:#dcfce7;border:1px solid #bbf7d0;border-radius:.75rem;padding:1rem;text-align:center;margin-bottom:2rem}.trial-text{display:block;font-weight:600;color:#166534;margin-bottom:.25rem}.trial-note{font-size:.875rem;color:#15803d}.plan-features{list-style:none;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#374151;font-size:.875rem}.feature-icon{color:#10b981;font-weight:700;font-size:1rem}.legal-note{background:#f9fafb;padding:1rem;border-radius:.5rem;margin-bottom:2rem}.tax-info{font-size:.75rem;color:#6b7280;margin:0;text-align:center}.btn-pricing{width:100%;padding:1.25rem;font-size:1.125rem}.payment-methods{text-align:center;margin-bottom:4rem}.payment-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1rem}.payment-logos{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.payment-logo{font-size:2rem;opacity:.7}.payment-note{font-size:.875rem;color:#6b7280;margin:0}.faq-section{margin-bottom:4rem}.faq-title{font-size:1.5rem;font-weight:600;color:#374151;text-align:center;margin-bottom:2rem}.faq-list{max-width:600px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb}.faq-question{width:100%;padding:1.5rem 0;background:none;border:none;text-align:left;font-weight:500;color:#374151;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .2s ease}.faq-question:hover{color:#3b82f6}.faq-arrow{font-size:1.5rem;font-weight:700;color:#6b7280;transition:transform .2s ease}.faq-answer{padding:0 0 1.5rem;color:#6b7280;line-height:1.6}.pricing-cta{text-align:center}.btn-large{padding:1.25rem 3rem;font-size:1.125rem;margin-bottom:1rem}.btn-secondary{padding:1rem 2rem;background:none;border:2px solid #3b82f6;border-radius:.5rem;color:#3b82f6;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#3b82f6;color:white}.burger-menu{display:none;flex-direction:column;justify-content:space-between;width:24px;height:20px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.burger-line{width:100%;height:2px;background:white;transition:all .3s ease;transform-origin:center}.burger-line.open:first-child{transform:rotate(45deg) translate(6px,6px)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.3);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-content{position:absolute;top:0;right:0;width:80%;max-width:320px;height:100vh;background:rgba(30,41,59,.7);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-left:1px solid rgba(255,255,255,.2);padding:2rem;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column}.mobile-menu-overlay.open .mobile-menu-content{transform:translateX(0)}.mobile-menu-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.close-menu{background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-nav{display:flex;flex-direction:column;gap:1rem;flex:1 1}.mobile-nav-link{color:white;text-decoration:none;font-size:1.125rem;font-weight:500;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease}.mobile-nav-link:hover{color:#3b82f6}.mobile-menu-footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.btn-trial-mobile{width:100%;padding:1rem;background:#3b82f6;color:white;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s ease}.btn-trial-mobile:hover{background:#2563eb}@media (max-width:768px){.header-content{padding:0 1rem}.nav{display:none}.burger-menu{display:flex}.burger-menu.hidden{display:none}.header-right{gap:1rem}.header-link{display:none}.header-link:last-of-type{display:block}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons,.hero-subtitle-container{justify-content:center}.usp-grid{grid-template-columns:1fr;gap:1.5rem}.comparison-table{display:none}.comparison-mobile{display:block}.mobile-comparison-card{background:white;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid #e5e7eb}.mobile-comparison-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center}.mobile-comparison-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #f1f5f9}.mobile-comparison-item:last-child{border-bottom:none}.mobile-comparison-label{font-weight:600;color:#374151;font-size:.875rem;flex:0 0 40%}.mobile-comparison-value{font-size:.875rem;color:#6b7280;flex:0 0 55%;text-align:right}.mobile-comparison-value.seon{color:#059669;font-weight:500}.mobile-comparison-value.apps{color:#dc2626;font-weight:500}.comparison-title,.why-title{font-size:2rem}.rating-display{flex-direction:column;gap:.5rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.micro-proofs{flex-direction:column;gap:.5rem}.marquee-content{animation-duration:20s}.pricing-card{padding:2rem;margin:0 1rem 3rem}.price-amount{font-size:2.5rem}.toggle-container{flex-direction:column;width:100%;max-width:300px}.currency-selector{flex-wrap:wrap}}.auth-page{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-container{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem 2rem;width:100%;max-width:450px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{margin-bottom:1.5rem}.auth-title{font-size:2rem;font-weight:700;color:white;margin-bottom:.5rem}.auth-subtitle{color:rgba(255,255,255,.8);font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-input-group{position:relative}.auth-input{width:100%;padding:1rem 1.25rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:white;font-size:1rem;transition:all .3s ease}.auth-input::placeholder{color:rgba(255,255,255,.6)}.auth-input:focus{outline:none;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15);box-shadow:0 0 0 3px rgba(255,255,255,.1)}.auth-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:white;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.auth-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.4)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-button:disabled:hover{transform:none;box-shadow:none}.auth-toggle{background:none;border:none;color:rgba(255,255,255,.8);font-size:.9rem;cursor:pointer;transition:color .3s ease;text-decoration:underline}.auth-toggle:hover{color:white}.auth-message{text-align:center;padding:.75rem;border-radius:8px;font-size:.9rem}.auth-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#fca5a5}.auth-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#86efac}.auth-back-link{position:absolute;top:2rem;left:2rem;color:rgba(255,255,255,.8);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s ease;z-index:10}.auth-back-link:hover{color:white}.auth-back-icon{width:20px;height:20px}.auth-divider{position:relative;text-align:center;margin:1.5rem 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(255,255,255,.2)}.auth-divider-text{background:rgba(17,24,39,.95);padding:0 1rem;color:rgba(255,255,255,.6);font-size:.9rem;position:relative;z-index:1}.auth-google-button{width:100%;padding:1rem 2rem;background:white;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#333;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.auth-google-button:hover{background:rgba(255,255,255,.95);transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.auth-google-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-google-icon{width:20px;height:20px}.auth-account-section{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.auth-account-text{color:rgba(255,255,255,.6);font-size:.9rem;margin-bottom:.5rem}.auth-forgot-link{display:block;text-align:right;margin-top:.5rem;color:rgba(255,255,255,.7);font-size:.875rem;text-decoration:none;transition:color .3s ease}.auth-forgot-link:hover{color:white;text-decoration:underline}@media (max-width:768px){.auth-container{padding:2rem 1.5rem;margin:1rem}.auth-title{font-size:1.75rem}.auth-back-link{top:1rem;left:1rem}.account-container{padding:2rem 1.5rem;margin:1rem}.account-title{font-size:1.75rem}.account-user-info{flex-direction:column;text-align:center;gap:1rem}.user-avatar-large{width:60px;height:60px}.avatar-placeholder-large{font-size:24px}.user-name-large{font-size:1.25rem}}.dashboard-page{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.dashboard-header-nav{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dashboard-header-content{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between}.dashboard-header-content,.dashboard-header-left,.dashboard-header-right,.dashboard-logo,.dashboard-user-info{display:flex;align-items:center}.dashboard-user-info{gap:1rem}.dashboard-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.dashboard-user-details{display:flex;flex-direction:column;gap:.25rem}.dashboard-user-name{font-weight:600;font-size:14px}.dashboard-user-email{font-size:12px;opacity:.8}.dashboard-signout-button{padding:.5rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:white;cursor:pointer;transition:all .2s ease;font-size:14px}.dashboard-signout-button:hover{background:rgba(255,255,255,.2)}.dashboard-main{padding:2rem 0}.dashboard-container{max-width:1200px;padding:0 2rem}.dashboard-welcome{margin-bottom:3rem}.dashboard-welcome-content{text-align:center}.dashboard-welcome-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-welcome-subtitle{font-size:1.1rem;opacity:.9}.dashboard-stats{margin-bottom:3rem}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.dashboard-stat-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.dashboard-stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.dashboard-stat-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:12px}.dashboard-stat-content{flex:1 1}.dashboard-stat-title{font-size:.9rem;opacity:.8;margin-bottom:.5rem}.dashboard-stat-value{font-size:1.5rem;font-weight:700}.dashboard-actions{margin-bottom:3rem}.dashboard-section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.dashboard-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.dashboard-action-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;text-decoration:none;color:white;transition:all .3s ease;display:block}.dashboard-action-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.2);background:rgba(255,255,255,.15)}.dashboard-action-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.dashboard-action-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.dashboard-action-description{font-size:.9rem;opacity:.8;line-height:1.5}.dashboard-goals{margin-bottom:3rem}.dashboard-goals-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.dashboard-goal-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem}.dashboard-goal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-goal-title{font-size:1.1rem;font-weight:600}.dashboard-goal-progress{font-size:.9rem;opacity:.8}.dashboard-goal-bar{width:100%;height:8px;background:rgba(255,255,255,.2);border-radius:4px;overflow:hidden}.dashboard-goal-progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}.dashboard-button{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.dashboard-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.4)}@media (max-width:768px){.dashboard-header-content{padding:0 1rem;flex-direction:column;gap:1rem}.dashboard-user-info{flex-direction:column;gap:.5rem}.dashboard-container{padding:0 1rem}.dashboard-welcome-title{font-size:2rem}.dashboard-actions-grid,.dashboard-goals-content,.dashboard-stats-grid{grid-template-columns:1fr}}.dashboard-page{min-height:100vh;background:#f8fafc}.dashboard-main{padding-top:0}.dashboard-container{max-width:1400px;margin:0 auto;padding:2rem}.account-message{padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:2rem;font-weight:500;font-size:.875rem}.account-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);color:#059669}.account-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#dc2626}.account-section{background:white;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border:1px solid #e2e8f0}.section-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.section-subtitle{font-size:.875rem;color:#64748b;margin-bottom:1.5rem;line-height:1.5}.account-user-info{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.user-avatar-large{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar-image-large{width:100%;height:100%;object-fit:cover}.avatar-placeholder-large{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:32px}.user-details{flex:1 1}.user-name-large{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.user-email{color:#64748b;font-size:.9rem}.account-form{gap:1.5rem}.account-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{color:#374151;font-size:.875rem;font-weight:500}.form-input{padding:.75rem 1rem;background:white;border:1px solid #d1d5db;border-radius:.5rem;color:#1f2937;font-size:1rem;transition:all .2s ease}.form-input::placeholder{color:#9ca3af}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:white;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}.form-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.form-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.username-input-group{display:flex;align-items:center;background:white;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden}.username-prefix{padding:.75rem 1rem;background:#f3f4f6;color:#6b7280;font-weight:600;font-size:.875rem;border-right:1px solid #d1d5db}.username-input{border:none;background:transparent;flex:1 1;border-radius:0;padding:.75rem 1rem}.username-input:focus{outline:none;box-shadow:none}.form-help{font-size:.75rem;color:#6b7280;margin:.25rem 0 0}@media (max-width:768px){.dashboard-container{padding:1rem}.account-section{padding:1.5rem}.account-user-info{flex-direction:column;text-align:center;gap:1rem}.user-avatar-large{width:60px;height:60px}.avatar-placeholder-large{font-size:24px}.section-title,.user-name-large{font-size:1.25rem}}@media (max-width:480px){.dashboard-container{padding:.75rem}.account-section{padding:1rem}.form-button{width:100%;align-self:stretch}}