@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);.auth-modal-overlay{align-items:center;animation:overlayFadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.auth-modal-content{animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 50px #00000026,0 2px 10px #0000001a;display:flex;flex-direction:column;max-height:85vh;max-width:90vw;overflow:hidden;position:relative;width:420px}.auth-modal-header{align-items:center;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;justify-content:space-between;padding:24px 24px 20px}.auth-modal-title{color:#1f2937;font-size:1.75rem;font-weight:700;letter-spacing:-.025em;margin:0}.auth-modal-close{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:18px;font-weight:400;height:32px;justify-content:center;padding:0;transition:all .15s ease;width:32px}.auth-modal-close:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.auth-modal-body{flex:1 1;min-height:0;overflow-y:auto;padding:24px}.auth-error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;font-weight:500;margin-bottom:20px;padding:12px 16px;text-align:center}.auth-google-btn{align-items:center;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;gap:12px;justify-content:center;margin-bottom:24px;min-height:44px;padding:12px 16px;position:relative;transition:all .15s ease;width:100%}.auth-google-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.auth-google-btn:active:not(:disabled){transform:translateY(0)}.auth-google-btn:disabled{cursor:not-allowed;opacity:.6}.auth-google-btn svg{flex-shrink:0}.auth-divider{color:#6b7280;font-size:.875rem;font-weight:400;margin:24px 0;position:relative;text-align:center}.auth-divider span{background:#fff;padding:0 16px;position:relative;z-index:1}.auth-divider:before{background:#e5e7eb;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:0}.auth-form{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.auth-form-input{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-family:inherit;font-size:.9375rem;min-height:44px;padding:12px 14px;transition:all .15s ease}.auth-form-input:focus{border-color:#9d00ff;box-shadow:0 0 0 3px #9d00ff1a;outline:none}.auth-form-input::placeholder{color:#9ca3af}.auth-submit-btn{align-items:center;background:#9d00ff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.9375rem;font-weight:600;justify-content:center;min-height:44px;padding:12px 16px;transition:all .15s ease}.auth-submit-btn:hover:not(:disabled){background:#8800e6;box-shadow:0 4px 12px #9d00ff4d;transform:translateY(-1px)}.auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-mode-switch{color:#6b7280;font-size:.875rem;margin-top:16px;text-align:center}.auth-mode-switch p{margin:0}.auth-mode-switch button{background:none;border:none;color:#9d00ff;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;margin-left:4px;padding:2px 4px;text-decoration:underline;transition:color .15s ease}.auth-mode-switch button:hover{color:#8800e6}.auth-submit-btn:disabled{position:relative}.auth-submit-btn:disabled:after{border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff}.auth-google-btn:disabled:after,.auth-submit-btn:disabled:after{animation:spin .8s linear infinite;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.auth-google-btn:disabled:after{border:2px solid #6b72804d;border-radius:50%;border-top-color:#6b7280}@media (max-width:480px){.auth-modal-content{border-radius:12px;margin:20px;width:95vw}.auth-modal-header{padding:20px 20px 16px}.auth-modal-title{font-size:1.375rem}.auth-modal-body{padding:20px}.auth-form-input,.auth-google-btn,.auth-submit-btn{font-size:1rem;min-height:48px}.auth-form-input,.auth-google-btn,.auth-submit-btn{padding:14px 16px}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-form-input:focus,.auth-google-btn:focus,.auth-modal-close:focus,.auth-mode-switch button:focus,.auth-submit-btn:focus{outline:2px solid #9d00ff;outline-offset:2px}.trust-section{margin-left:auto;margin-right:auto;margin-top:60px;max-width:1300px;position:relative;z-index:1}.trust-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.trust-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 8px 32px #0000001a;overflow:hidden;padding:40px 24px;position:relative;text-align:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.trust-item:before{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:24px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .5s ease}.trust-item:hover:before{opacity:1}.trust-item:hover{border-color:#fff6;box-shadow:0 20px 60px #00000026;transform:translateY(-12px) scale(1.02)}.trust-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 24px #667eea4d;display:flex;font-size:32px;height:72px;justify-content:center;margin:0 auto 24px;transition:all .4s ease;width:72px}.trust-item:hover .trust-icon{box-shadow:0 12px 32px #667eea66;transform:scale(1.1) rotate(5deg)}.trust-item h4{color:#1a202c;font-size:20px;font-weight:700;letter-spacing:-.025em;margin:0 0 12px}.trust-item p{color:#4a5568;font-size:15px;font-weight:500;line-height:1.6;margin:0}.faq-section{margin-left:auto;margin-right:auto;margin-top:120px;max-width:1300px;position:relative;z-index:1}.faq-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#4f46e5);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:clamp(32px,4vw,48px);font-weight:900;letter-spacing:-.02em;margin:0 0 60px;text-align:center}.faq-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.faq-item h4{color:#1f2937;font-size:20px;font-weight:800;margin:0 0 16px}.faq-item p{color:#6b7280;font-size:16px;font-weight:500;line-height:1.6;margin:0}.plan-cards-container{background:#fff;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1280px;padding:80px 40px}.plan-cards-header{margin-bottom:64px;text-align:center}.plan-cards-header h1{color:#0f172a;font-size:48px;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}.header-subtitle{color:#64748b;font-size:20px;font-weight:400;line-height:1.5;margin:0 auto 32px;max-width:600px}.current-plan-info{margin-top:24px}.current-plan-badge{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;color:#475569;display:inline-flex;font-size:14px;font-weight:600;padding:8px 16px}.free-plan-notice{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:48px;padding:24px;text-align:center}.notice-content h3{color:#0f172a;font-size:20px;font-weight:600;margin:0 0 8px}.notice-content p{color:#64748b;font-size:16px;font-weight:400;line-height:1.5;margin:0}.plan-cards-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-bottom:80px}.plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px 24px;position:relative;transition:all .2s ease}.plan-card:hover{border-color:#9d00ff;box-shadow:0 8px 32px #9d00ff1f;transform:translateY(-4px)}.popular-plan{border-color:#9d00ff;box-shadow:0 4px 24px #9d00ff14}.current-plan{background:#f8fafc;border-color:#9d00ff}.plan-cards-container .plan-badge{background:#9d00ff;border-radius:12px;color:#fff;font-size:12px;font-weight:600;left:50%;letter-spacing:.05em;padding:4px 12px;position:absolute;text-transform:uppercase;top:-8px;transform:translateX(-50%)}.badge-enterprise{background:#1e293b}.plan-header{margin-bottom:24px;text-align:center}.plan-name{align-items:center;color:#0f172a;display:flex;font-size:24px;font-weight:700;gap:8px;justify-content:center;margin:0 0 4px}.plan-tagline{color:#64748b;font-size:14px;font-weight:500;margin:0 0 16px}.plan-price{align-items:baseline;display:flex;justify-content:center;margin-bottom:8px}.price-currency{color:#64748b;font-size:20px;font-weight:600}.price-amount{color:#0f172a;font-size:48px;font-weight:800;line-height:1;margin:0 2px}.price-period{color:#64748b;font-size:16px;font-weight:500}.plan-description{color:#64748b;font-size:14px;font-weight:400;line-height:1.4;margin:0}.plan-highlights{background:#f8fafc;border-radius:12px;margin-bottom:24px;padding:16px}.highlight-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:8px 0}.highlight-item:last-child{border-bottom:none;padding-bottom:0}.highlight-label{color:#475569;font-size:14px;font-weight:500}.highlight-value{color:#9d00ff;font-size:14px;font-weight:700}.plan-features{margin-bottom:24px}.plan-features h4{color:#0f172a;font-size:16px;font-weight:600;margin:0 0 12px}.features-list{list-style:none;margin:0;padding:0}.feature-item{align-items:flex-start;display:flex;font-size:14px;line-height:1.4;padding:6px 0}.feature-icon{align-items:center;background:#9d00ff;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:10px;font-weight:700;height:16px;justify-content:center;margin-right:12px;margin-top:1px;width:16px}.feature-text{color:#475569;font-weight:400}.plan-actions{margin-top:24px}.plan-button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .2s ease;width:100%}.btn-select,.btn-upgrade{background:#9d00ff;color:#fff}.btn-select:hover,.btn-upgrade:hover{background:#8a00e6;box-shadow:0 4px 12px #9d00ff4d;transform:translateY(-1px)}.btn-current{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;cursor:default}.btn-disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.btn-downgrade{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.btn-downgrade:hover{background:#f1f5f9}.plan-button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}@media (max-width:1024px){.plan-cards-container{padding:60px 32px}.plan-cards-grid{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.plan-cards-container{padding:48px 20px}.plan-cards-header h1{font-size:36px}.header-subtitle{font-size:18px}.plan-cards-grid{gap:20px;grid-template-columns:1fr}.plan-card{padding:24px 20px 20px}.popular-plan:hover{transform:translateY(-2px)}.price-amount{font-size:40px}}@media (max-width:480px){.plan-cards-header h1{font-size:32px}.price-amount{font-size:36px}.plan-card{padding:20px 16px 16px}}.plan-button:focus{outline:2px solid #9d00ff;outline-offset:2px}@media (prefers-reduced-motion:reduce){.plan-button,.plan-card{transition:none}}.header{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000f;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.header:hover{background:#fffffffa;border-bottom-color:#9d00ff1f}.header-nav{display:flex;flex:1 1;gap:2.5rem;justify-content:center;margin:0 2rem}.nav-link{border-radius:8px;color:#374151;font-size:.925rem;font-weight:500;letter-spacing:-.01em;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.nav-link:before{background:linear-gradient(90deg,#9d00ff,#7c3aed);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:0}.nav-link:hover{background-color:#9d00ff0a;color:#9d00ff;transform:translateY(-1px)}.nav-link:hover:before{width:80%}.title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#4f46e5);-webkit-background-clip:text;background-clip:text;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin:0;position:relative}.title:after{background:linear-gradient(90deg,#0000,#9d00ff,#0000);bottom:-2px;content:"";height:1px;left:0;opacity:0;position:absolute;transition:opacity .3s ease;width:100%}.title:hover:after{opacity:.6}.logo-container{align-items:center;display:flex;gap:3px;text-decoration:none}.header-logo{cursor:pointer;height:40px;width:auto}.logo-text{color:#9d00ff;cursor:pointer;font-size:24px;font-weight:600}.logo-container .title,.logo-text{font-family:Barlow Semi Condensed,sans-serif;margin:0}.logo-container .title{color:inherit}.button-group{align-items:center;display:flex;gap:1rem}.user-section{position:relative}.user-info{align-items:center;display:flex;gap:1rem}.user-email{color:#6b7280;font-size:.875rem;font-weight:500;letter-spacing:-.01em}.profile-dropdown{position:relative}.profile-button{align-items:center;background:#0000;border:none;border-radius:50px;cursor:pointer;display:flex;gap:.75rem;padding:.25rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.profile-button:hover{background:#9d00ff0d;transform:translateY(-1px)}.profile-button:active{transform:translateY(0)}.profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fffc;border-radius:50%;box-shadow:0 2px 8px #667eea33;color:#fff;display:flex;font-size:1rem;font-weight:600;height:40px;justify-content:center;overflow:hidden;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);width:40px}.profile-avatar:hover{border-color:#9d00ff4d;box-shadow:0 4px 16px #9d00ff40;transform:scale(1.05)}.profile-avatar:before{background:linear-gradient(135deg,#fff3,#0000);border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.profile-image{height:100%;object-fit:cover;width:100%}.profile-initials{font-size:1rem;font-weight:600;position:relative;z-index:1}.dropdown-arrow{color:#9ca3af;height:14px;margin-left:.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);width:14px}.dropdown-arrow.open{color:#9d00ff;transform:rotate(180deg)}.dropdown-menu{animation:dropdownSlideIn .25s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #00000014;border-radius:12px;box-shadow:0 10px 25px -5px #0000001f,0 6px 12px -3px #00000014;max-width:260px;min-width:240px;overflow:hidden;position:absolute;right:-8px;top:calc(100% + 8px);z-index:1001}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;gap:.875rem;padding:1rem 1.125rem;position:relative}.dropdown-header:after{background:linear-gradient(90deg,#0000,#00000014,#0000);bottom:0;content:"";height:1px;left:1.125rem;position:absolute;right:1.125rem}.dropdown-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffffe6;border-radius:50%;box-shadow:0 3px 10px #667eea40;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:600;height:44px;justify-content:center;overflow:hidden;position:relative;width:44px}.dropdown-avatar:before{background:linear-gradient(135deg,#fff3,#0000);border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.dropdown-profile-image{height:100%;object-fit:cover;width:100%}.dropdown-profile-initials{font-size:1.1rem;font-weight:600;position:relative;z-index:1}.dropdown-user-info{flex:1 1;min-width:0}.dropdown-email{color:#1f2937;font-size:.875rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-status{align-items:center;color:#9d00ff;display:flex;font-size:.7rem;font-weight:500;gap:.375rem;letter-spacing:.025em;text-transform:capitalize}.dropdown-divider{background:linear-gradient(90deg,#0000,#00000014,#0000);height:1px;margin:0}.dropdown-items{padding:.5rem 0}.dropdown-item-header{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;letter-spacing:-.01em;padding:.75rem 1.125rem;position:relative;text-align:left;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.dropdown-item-header:before{background:linear-gradient(180deg,#9d00ff,#7c3aed);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s cubic-bezier(.4,0,.2,1);width:2px}.dropdown-item-header:hover{background:linear-gradient(90deg,#9d00ff0d,#9d00ff03);color:#1f2937;padding-left:1.25rem}.dropdown-item-header:hover:before{transform:scaleY(1)}.dropdown-item-header:active{background:#9d00ff14;transform:translateX(1px)}.dropdown-icon-header{color:#9ca3af;flex-shrink:0;height:15px;transition:all .2s ease;width:15px}.dropdown-item-header:hover .dropdown-icon{color:#9d00ff;transform:translateX(1px)}.logout-item{border-top:1px solid #ef44441a;color:#ef4444;margin-top:.25rem}.logout-item:before{background:linear-gradient(180deg,#ef4444,#dc2626)}.logout-item:hover{background:linear-gradient(90deg,#ef44440d,#ef444403);color:#dc2626}.logout-item .dropdown-icon{color:#f87171}.logout-item:hover .dropdown-icon{color:#ef4444}.btn-outline-header,.btn-primary-header{border:none;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:-.01em;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-outline-header{background:#fffc;border:1px solid #9d00ff33;box-shadow:0 1px 3px #0000000d;color:#374151}.btn-outline-header:before{background:linear-gradient(90deg,#0000,#9d00ff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s cubic-bezier(.4,0,.2,1);width:100%}.btn-outline-header:hover{background:#9d00ff;border-color:#9d00ff;box-shadow:0 8px 25px #9d00ff4d;color:#fff;transform:translateY(-2px)}.btn-outline-header:hover:before{left:100%}.btn-primary-header{background:linear-gradient(135deg,#9d00ff,#7c3aed);border:1px solid #0000;box-shadow:0 4px 12px #9d00ff40;color:#fff}.btn-primary-header:hover{box-shadow:0 8px 25px #9d00ff66;transform:translateY(-2px)}.btn-primary-header:hover:before{opacity:1}.btn-primary-header:active{transform:translateY(0)}.header.dark{background:#0f172a;color:#e2e8f0}.header.dark .nav-link{border-radius:8px;color:#e5e5e5;font-size:.925rem;font-weight:500;letter-spacing:-.01em;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.header.dark .nav-link:before{background:linear-gradient(90deg,#9d00ff,#7c3aed);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:0}.header.dark .dropdown-header{background:#0f172a;color:#e5e5e5}.header.dark .dropdown-items{color:#fff}.header.dark .dropdown-menu{background:#0f172a;color:#e5e5e5}.header.dark .dropdown-item-header{color:#e5e5e5}.header.dark .dropdown-item-header:hover{background:linear-gradient(90deg,#9d00ff26,#9d00ff0d);color:#fff}.header.dark .dropdown-icon-header{color:#9ca3af}.header.dark .dropdown-item-header:hover .dropdown-icon-header{color:#9d00ff}.header.dark .dropdown-email{color:#e5e5e5}.header.dark .dropdown-divider{background:linear-gradient(90deg,#0000,#ffffff26,#0000)}@media (max-width:1024px){.header{padding:1rem 1.5rem}.header-nav{gap:1.5rem;margin:0 1rem}.nav-link{font-size:.875rem;padding:.4rem .8rem}.logo-text{font-size:22px}.header-logo{height:36px}}@media (max-width:768px){.header{align-items:center;flex-wrap:nowrap;padding:.875rem 1rem}.logo-container{flex:0 0 auto;order:1}.button-group,.logo-container{align-items:center;display:flex}.button-group{margin-left:auto;order:2}.header-nav{display:none}.logo-text{font-size:20px;line-height:1}.header-logo{display:block;height:32px}.btn-outline-header,.btn-primary-header{align-items:center;display:flex;font-size:.85rem;justify-content:center;padding:.65rem 1.25rem}.profile-avatar{height:36px;width:36px}.profile-initials{font-size:.9rem}.profile-button{align-items:center;display:flex}.dropdown-menu{min-width:220px;right:0}.dropdown-header{padding:.875rem 1rem}.dropdown-avatar{height:40px;width:40px}.dropdown-email{font-size:.8rem}.dropdown-status{font-size:.65rem}.dropdown-item-header{font-size:.85rem;padding:.65rem 1rem}}@media (max-width:480px){.header{align-items:center;flex-wrap:nowrap;padding:.75rem .875rem}.header-nav{display:none}.logo-container{gap:3px}.logo-container,.logo-text{align-items:center;display:flex}.logo-text{font-size:18px;line-height:1}.header-logo{display:block;height:28px}.button-group{align-items:center;display:flex;gap:.5rem}.btn-outline-header,.btn-primary-header{align-items:center;display:inline-flex;font-size:.8rem;justify-content:center;line-height:1;padding:.6rem 1rem}.btn-outline-header{display:none}.btn-primary-header{font-size:.75rem;padding:.6rem .875rem}.profile-avatar{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.profile-initials{font-size:.85rem}.profile-button{align-items:center;display:flex;gap:.5rem;padding:.15rem}.dropdown-arrow{height:12px;width:12px}.dropdown-menu{max-width:calc(100vw - 2rem);min-width:200px;right:-.5rem}.dropdown-header{gap:.75rem;padding:.75rem .875rem}.dropdown-avatar{height:36px;width:36px}.dropdown-profile-initials{font-size:1rem}.dropdown-email{font-size:.75rem}.dropdown-status{font-size:.625rem}.dropdown-items{padding:.375rem 0}.dropdown-item-header{font-size:.8rem;gap:.65rem;padding:.6rem .875rem}.dropdown-icon-header{height:14px;width:14px}}@media (max-width:360px){.header{align-items:center;padding:.625rem .75rem}.logo-container{align-items:center;display:flex}.logo-text{font-size:16px;line-height:1}.header-logo{height:26px}.btn-primary-header{align-items:center;display:inline-flex;font-size:.7rem;justify-content:center;padding:.55rem .75rem}.nav-link{font-size:.75rem;padding:.3rem .55rem}.nav-link,.profile-avatar{align-items:center;display:flex}.profile-avatar{height:30px;justify-content:center;width:30px}.profile-button{align-items:center;display:flex}.dropdown-menu{min-width:180px}}.payment-success{align-items:center;animation:fade-in .5s ease-out;background:linear-gradient(180deg,#fff,#f4f6f8);display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.payment-success h2{color:#111;font-size:2rem;font-weight:700;margin-bottom:.75rem;position:relative}.payment-success h2:before{animation:pop-in .6s ease-out;color:#22c55e;content:"✔";display:block;font-size:3rem;margin-bottom:1.25rem;text-shadow:0 4px 12px #22c55e4d}.payment-success p{color:#555;font-size:1.1rem;margin-top:0;position:relative}.payment-success p:after{animation:shimmer 1.5s infinite;background:#e5e7eb;background:linear-gradient(90deg,#22c55e,#16a34a);background-size:200% 100%;border-radius:999px;content:"";display:block;height:6px;margin:1.25rem auto 0;overflow:hidden;position:relative;width:120px}@keyframes pop-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes fade-in{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}body{color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.optimizer-container{background:#fff;min-height:100vh;padding:2rem;transition:background .3s ease}.optimizer-container.dark-mode{background:#0f172a;color:#e2e8f0}.layouter{margin:0 auto;max-width:1600px;padding-top:2rem;position:relative}.plan-info-container{display:flex;justify-content:center;margin-bottom:1rem;margin-top:-2.5rem}.plan-display{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;color:#1e293b;display:flex;font-size:14px;font-weight:500;gap:.5rem;padding:.35rem .85rem;transition:all .2s ease}.plan-display:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.plan-name-optimizer,.upgrade-text{font-weight:600}.upgrade-text{color:#8b5cf6;cursor:pointer;transition:color .2s ease}.upgrade-text:hover{color:#7c3aed}.claude-layout{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.prompt-container{margin:0 auto 1.5rem;max-width:1100px;transition:margin .5s cubic-bezier(.4,0,.2,1)}.prompt-container.centered{margin:8rem auto}.prompt-container.with-panels{margin:0 auto 1.5rem}.prompt-box{background:#fff;border:1px solid #d1d5db;border-radius:26px;box-shadow:0 1px 2px #0000000d,0 0 0 1px #00000005;height:150px;overflow:hidden;position:relative;transition:all .2s ease;width:800px}.prompt-box:hover{border-color:#9ca3af;box-shadow:0 4px 6px #00000012,0 0 0 1px #00000008}.prompt-box:focus-within{border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf626,0 0 0 3px #8b5cf61a}.prompt-input{background:#0000;border:none;color:#1e293b;font-family:Inter,sans-serif;font-size:17px;font-weight:400;height:70px;left:0;outline:none;padding:0 2rem;position:absolute;top:0;width:100%}.prompt-input::placeholder{color:#94a3b8}.url-display{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;bottom:0;display:flex;font-size:14px;gap:1rem;height:90px;left:0;padding:0 2rem;position:absolute;right:0}.url-label{color:#64748b;flex-shrink:0;font-weight:500;white-space:nowrap}.url-link{color:#8b5cf6;flex:1 1;min-width:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;transition:color .2s ease;white-space:nowrap}.url-link:hover{color:#7c3aed;text-decoration:underline}.url-actions{display:flex;flex-shrink:0;gap:.75rem}.url-action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.url-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.url-action-btn.visit-btn{background:#8b5cf6;border-color:#8b5cf6;color:#fff}.url-action-btn.visit-btn:hover{background:#7c3aed;border-color:#7c3aed}.inline-limit-warning{align-items:center;background:#fef3c7;border-top:1px solid #fde68a;bottom:0;color:#92400e;display:flex;font-size:14px;gap:1rem;height:110px;left:0;padding:0 2rem;position:absolute;right:0}.warning-icon{flex-shrink:0;font-size:18px}.inline-upgrade-btn{background:#8b5cf6;border:none;border-radius:10px;color:#fff;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:600;margin-left:auto;padding:.5rem 1.25rem;transition:all .2s ease;white-space:nowrap}.inline-upgrade-btn:hover{background:#7c3aed;transform:translateY(-1px)}.helper-text{animation:fadeIn .5s ease;margin-top:1.5rem;text-align:center}.helper-text p{color:#64748b;font-size:14px;font-weight:400}.side-panels{grid-gap:0;animation:slideUp .5s cubic-bezier(.4,0,.2,1);border:1.5px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:grid;gap:0;grid-template-columns:1fr 1fr;height:700px;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.panel{background:#fff;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:700px;overflow:hidden;transition:all .3s ease}.left-panel{animation:slideInLeft .5s cubic-bezier(.4,0,.2,1);border-right:1px solid #e2e8f0}.right-panel{animation:slideInRight .5s cubic-bezier(.4,0,.2,1)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.panel-header{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;flex-shrink:0;justify-content:space-between;padding:1rem 1.25rem}.panel-header,.panel-header h3{align-items:center;display:flex}.panel-header h3{font-size:15px;font-weight:600;margin:0}.panel-header-actions{align-items:center;display:flex;gap:.75rem}.usage-badge{background:#fff3;border-radius:6px;font-size:11px;font-weight:500;padding:.25rem .5rem}.header-btn{align-items:center;background:#ffffff26;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;padding:.4rem .75rem;transition:all .2s ease}.header-btn:hover{background:#ffffff40}.header-btn:disabled{cursor:not-allowed;opacity:.5}.run-btn{padding:.4rem 1rem}.panel-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.data-stats{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:.75rem 1.25rem}.stat-badge{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;display:inline-flex;font-size:12px;font-weight:500;padding:.25rem .65rem}.data-display{word-wrap:break-word;background:#fff;color:#1e293b;flex:1 1;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.6;margin:0;overflow-y:auto;padding:1.25rem;white-space:pre-wrap}.ai-empty-state{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:3rem;text-align:center}.empty-icon{font-size:48px;margin-bottom:1rem;opacity:.4}.ai-empty-state p{color:#64748b;font-size:14px;line-height:1.6;max-width:300px}.ai-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;padding:3rem}.loading-spinner{border:3px solid #e2e8f0;border-top-color:#8b5cf6}.ai-loading p{color:#64748b;font-size:14px;font-weight:500}.ai-result{flex:1 1;overflow-y:auto;position:relative}.floating-copy-btn{align-items:center;background:#fffffff2;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#64748b;cursor:pointer;display:flex;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease;z-index:10}.floating-copy-btn:hover{background:#fff;border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf633;color:#8b5cf6;transform:translateY(-1px)}.ai-result pre{word-wrap:break-word;background:#fff;color:#374151;font-family:JetBrains Mono,monospace;font-size:13.5px;line-height:1.7;margin:0;padding:3.5rem 1.25rem 1.25rem;white-space:pre-wrap}.ai-result::-webkit-scrollbar,.data-display::-webkit-scrollbar{width:8px}.ai-result::-webkit-scrollbar-track,.data-display::-webkit-scrollbar-track{background:#f8fafc;border-radius:4px}.ai-result::-webkit-scrollbar-thumb,.data-display::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.ai-result::-webkit-scrollbar-thumb:hover,.data-display::-webkit-scrollbar-thumb:hover{background:#94a3b8}.keyword-summary{background:#f8fafc;border-radius:0;border-top:1px solid #e2e8f0;box-shadow:none;flex-shrink:0;margin-top:0;padding:1rem 1.25rem;transition:none}.keyword-summary h4{color:#1e293b;font-size:14px;font-weight:600;margin-bottom:.75rem}.keyword-summary ul{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.keyword-summary li{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:12px;font-weight:500;padding:.35rem .65rem;transition:all .2s ease}.keyword-summary li:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.keyword-count{color:#94a3b8;font-weight:600}.error-message,.info-message{animation:slideIn .3s ease;border:1.5px solid;border-radius:12px;font-size:14px;font-weight:500;margin-top:1rem;padding:1rem 1.25rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message{border-color:#fecaca}.info-message.success{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.info-message.info{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.optimizer-container.dark-mode .side-panels{border-color:#334155;box-shadow:0 2px 8px #0000004d}.optimizer-container.dark-mode .panel{background:#1e293b}.optimizer-container.dark-mode .left-panel{border-right-color:#334155}.optimizer-container.dark-mode .plan-display{background:#1e293b;border-color:#334155;color:#e2e8f0}.optimizer-container.dark-mode .plan-display:hover{box-shadow:0 4px 12px #0000004d}.optimizer-container.dark-mode .prompt-box{background:#1e293b;border-color:#334155;box-shadow:0 2px 8px #0003}.optimizer-container.dark-mode .prompt-box:hover{border-color:#475569;box-shadow:0 4px 12px #0000004d}.optimizer-container.dark-mode .prompt-box:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}.optimizer-container.dark-mode .prompt-input{color:#e2e8f0}.optimizer-container.dark-mode .prompt-input::placeholder{color:#64748b}.optimizer-container.dark-mode .url-display{background:#0f172a;border-color:#334155}.optimizer-container.dark-mode .url-label{color:#94a3b8}.optimizer-container.dark-mode .url-link{color:#a78bfa}.optimizer-container.dark-mode .url-link:hover{color:#c4b5fd}.optimizer-container.dark-mode .url-action-btn{background:#1e293b;border-color:#334155;color:#94a3b8}.optimizer-container.dark-mode .url-action-btn:hover{background:#334155;border-color:#475569;color:#e2e8f0}.optimizer-container.dark-mode .url-action-btn.visit-btn{background:#8b5cf6;border-color:#8b5cf6;color:#fff}.optimizer-container.dark-mode .url-action-btn.visit-btn:hover{background:#7c3aed}.optimizer-container.dark-mode .inline-limit-warning{background:#422006;border-color:#78350f;color:#fbbf24}.optimizer-container.dark-mode .inline-upgrade-btn{background:#8b5cf6}.optimizer-container.dark-mode .inline-upgrade-btn:hover{background:#7c3aed}.optimizer-container.dark-mode .helper-text p{color:#94a3b8}.optimizer-container.dark-mode .data-stats{background:#0f172a;border-color:#334155}.optimizer-container.dark-mode .stat-badge{background:#1e293b;border-color:#334155;color:#cbd5e1}.optimizer-container.dark-mode .data-display{background:#1e293b;color:#e2e8f0}.optimizer-container.dark-mode .data-display::-webkit-scrollbar-track{background:#0f172a}.optimizer-container.dark-mode .data-display::-webkit-scrollbar-thumb{background:#475569}.optimizer-container.dark-mode .data-display::-webkit-scrollbar-thumb:hover{background:#64748b}.optimizer-container.dark-mode .ai-empty-state p,.optimizer-container.dark-mode .ai-loading p{color:#94a3b8}.optimizer-container.dark-mode .loading-spinner{border-color:#8b5cf6 #334155 #334155}.optimizer-container.dark-mode .ai-result{background:#1e293b}.optimizer-container.dark-mode .ai-result::-webkit-scrollbar-track{background:#0f172a}.optimizer-container.dark-mode .ai-result::-webkit-scrollbar-thumb{background:#475569}.optimizer-container.dark-mode .ai-result::-webkit-scrollbar-thumb:hover{background:#64748b}.optimizer-container.dark-mode .floating-copy-btn{background:#1e293bf2;border-color:#334155;box-shadow:0 2px 8px #0000004d;color:#94a3b8}.optimizer-container.dark-mode .floating-copy-btn:hover{background:#1e293b;border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf64d;color:#a78bfa}.optimizer-container.dark-mode .ai-result pre{background:#1e293b;color:#cbd5e1}.optimizer-container.dark-mode .keyword-summary{background:#0f172a;border-color:#334155}.optimizer-container.dark-mode .keyword-summary h4{color:#e2e8f0}.optimizer-container.dark-mode .keyword-summary li{background:#1e293b;border-color:#334155;color:#cbd5e1}.optimizer-container.dark-mode .keyword-summary li:hover{background:#334155;border-color:#475569}.optimizer-container.dark-mode .keyword-count{color:#64748b}.optimizer-container.dark-mode .error-message{background:#450a0a;border-color:#991b1b;color:#fca5a5}.optimizer-container.dark-mode .info-message.success{background:#052e16;border-color:#166534;color:#86efac}.optimizer-container.dark-mode .info-message.info{background:#172554;border-color:#1e40af;color:#93c5fd}.hello-sentence-container{padding:1rem;text-align:center}.hello-sentence-text{cursor:default;display:inline-block;font-family:Playfair Display,serif;font-size:clamp(1.25rem,4vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1.4;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.hello-sentence-text:hover:before{width:100%}.hello-sentence-text:hover{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transform:translateY(-1px)}.hello-sentence-container.light .hello-sentence-text{color:#262c38;text-shadow:0 1px 2px #0000000d}.hello-sentence-container.light .hello-sentence-text:hover{color:#2d3748}.hello-sentence-container.dark .hello-sentence-text{color:#f7fafc;text-shadow:0 2px 4px #0000004d}.hello-sentence-container.dark .hello-sentence-text:hover{color:#fff;filter:drop-shadow(0 4px 12px rgba(255,255,255,.1))}.hello-sentence-container.dark .hello-sentence-text:before{background:linear-gradient(90deg,#81e6d9,#ffd89b);box-shadow:0 0 8px #81e6d94d}.hello-sentence-text.animate-in{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards}.hello-sentence-text:focus{outline:2px solid #0000;outline-offset:2px}.hello-sentence-container.light .hello-sentence-text:focus{box-shadow:0 0 0 3px #4299e180}.hello-sentence-container.dark .hello-sentence-text:focus{box-shadow:0 0 0 3px #81e6d980}@media (prefers-reduced-motion:reduce){.hello-sentence-text{transition:color .3s ease}.hello-sentence-text:hover{filter:none;transform:none}.hello-sentence-text:before{transition:none}.hello-sentence-text.animate-in{animation:none}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;letter-spacing:-.01em;overflow-x:hidden}.hero-content{margin-top:-80px}.hero-title{color:#1a1a1a;font-family:Montserrat ExtraBold;font-size:clamp(2.2rem,5.1vw,3.7rem);font-weight:1000;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.8rem}.gradient-text{color:#9d00ff}.hero-subtitle{color:#64748b;font-family:Raleway Regular;font-size:1.25rem;font-weight:400;line-height:1.7;margin-bottom:2.5rem;max-width:600px}.hero-subtitle strong{color:#1a1a1a;font-weight:700}.hero{align-items:center;background:#fff;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-bg{inset:0;position:absolute;z-index:1}.gradient-orb{animation:float 6s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.hero-container{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;z-index:2}.hero-container,.hero-content{position:relative}.hero-actions{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.btn-hero-primary{background:#9d00ff;border:none;border-radius:12px;box-shadow:0 10px 25px #9d00ff40;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1.25rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-hero-primary:hover{background:#8a00e6;box-shadow:0 15px 35px #9d00ff59;transform:translateY(-3px)}.btn-hero-secondary{align-items:center;background:#fff;border:2px solid #9d00ff;border-radius:12px;box-shadow:0 4px 12px #00000014;color:#9d00ff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1.25rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-hero-secondary:hover{background:#9d00ff;box-shadow:0 12px 28px #9d00ff4d;color:#fff;transform:translateY(-3px)}.play-icon{font-size:1rem;transition:transform .3s ease}.btn-hero-secondary:hover .play-icon{transform:scale(1.2)}.trust-badge{background:#9d00ff0d;border:1px solid #9d00ff26;border-radius:50px;display:inline-block;padding:1rem 1.5rem}.trust-text{color:#9d00ff;font-size:.95rem;font-weight:600}.blob-container,.hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.blob-container{height:500px;max-width:500px;width:100%}.blob-shape{background:#9d00ff;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;height:100%;position:absolute;width:100%;z-index:1}.blob-image{border-radius:50% 35% 45% 55%/45% 60% 40% 55%;box-shadow:0 20px 40px #00000026;height:85%;overflow:hidden;position:relative;width:85%;z-index:2}.blob-image img{height:100%;object-fit:cover;object-position:center;width:100%}.benefits{background:#f8fafc;padding:6rem 0;position:relative}.benefits:before{background:linear-gradient(135deg,#9d00ff05,#3b82f605);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.container-benefits{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.benefits h2{color:#1a1a1a;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:4rem;position:relative;text-align:center}.benefits h2:after{background:#8a00e6;border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.benefits-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.benefit-list{display:flex;flex-direction:column;gap:1rem;height:100%;list-style:none}.benefit-list li{align-items:center;background:#fff;border:1px solid #9d00ff14;border-radius:16px;box-shadow:0 4px 20px #0000000f;display:flex;flex:1 1;font-size:1.1rem;font-weight:600;min-height:60px;overflow:hidden;padding:2.1rem 2.35rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-list li:before{background:linear-gradient(90deg,#9d00ff,#3b82f6);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.benefit-list li:hover{border-color:#9d00ff33;box-shadow:0 16px 32px #9d00ff1f;transform:translateY(-4px)}.benefit-list li:hover:before{transform:scaleX(1)}.dashboard-card-benefits{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 32px #00000014;height:-webkit-fit-content;height:fit-content;overflow:hidden;position:relative}.dashboard-header-benefits{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem}.center-button-wrapper{align-items:center;display:flex;justify-content:center;margin-top:2rem}.btn-hero-primary-two{background:#9d00ff;border:none;border-radius:12px;box-shadow:0 10px 25px #9d00ff40;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;padding:.8rem 1.7rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-tabs-benefits{display:flex;gap:.5rem;margin-bottom:1rem}.tab-dot{border-radius:50%;height:12px;width:12px}.tab-dot.green,.tab-dot.red,.tab-dot.yellow{background:#9d00ff}.dashboard-title-benefits{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-subtitle-benefits{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:.5rem}.question-count-benefits{background:#f1f5f9;border-radius:12px;color:#475569;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.dashboard-body-benefits{padding:2rem}.score-section{margin-bottom:2rem}.score-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.score-title{color:#1a1a1a;font-size:1.25rem;font-weight:700}.score-value{color:#9d00ff;font-size:2rem;font-weight:800}.score-info{color:#6366f1;cursor:pointer;font-size:.85rem;text-decoration:underline}.progress-bar{background:#f1f5f9;border-radius:6px;height:12px;margin-bottom:1rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#9d00ff,#6366f1);border-radius:6px;height:100%;position:relative;width:85%}.progress-fill:after{background:#fff;border:3px solid #9d00ff;border-radius:50%;content:"";height:12px;position:absolute;right:0;top:0;transform:translateX(50%);width:12px}.progress-labels{color:#64748b;display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.5rem}.performance-text{align-items:flex-start;color:#64748b;display:flex;font-size:.9rem;gap:.75rem;line-height:1.5;margin-bottom:1rem}.performance-icon{align-items:center;display:flex;flex-shrink:0;font-size:.9rem;height:20px;justify-content:center;margin-top:.1rem;width:20px}.analytics-section{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.analytics-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.analytics-title{color:#1a1a1a;font-size:1.1rem;font-weight:600}.filter-dropdown{position:relative}.filter-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;display:flex;gap:.5rem;padding:.5rem 1rem}.metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;text-align:center}.metric-value{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.metric-label{color:#64748b;font-size:.75rem;text-transform:uppercase}.metric-card.green .metric-value{color:#22c55e}.metric-card.red .metric-value{color:#ef4444}.metric-card.purple .metric-value{color:#9d00ff}.result-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:1rem;margin-bottom:.75rem;padding:1rem}.result-item,.result-status{align-items:center;display:flex}.result-status{border-radius:50%;color:#fff;font-size:.75rem;font-weight:600;height:20px;justify-content:center;width:20px}.result-status.success{background:#22c55e}.result-status.error{background:#ef4444}.result-content{flex:1 1}.result-title{color:#1a1a1a;font-weight:600;margin-bottom:.25rem}.result-description{color:#64748b;font-size:.85rem}.result-expand{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.85rem}.features{margin:0 auto;max-width:1200px;padding:6rem 0;position:relative}.section-title-features{color:#1a1a1a;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.section-subtitle-features{color:#64748b;font-size:1.2rem;font-weight:500;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.features-grid-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.feature-card-features{background:#fff;border:1px solid #9d00ff14;border-radius:20px;box-shadow:0 4px 20px #0000000f;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card-features:before{background:#9d00ff05;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.feature-card-features:hover{border-color:#9d00ff33;box-shadow:0 25px 50px #9d00ff26;transform:translateY(-10px)}.feature-card-features:hover:before{opacity:1}.feature-card-features h3{color:#1a1a1a;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.feature-card-features p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;position:relative;z-index:1}.feature-cta-btn-features{background:#9d00ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.feature-cta-btn-features:hover{background:#8a00e6;box-shadow:0 6px 20px #9d00ff4d;transform:translateX(5px)}@media (max-width:768px){.hero-container{gap:3rem;grid-template-columns:1fr;padding:0 1.5rem;text-align:center}.hero-actions{justify-content:center}.btn-hero-primary,.btn-hero-secondary{font-size:1rem;padding:1rem 2rem}.benefit-list,.features-grid{grid-template-columns:1fr}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.blob-container{height:350px;width:350px}}@media (max-width:480px){.container,.hero-container{padding:0 1rem}.hero-actions{align-items:center;flex-direction:column}.btn-hero-primary,.btn-hero-secondary{max-width:300px;width:100%}.blob-container{height:300px;width:300px}.hero-title{font-size:2rem}.section-title{font-size:1.8rem}}@media (max-width:1200px){.hero-container{gap:4rem;padding:0 1.5rem}.blob-container{height:450px;max-width:450px}.benefits-grid{gap:3rem}.container-benefits{padding:0 1.5rem}}@media (max-width:1024px){.hero-title{font-size:clamp(2rem,4.5vw,3.2rem)}.hero-subtitle{font-size:1.15rem}.hero-container{gap:3rem}.blob-container{height:400px;max-width:400px}.benefits-grid{gap:3rem;grid-template-columns:1fr}.benefit-list li{font-size:1.05rem;padding:1.75rem 2rem}.dashboard-card-benefits{max-width:100%}.metrics-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.features-grid-features{gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card-features{padding:2rem}}@media (max-width:768px){.hero{min-height:auto;padding:3rem 0}.hero-container{gap:3rem;grid-template-columns:1fr;padding:0 1.25rem;text-align:center}.hero-content{margin-top:0}.hero-title{font-size:clamp(1.85rem,4vw,2.8rem);margin-bottom:1.5rem}.hero-subtitle{font-size:1.05rem;margin-bottom:2rem;max-width:100%}.hero-actions{align-items:center;flex-direction:column;gap:1rem;margin-bottom:2rem}.btn-hero-primary,.btn-hero-secondary{font-size:1rem;justify-content:center;max-width:350px;padding:1.1rem 2rem;width:100%}.trust-badge{padding:.875rem 1.25rem}.trust-text{font-size:.875rem}.blob-container{height:350px;margin:0 auto;max-width:350px}.benefits{padding:4rem 0}.benefits h2{font-size:2rem;margin-bottom:3rem}.container-benefits{padding:0 1.25rem}.benefit-list{gap:1rem}.benefit-list li{font-size:1rem;padding:1.5rem 1.75rem}.dashboard-header-benefits{padding:1.25rem 1.5rem}.dashboard-title-benefits{font-size:1.3rem}.dashboard-body-benefits{padding:1.5rem}.score-title{font-size:1.1rem}.score-value{font-size:1.75rem}.performance-text{font-size:.875rem}.metrics-grid{gap:.875rem;grid-template-columns:repeat(2,1fr)}.metric-value{font-size:1.3rem}.metric-label{font-size:.7rem}.btn-hero-primary-two{font-size:.8rem;padding:.75rem 1.5rem}.features{padding:4rem 0}.section-title-features{font-size:2rem}.section-subtitle-features{font-size:1.1rem;margin-bottom:2.5rem}.features-grid-features{gap:1.5rem;grid-template-columns:1fr}.feature-card-features{padding:2rem}.feature-card-features h3{font-size:1.25rem}.feature-card-features p{font-size:.95rem}}@media (max-width:640px){.hero-title{font-size:clamp(1.65rem,3.5vw,2.4rem)}.hero-subtitle{font-size:1rem;margin-bottom:1.75rem}.btn-hero-primary,.btn-hero-secondary{font-size:.95rem;padding:1rem 1.75rem}.blob-container{height:300px;max-width:300px}.benefits h2{font-size:1.75rem}.benefit-list li{font-size:.95rem;padding:1.35rem 1.5rem}.dashboard-title-benefits{font-size:1.2rem}.section-title-features{font-size:1.85rem}.section-subtitle-features{font-size:1.05rem}.feature-card-features{padding:1.75rem}}@media (max-width:480px){.hero{padding:2rem 0}.hero-container{gap:2.5rem;padding:0 1rem}.hero-title{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:1.25rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-actions{gap:.875rem;margin-bottom:1.75rem}.btn-hero-primary,.btn-hero-secondary{font-size:.9rem;max-width:100%;padding:.95rem 1.5rem;width:100%}.play-icon{font-size:.9rem}.trust-badge{padding:.75rem 1rem}.trust-text{font-size:.8rem}.blob-container{height:280px;max-width:280px}.benefits{padding:3rem 0}.benefits h2{font-size:1.6rem;margin-bottom:2.5rem}.container-benefits{padding:0 1rem}.benefit-list li{font-size:.9rem;min-height:50px;padding:1.25rem 1.35rem}.dashboard-card-benefits{border-radius:12px}.dashboard-header-benefits{padding:1rem 1.25rem}.dashboard-title-benefits{font-size:1.1rem;margin-bottom:.35rem}.dashboard-subtitle-benefits{font-size:.85rem}.question-count-benefits{font-size:.75rem;padding:.2rem .65rem}.dashboard-body-benefits{padding:1.25rem}.score-title{font-size:1rem}.score-value{font-size:1.5rem}.score-info{font-size:.8rem}.progress-bar{height:10px}.progress-fill:after{border-width:2px;height:10px;width:10px}.performance-text{font-size:.85rem;gap:.65rem;margin-bottom:.875rem}.performance-icon{font-size:.85rem;height:18px;width:18px}.analytics-title{font-size:1rem}.metrics-grid{gap:.75rem}.metric-card{padding:.875rem}.metric-value{font-size:1.2rem}.metric-label{font-size:.675rem}.btn-hero-primary-two{font-size:.75rem;padding:.7rem 1.35rem}.features{padding:3rem 0}.section-title-features{font-size:1.65rem;margin-bottom:.875rem}.section-subtitle-features{font-size:1rem;margin-bottom:2rem}.features-grid-features{gap:1.35rem;margin-top:2.5rem}.feature-card-features{border-radius:16px;padding:1.65rem}.feature-card-features h3{font-size:1.15rem;margin-bottom:.875rem}.feature-card-features p{font-size:.9rem;margin-bottom:1.35rem}.feature-cta-btn-features{font-size:.95rem;padding:.7rem 1.35rem}}@media (max-width:360px){.hero-container{padding:0 .875rem}.hero-title{font-size:1.4rem}.hero-subtitle{font-size:.9rem}.btn-hero-primary,.btn-hero-secondary{font-size:.85rem;padding:.875rem 1.35rem}.blob-container{height:260px;max-width:260px}.benefits h2{font-size:1.45rem}.benefit-list li{font-size:.875rem;padding:1.15rem 1.2rem}.dashboard-title-benefits{font-size:1rem}.dashboard-body-benefits{padding:1.15rem}.metrics-grid{grid-template-columns:1fr}.section-title-features{font-size:1.5rem}.section-subtitle-features{font-size:.95rem}.feature-card-features{padding:1.5rem}.feature-card-features h3{font-size:1.1rem}.feature-card-features p{font-size:.875rem}}@media (max-width:768px){.blob-image img{object-fit:cover;object-position:center}.landing-page{overflow-x:hidden;width:100%}*{max-width:100%}}.install-btn{align-items:center;background:linear-gradient(90deg,#9d00ff,#6a00b3);border-radius:12px;box-shadow:0 4px 12px #9d00ff4d;color:#fff;display:inline-flex;font-size:15px;font-weight:600;gap:10px;margin-left:60px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.install-btn:hover{box-shadow:0 6px 16px #9d00ff66;transform:translateY(-2px)}.extension-logo{border-radius:4px;height:22px;object-fit:contain;width:22px}.tutorial-wrapper{background:#f8fafc;color:#0f172a;overflow:hidden;padding:80px 0;position:relative;text-transform:capitalize}.main-container{margin:0 auto;max-width:1300px;padding:0 20px;position:relative;z-index:1}.heading-primary{color:#1e293b;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:16px;position:relative;text-align:center;text-shadow:0 2px 4px #0000001a}.heading-primary:after{background:#8a00e6;border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.heading-secondary{color:#64748b;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:400;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.howto-flex-container{align-items:flex-start;display:flex;gap:40px}.steps-side{flex:2 1}.card-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #fff9;border-radius:20px;box-shadow:0 15px 35px #0000000d;overflow:hidden;padding:40px;position:relative}.card-content:before{animation:gradientShift 3s ease infinite;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#f5576c);background-size:400% 400%;content:"";height:3px;left:0;position:absolute;right:0;top:0}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.final-message{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 6px 20px #667eea4d;color:#fff;font-size:1.1rem;font-weight:600;margin-top:24px;overflow:hidden;padding:20px;position:relative;text-align:center}.final-message:before{animation:shine 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes shine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.steps-list{counter-reset:step-counter;flex-grow:1;list-style:none;margin:0;padding:0}.steps-list li{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-left:3px solid #e2e8f0;border-radius:0 12px 12px 0;color:#1e293b;counter-increment:step-counter;font-size:1.1rem;font-weight:500;line-height:1.6;margin-bottom:16px;padding:20px 0 20px 60px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.steps-list li,.steps-list li:hover{background:#ffffffb3;box-shadow:0 6px 20px #667eea1f;transform:translateX(6px)}.steps-list li:hover{border-left-color:#667eea}.steps-list li:before{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fff;border-radius:50%;box-shadow:0 4px 16px #667eea4d;color:#fff;content:counter(step-counter);display:flex;font-size:1rem;font-weight:700;height:40px;justify-content:center;left:-20px;position:absolute;top:16px;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.steps-list li:hover:before{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 8px 24px #667eea66;transform:scale(1.1) rotate(1turn)}.steps-list li:last-child{border-left:none;margin-bottom:0}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 20px 50px #00000014;flex:1 1;overflow:hidden;padding:32px;position:relative;transition:all .3s ease}.info-card:hover{box-shadow:0 25px 60px #0000001f;transform:translateY(-4px)}.info-card:before{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.info-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:16px}.info-card p{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:16px}.info-card ul{margin:16px 0}.info-card li{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:8px;padding:8px 0}.info-card strong{color:#1e293b;font-weight:600}.cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.cta:before{animation:floatBg 20s ease-in-out infinite;background:radial-gradient(circle at 30% 70%,#9d00ff14 0,#0000 50%),radial-gradient(circle at 70% 30%,#3b82f60f 0,#0000 50%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes floatBg{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}.cta .container{margin:0 auto;max-width:900px;padding:0 2rem;position:relative;z-index:1}.cta h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#475569);-webkit-background-clip:text;background-clip:text;color:#0f172a;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;position:relative}.cta h2:after{background:linear-gradient(90deg,#9d00ff,#3b82f6);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.cta p{color:#475569;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-actions{align-items:center;display:flex;flex-direction:column;gap:2rem}.btn-cta-primary{background:linear-gradient(135deg,#9d00ff,#7c3aed);border:none;border-radius:16px;box-shadow:0 12px 30px #9d00ff4d,0 4px 12px #9d00ff33;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.5px;min-width:280px;overflow:hidden;padding:1.5rem 3rem;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-cta-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-cta-primary:hover:before{left:100%}.btn-cta-primary:hover{background:linear-gradient(135deg,#8a00e6,#6d28d9);box-shadow:0 20px 40px #9d00ff66,0 8px 20px #9d00ff4d;transform:translateY(-4px) scale(1.02)}.btn-cta-primary:active{transform:translateY(-2px) scale(1.01);transition:all .1s ease}.cta-guarantee{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #9d00ff1a;border-radius:50px;box-shadow:0 4px 12px #0000000d;color:#64748b;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.cta-guarantee:before{animation:pulse 2s infinite;content:"🧪";font-size:1.2rem}.pricing-section-landing{background-color:#fff;padding:4rem 2rem;text-align:center}.pricing-title-landing{color:#222;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.pricing-subtitle-landing{color:#666;font-size:1.1rem;margin-bottom:2rem}.pricing-grid-landing{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1200px}.pricing-card-landing{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:1rem;box-shadow:0 8px 16px #0000000d;padding:2rem;transition:all .2s ease}.pricing-card-landing:hover{transform:translateY(-6px)}.highlighted-landing{background:#f3eaff;border:2px solid #9d00ff}.plan-name-landing{color:#111;font-size:1.5rem;font-weight:700}.plan-tagline-landing{color:#666;font-size:.95rem;margin-bottom:1rem}.plan-price-landing{color:#9d00ff;font-size:2rem;font-weight:700;margin:.75rem 0}.plan-description-landing{color:#555;font-size:.9rem;margin-bottom:1rem}.plan-features-landing{font-size:.9rem;list-style:none;margin:1rem 0;padding:0;text-align:left}.plan-features-landing li{margin:.3rem 0}.plan-support-landing{color:#333;font-size:.85rem;margin-top:.5rem}.plan-cta-landing{background-color:#9d00ff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.7rem 1.5rem;transition:background .2s ease}.plan-cta-landing:hover{background-color:#7b00cc}.faq-container{margin:120px auto 50px;max-width:1300px;position:relative;z-index:1}.faq-heading{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#4f46e5);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:clamp(32px,4vw,48px);font-weight:900;letter-spacing:-.02em;margin:0 0 60px;text-align:center}.faq-list{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.faq-item{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:24px;box-shadow:0 12px 48px #00000014;overflow:hidden;padding:32px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-item:before{background:linear-gradient(135deg,#ffffff1a,#0000 50%);border-radius:24px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .4s ease}.faq-item:hover:before{opacity:1}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 24px 64px #0000001f;transform:translateY(-6px)}.faq-question{color:#1f2937;font-size:20px;font-weight:800;margin:0 0 16px}.faq-answer{color:#6b7280;font-size:16px;font-weight:500;line-height:1.6;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.typing-loop:after{animation:blink 1s step-start infinite;content:"|";margin-left:2px}@keyframes blink{50%{opacity:0}}@media (max-width:1024px){.tutorial-wrapper{padding:60px 0}.main-container{padding:0 1.5rem}.heading-primary{font-size:3rem}.heading-secondary{font-size:1.2rem;margin-bottom:50px}.howto-flex-container{flex-direction:column;gap:32px}.info-card{order:-1}.card-content{padding:32px}.steps-list li{font-size:1.05rem;padding:18px 0 18px 58px}.steps-list li:before{font-size:.95rem;height:38px;left:-19px;top:15px;width:38px}.final-message{font-size:1.05rem;padding:18px}.cta .container{padding:0 1.5rem}.cta h2{font-size:clamp(1.6rem,3.5vw,2.2rem)}.cta p{font-size:clamp(.95rem,1.8vw,1.15rem)}.btn-cta-primary{font-size:1.05rem;padding:1.35rem 2.75rem}.pricing-grid-landing{gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.pricing-card-landing{padding:1.75rem}.faq-list{gap:28px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.faq-item{padding:28px}}@media (max-width:768px){.tutorial-wrapper{padding:50px 0}.main-container{padding:0 1.25rem}.heading-primary{font-size:2.5rem;margin-bottom:12px}.heading-primary:after{bottom:-6px;height:2px;width:60px}.heading-secondary{font-size:1.15rem;margin-bottom:40px}.howto-flex-container{gap:28px}.card-content{border-radius:16px;padding:28px 24px}.steps-list li{font-size:1rem;margin-bottom:14px;padding:16px 0 16px 52px}.steps-list li:before{font-size:.9rem;height:36px;left:-18px;top:13px;width:36px}.final-message{border-radius:10px;font-size:1rem;padding:16px}.info-card{border-radius:16px;padding:28px}.info-card h3{font-size:1.3rem;margin-bottom:14px}.info-card p{font-size:.95rem;margin-bottom:14px}.info-card li{font-size:.9rem;padding:7px 0}.cta{padding:3.5rem 0}.cta .container{padding:0 1.25rem}.cta h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.875rem}.cta h2:after{bottom:-8px;height:3px;width:60px}.cta p{font-size:clamp(.9rem,1.6vw,1.1rem);margin-bottom:2.5rem}.cta-actions{gap:1.75rem}.btn-cta-primary{border-radius:14px;font-size:1rem;min-width:260px;padding:1.25rem 2.5rem}.cta-guarantee{font-size:1.05rem;padding:.7rem 1.35rem}.pricing-section-landing{padding:3.5rem 1.5rem}.pricing-title-landing{font-size:2.2rem;margin-bottom:.4rem}.pricing-subtitle-landing{font-size:1.05rem;margin-bottom:1.75rem}.pricing-grid-landing{gap:1.5rem;grid-template-columns:1fr}.pricing-card-landing{padding:1.65rem}.plan-name-landing{font-size:1.4rem}.plan-price-landing{font-size:1.85rem}.plan-description-landing,.plan-features-landing{font-size:.875rem}.faq-container{margin-bottom:40px;margin-top:100px;padding:0 1.25rem}.faq-heading{font-size:clamp(28px,3.5vw,42px);margin-bottom:50px}.faq-list{gap:24px;grid-template-columns:1fr}.faq-item{border-radius:20px;padding:24px}.faq-question{font-size:18px;margin-bottom:14px}.faq-answer{font-size:15px}}@media (max-width:640px){.tutorial-wrapper{padding:40px 0}.heading-primary{font-size:2.2rem}.heading-secondary{font-size:1.1rem;margin-bottom:35px}.card-content{padding:24px 20px}.steps-list li{font-size:.95rem;margin-bottom:12px;padding:14px 0 14px 48px}.steps-list li:before{font-size:.85rem;height:34px;left:-17px;top:11px;width:34px}.final-message{font-size:.95rem;padding:14px}.info-card{padding:24px}.info-card h3{font-size:1.2rem}.btn-cta-primary{font-size:.95rem;min-width:240px;padding:1.15rem 2.25rem}.cta-guarantee{font-size:1rem;padding:.65rem 1.25rem}.pricing-title-landing{font-size:2rem}.pricing-subtitle-landing{font-size:1rem}.plan-name-landing{font-size:1.3rem}.plan-price-landing{font-size:1.7rem}.faq-heading{font-size:clamp(26px,3vw,38px);margin-bottom:45px}.faq-question{font-size:17px}.faq-answer{font-size:14.5px}}@media (max-width:480px){.tutorial-wrapper{padding:35px 0}.main-container{padding:0 1rem}.heading-primary{font-size:2rem;margin-bottom:10px}.heading-primary:after{bottom:-5px;height:2px;width:50px}.heading-secondary{font-size:1.05rem;margin-bottom:30px}.howto-flex-container{gap:24px}.card-content{border-radius:14px;padding:22px 18px}.card-content:before{height:2px}.steps-list li{border-radius:0 10px 10px 0;font-size:.9rem;margin-bottom:10px;padding:13px 0 13px 46px}.steps-list li:before{border-width:1.5px;font-size:.8rem;height:32px;left:-16px;top:10px;width:32px}.final-message{border-radius:10px;font-size:.9rem;margin-top:20px;padding:13px}.info-card{border-radius:14px;padding:22px}.info-card:before{height:3px}.info-card h3{font-size:1.15rem;margin-bottom:12px}.info-card p{font-size:.9rem;margin-bottom:12px}.info-card li{font-size:.875rem;gap:6px;padding:6px 0}.cta{padding:3rem 0}.cta .container{padding:0 1rem}.cta h2{font-size:clamp(1.4rem,2.8vw,1.9rem);margin-bottom:.8rem}.cta h2:after{bottom:-7px;height:2.5px;width:50px}.cta p{font-size:clamp(.875rem,1.5vw,1.05rem);margin-bottom:2.25rem}.cta-actions{gap:1.5rem}.btn-cta-primary{border-radius:12px;font-size:.9rem;min-width:220px;padding:1.1rem 2rem}.cta-guarantee{font-size:.95rem;padding:.6rem 1.15rem}.cta-guarantee:before{font-size:1.1rem}.pricing-section-landing{padding:3rem 1rem}.pricing-title-landing{font-size:1.85rem}.pricing-subtitle-landing{font-size:.95rem;margin-bottom:1.65rem}.pricing-grid-landing{gap:1.35rem}.pricing-card-landing{border-radius:.85rem;padding:1.5rem}.plan-name-landing{font-size:1.25rem}.plan-tagline-landing{font-size:.9rem;margin-bottom:.875rem}.plan-price-landing{font-size:1.6rem;margin:.65rem 0}.plan-description-landing{font-size:.85rem;margin-bottom:.875rem}.plan-features-landing{font-size:.85rem;margin:.875rem 0}.plan-features-landing li{margin:.25rem 0}.plan-support-landing{font-size:.825rem}.plan-cta-landing{font-size:.9rem;padding:.65rem 1.35rem}.faq-container{margin-bottom:35px;margin-top:80px;padding:0 1rem}.faq-heading{font-size:clamp(24px,2.8vw,36px);margin-bottom:40px}.faq-list{gap:20px}.faq-item{border-radius:18px;padding:22px}.faq-question{font-size:16px;margin-bottom:12px}.faq-answer{font-size:14px;line-height:1.5}}@media (max-width:360px){.tutorial-wrapper{padding:30px 0}.main-container{padding:0 .875rem}.heading-primary{font-size:1.85rem}.heading-secondary{font-size:1rem;margin-bottom:28px}.card-content{padding:20px 16px}.steps-list li{font-size:.875rem;margin-bottom:9px;padding:12px 0 12px 44px}.steps-list li:before{font-size:.75rem;height:30px;left:-15px;top:9px;width:30px}.final-message{font-size:.875rem;padding:12px}.info-card{padding:20px}.info-card h3{font-size:1.1rem}.info-card p{font-size:.875rem}.info-card li{font-size:.85rem}.cta .container{padding:0 .875rem}.cta h2{font-size:1.35rem}.cta p{font-size:.85rem;margin-bottom:2rem}.btn-cta-primary{font-size:.875rem;min-width:200px;padding:1rem 1.75rem}.cta-guarantee{font-size:.9rem;padding:.55rem 1rem}.pricing-section-landing{padding:2.75rem .875rem}.pricing-title-landing{font-size:1.7rem}.pricing-subtitle-landing{font-size:.9rem}.pricing-card-landing{padding:1.35rem}.plan-name-landing{font-size:1.2rem}.plan-price-landing{font-size:1.5rem}.faq-container{margin-bottom:30px;margin-top:70px;padding:0 .875rem}.faq-heading{font-size:22px;margin-bottom:35px}.faq-item{border-radius:16px;padding:20px}.faq-question{font-size:15px;margin-bottom:11px}.faq-answer{font-size:13px}}@media (max-width:768px){.cta,.faq-section,.pricing-section-landing,.tutorial-wrapper{overflow-x:hidden;width:100%}*{max-width:100%}}body{background:#fff;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.resources-page{background:#fff;min-height:100vh}.container-help{margin:0 auto;max-width:1200px;padding:0 24px}.hero-section-help{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;position:relative}.hero-section-help:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23e2e8f0' fill-opacity='.3' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.hero-content-help{margin:0 auto;max-width:700px;position:relative;text-align:center;z-index:1}.badge-help{background:#9d00ff;border-radius:50px;color:#fff;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:24px;padding:8px 20px;text-transform:uppercase}.hero-title-help{color:#1a1a1a;font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px}.hero-subtitle-help{color:#64748b;font-size:20px;line-height:1.6;margin-bottom:40px}.cta-button.primary-help{align-items:center;background:#9d00ff;border:none;border-radius:12px;box-shadow:0 4px 20px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.cta-button.primary-help:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}.features-section-help{padding:100px 0}.section-header-help{margin-bottom:80px;text-align:center}.section-title-help{color:#1a1a1a;font-size:42px;font-weight:700;margin-bottom:16px}.section-subtitle-help{color:#64748b;font-size:18px;margin:0 auto;max-width:600px}.features-grid-help{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-top:60px}.feature-card-help{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000000d;box-shadow:0 12px 40px #0000001a;overflow:hidden;padding:40px;position:relative;transform:translateY(-5px);transition:all .3s ease}.feature-card-help:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.feature-card-help:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-5px)}.feature-card-help:hover:before{opacity:1}.feature-icon-help{align-items:center;border-radius:16px;display:flex;height:60px;justify-content:center;margin-bottom:24px;width:60px}.feature-icon-help.ai-help,.feature-icon-help.chrome-help{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.feature-title-help{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:16px}.feature-description-help{color:#64748b;font-size:16px;line-height:1.6;margin-bottom:24px}.feature-benefits-help{display:flex;flex-direction:column;gap:12px}.benefit-item-help{align-items:center;color:#475569;display:flex;font-size:14px;gap:12px}.benefit-item-help svg{color:#22c55e;flex-shrink:0}.getting-started-section-help{background:#f8fafc;padding:100px 0}.section-badge-help{background:#e0e7ff;border-radius:20px;color:#3730a3;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:16px;padding:6px 16px;text-transform:uppercase}.steps-container-help{align-items:center;display:flex;flex-wrap:nowrap;gap:0;justify-content:center;margin-top:60px}.step-item-help{align-items:center;display:flex;flex-direction:column;max-width:200px;position:relative;text-align:center}.step-number-help{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 20px #667eea4d;color:#fff;display:flex;font-size:18px;font-weight:700;height:60px;justify-content:center;margin-bottom:20px;width:60px}.step-title-help{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:8px}.step-description-help{color:#64748b;font-size:14px;line-height:1.5}.step-connector-help{background:linear-gradient(135deg,#667eea,#764ba2);height:2px;margin:0 20px;opacity:.3;width:80px}.video-section-help{padding:100px 0}.video-content-help{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:.8fr 1.8fr}.video-info-help{padding-right:40px}.docs-link-help{align-items:center;color:#667eea;display:inline-flex;font-weight:600;gap:8px;margin-top:24px;text-decoration:none;transition:all .3s ease}.docs-link-help:hover{color:#764ba2;gap:12px}.video-wrapper-help{position:relative}.video-container-help{border-radius:20px;box-shadow:0 20px 60px #00000026;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-container-help iframe{height:100%;left:0;position:absolute;top:0;width:100%}.best-practices-section-help{background:#f8fafc;padding:100px 0}.practices-grid-help{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:60px}.practice-category-help{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:32px;transition:all .3s ease}.practice-category-help:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-5px)}.category-header-help{align-items:center;display:flex;gap:16px;margin-bottom:24px}.category-icon-help{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;height:44px;justify-content:center;width:44px}.category-title-help{color:#1a1a1a;font-size:20px;font-weight:700}.practice-list-help{display:flex;flex-direction:column;gap:12px;list-style:none}.practice-list-help li{color:#64748b;font-size:14px;line-height:1.5;padding-left:20px;position:relative}.practice-list-help li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.troubleshooting-section-help{padding:100px 0}.faq-grid-help{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:60px}.faq-item-help{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;transition:all .3s ease}.faq-item-help:hover{border-color:#667eea;box-shadow:0 8px 30px #00000014}.faq-question-help{align-items:center;display:flex;gap:12px;margin-bottom:12px}.faq-icon-help{color:#667eea;flex-shrink:0;height:24px;width:24px}.faq-question-help h3{color:#1a1a1a;font-size:16px;font-weight:600}.faq-answer-help{color:#64748b;font-size:14px;line-height:1.5;margin-left:36px}@media (max-width:1024px){.video-content{gap:60px;grid-template-columns:1fr}.video-info{padding-right:0}.features-grid{grid-template-columns:1fr}.steps-container{flex-direction:column;gap:40px}.step-connector{height:40px;margin:0;width:2px}}@media (max-width:768px){.container{padding:0 16px}.hero-section{padding:80px 0 60px}.hero-title{font-size:42px}.hero-subtitle{font-size:18px}.section-title{font-size:32px}.best-practices-section,.features-section,.getting-started-section,.troubleshooting-section,.video-section{padding:80px 0}.feature-card{padding:32px 24px}.faq-grid,.practices-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:36px}.section-title{font-size:28px}.cta-button{font-size:14px;padding:14px 24px}.feature-card,.practice-category{padding:24px 20px}}.cta-button:focus,.docs-link:focus{outline:2px solid #667eea;outline-offset:2px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.cta-button:active{animation:pulse .3s ease-in-out}@media screen and (max-width:1024px){.container-help{padding:0 20px}.hero-section-help{padding:100px 0 60px}.hero-title-help{font-size:48px}.hero-subtitle-help{font-size:18px}.best-practices-section-help,.features-section-help,.getting-started-section-help,.troubleshooting-section-help,.video-section-help{padding:80px 0}.section-title-help{font-size:36px}.section-subtitle-help{font-size:16px}.section-header-help{margin-bottom:60px}.features-grid-help{gap:30px;grid-template-columns:1fr}.video-content-help{gap:60px}.practices-grid-help{gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.faq-grid-help{gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media screen and (max-width:768px){.container-help{padding:0 16px}.hero-section-help{padding:80px 0 50px}.hero-title-help{font-size:38px;margin-bottom:20px}.hero-subtitle-help{font-size:16px;margin-bottom:32px}.badge-help{font-size:12px;margin-bottom:20px;padding:6px 16px}.cta-button.primary-help{font-size:15px;padding:14px 28px}.best-practices-section-help,.features-section-help,.getting-started-section-help,.troubleshooting-section-help,.video-section-help{padding:60px 0}.section-header-help{margin-bottom:50px}.section-title-help{font-size:32px;margin-bottom:14px}.section-subtitle-help{font-size:15px;padding:0 10px}.section-badge-help{font-size:11px;padding:5px 14px}.features-grid-help{gap:24px;grid-template-columns:1fr;margin-top:40px}.feature-card-help{padding:30px}.feature-icon-help{height:50px;margin-bottom:20px;width:50px}.feature-title-help{font-size:22px;margin-bottom:14px}.feature-description-help{font-size:15px;margin-bottom:20px}.steps-container-help{flex-direction:column;gap:30px;margin-top:40px}.step-item-help{max-width:100%;width:100%}.step-connector-help{height:40px;margin:0;width:2px}.step-number-help{font-size:16px;height:55px;width:55px}.step-title-help{font-size:17px}.step-description-help{font-size:13px}.video-content-help{gap:40px;grid-template-columns:1fr}.video-info-help{padding-right:0;text-align:center}.docs-link-help{justify-content:center}.video-container-help{border-radius:16px}.practices-grid-help{gap:24px;grid-template-columns:1fr;margin-top:40px}.practice-category-help{padding:28px}.category-header-help{gap:14px;margin-bottom:20px}.category-icon-help{height:40px;width:40px}.category-title-help{font-size:18px}.practice-list-help li{font-size:13px}.faq-grid-help{gap:20px;grid-template-columns:1fr;margin-top:40px}.faq-item-help{padding:20px}.faq-question-help h3{font-size:15px}.faq-answer-help{font-size:13px;margin-left:36px}}@media screen and (max-width:480px){.container-help{padding:0 12px}.hero-section-help{padding:60px 0 40px}.hero-title-help{font-size:28px;line-height:1.2;margin-bottom:16px}.hero-subtitle-help{font-size:14px;line-height:1.5;margin-bottom:28px}.badge-help{font-size:11px;margin-bottom:16px;padding:5px 14px}.cta-button.primary-help{font-size:14px;justify-content:center;padding:12px 24px;width:100%}.best-practices-section-help,.features-section-help,.getting-started-section-help,.troubleshooting-section-help,.video-section-help{padding:50px 0}.section-header-help{margin-bottom:40px}.section-title-help{font-size:26px;margin-bottom:12px}.section-subtitle-help{font-size:14px;padding:0 5px}.section-badge-help{font-size:10px;margin-bottom:12px;padding:4px 12px}.features-grid-help{gap:20px;margin-top:30px}.feature-card-help{border-radius:16px;padding:24px}.feature-icon-help{border-radius:12px;height:44px;margin-bottom:16px;width:44px}.feature-icon-help svg{height:20px;width:20px}.feature-title-help{font-size:20px;margin-bottom:12px}.feature-description-help{font-size:14px;line-height:1.5;margin-bottom:18px}.feature-benefits-help{gap:10px}.benefit-item-help{font-size:13px;gap:10px}.benefit-item-help svg{height:14px;width:14px}.steps-container-help{gap:24px;margin-top:30px}.step-number-help{font-size:15px;height:50px;margin-bottom:16px;width:50px}.step-title-help{font-size:16px;margin-bottom:6px}.step-description-help{font-size:12px;line-height:1.4}.step-connector-help{height:30px}.video-content-help{gap:30px}.video-container-help{border-radius:12px}.docs-link-help{font-size:14px;margin-top:20px}.docs-link-help svg{height:14px;width:14px}.practices-grid-help{gap:20px;margin-top:30px}.practice-category-help{border-radius:12px;padding:24px}.category-header-help{gap:12px;margin-bottom:18px}.category-icon-help{border-radius:10px;height:36px;width:36px}.category-icon-help svg{height:18px;width:18px}.category-title-help{font-size:17px}.practice-list-help{gap:10px}.practice-list-help li{font-size:12px;line-height:1.4;padding-left:18px}.practice-list-help li:before{font-size:14px}.faq-grid-help{gap:16px;margin-top:30px}.faq-item-help{border-radius:12px;padding:18px}.faq-question-help{gap:10px;margin-bottom:10px}.faq-icon-help{height:20px;width:20px}.faq-icon-help svg{height:14px;width:14px}.faq-question-help h3{font-size:14px;line-height:1.3}.faq-answer-help{font-size:12px;line-height:1.4;margin-left:30px}}@media screen and (max-width:360px){.hero-title-help{font-size:24px}.hero-subtitle-help{font-size:13px}.section-title-help{font-size:24px}.section-subtitle-help{font-size:13px}.feature-card-help{padding:20px}.feature-title-help{font-size:18px}.feature-description-help{font-size:13px}.practice-category-help{padding:20px}.category-title-help{font-size:16px}.practice-list-help li{font-size:11px}.faq-item-help{padding:16px}.faq-question-help h3{font-size:13px}.faq-answer-help{font-size:11px;margin-left:26px}.step-number-help{font-size:14px;height:45px;width:45px}.step-title-help{font-size:15px}}@media screen and (max-height:600px) and (orientation:landscape){.hero-section-help{padding:50px 0 30px}.best-practices-section-help,.features-section-help,.getting-started-section-help,.troubleshooting-section-help,.video-section-help{padding:40px 0}.section-header-help{margin-bottom:30px}.hero-title-help{font-size:32px}.hero-subtitle-help{margin-bottom:20px}.video-container-help{padding-bottom:50%}}@media print{.resources-page{background:#fff}.hero-section-help{background:#fff;padding:40px 0 20px}.badge-help,.cta-button,.docs-link-help,.hero-section-help:before,.section-badge-help{display:none}.faq-item-help,.feature-card-help,.practice-category-help{border:1px solid #e2e8f0;box-shadow:none;page-break-inside:avoid}.video-container-help{display:none}.video-info-help{page-break-after:always}}.profile-container{background:#fafbfc;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;margin:0 auto;max-width:900px;min-height:100vh;padding:2rem}.profile-header{margin-bottom:2rem;text-align:center}.profile-header h1{color:#111827;font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.profile-header p{color:#6b7280;font-size:1.1rem;margin:0}.loading-spinner{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:300px}.spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:32px;width:32px}.success-message{align-items:center;animation:slideInDown .4s ease-out;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:12px;color:#065f46;display:flex;font-size:.9rem;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem}.success-message svg{color:#059669;flex-shrink:0}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000008,0 1px 2px #00000005;margin-bottom:2rem;overflow:hidden;padding:0;transition:all .2s ease}.profile-card:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;transform:translateY(-1px)}.card-header{background:linear-gradient(135deg,#fefefe,#f9fafb);border-bottom:1px solid #f3f4f6;padding:2rem 2rem 1rem}.card-header h2{color:#111827;font-size:1.375rem;font-weight:600;margin:0 0 .25rem}.card-header p{color:#6b7280;font-size:.875rem;margin:0}.profile-pic-section{padding:2rem}.profile-pic-wrapper{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.profile-pic-container{display:inline-block;position:relative}.profile-pic{border:4px solid #fff;border-radius:50%;box-shadow:0 8px 32px #0000001f,0 4px 8px #0000000a;height:140px;object-fit:cover;transition:all .3s ease;width:140px}.profile-pic:hover{box-shadow:0 12px 40px #00000026,0 6px 12px #0000000f;transform:scale(1.02)}.image-preview-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;box-shadow:0 2px 8px #3b82f64d;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;position:absolute;right:-8px;top:-8px}.profile-pic-actions,.temp-image-actions{display:flex;justify-content:center}.temp-image-actions{gap:.75rem;width:100%}.form-grid{grid-gap:2rem;display:grid;gap:2rem;padding:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.input-with-actions{align-items:center;display:flex;gap:.5rem;position:relative}.input-with-actions input{flex:1 1}.form-group input,.input-with-actions input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#1f2937;font-family:inherit;font-size:.9rem;padding:.875rem 1rem;transition:all .2s ease}.form-group input{width:100%}.form-group input:focus,.input-with-actions input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.input-with-actions input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-group input.disabled,.form-group input:disabled,.input-with-actions input.disabled,.input-with-actions input:disabled{background:#f9fafb;border-color:#e5e7eb;color:#6b7280;cursor:not-allowed}.input-actions{display:flex;flex-shrink:0;gap:.5rem}.field-error{align-items:center;animation:shake .4s ease-in-out;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem}.field-hint{color:#6b7280;font-size:.8rem;margin-top:.25rem}.error-message{animation:shake .4s ease-in-out;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;display:flex;font-size:.875rem;gap:.75rem;padding:.875rem 1rem}.btn,.error-message{align-items:center;border-radius:10px}.btn{border:2px solid #0000;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;min-height:44px;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 2px 8px #3b82f640;color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 16px #3b82f659;transform:translateY(-1px)}.btn-secondary{background:#f8fafc;border-color:#d1d5db;color:#374151}.btn-secondary:hover:not(:disabled){background:#f1f5f9;border-color:#9ca3af;transform:translateY(-1px)}.btn-outline{background:#0000;border-color:#d1d5db;color:#6b7280}.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#374151}.btn-ghost{background:#0000;border:none;color:#6b7280;padding:.5rem 1rem}.btn-ghost:hover:not(:disabled){background:#f3f4f6;color:#374151}.btn-sm{font-size:.8rem;min-height:36px;padding:.5rem 1rem}.btn-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.subscription-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;overflow:hidden;position:relative}.subscription-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#06b6d4);content:"";height:4px;left:0;position:absolute;right:0;top:0}.subscription-card:hover{border-color:#cbd5e1;box-shadow:0 8px 25px #0000001a,0 4px 10px #0000000d}.subscription-card .card-header{background:linear-gradient(135deg,#fefefe,#f8fafc);border-bottom:1px solid #e2e8f0;position:relative}.subscription-card .card-header h2{align-items:center;color:#1e293b;display:flex;gap:.5rem}.subscription-card .card-header h2:before{content:"💳";font-size:1.25rem}.subscription-card .card-header p{color:#64748b}.subscription-content{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);display:flex;gap:2rem;justify-content:space-between;padding:2rem}.plan-info{display:flex;flex:1 1;flex-direction:column;gap:.75rem}.plan-badge{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50px;box-shadow:0 4px 12px #3b82f640;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;overflow:hidden;padding:.75rem 1.25rem;position:relative;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.plan-badge:before{background:linear-gradient(135deg,#fff3,#0000 50%);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.plan-badge:hover:before{opacity:1}.plan-badge svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));height:18px;width:18px}.plan-info p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.subscription-card .btn-primary{background:linear-gradient(135deg,#1e293b,#334155);border:2px solid #334155;box-shadow:0 4px 12px #1e293b33;color:#fff;font-weight:600;overflow:hidden;padding:.875rem 2rem;position:relative;transition:all .2s ease}.subscription-card .btn-primary:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.subscription-card .btn-primary:hover:not(:disabled):before{left:100%}.subscription-card .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 8px 20px #1e293b4d;transform:translateY(-2px)}@media (max-width:640px){.profile-container{padding:1rem}.subscription-content{align-items:stretch;flex-direction:column;gap:1.5rem;text-align:center}.plan-badge{align-self:center}.subscription-card .btn-primary{width:100%}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.privacy-policy{background-color:#fafafa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.policy-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:4rem 2rem 3rem;position:relative}.header-content,.policy-header{text-align:center}.breadcrumb{font-size:.9rem;margin-bottom:1rem;opacity:.9}.separator{margin:0 .5rem;opacity:.6}.policy-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.header-description{font-size:1.2rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.last-updated{align-items:center;display:inline-flex;gap:.5rem}.update-badge{background:#fff3;border-radius:20px;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.policy-container{padding:3rem 0}.policy-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:280px 1fr}.toc-sidebar{position:relative}.toc-sticky{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;position:-webkit-sticky;position:sticky;top:120px}.toc-sticky h3{color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.toc-nav{display:flex;flex-direction:column;gap:.25rem}.toc-link{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1rem;position:relative;text-align:left;transition:all .2s ease}.toc-link:hover{background-color:#f3f4f6;color:#374151;transform:translateX(4px)}.toc-link.active{background-color:#667eea;color:#fff;font-weight:600}.toc-link.active:before{background:#764ba2;border-radius:0 2px 2px 0;content:"";height:60%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:3px}.policy-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.policy-section{border-bottom:1px solid #e5e7eb;padding:2.5rem}.policy-section:last-child{border-bottom:none}.policy-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem;position:relative}.policy-section h2:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:50px}.policy-section h3{color:#374151;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.policy-section h4{color:#4b5563;font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem}.policy-section p{color:#4b5563;margin-bottom:1.5rem}.policy-section ol,.policy-section ul{color:#4b5563;margin:1rem 0 1.5rem 1.5rem}.policy-section li{margin-bottom:.5rem}.lead{color:#374151;font-size:1.2rem;font-weight:500;margin-bottom:2rem}.info-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;margin:2rem 0;padding:1.5rem}.info-card-header h4{align-items:center;color:#0c4a6e;display:flex;gap:.5rem;margin:0 0 1rem}.info-card ul{list-style:none;margin:0;padding:0}.info-card li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.info-card li:before{color:#0369a1;content:"✓";font-weight:700;left:0;position:absolute}.data-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.data-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .3s ease}.data-item:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.data-item h4{color:#1e293b;margin-top:0}.data-item ul{list-style:none;margin:1rem 0 0;padding:0}.data-item li{color:#475569;padding:.25rem 0}.usage-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.usage-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.usage-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.usage-card:hover:before{transform:scaleX(1)}.usage-card:hover{border-color:#667eea;box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.usage-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.usage-card.primary:before{background:#fff}.usage-icon{font-size:2rem;margin-bottom:1rem}.usage-card h4{font-size:1.25rem;margin:0 0 1rem}.usage-card p{margin:0;opacity:.8}.ai-process-flow{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.process-step{background:#fff;border:2px solid #e5e7eb;border-radius:12px;max-width:200px;padding:1.5rem;text-align:center;transition:all .3s ease}.process-step:hover{border-color:#667eea;transform:scale(1.05)}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:inline-flex;font-weight:700;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.process-arrow{color:#667eea;font-size:1.5rem;font-weight:700}.security-notice{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:12px;margin:2rem 0;padding:1.5rem}.security-notice h4{color:#065f46;margin-top:0}.security-notice ul{margin:1rem 0 0}.sharing-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.sharing-card{border:2px solid #0000;border-radius:12px;padding:1.5rem}.sharing-card.allowed{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#a7f3d0}.sharing-card.restricted{background:linear-gradient(135deg,#fef7ff,#fae8ff);border-color:#e9d5ff}.sharing-card h4{margin-top:0}.sharing-card.allowed h4{color:#065f46}.sharing-card.restricted h4{color:#7c2d12}.no-sharing-notice{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;border-radius:12px;margin:2rem 0;padding:1.5rem}.no-sharing-notice h4{color:#991b1b;margin-top:0}.security-measures{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.security-category{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.security-category h4{color:#1e293b;margin-bottom:1rem;margin-top:0}.security-category ul{list-style:none;margin:0;padding:0}.security-category li{color:#475569;padding:.25rem 0 .25rem 1.5rem;position:relative}.security-category li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.rights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.right-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.right-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.right-icon{font-size:2rem;margin-bottom:1rem}.right-card h4{color:#1f2937;margin:0 0 1rem}.right-card p{color:#6b7280;margin-bottom:1.5rem}.action-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.action-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.action-btn.destructive{background:linear-gradient(135deg,#ef4444,#dc2626)}.action-btn.destructive:hover{box-shadow:0 4px 12px #ef444466}.rights-notice{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin:2rem 0;padding:1.5rem}.rights-notice p{color:#0c4a6e;margin:0}.retention-timeline{margin:2rem 0;position:relative}.retention-timeline:before{background:#e5e7eb;bottom:0;content:"";left:15px;position:absolute;top:0;width:2px}.timeline-item{border-left:2px solid #0000;padding:1.5rem 0 1.5rem 3rem;position:relative}.timeline-marker{align-items:center;background:#f3f4f6;border:3px solid #d1d5db;border-radius:50%;display:flex;height:32px;justify-content:center;left:-16px;position:absolute;top:2rem;width:32px}.timeline-marker.active{background:#667eea;border-color:#667eea}.timeline-item h4{color:#1f2937;margin:0 0 .5rem}.timeline-item p{color:#6b7280;margin:0}.transfer-safeguards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.safeguard-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;text-align:center}.safeguard-item h4{color:#1e293b;margin:0 0 1rem}.notification-methods{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.notification-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.notification-item:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.notification-icon{font-size:2rem;margin-bottom:1rem}.notification-item h4{color:#1f2937;margin:0 0 1rem}.notification-item p{color:#6b7280;margin:0}.update-notice{background:#fffbeb;border:1px solid #fed7aa;border-radius:8px;margin:2rem 0;padding:1.5rem}.update-notice p{color:#92400e;margin:0}.contact-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.contact-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease}.contact-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.contact-card.primary{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#667eea}.contact-card h4{color:#1f2937;margin:0 0 1rem}.contact-card p{color:#4b5563;margin-bottom:.5rem}.contact-card strong{color:#1f2937}.response-time{color:#6b7280;font-size:.9rem;font-style:italic;margin-top:.5rem}.emergency-contact{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;border-radius:12px;margin:2rem 0;padding:1.5rem}.emergency-contact h4{color:#991b1b;margin:0 0 1rem}.emergency-contact p{color:#7f1d1d;margin:0}.emergency-contact strong{color:#991b1b}.policy-footer{background:#1f2937;color:#fff;margin-top:3rem;padding:2rem 0}.footer-content{text-align:center}.footer-links{flex-wrap:wrap;gap:2rem;margin-bottom:1rem}.footer-link{color:#d1d5db;font-weight:500;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-text{color:#9ca3af;font-size:.9rem;margin:0}@media (max-width:1024px){.policy-layout{gap:2rem;grid-template-columns:1fr}.toc-sidebar{order:2}.toc-sticky{position:static}.policy-header h1{font-size:2.5rem}}@media (max-width:768px){.container{padding:0 15px}.policy-header{padding:1.5rem 0}.policy-header h1{font-size:2rem}.header-description{font-size:1rem}.policy-section{padding:2rem 1.5rem}.contact-grid,.data-grid,.rights-grid,.security-measures,.sharing-grid,.usage-grid{grid-template-columns:1fr}.ai-process-flow{flex-direction:column}.process-arrow{transform:rotate(90deg)}.footer-links{flex-direction:column;gap:1rem}}@media (max-width:480px){.policy-header h1{font-size:1.75rem}.policy-section{padding:1.5rem 1rem}.contact-card,.right-card,.usage-card{padding:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.policy-section{animation:fadeInUp .6s ease-out}@media print{.policy-header{background:#fff;color:#000;position:static}.toc-sidebar{display:none}.policy-layout{grid-template-columns:1fr}.action-btn{display:none}}.rf-container{background-color:#fafafa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;min-height:100vh}.rf-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:4rem 2rem 3rem;position:relative;text-align:center}.rf-header:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.rf-header-content{margin:0 auto;max-width:1200px;position:relative;z-index:2}.rf-header h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.rf-last-updated{font-size:1.1rem;font-weight:300;opacity:.9}.rf-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:280px 1fr;margin:0 auto;max-width:1200px;padding:2rem}.rf-nav{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.rf-nav h3{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.rf-nav ul{list-style:none}.rf-nav li{margin-bottom:.75rem}.rf-nav a{border-left:3px solid #0000;border-radius:6px;color:#6b7280;display:block;font-size:.95rem;padding:.5rem 0 .5rem .75rem;text-decoration:none;transition:all .2s ease}.rf-nav a:hover{background-color:#f8fafc;border-left-color:#667eea;color:#667eea}.rf-main{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:3rem}.rf-main section{margin-bottom:3rem;scroll-margin-top:2rem}.rf-main section:last-child{margin-bottom:2rem}.rf-main h2{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.rf-main h2:before{background:linear-gradient(90deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.rf-main p{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1.25rem}.rf-main ul{margin:1.25rem 0;padding-left:1.5rem}.rf-main li{color:#4b5563;line-height:1.6;margin-bottom:.75rem}.rf-main li::marker{color:#667eea}.rf-contact-info{background:#f8fafc;border-left:4px solid #667eea;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.rf-contact-info p{color:#374151;font-weight:500;margin-bottom:.5rem}.rf-footer{background:#f8fafc;border-radius:0 0 12px 12px;border-top:2px solid #f3f4f6;margin:3rem -3rem -3rem;padding:2rem 3rem 3rem}.rf-footer p{color:#6b7280;font-size:.95rem;margin-bottom:1rem}.faqpage-container{background-color:#fafafa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;min-height:100vh}.faqpage-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:4rem 2rem 3rem;position:relative;text-align:center}.faqpage-header:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.faqpage-header-content{margin:0 auto;max-width:1200px;position:relative;z-index:2}.faqpage-header h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.faqpage-last-updated{font-size:1.1rem;font-weight:300;opacity:.9}.faqpage-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:280px 1fr;margin:0 auto;max-width:1200px;padding:2rem}.faqpage-nav{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.faqpage-nav h3{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.faqpage-nav ul{list-style:none}.faqpage-nav li{margin-bottom:.75rem}.faqpage-nav a{border-left:3px solid #0000;border-radius:6px;color:#6b7280;display:block;font-size:.95rem;padding:.5rem 0 .5rem .75rem;text-decoration:none;transition:all .2s ease}.faqpage-nav a:hover{background-color:#f8fafc;border-left-color:#667eea;color:#667eea}.faqpage-main{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:3rem}.faqpage-section{margin-bottom:3rem;scroll-margin-top:2rem}.faqpage-section:last-child{margin-bottom:2rem}.faqpage-section h2{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.faqpage-section h2:before{background:linear-gradient(90deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.faqpage-section p{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1.25rem}.faqpage-section ul{margin:1.25rem 0;padding-left:1.5rem}.faqpage-section li{color:#4b5563;line-height:1.6;margin-bottom:.75rem}.faqpage-section li::marker{color:#667eea}.faqpage-footer{background:#f8fafc;border-radius:0 0 12px 12px;border-top:2px solid #f3f4f6;margin:3rem -3rem -3rem;padding:2rem 3rem 3rem}.faqpage-footer p{color:#6b7280;font-size:.95rem;margin-bottom:1rem}.footer{background-color:#fafafa;border-top:1px solid #e5e7eb;font-family:Inter,sans-serif;padding:20px 0;text-align:center}.footer-links{display:flex;gap:32px;justify-content:center;list-style:none;margin:0;padding:0}.footer-link{border-radius:8px;color:#374151;font-size:.85rem;font-weight:400;letter-spacing:-.01em;padding:.5rem .75rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.footer-link:before{background:linear-gradient(90deg,#9d00ff,#7c3aed);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:0}.footer-link:hover{background-color:#9d00ff0a;color:#9d00ff;transform:translateY(-1px)}.footer-link:hover:before{width:80%}.footer.dark{background:#0f172a;border-top:1px solid #0f172a;color:#e2e8f0}.footer.dark .footer-link{color:#e5e5e5}.sidebar{background-color:#fff;border-right:1px solid #e1e5e9;box-shadow:0 0 30px #00000014,0 0 1px #0000001a;display:flex;flex-direction:column;height:100vh;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);transition:all .3s cubic-bezier(.4,0,.2,1);width:280px;z-index:50}.sidebar.open{transform:translateX(0)}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:#0000}.sidebar::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:#0003}.sidebar-header{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff;border-bottom:1px solid #f1f3f5;display:flex;justify-content:space-between;padding:24px 20px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.sidebar-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#9d00ff,#7c3aed);-webkit-background-clip:text;background-clip:text;color:#1a1d29;font-size:18px;font-weight:700;letter-spacing:-.025em;margin:0}.sidebar-close{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.sidebar-close:hover{background-color:#f8fafc;color:#334155;transform:scale(1.05)}.navigation{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:16px 0}.nav-item{align-items:center;background:none;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:500;margin:0 12px;overflow:hidden;padding:12px 16px;position:relative;text-align:left;transition:all .2s cubic-bezier(.4,0,.2,1);width:calc(100% - 24px)}.nav-item:before{background:linear-gradient(135deg,#9d00ff,#7c3aed);border-radius:0 2px 2px 0;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s cubic-bezier(.4,0,.2,1);width:3px}.nav-item:hover{background-color:#f8fafc;color:#334155;transform:translateX(2px)}.nav-item:hover:before{transform:scaleY(1)}.nav-item.active{background:linear-gradient(135deg,#9d00ff,#7c3aed);box-shadow:0 4px 12px #9d00ff40,0 2px 4px #9d00ff26;color:#fff;transform:translateX(0)}.nav-item.active:before{display:none}.nav-item.active:hover{box-shadow:0 6px 16px #9d00ff4d,0 4px 8px #9d00ff33;transform:translateY(-1px)}.nav-icon{align-items:center;display:flex;margin-right:12px;min-width:20px;opacity:.8}.nav-item.active .nav-icon{opacity:1}.sidebar-usage-section{border-top:1px solid #f1f3f5;margin-top:auto;padding:20px}.sidebar-usage-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;padding:16px;position:relative}.sidebar-usage-card:before{background:linear-gradient(90deg,#9d00ff,#7c3aed);content:"";height:2px;left:0;position:absolute;right:0;top:0}.sidebar-usage-card h4{color:#334155;font-size:13px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.sidebar-usage-bar{margin-bottom:12px}.sidebar-usage-bar:last-child{margin-bottom:0}.sidebar-usage-info{align-items:center;display:flex;font-size:12px;font-weight:500;justify-content:space-between;margin-bottom:8px}.sidebar-usage-info span:first-child{color:#64748b}.sidebar-usage-info span:last-child{color:#334155;font-weight:600}.sidebar-usage-progress{background-color:#d8d0d0;border-radius:2px;height:12px;overflow:hidden;position:relative}.sidebar-usage-fill{background:linear-gradient(90deg,#9d00ff,#7c3aed);height:100%;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.sidebar-usage-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sidebar-usage-upgrade-text{color:#64748b;display:block;font-size:11px;font-style:italic;margin-top:8px}.upgrade-section{border-top:1px solid #f1f3f5;padding:16px 20px 20px}.upgrade-card{background:linear-gradient(135deg,#9d00ff,#7c3aed);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 24px #9d00ff40,0 4px 8px #9d00ff26;color:#fff;overflow:hidden;padding:20px;position:relative;text-align:center}.upgrade-card:before{animation:borderGlow 3s linear infinite;background:linear-gradient(45deg,#9d00ff,#7c3aed,#9d00ff);border-radius:18px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes borderGlow{0%,to{opacity:1}50%{opacity:.7}}.upgrade-card:after{animation:slideRight 3s infinite;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes slideRight{0%{left:-100%}to{left:100%}}.upgrade-title{font-size:15px;font-weight:700;margin:8px 0 6px;position:relative;z-index:1}.upgrade-description{font-size:12px;line-height:1.4;margin-bottom:16px;opacity:.9;position:relative;z-index:1}.upgrade-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}.upgrade-button:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.upgrade-button:active{transform:translateY(0)}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:40}.mobile-overlay.active{opacity:1}.dashboard{display:flex;min-height:100vh}.dashboard-content{flex:1 1;margin-left:0;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}@media (min-width:1024px){.sidebar{position:fixed;transform:translateX(0)}.dashboard-content{margin-left:280px}.mobile-overlay,.sidebar-close{display:none}}@media (max-width:1023px){.sidebar{box-shadow:0 0 50px #00000026;transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.dashboard-content{margin-left:0}.sidebar-header{padding:20px}.navigation{padding:12px 0}.nav-item{padding:14px 16px}}@media (prefers-reduced-motion:reduce){.nav-item,.sidebar,.sidebar-usage-fill,.upgrade-button{transition:none}.sidebar-usage-fill:after,.upgrade-card:after,.upgrade-card:before{animation:none}}.welcome-content{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:40px}.welcome-content:before{background:radial-gradient(circle at 20% 80%,#9d00ff08 0,#0000 50%),radial-gradient(circle at 80% 20%,#9d00ff05 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.welcome-header{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:40px;position:relative;z-index:1}.welcome-title{color:#111827;font-family:Poppins,Inter,sans-serif;font-size:1.9rem;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.welcome-title:after{background:linear-gradient(90deg,#9d00ff,#c084fc);border-radius:2px;bottom:-8px;content:"";height:4px;left:0;position:absolute;width:60px}.welcome-subtitle{align-items:center;color:#475569;display:flex;font-size:1.1rem;font-weight:500;gap:24px;margin:0}.upgrade-btn{align-items:center;background:linear-gradient(135deg,#9d00ff,#a855f7);border:none;border-radius:12px;box-shadow:0 6px 24px #9d00ff40,0 2px 6px #00000014;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:8px;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.upgrade-btn:hover{background:linear-gradient(135deg,#8b5cf6,#9d00ff);box-shadow:0 8px 32px #9d00ff59,0 4px 12px #0000001f;transform:translateY(-2px)}.upgrade-btn:active{transform:translateY(-1px)}.dashboard-grid-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:48px;position:relative;z-index:1}.dashboard-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 3px 12px #0000000a,0 1px 3px #00000005;cursor:pointer;overflow:hidden;padding:24px;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1)}.dashboard-metric-card:before{background:linear-gradient(90deg,#9d00ff,#c084fc);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease}.dashboard-metric-card:hover{border-color:#9d00ff33;box-shadow:0 12px 48px #9d00ff1f,0 6px 24px #00000014;transform:translateY(-4px)}.dashboard-metric-card:hover:before{opacity:1}.metric-card-content{align-items:flex-start;display:flex;gap:16px;height:100%;justify-content:space-between}.metric-info-section{flex:1 1;min-width:0}.metric-title{color:#64748b;font-size:.75rem;font-weight:800;letter-spacing:.15em;margin:0 0 12px;text-transform:uppercase}.metric-number{font-feature-settings:"tnum";color:#0f172a;font-family:Space Grotesk,sans-serif;font-size:1.7rem;font-weight:700;line-height:.9;margin:0 0 12px}.metric-change-text{align-items:center;background:#fff;border:1px solid #9d00ff26;border-radius:8px;color:#9d00ff;display:flex;font-size:.875rem;font-weight:700;gap:6px;margin:0 0 12px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.metric-description{color:#64748b;font-size:.875rem;font-weight:500;line-height:1.5;margin:0}.metric-icon-container{background:#fff;border:1px solid #9d00ff1f;border-radius:12px;color:#9d00ff;flex-shrink:0;padding:12px;transition:all .25s cubic-bezier(.4,0,.2,1)}.dashboard-metric-card:hover .metric-icon-container{background:#9d00ff;border-color:#9d00ff;box-shadow:0 6px 24px #9d00ff4d;color:#fff;transform:scale(1.1)}.loading-state{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 3px 12px #0000000a;margin-top:48px;padding:48px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f1f5f9;border-top-color:#9d00ff;height:40px;margin:0 auto 20px;width:40px}.loading-state p{color:#64748b;font-size:1.1rem;font-weight:600;margin:0}.recent-optimizations{margin-top:48px;position:relative;z-index:1}.section-title{color:#0f172a;font-size:2rem;font-weight:900;letter-spacing:-.03em;margin:0 0 32px}.optimizations-list{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 3px 12px #0000000a;overflow:hidden}.optimization-item{align-items:center;display:flex;justify-content:space-between;padding:24px 28px;position:relative;transition:all .2s ease}.optimization-item:before{background:#9d00ff;content:"";height:100%;left:0;position:absolute;top:0;transition:width .2s ease;width:0}.optimization-item:hover{background:#9d00ff05;transform:translateX(4px)}.optimization-item:hover:before{width:4px}.optimization-item.with-border{border-bottom:1px solid #f1f5f9}.optimization-info{flex:1 1;min-width:0}.product-name{color:#0f172a;font-size:1.1rem;font-weight:800;line-height:1.2;margin:0 0 8px}.optimization-meta{align-items:center;color:#64748b;display:flex;font-size:.875rem;font-weight:600;gap:16px;margin:0}.separator{color:#cbd5e1;font-weight:400}.optimization-badges{align-items:center;display:flex;flex-shrink:0;gap:16px}.ai-badge{background:linear-gradient(135deg,#ddd6fe,#c4b5fd);border:1px solid #a78bfa;border-radius:8px;color:#6d28d9;font-size:.75rem;font-weight:800;letter-spacing:.1em;padding:6px 12px;text-transform:uppercase}.chart-icon{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;padding:12px;transition:all .2s ease}.optimization-item:hover .chart-icon{background:#9d00ff;border-color:#9d00ff;color:#fff;transform:scale(1.1)}.empty-state{background:#fff;border:2px dashed #cbd5e1;border-radius:16px;box-shadow:0 3px 12px #0000000a;margin-top:48px;padding:64px 32px}.empty-icon{color:#94a3b8;opacity:.8}.empty-title{color:#0f172a;font-size:1.5rem;font-weight:800;margin:0 0 16px}.empty-description{color:#64748b;font-size:1.1rem;font-weight:500;margin:0 auto;max-width:560px}@media (max-width:1200px){.welcome-content{padding:28px 24px}.dashboard-grid-container{gap:18px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.welcome-content{padding:24px 20px}.welcome-header{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:32px}.welcome-title{font-size:2rem}.welcome-subtitle{align-items:flex-start;flex-direction:column;gap:16px;width:100%}.upgrade-btn{font-size:.85rem;padding:10px 20px}.dashboard-grid-container{gap:16px;grid-template-columns:1fr}.dashboard-metric-card{padding:20px}.metric-number{font-size:2rem}.optimization-item{align-items:flex-start;flex-direction:column;gap:16px;padding:20px 24px}.optimization-badges{align-self:flex-end}}@media (max-width:480px){.welcome-content{padding:20px 16px}.metric-number,.welcome-title{font-size:1.75rem}.dashboard-metric-card{padding:18px}.empty-state{padding:48px 24px}}.dashboard-metric-card:focus,.upgrade-btn:focus{outline:3px solid #9d00ff4d;outline-offset:3px}.optimization-item:focus{outline:3px solid #9d00ff4d;outline-offset:2px}@media (prefers-reduced-motion:no-preference){*{transition-timing-function:cubic-bezier(.4,0,.2,1)}}@media (prefers-contrast:high){.dashboard-metric-card{border-color:#000}.metric-title{color:#000}.upgrade-btn{background:#000;border:2px solid #000}}.products-content-container{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:40px}.products-content-products-header{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:40px;position:relative;z-index:1}.products-content-title{color:#111827;font-family:Poppins,Inter,sans-serif;font-size:1.9rem;letter-spacing:-.5px}.products-content-search{align-items:center;background-color:#fff;border:2px solid #9d00ff;border-radius:10px;display:flex;flex:1 1;max-width:480px;padding:10px 14px}.products-content-search-icon{color:#fff;margin-right:10px}.products-content-search-input{color:#fff;flex:1 1;font-size:1rem;::placeholder{color:#ffffffb3}}.products-saved-count{background:#9d00ff;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:8px 14px;white-space:nowrap}.products-content-detail-header-combined{border-radius:16px;gap:32px;margin-bottom:32px;overflow:hidden;padding:24px 32px;position:relative;transition:all .25s ease-in-out}.products-content-detail-header-combined:after{background:linear-gradient(90deg,#9d00ff,#b347ff 50%,#0000);bottom:0;content:"";height:2px;left:32px;opacity:.6;position:absolute;right:32px}.products-content-header-section{flex-shrink:0}.products-content-header-section h3{-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:26px;font-weight:700;line-height:1.2;margin:0;text-transform:capitalize;white-space:nowrap}.products-content-detail-header-combined{align-items:center;background:#fff;display:flex;gap:24px;justify-content:space-between;min-height:80px;padding:20px 24px}.products-content-header-section{align-items:center;display:flex;flex:1 1;gap:20px;min-width:0}.products-content-btn-back{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}.products-content-btn-back:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155;transform:translateX(-2px)}.products-content-btn-back:active{transform:translateX(-1px)}.products-content-title-wrapper{flex:1 1;margin-left:50px;min-width:0;padding-left:8px}.products-content-title{color:#1e293b;font-size:28px;font-weight:700;letter-spacing:-.025em;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-content-meta-info-horizontal{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:16px}.products-content-info-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px 0 #0000000d;display:flex;gap:12px;min-width:0;padding:12px 16px;position:relative;transition:all .2s ease-in-out}.products-content-info-item:hover{border-color:#9d00ff;box-shadow:0 4px 6px -1px #9d00ff1a,0 2px 4px -1px #9d00ff0f;transform:translateY(-1px)}.products-content-icon-wrapper{align-items:center;background:#9d00ff1a;border-radius:6px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.products-content-icon-wrapper svg{color:#9d00ff}.products-content-info-content{display:flex;flex-direction:column;gap:2px;min-width:0}.products-content-info-label{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.5px;line-height:1;text-transform:uppercase}.products-content-info-value{color:#1e293b;line-height:1.2;text-overflow:ellipsis}.products-content-btn,.products-content-info-value{font-size:14px;font-weight:600;overflow:hidden;white-space:nowrap}.products-content-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-family:inherit;gap:8px;padding:12px 20px;position:relative;text-decoration:none;transition:all .2s ease-in-out}.products-content-btn:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease-in-out;width:100%}.products-content-btn:hover:before{left:100%}.products-content-btn:focus{outline:2px solid #9d00ff;outline-offset:2px}.products-content-btn-primary{background:linear-gradient(135deg,#9d00ff,#b347ff);box-shadow:0 2px 4px 0 #9d00ff33;color:#fff}.products-content-btn-primary:hover:not(:disabled){box-shadow:0 4px 8px 0 #9d00ff4d;transform:translateY(-1px)}.products-content-btn-secondary{background:#fff;border:2px solid #e2e8f0;box-shadow:0 2px 4px 0 #0000000d;color:#64748b}.products-content-btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#9d00ff;box-shadow:0 4px 8px 0 #9d00ff26;color:#9d00ff;transform:translateY(-1px)}.products-content-btn-secondary svg{transition:transform .2s ease-in-out}.products-content-btn-secondary:hover svg{transform:translateX(-2px)}.products-content-btn-success{background:#fff;border:1px solid #9d00ff;color:#9d00ff}.products-content-btn-success:hover:not(:disabled){background:#9d00ff;color:#fff;transform:translateY(-1px)}.products-content-btn-sm{font-size:12px;padding:6px 12px}.products-content-btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.products-content-dual-panel{align-items:flex-start;display:flex;gap:20px}.products-content-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .25s ease-in-out}.products-content-panel:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.products-content-panel-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:20px 24px}.products-content-panel-header svg{color:#9d00ff;flex-shrink:0}.products-content-panel-header h4{color:#1e293b;flex-grow:1;font-size:18px;font-weight:600;margin:0}.products-content-left-panel{display:flex;flex:1 1;flex-direction:column;max-height:1300px}.products-content-listings-grid{grid-gap:16px;display:grid;flex:1 1;gap:16px;overflow-y:auto;padding:24px}.products-content-listings-grid::-webkit-scrollbar{width:6px}.products-content-listings-grid::-webkit-scrollbar-track{background:#f8fafc}.products-content-listings-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.products-content-listings-grid::-webkit-scrollbar-thumb:hover{background:#9d00ff}.products-content-right-panel{display:flex;flex:1 1;flex-direction:column;min-height:1300px}.products-content-listing-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;transition:all .15s ease-in-out}.products-content-listing-card:hover{background:#fff;border-color:#9d00ff;transform:translateY(-1px)}.products-content-listing-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.products-content-listing-header h5{color:#1e293b;flex:1 1;font-size:14px;font-weight:600;line-height:1.4;margin:0}.products-content-listing-header span{background:#9d00ff1a;border-radius:6px;color:#9d00ff;font-size:14px;font-weight:700;padding:4px 8px;white-space:nowrap}.products-content-ai-result-text{background:#fff;border:none;color:#374151;flex:1 1;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:13px;line-height:1.6;margin:0;overflow-y:auto;padding:24px;white-space:pre-wrap;word-break:break-word}.products-content-ai-result-text::-webkit-scrollbar{width:6px}.products-content-ai-result-text::-webkit-scrollbar-track{background:#e2e8f0}.products-content-ai-result-text::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.products-content-ai-result-text::-webkit-scrollbar-thumb:hover{background:#9d00ff}.products-content-optimizations-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.products-content-optimization-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;cursor:pointer;overflow:hidden;padding:24px;position:relative;transition:all .25s ease-in-out}.products-content-optimization-card:before{background:linear-gradient(135deg,#9d00ff,#b347ff);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease-in-out}.products-content-optimization-card:hover{border-color:#9d00ff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.products-content-optimization-card:hover:before{opacity:1}.products-content-optimization-title{color:#1e293b;font-size:20px;font-weight:700;line-height:1.3;margin:0 0 8px;text-transform:capitalize}.products-content-optimization-date{color:#64748b;font-size:14px;font-weight:500;margin:0 0 16px}.products-content-optimization-meta{margin-bottom:12px}.products-content-optimization-badge{align-items:center;background:#fff;border:1px solid #9d00ff33;border-radius:6px;color:#9d00ff;display:inline-flex;font-size:12px;font-weight:600;padding:6px 12px}.products-content-optimization-description{color:#64748b;font-size:14px;line-height:1.5;margin:0}.products-content-empty-state-main{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:48px 24px;text-align:center}.products-content-empty-icon{font-size:48px;margin-bottom:16px}.products-content-empty-state-main h3{color:#1e293b;font-size:24px;font-weight:700;margin:0 0 8px}.products-content-empty-state-main p{color:#64748b;font-size:16px;line-height:1.5;margin:0 0 12px}.products-content-empty-hint{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 24px;max-width:400px}.products-content-loading-container{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;justify-content:center;padding:64px 24px}.products-content-loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#9d00ff;height:40px;margin-bottom:16px;width:40px}.products-content-loading-container p{color:#64748b;font-size:16px;font-weight:500;margin:0}.products-content-search-container{display:flex;justify-content:flex-start}.products-content-search-wrapper{align-items:center;background:#fff;border:2px solid #9d00ff;border-radius:12px;box-shadow:0 4px 10px #9d00ff14;display:flex;max-width:320px;padding:12px 18px;transition:all .25s ease;width:100%}.products-content-search-wrapper:focus-within{box-shadow:0 0 0 3px #9d00ff33}.products-content-search-icon{color:#9d00ff;flex-shrink:0;margin-right:8px}.products-content-search-input{background:#0000;border:none;color:#000;font-size:.95rem;outline:none;width:100%}.products-content-search-input::placeholder{color:#988686;font-size:.9rem}.keywords-content{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:40px}.keywords-header{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:40px;position:relative;z-index:1}.keywords-title{color:#111827;font-family:Poppins,Inter,sans-serif;font-size:1.9rem;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.keywords-stats{color:#666;display:flex;font-size:.9rem;font-weight:500;gap:24px}.keywords-stats span{padding:4px 0}.copy-all-btn{align-items:center;background:linear-gradient(135deg,#9d00ff,#7a00cc);border:none;border-radius:8px;box-shadow:0 2px 8px #9d00ff33;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px 20px;transition:all .25s ease}.copy-all-btn:hover{background:linear-gradient(135deg,#7a00cc,#9d00ff);box-shadow:0 4px 16px #9d00ff59;transform:translateY(-1px)}.copy-all-btn:active{transform:translateY(0) scale(.98)}.keywords-filters{flex-direction:row;gap:20px;justify-content:space-between;margin-bottom:28px}.filter-buttons,.keywords-filters{align-items:center;display:flex;flex-wrap:wrap}.filter-buttons{gap:12px}.filter-btn{background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;font-size:.85rem;font-weight:500;min-width:70px;padding:8px 16px;text-align:center;text-transform:capitalize;transition:all .25s ease}.filter-btn:hover{background:#9d00ff08;border-color:#9d00ff;color:#9d00ff;transform:translateY(-1px)}.filter-btn.active{background:#9d00ff;border-color:#9d00ff;box-shadow:0 2px 8px #9d00ff40;color:#fff;font-weight:600}.search-filters{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.product-dropdown-container{flex:0 0 auto;min-width:200px;position:relative}.product-dropdown{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;border:1.5px solid #e1e5e9;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:10px 36px 10px 14px;transition:all .2s ease;width:100%}.product-dropdown:hover{background:#9d00ff05;border-color:#c1c5c9}.product-dropdown:focus{border-color:#9d00ff;box-shadow:0 0 0 3px #9d00ff1f}.dropdown-icon{color:#6b7280;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease}.product-dropdown:focus+.dropdown-icon,.product-dropdown:hover+.dropdown-icon{color:#9d00ff}.search-container{min-width:220px}.search-icon{color:#6b7280;left:14px;transition:color .2s ease}.search-input{background:#fff;border:1.5px solid #e1e5e9;font-weight:500;outline:none;padding:10px 14px 10px 40px}.search-input:hover{background:#9d00ff05;border-color:#c1c5c9}.search-input:focus{box-shadow:0 0 0 3px #9d00ff1f}.search-input:focus+.search-icon{color:#9d00ff}.keywords-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:4px}.keyword-card{background:#fff;border:1.5px solid #e8e8e8;border-radius:12px;box-shadow:0 2px 4px #0000000a;cursor:pointer;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.keyword-card:before{background:linear-gradient(135deg,#9d00ff,#7a00cc);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.keyword-card:hover{border-color:#9d00ff;box-shadow:0 6px 20px #9d00ff2e;transform:translateY(-2px)}.keyword-card:hover:before{opacity:1}.keyword-card-content{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.keyword-card-info{flex:1 1;min-width:0}.keyword-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.keyword-text{color:#222;font-size:.95rem;font-weight:600;line-height:1.4;word-break:break-word}.keyword-meta{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.8rem;gap:8px;line-height:1.4}.keyword-type{border-radius:14px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:3px 10px;text-transform:capitalize}.keyword-type.long-tail{background-color:#f1f3f4;border:1px solid #e0e2e4;color:#444}.keyword-type.medium{background:#e8f4f8;border:1px solid #bfdbfe;color:#2563eb}.keyword-type.short{background:linear-gradient(135deg,#ff7a00,#ffb347);box-shadow:0 1px 3px #ff7a004d;color:#fff}.copy-keyword-btn{background:#0000;border:none;border-radius:8px;cursor:pointer;flex-shrink:0;padding:6px;transition:all .2s ease}.copy-keyword-btn:hover{background:#9d00ff1a;transform:scale(1.1)}.copy-keyword-btn:active{transform:scale(1.05)}.empty-state{color:#666;padding:60px 20px;text-align:center}.empty-state-icon{font-size:3.5rem;margin-bottom:20px;opacity:.8}.empty-state h3{color:#444;font-size:1.25rem;font-weight:600;margin:0 0 12px}.empty-state p{color:#666;font-size:.95rem;line-height:1.5;margin:0 auto;max-width:400px}@media (max-width:768px){.keywords-content{padding:16px}.keywords-header{align-items:stretch;flex-direction:column;gap:16px}.keywords-title{font-size:1.5rem}.keywords-stats{flex-wrap:wrap;font-size:.85rem;gap:16px}.copy-all-btn{align-self:stretch;justify-content:center}.keywords-filters{align-items:stretch;flex-direction:column;gap:16px}.search-filters{flex-direction:column;gap:12px}.product-dropdown-container,.search-container{max-width:none;min-width:auto;width:100%}.keywords-grid{gap:16px;grid-template-columns:1fr}.filter-buttons{gap:8px;justify-content:flex-start}.filter-btn{font-size:.8rem;padding:6px 12px}}@media (max-width:1024px){.keywords-filters{align-items:stretch;flex-direction:column;gap:16px}.filter-buttons{justify-content:flex-start}}@media (max-width:480px){.keywords-content{padding:12px}.keywords-stats{flex-direction:column;gap:8px}.keyword-card{padding:14px}}.analyze-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:40px}.analyze-header{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:40px;position:relative;z-index:1}.analyze-title{color:#111827;font-family:Poppins,Inter,sans-serif;font-size:1.9rem;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.analyze-description{align-items:center;background:#9401f0;border:1px solid #e2e8f0;border-radius:.5rem;color:#fff;display:flex;gap:.5rem;padding:.5rem .75rem;transition:all .2s ease}.analyze-description,.keywords-stats-listings{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.keywords-stats-listings{margin:-20px 0 20px}.stat-card-listings{background:#fff;border:2px solid #9401f0;border-radius:8px;color:#333;font-size:16px;line-height:1.5;padding:10px}.stat-card-listings strong{color:#9401f0;font-size:16px}.status-container{align-items:center;background-color:#fafbfc;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;padding:60px 24px}.status-title{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 8px;text-transform:capitalize}.status-description{align-items:center;color:#64748b;display:flex;font-size:15px;gap:8px;margin:0}.analyze-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000a;margin-bottom:24px;transition:all .2s ease}.analyze-card.hovered{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.card-header{align-items:center;border-radius:16px 16px 0 0;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;transition:background-color .2s ease}.card-header.hovered{background-color:#f8fafc}.header-left{gap:4px}.card-meta,.header-left{display:flex;flex-direction:column}.product-name{color:#1a1a1a;font-size:18px;font-weight:600;margin:0;text-transform:capitalize}.meta-row{color:#64748b;font-size:14px;gap:16px}.meta-row,.meta-row span{align-items:center;display:flex}.badge{background:#fff;border:1px solid #9d00ff26;border-radius:6px;color:#9d00ff;font-size:13px;font-weight:600;padding:4px 10px}.cards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.toggle-button{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.toggle-button:hover{background-color:#f1f5f9;color:#374151}.chevron-icon{transition:transform .2s ease}.chevron-icon.rotated{transform:rotate(180deg)}.card-body{border-top:1px solid #f1f5f9;overflow:hidden;transition:all .3s ease}.card-body.expanded{max-height:600px;opacity:1}.card-body.collapsed{max-height:0;opacity:0}.json-container{background-color:#fafbfc;color:#374151;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Consolas,Courier New,monospace;font-size:13px;line-height:1.6;margin:0;max-height:400px;overflow-y:auto;padding:24px;white-space:pre-wrap;word-break:break-word}.loading-spinner{animation:spin 1s ease-in-out infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#4f46e5;display:inline-block;height:20px;width:20px}@media (max-width:768px){.analyze-wrapper{padding:24px 16px}.analyze-title{font-size:28px}.title-container{gap:8px}.card-header{padding:20px}.header-left{gap:12px}.avatar{height:40px;width:40px}.avatar,.product-name{font-size:16px}.meta-row{align-items:flex-start;flex-direction:column;gap:6px}.json-container{font-size:12px;padding:16px}.status-container{padding:40px 20px}}.weekly-performance-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 25px #00000014,0 4px 10px #0000000a;margin:24px 0;overflow:hidden;padding:28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.weekly-performance-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.weekly-performance-card:hover{border-color:#d1d5db;box-shadow:0 20px 40px #0000001f,0 8px 16px #0000000f;transform:translateY(-2px)}.weekly-performance-card:hover:before{opacity:1}.weekly-performance-card.excellent{background:linear-gradient(135deg,#fff,#f0fdf4);border-color:#059669}.weekly-performance-card.excellent:before{background:linear-gradient(90deg,#059669,#10b981,#34d399)}.weekly-performance-card.good{background:linear-gradient(135deg,#fff,#eff6ff);border-color:#2563eb}.weekly-performance-card.good:before{background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa)}.weekly-performance-card.warning{background:linear-gradient(135deg,#fff,#fffbeb);border-color:#d97706}.weekly-performance-card.warning:before{background:linear-gradient(90deg,#d97706,#f59e0b,#fbbf24)}.weekly-performance-card.needs-improvement{background:linear-gradient(135deg,#fff,#fef2f2);border-color:#dc2626}.weekly-performance-card.needs-improvement:before{background:linear-gradient(90deg,#dc2626,#ef4444,#f87171)}.weekly-performance-content{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1.4fr 1fr}.weekly-performance-info{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:auto 1fr}.weekly-performance-icon{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e5e7eb;border-radius:50%;box-shadow:0 4px 6px #0000000d,inset 0 1px 0 #ffffff1a;color:#374151;flex-shrink:0;height:48px;padding:12px;transition:all .2s ease;width:48px}.weekly-performance-card:hover .weekly-performance-icon{border-color:#d1d5db;box-shadow:0 6px 12px #0000001a,inset 0 1px 0 #fff3;transform:scale(1.05)}.weekly-performance-text h3{color:#111827;font-size:1.25rem;font-weight:700;letter-spacing:-.025em;line-height:1.3;margin:0 0 12px}.performance-current-status{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin:16px 0}.weekly-performance-count,.weekly-performance-products{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;color:#374151;font-size:.95rem;font-weight:500;line-height:1.4;margin:0;padding:14px 16px;transition:all .2s ease}.weekly-performance-count:hover,.weekly-performance-products:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;box-shadow:0 4px 6px #0000000d;transform:translateY(-1px)}.recency-bias-info{background:linear-gradient(135deg,#94a3b814,#94a3b80a);border:2px dashed #94a3b8;border-radius:14px;margin:20px 0;overflow:hidden;padding:18px;position:relative}.recency-bias-info:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa,#c4b5fd);content:"";height:3px;left:0;opacity:.6;position:absolute;right:0;top:0}.recency-bias-header{align-items:center;color:#111827;display:flex;font-size:.95rem;font-weight:600;gap:10px;margin-bottom:8px}.recency-icon{color:#8b5cf6;height:18px;width:18px}.recency-explanation{color:#4b5563;font-size:.9rem;font-weight:400;line-height:1.5;margin:0}.current-standing{background:linear-gradient(135deg,#fefefe,#f9fafb);border:1px solid #e5e7eb;border-radius:14px;margin:16px 0;padding:18px;transition:all .2s ease}.current-standing:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000000d}.standing-header{align-items:center;color:#111827;display:flex;font-size:.95rem;font-weight:600;gap:10px;margin-bottom:12px}.standing-icon{color:#2563eb;height:18px;width:18px}.standing-metrics{display:flex;flex-direction:column;gap:10px}.standing-metric{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;font-size:.9rem;justify-content:space-between;padding:8px 0}.standing-metric:last-child{border-bottom:none}.metric-label{color:#6b7280;font-weight:500}.metric-value{font-size:.95rem;font-weight:600}.metric-value.excellent{color:#059669}.metric-value.good{color:#2563eb}.metric-value.needs-improvement{color:#dc2626}.weekly-performance-message{background:#00000005;border-left:3px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.9rem;font-style:italic;line-height:1.4;margin-top:16px;padding:12px}.weekly-performance-progress{gap:24px;padding:8px}.progress-circle,.weekly-performance-progress{align-items:center;display:flex;flex-direction:column}.progress-circle{background:conic-gradient(#2563eb 0,#e5e7eb 0);background:conic-gradient(#2563eb var(--progress,0),#e5e7eb 0);border-radius:50%;box-shadow:0 8px 16px #2563eb26;color:#111827;font-weight:700;height:110px;justify-content:center;position:relative;transition:all .3s ease;width:110px}.progress-circle:before{background:#fff;border-radius:50%;box-shadow:inset 0 2px 4px #0000000f;content:"";height:90px;position:absolute;width:90px}.progress-text{font-size:1.4rem;position:relative;z-index:1}.progress-label{color:#6b7280;font-size:.8rem;font-weight:500;position:relative;z-index:1}.weekly-performance-card:hover .progress-circle{box-shadow:0 12px 20px #2563eb33;transform:scale(1.05)}.recency-score-visual{max-width:200px;width:100%}.recency-score-header{color:#111827;font-size:.9rem;font-weight:600;margin-bottom:8px;text-align:center}.recency-score-bar{background:#e5e7eb;border-radius:6px;box-shadow:inset 0 1px 2px #0000001a;height:10px;overflow:hidden;position:relative;width:100%}.recency-score-fill{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:6px;height:100%;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.recency-score-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.recency-score-text{color:#6b7280;font-size:.8rem;font-weight:500;margin-top:6px;text-align:center}.performance-tips{border-top:2px solid #f3f4f6;margin-top:28px;padding-top:20px}.tips-header{align-items:center;color:#111827;display:flex;font-size:1rem;font-weight:600;gap:8px;margin-bottom:12px}.tips-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));font-size:1.1rem}.tips-content{display:flex;flex-direction:column;gap:10px}.tip{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;color:#374151;font-size:.85rem;line-height:1.5;padding:12px 14px;position:relative;transition:all .2s ease}.tip:before{background:linear-gradient(180deg,#2563eb,#3b82f6);border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.tip:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d;transform:translateX(4px)}.tip strong{color:#111827;font-weight:600}@media (max-width:968px){.weekly-performance-content{gap:24px;grid-template-columns:1fr}.weekly-performance-progress{align-items:center;flex-direction:row;justify-content:space-around}.recency-score-visual{max-width:150px}}@media (max-width:640px){.weekly-performance-card{margin:16px 0;padding:20px}.performance-current-status,.weekly-performance-info{grid-template-columns:1fr}.weekly-performance-info{gap:12px}.weekly-performance-icon{align-self:start;height:40px;width:40px}.progress-circle{height:90px;width:90px}.progress-circle:before{height:75px;width:75px}.weekly-performance-progress{flex-direction:column;gap:16px}}.daily-usage-container{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:40px}.daily-usage-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1}.header-title{align-items:center;display:flex;gap:12px}.header-title h2{color:#111827;font-family:Poppins,Inter,sans-serif;font-size:1.9rem;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.title-icon{color:#9d00ff;height:32px;width:32px}.header-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.view-toggle{background:#f3f4f6;border-radius:8px;display:flex;padding:4px}.toggle-btn{background:#0000;border:none;border-radius:6px;color:#000;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.toggle-btn:hover{color:#374151}.toggle-btn.active{background:#9d00ff;box-shadow:0 1px 2px #0000000d;color:#fff}.product-select,.time-range-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s ease}.product-select:focus,.time-range-select:focus{border-color:#9d00ff;box-shadow:0 0 0 3px #3b82f61a;outline:none}.product-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}.product-stat-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;padding:12px;transition:transform .2s ease,box-shadow .2s ease}.product-stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.product-stat-card.attention{border-left:4px solid #f59e0b}.product-stat-icon{background:#9d00ff;border-radius:10px;color:#fff;height:48px;padding:12px;width:48px}.product-stat-info{flex:1 1}.product-stat-label{color:#6b7280;font-size:14px;font-weight:500;margin:0}.product-stat-value{color:#1f2937;font-size:24px;font-weight:700;margin:4px 0}.product-stat-detail{color:#9ca3af;font-size:13px;margin:0}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:12px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-content{align-items:center;display:flex;justify-content:space-between}.stat-info{flex:1 1}.stat-label{color:#6b7280;font-size:14px;font-weight:500;margin:0}.stat-value{color:#1f2937;font-size:32px;font-weight:700;margin:8px 0 0}.stat-icon{background:#9d00ff;border-radius:10px;color:#fff;height:48px;padding:12px;width:48px}.chart-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;height:500px;margin-bottom:24px;padding:24px}.chart-grid{stroke:#f3f4f6}.chart-axis{fill:#6b7280}.custom-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;font-size:14px;padding:12px}.tooltip-date{color:#1f2937;font-weight:600;margin:0 0 8px}.tooltip-optimizations{color:#374151;margin:0 0 8px}.tooltip-value{color:#9d00ff;font-weight:600}.tooltip-products{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:8px}.tooltip-products-title{color:#6b7280;font-size:12px;font-weight:600;margin:0 0 4px}.tooltip-product{color:#374151;font-size:12px;margin:2px 0}.products-list{display:flex;flex-direction:column;height:100%;overflow:hidden}.products-controls{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.search-container{flex:1 1;max-width:400px;position:relative}.search-icon{color:#9ca3af;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 40px;transition:all .2s ease;width:100%}.search-input:focus{background:#fff;border-color:#9d00ff;box-shadow:0 0 0 3px #3b82f61a;outline:none}.clear-search{background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;padding:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:color .2s ease}.clear-search:hover{color:#6b7280}.results-count{color:#6b7280;font-size:14px;white-space:nowrap}.products-scroll-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1 1;max-height:400px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#cbd5e0 #f7fafc;scrollbar-width:thin}.products-scroll-container::-webkit-scrollbar{width:8px}.products-scroll-container::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.products-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.products-scroll-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.products-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:14px;font-weight:600;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.product-name-header{align-items:center;display:flex;flex:1 1;gap:8px;min-width:200px}.product-stats-headers{grid-gap:12px;display:grid;gap:12px;grid-template-columns:60px 70px 70px 80px 100px 80px;text-align:center}.sortable{cursor:pointer;position:relative;transition:color .2s ease;-webkit-user-select:none;user-select:none}.sortable:hover{color:#9d00ff}.products-rows{min-height:200px}.product-row-compact{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;padding:12px 16px;transition:background-color .2s ease}.product-row-compact:hover{background:#f9fafb}.product-row-compact:last-child{border-bottom:none}.product-row-compact.ahead{border-left:3px solid #10b981}.product-row-compact.on-track{border-left:3px solid #3b82f6}.product-row-compact.needs-improvement{border-left:3px solid #f59e0b}.product-name-section-compact{align-items:center;display:flex;flex:1 1;gap:12px;min-width:200px;text-transform:capitalize}.product-color-indicator{border-radius:50%;flex-shrink:0;height:12px;width:12px}.product-name-compact{color:#1f2937;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-stats-compact{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:60px 70px 70px 80px 100px 80px}.stat-value-compact{color:#374151;font-size:14px;text-align:center}.progress-compact{align-items:center;display:flex;gap:8px}.progress-bar-compact{background:#e5e7eb;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.progress-fill-compact{border-radius:3px;height:100%;transition:width .3s ease}.progress-text-compact{color:#6b7280;font-size:12px;min-width:32px;text-align:right}.status-compact{border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px;text-align:center;text-transform:capitalize}.status-ahead{background:#d1fae5;color:#065f46}.status-on-track{background:#dbeafe;color:#1e40af}.status-needs-improvement{background:#fef3c7;color:#92400e}.no-products-message,.no-results-message{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.no-products-icon,.no-results-icon{color:#d1d5db;height:64px;margin-bottom:16px;width:64px}.no-products-message p,.no-results-message p{font-size:16px;margin:8px 0}.clear-search-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-top:16px;padding:8px 16px;transition:background-color .2s ease}.clear-search-btn,.clear-search-btn:hover{background:#9d00ff}.empty-state{align-items:center;display:flex;height:100%;justify-content:center}.empty-content{color:#6b7280;max-width:400px;text-align:center}.empty-icon{color:#d1d5db;height:80px;margin:0 auto 24px;width:80px}.empty-title{color:#374151;font-size:20px;font-weight:600;margin:0 0 12px}.empty-description{font-size:16px;line-height:1.6;margin:0}.loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;height:300px;justify-content:center;text-align:center}.loading-icon{animation:spin 2s linear infinite;color:#9d00ff;height:48px;margin-bottom:16px;width:48px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.plan-info-daily{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:24px;padding:16px}.plan-text-daily{align-items:center;color:#475569;display:flex;flex-wrap:wrap;font-size:14px;gap:12px;margin:0}.plan-name-daily{color:#9d00ff;font-weight:600}.usage-info-daily{font-size:13px}.usage-count-daily{color:#1e293b;font-weight:600}@media (max-width:1024px){.daily-usage-container{padding:16px}.stats-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.stat-value{font-size:24px}.chart-container{height:400px;padding:16px}}@media (max-width:768px){.daily-usage-header{align-items:flex-start;flex-direction:column;gap:16px}.header-controls{justify-content:space-between;width:100%}.view-toggle{flex:1 1}.toggle-btn{flex:1 1;text-align:center}.product-stats{grid-template-columns:1fr}.stats-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.stat-card{padding:16px}.stat-value{font-size:20px}.stat-icon{height:40px;padding:8px;width:40px}.chart-container{height:300px;padding:12px}.products-controls{flex-direction:column;gap:12px}.search-container{max-width:none}.product-stats-headers{font-size:12px}.product-stats-compact,.product-stats-headers{gap:8px;grid-template-columns:50px 60px 60px 70px 80px 70px}.stat-value-compact{font-size:12px}.product-name-section-compact{min-width:150px}.plan-text-daily{align-items:flex-start;flex-direction:column;gap:8px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.chart-container{height:250px;padding:8px}.product-stats-compact,.product-stats-headers{gap:6px;grid-template-columns:40px 50px 50px 60px 70px 60px}.product-name-section-compact{min-width:120px}.stat-value-compact{font-size:11px}.progress-text-compact{display:none}}.products-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin:20px 0;max-height:80vh;min-height:500px;overflow:hidden;padding:20px}*{box-sizing:border-box;margin:0;padding:0}.tos-container{background-color:#fafafa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;min-height:100vh}.tos-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:4rem 2rem 3rem;position:relative;text-align:center}.tos-header:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.tos-header-content{margin:0 auto;max-width:1200px;position:relative;z-index:2}.tos-header h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.last-updated{font-size:1.1rem;font-weight:300;opacity:.9}.tos-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:280px 1fr;margin:0 auto;max-width:1200px;padding:2rem}.tos-nav{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.tos-nav h3{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.tos-nav ul{list-style:none}.tos-nav li{margin-bottom:.75rem}.tos-nav a{border-left:3px solid #0000;border-radius:6px;color:#6b7280;display:block;font-size:.95rem;padding:.5rem 0 .5rem .75rem;text-decoration:none;transition:all .2s ease}.tos-nav a:hover{background-color:#f8fafc;border-left-color:#667eea;color:#667eea}.tos-main{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:3rem}.tos-main section{margin-bottom:3rem;scroll-margin-top:2rem}.tos-main section:last-child{margin-bottom:2rem}.tos-main h2{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.tos-main h2:before{background:linear-gradient(90deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.tos-main p{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1.25rem}.tos-main ul{margin:1.25rem 0;padding-left:1.5rem}.tos-main li{color:#4b5563;line-height:1.6;margin-bottom:.75rem}.tos-main li::marker{color:#667eea}.contact-info{background:#f8fafc;border-left:4px solid #667eea;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.contact-info p{color:#374151;font-weight:500;margin-bottom:.5rem}.tos-footer{background:#f8fafc;border-radius:0 0 12px 12px;border-top:2px solid #f3f4f6;margin:3rem -3rem -3rem;padding:2rem 3rem 3rem}.tos-footer p{color:#6b7280;font-size:.95rem;margin-bottom:1rem}.governing-law{color:#374151!important;font-weight:500}@media (max-width:1024px){.tos-content{gap:2rem;grid-template-columns:1fr}.tos-nav{margin-top:2rem;order:2;position:static}.tos-main{order:1}}@media (max-width:768px){.tos-header{padding:3rem 1rem 2rem}.tos-header h1{font-size:2.25rem}.tos-content{padding:1rem}.tos-main{padding:2rem}.tos-nav{padding:1.5rem}}@media (max-width:480px){.tos-header h1{font-size:1.875rem}.tos-main{padding:1.5rem}.tos-main h2{font-size:1.5rem}.tos-footer{margin-bottom:-1.5rem;margin-left:-1.5rem;margin-right:-1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}}html{scroll-behavior:smooth}.tos-nav a:focus{outline:2px solid #667eea;outline-offset:2px}@media print{.tos-header{background:none!important;color:#000!important}.tos-nav{display:none}.tos-content{grid-template-columns:1fr}.tos-main{border:1px solid #ccc;box-shadow:none}}.cs-contact-support *{box-sizing:border-box}.cs-contact-support{background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.cs-container{margin:0 auto;max-width:1280px;padding:0 1rem}@media (min-width:640px){.cs-container{padding:0 1.5rem}}@media (min-width:1024px){.cs-container{padding:0 2rem}}.cs-hero-section{background-color:#fff;border-bottom:1px solid #e5e7eb}.cs-hero-content{padding:4rem 0;text-align:center}.cs-hero-title{color:#111827;font-size:2.25rem;font-weight:700;margin:0 0 1rem}@media (min-width:640px){.cs-hero-title{font-size:3rem}}.cs-hero-description{color:#4b5563;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:48rem}.cs-main-content{padding:4rem 0}.cs-support-categories{margin-bottom:4rem}.cs-section-title{color:#111827;font-size:1.875rem;font-weight:700;margin:0 0 3rem;text-align:center}.cs-categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.cs-categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.cs-categories-grid{grid-template-columns:repeat(4,1fr)}}.cs-category-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;cursor:pointer;padding:1.5rem;transition:all .3s ease}.cs-category-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.cs-category-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.cs-category-icon{background-color:#eff6ff;border-radius:8px;color:#2563eb;padding:.75rem;transition:background-color .3s ease}.cs-category-card:hover .cs-category-icon{background-color:#dbeafe}.cs-icon{height:1.5rem;width:1.5rem}.cs-badge{background-color:#dcfce7;border-radius:9999px;color:#166534;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.cs-category-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.cs-category-description{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.cs-category-link{align-items:center;color:#2563eb;display:flex;font-size:.875rem;font-weight:500;transition:color .3s ease}.cs-category-card:hover .cs-category-link{color:#1d4ed8}.cs-chevron-icon{height:1rem;margin-left:.25rem;transition:transform .3s ease;width:1rem}.cs-category-card:hover .cs-chevron-icon{transform:translateX(.25rem)}.cs-content-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr}@media (min-width:1024px){.cs-content-grid{grid-template-columns:1fr 1fr}}.cs-form-section{background-color:#fff;border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 1px 3px 0 #0000001a;padding:2rem}.cs-form-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.cs-success-message{padding:2rem 0;text-align:center}.cs-success-icon{color:#10b981;height:4rem;margin:0 auto 1rem;width:4rem}.cs-success-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.cs-success-description{color:#4b5563;margin:0}.cs-form-container{display:flex;flex-direction:column;gap:1.5rem}.cs-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.cs-form-row{grid-template-columns:1fr 1fr}}.cs-form-group{display:flex;flex-direction:column}.cs-form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.cs-form-input,.cs-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.cs-form-input:focus,.cs-form-textarea:focus{border-color:#0000;box-shadow:0 0 0 2px #3b82f6;outline:none}.cs-form-textarea{resize:none}.cs-submit-button{align-items:center;background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:center;padding:.75rem 1.5rem;transition:background-color .3s ease;width:100%}.cs-submit-button:hover{background-color:#1d4ed8}.cs-button-icon{height:1rem;margin-right:.5rem;width:1rem}.cs-contact-info{display:flex;flex-direction:column}.cs-contact-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.cs-contact-description{color:#4b5563;line-height:1.6;margin:0 0 2rem}.cs-contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.cs-contact-method{align-items:flex-start;background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;display:flex;padding:1.5rem;transition:box-shadow .3s ease}.cs-contact-method:hover{box-shadow:0 4px 6px -1px #0000001a}.cs-method-icon{background-color:#f9fafb;border-radius:8px;color:#4b5563;flex-shrink:0;margin-right:1rem;padding:.75rem}.cs-small-icon{height:1.25rem;width:1.25rem}.cs-method-content{flex:1 1}.cs-method-title{font-weight:600}.cs-method-detail,.cs-method-title{color:#111827;margin:0 0 .25rem}.cs-method-response{color:#6b7280;font-size:.875rem;margin:0}.cs-faq-section{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:12px;padding:1.5rem}.cs-faq-title{color:#111827;font-weight:600;margin:0 0 .5rem}.cs-faq-description{color:#4b5563;line-height:1.5;margin:0 0 1rem}.cs-faq-link{align-items:center;background:none;border:none;color:#2563eb;cursor:pointer;display:flex;font-size:1rem;font-weight:500;padding:0;transition:color .3s ease}.cs-faq-link:hover{color:#1d4ed8}.cs-faq-chevron{height:1rem;margin-left:.25rem;width:1rem}.cs-footer-cta{background-color:#111827;color:#fff}.cs-footer-content{padding:4rem 0;text-align:center}.cs-footer-title{font-size:1.875rem;font-weight:700;margin:0 0 1rem}.cs-footer-description{color:#d1d5db;line-height:1.6;margin:0 auto 2rem;max-width:32rem}.cs-footer-button{background-color:#fff;border:none;border-radius:8px;color:#111827;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:background-color .3s ease}.cs-footer-button:hover{background-color:#f9fafb}@media (max-width:768px){.cs-hero-content,.cs-main-content{padding:2rem 0}.cs-support-categories{margin-bottom:2rem}.cs-content-grid{gap:2rem}.cs-form-section{padding:1.5rem}.cs-footer-content{padding:2rem 0}}.cs-error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-weight:500;margin-bottom:1.5rem;padding:.75rem 1rem;text-align:center}.cs-submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.cs-submit-button:disabled:hover{background-color:#9ca3af}
/*# sourceMappingURL=main.1f1ded15.css.map*/