:root{font-family:Manrope,-apple-system,sans-serif;color:#252535;background:#f3f1f8}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:radial-gradient(circle at 15% 10%,#e4ddff 0,transparent 37%),#f7f6fa}
.shell{min-height:100vh;display:grid;grid-template-columns:minmax(250px,.78fr) minmax(320px,1.12fr) minmax(330px,.88fr);align-items:center;gap:24px;padding:6vh 4vw}
.intro{max-width:520px}.logo-link{display:inline-block;text-decoration:none}.logo{width:126px;height:auto;margin-bottom:44px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;color:#7564d9;margin:0 0 14px}
h1{font:700 clamp(42px,3.25vw,56px)/1.08 Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.072em;margin:0;color:#272437}
.lead{font-size:16px;line-height:1.65;color:#676477;max-width:520px;margin:26px 0}
.points{display:flex;flex-wrap:wrap;gap:10px}.points span{background:#fff;border:1px solid #e6e2ef;border-radius:99px;padding:10px 15px;font-size:13px;color:#585469}
.download-buttons{position:fixed;z-index:5;top:24px;right:28px;display:flex;align-items:center;gap:9px}.download-button{display:inline-flex;align-items:center;gap:11px;padding:11px 16px;border-radius:14px;background:#272437;color:#fff;text-decoration:none;box-shadow:0 12px 35px #27243728}.download-button svg{width:23px;height:23px;fill:currentColor}.download-button span{display:flex;flex-direction:column;gap:1px}.download-button b{font-size:12px}.download-button small{color:#c8c1f5;font-size:9px}.windows-download{background:#1f2430}
.mac-app .download-buttons{display:none}
.card{width:100%;max-width:440px;justify-self:end;background:#fff;border:1px solid #e7e4ed;border-radius:28px;padding:18px 32px 32px;box-shadow:0 30px 80px #3f34531a}
.tabs{display:grid;grid-template-columns:1fr 1fr;padding:5px;background:#f2f0f6;border-radius:14px;margin:0 0 38px}.tabs button{border:0;background:transparent;padding:13px 8px;border-radius:10px;color:#777283;font:600 13px Manrope;cursor:pointer}.tabs button.active{background:#fff;color:#332e43;box-shadow:0 3px 12px #31274712}
form{display:grid;gap:19px}form[hidden]{display:none}h2,.form-title{font:700 34px/1.08 Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.064em;margin:0 0 8px;color:#292638}.form-title{display:block}
label{display:grid;gap:8px;font-size:13px;font-weight:600;color:#4f4b5c}input{width:100%;border:1px solid #dedbe6;border-radius:12px;padding:14px 15px;font:500 15px Manrope;outline:none;background:#fcfcfd}input:focus{border-color:#7564d9;box-shadow:0 0 0 3px #7564d918}
#account-reset-code-fields{display:grid;gap:19px}
.remember-device{display:flex;grid-template-columns:none;align-items:center;gap:10px;color:#686275;font-size:12px}.remember-device input{-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important;display:inline-grid!important;place-content:center!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;margin:0!important;padding:0!important;border:1.25px solid #3b4054!important;border-radius:4px!important;background:#fff!important;box-shadow:0 2px 5px rgba(37,48,74,.07)!important;cursor:pointer;flex:0 0 18px!important;vertical-align:middle!important;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.remember-device input:checked{border-color:#3b4054!important;background-color:#6756e8!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.1 9.2 7.3 12.4 13.9 5.6' fill='none' stroke='white' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-position:center!important;background-repeat:no-repeat!important;background-size:82% 82%!important;box-shadow:0 4px 11px rgba(108,92,231,.20)!important}.remember-device input:focus-visible{outline:0!important;box-shadow:0 0 0 3px rgba(108,92,231,.14),0 4px 11px rgba(108,92,231,.18)!important}
.submit{border:0;border-radius:13px;padding:15px;background:#6756e8;color:#fff;font:700 14px Manrope;cursor:pointer;margin-top:4px}.submit:hover{background:#5948d5}.submit:disabled{opacity:.65}
form small{color:#898493;line-height:1.5;text-align:center}.form-copy{color:#777283;line-height:1.6;margin:0}.text-button{border:0;background:transparent;color:#6756e8;font:600 13px Manrope;cursor:pointer;padding:3px}#verify-panel{padding:22px 0}#message{min-height:22px;margin:18px 0 0;text-align:center;font-size:13px}.error{color:#b8404f}.success{color:#38805a}

.account-update-modal[hidden]{display:none}.account-update-modal{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:24px;background:rgba(28,35,52,.42);backdrop-filter:blur(8px);animation:accountUpdateIn .18s ease both}.account-update-panel{width:min(640px,calc(100vw - 56px));max-height:95vh;overflow:auto;background:#fff;border-radius:20px;padding:34px 36px;box-shadow:0 24px 80px rgba(38,43,65,.18);display:grid;gap:18px;text-align:left;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;animation:accountUpdatePanelIn .24s cubic-bezier(.2,.8,.2,1) both}.account-update-head{display:block;margin-bottom:2px}.account-update-panel h2{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:34px;line-height:1.08;font-weight:700;letter-spacing:-.064em;margin:0}.account-update-panel .eyebrow{margin:0 0 8px;color:#6656df}.account-update-text{margin:0;color:#676477;line-height:1.45}.account-update-progress{width:100%;height:9px;overflow:hidden;border-radius:999px;background:#edf0f5;box-shadow:inset 0 1px 2px rgba(32,39,56,.08)}.account-update-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6656df,#08aead);transition:width .2s ease}.account-update-progress-label{display:block;color:#6656df;font-size:22px;text-align:center}.account-update-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.account-update-actions .secondary{border:1px solid #e5e1ef;background:#fff;color:#292638;border-radius:13px;padding:13px 18px;font:800 13px Manrope;cursor:pointer}@media(max-width:600px){.account-update-panel{width:min(450px,calc(100vw - 40px));padding:28px;gap:14px}.account-update-panel h2{font-size:28px;line-height:1.1}}@keyframes accountUpdateIn{from{opacity:0}to{opacity:1}}@keyframes accountUpdatePanelIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
.product-preview{align-self:center}.product-preview img{display:block;width:100%;height:auto;border-radius:20px;box-shadow:0 22px 55px #5545771d}
.seo-content{grid-column:1/-1;background:#fff;border:1px solid #e7e4ed;border-radius:28px;padding:34px 38px;box-shadow:0 18px 55px #3f345312}.seo-content-collapsed{padding:26px 38px}.seo-details summary{cursor:pointer;color:#8a8494;font:700 13px Manrope}.seo-details summary::marker,.seo-details summary::-webkit-details-marker{color:#8a8494}.seo-details-body{margin-top:28px}.seo-content h2{font-size:30px}.seo-content p{color:#676477;line-height:1.75;font-size:15px}.seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.seo-grid article{background:#f8f7fb;border:1px solid #edeaf3;border-radius:18px;padding:20px}.seo-grid h2,.seo-grid h3{font:700 15px Manrope;margin:0 0 8px;color:#292638}.seo-grid p{font-size:13px;margin:0}.seo-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}.seo-columns article{border-top:1px solid #eeeaf5;padding-top:24px}.seo-columns h2,.seo-faq h2{font-size:25px}.seo-columns ul{margin:14px 0 0;padding-left:20px;color:#676477;line-height:1.8;font-size:15px}.seo-faq{margin-top:30px;padding-top:26px;border-top:1px solid #eeeaf5}.seo-faq details{border:1px solid #edeaf3;border-radius:16px;background:#f8f7fb;margin-top:10px;padding:15px 18px}.seo-faq summary{cursor:pointer;font-weight:800;color:#292638}.seo-faq details p{margin:10px 0 0;font-size:14px}.seo-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.seo-links a{padding:10px 14px;border-radius:999px;background:#f2f0fb;color:#5f4ee0;text-decoration:none;font-size:13px;font-weight:800}.seo-landing-shell{min-height:100vh;display:grid;grid-template-columns:minmax(310px,.92fr) minmax(420px,1.08fr);align-items:center;gap:34px;padding:7vh 5vw}.seo-landing-hero{max-width:620px}.seo-landing-hero .logo{width:122px;margin-bottom:40px}.seo-cta{display:flex;align-items:center;gap:14px;margin-top:24px}.seo-cta .submit{display:inline-flex;text-decoration:none}.seo-landing-content{grid-column:1/-1}.seo-landing-content .seo-grid h2{font-size:15px}
.account-update-panel h2{font-size:28px!important;line-height:1.12!important}.account-update-actions #account-update-cancel{border:0;background:linear-gradient(135deg,#7463ee,#5a49d8);color:#fff;box-shadow:0 9px 22px rgba(102,84,224,.25)}.account-update-actions #account-update-cancel:hover{background:linear-gradient(135deg,#806ff4,#6251e0);transform:translateY(-1px);box-shadow:0 12px 26px rgba(102,84,224,.3)}
@media(max-width:900px){.download-buttons{display:none}.shell,.seo-landing-shell{grid-template-columns:1fr;padding:28px 20px 60px}.intro{display:block}.intro .logo,.seo-landing-hero .logo{width:104px;margin-bottom:28px}.intro h1,.seo-landing-hero h1{font-size:42px}.card{justify-self:center;padding:14px 24px 30px;border-radius:22px}.product-preview img{border-radius:18px}.seo-content{padding:24px}.seo-content-collapsed{padding:20px 24px}.seo-grid,.seo-columns{grid-template-columns:1fr}.seo-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.account-update-panel h2{font-size:26px!important;line-height:1.12!important}}
