:root{color:#161a24;font-synthesis:none;text-rendering:optimizelegibility;--ink:#161a24;--muted:#646b79;--subtle:#858b97;--line:#dfe2e7;--line-strong:#cdd1d9;--surface:#fff;--canvas:#f1f2f4;--navy:#0b1020;--navy-raised:#131a30;--primary:#2e427f;--primary-hover:#23366f;--primary-soft:#e8ebf4;--success:#247554;--success-soft:#e7f3ed;--danger:#a63b45;--danger-soft:#f9eaec;--focus:#657ac0;--radius:8px;background:#f1f2f4;font-family:Segoe UI Variable,Segoe UI,Inter,system-ui,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px}body{background:var(--canvas);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--focus);outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink)}.button{border:1px solid var(--line-strong);background:var(--surface);min-height:40px;color:var(--ink);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:8px 15px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.button:hover{background:#f8f9fa;text-decoration:none}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{border-color:var(--primary);background:var(--primary);color:#fff}.button--primary:hover{background:var(--primary-hover)}.button--secondary{color:var(--primary);background:0 0;border-color:#adb5ca}.button--quiet{background:0 0;border-color:#0000}.button--quiet:hover{background:#eef0f3}.button--danger{border-color:var(--danger);background:var(--danger);color:#fff}.button--danger-quiet{color:var(--danger);background:0 0;border-color:#e4b9bd}.button--block{width:100%}.text-button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.text-link{align-items:center;gap:5px;font-size:14px;font-weight:600;display:inline-flex}.alert{color:#862f38;background:var(--danger-soft);border:1px solid #e6bfc3;border-radius:6px;align-items:flex-start;gap:9px;padding:11px 13px;font-size:14px;line-height:1.45;display:flex}.alert svg{flex:none;margin-top:2px}.alert--success{background:var(--success-soft);color:#1d6548;border-color:#bfdbcd}.alert--info{background:var(--primary-soft);color:#354a82;border-color:#c9d0e5}.loading-state{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:14px;display:flex}.full-page-loading{place-items:center;min-height:100vh;display:grid}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{color:#6673a1;letter-spacing:.13em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:700}.eyebrow--light{color:#bbc5e8}.brand-logo{color:#eef1fb;flex:none;align-items:center;text-decoration:none;display:flex}.brand-logo:hover{text-decoration:none}.brand-logo img{object-fit:contain;width:212px;height:66px;display:block}.brand-logo span{color:#c9cfdd;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-left:1px solid #3e465c;margin-left:-5px;padding-left:14px;font-size:12px}.brand-logo--compact img{width:178px;height:58px}.auth-layout{grid-template-columns:minmax(360px,.92fr) minmax(500px,1.08fr);min-height:100vh;display:grid}.auth-brand-panel{background:var(--navy);color:#dfe4f2;flex-direction:column;min-height:100vh;padding:32px clamp(34px,5vw,78px);display:flex}.auth-brand-panel .brand-logo{align-self:flex-start}.auth-brand-copy{max-width:510px;margin:auto 0}.auth-brand-copy h1{color:#f7f8fc;letter-spacing:-.035em;max-width:500px;margin-bottom:18px;font-size:clamp(34px,3.3vw,53px);font-weight:560;line-height:1.08}.auth-brand-copy>p:last-child{color:#aeb6ca;max-width:470px;margin:0;font-size:16px;line-height:1.65}.auth-brand-footer{color:#69738d;text-transform:uppercase;letter-spacing:.14em;margin:0;font-size:12px}.auth-form-panel{background:#f4f5f7;place-items:center;min-height:100vh;padding:48px 28px;display:grid}.auth-form-container{width:100%;max-width:430px}.auth-mobile-brand{display:none}.auth-card{width:100%}.auth-card--message{text-align:center}.auth-card--message>p{color:var(--muted);line-height:1.55}.auth-header{margin-bottom:28px}.auth-header h2{letter-spacing:-.025em;margin-bottom:8px;font-size:30px;font-weight:600;line-height:1.2}.auth-header p{color:var(--muted);margin:0;line-height:1.55}.auth-card .alert{text-align:left;margin-bottom:18px}.form-stack{gap:17px;display:grid}.field{color:#303642;gap:7px;font-size:13px;font-weight:600;display:grid}.field__label-row{justify-content:space-between;gap:16px;display:flex}.field__label-row a{font-weight:600}.field input{border:1px solid var(--line-strong);width:100%;height:42px;color:var(--ink);background:#fff;border-radius:6px;padding:8px 11px;transition:border-color .12s}.field input:hover{border-color:#aeb4c0}.field input:focus{border-color:var(--focus)}.field input[readonly]{color:var(--muted);background:#f1f2f4}.field-error{color:var(--danger);font-size:12px;font-weight:500}.field__hint,.field__helper{color:var(--muted);font-size:12px;font-weight:400;line-height:1.4}.field__helper{justify-self:start}.check-field{color:var(--muted);cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.check-field input{width:16px;height:16px;accent-color:var(--primary);margin:1px 0 0}.check-field--top{margin-top:2px}.auth-switch{text-align:center;color:var(--muted);margin:24px 0 0;font-size:14px}.auth-switch a{font-weight:600}.message-icon{background:var(--success-soft);width:48px;height:48px;color:var(--success);border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.auth-card--message .button{margin-top:24px}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--navy);color:#fff;border-bottom:1px solid #232a3c}.topbar__inner{align-items:center;gap:32px;width:min(1280px,100% - 48px);height:86px;margin:0 auto;display:flex}.desktop-nav{align-items:stretch;height:100%;margin-left:auto;display:flex}.desktop-nav a{color:#aeb6ca;white-space:nowrap;align-items:center;padding:0 15px;font-size:13px;font-weight:600;text-decoration:none;display:flex;position:relative}.desktop-nav a:hover{color:#f3f5fa}.desktop-nav a.active{color:#fff}.desktop-nav a.active:after{content:"";background:#8799dd;height:2px;position:absolute;bottom:0;left:15px;right:15px}.account-menu{position:relative}.account-menu summary{cursor:pointer;color:#ecf0fa;align-items:center;gap:9px;font-size:13px;font-weight:600;list-style:none;display:flex}.account-menu summary::-webkit-details-marker{display:none}.avatar{letter-spacing:.03em;background:#222b46;border:1px solid #606a83;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;display:grid}.account-menu__popover{z-index:10;border:1px solid var(--line-strong);width:250px;color:var(--ink);background:#fff;border-radius:8px;padding:7px;position:absolute;top:45px;right:0}.account-menu__identity{border-bottom:1px solid var(--line);gap:2px;margin-bottom:5px;padding:10px 10px 12px;display:grid}.account-menu__identity strong{font-size:14px}.account-menu__identity span{text-overflow:ellipsis;color:var(--muted);font-size:12px;overflow:hidden}.account-menu__popover a,.account-menu__popover button{width:100%;min-height:36px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;padding:7px 9px;font-size:13px;display:flex}.account-menu__popover a:hover,.account-menu__popover button:hover{background:#f0f1f4;text-decoration:none}.mobile-menu-button,.mobile-nav{display:none}.main-content{flex:1;width:min(1180px,100% - 48px);margin:0 auto;padding:44px 0 64px}.site-footer{border-top:1px solid var(--line);width:min(1180px,100% - 48px);color:var(--subtle);justify-content:space-between;margin:0 auto;padding:20px 0 28px;font-size:12px;display:flex}.page-stack{gap:34px;display:grid}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.page-heading h1{letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(28px,3vw,38px);font-weight:600;line-height:1.15}.page-heading__description{max-width:680px;color:var(--muted);margin:0;font-size:15px;line-height:1.55}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px;display:flex}.section-heading h2{margin-bottom:4px;font-size:17px;font-weight:650}.section-heading p{color:var(--muted);margin:0;font-size:13px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.product-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-rows:86px 1fr auto;min-width:0;display:grid;overflow:hidden}.product-card__brand{border-bottom:1px solid var(--line);background:#0d1221;place-items:center;display:grid;overflow:hidden}.product-card__brand img{object-fit:contain;width:100%;height:100%}.product-card__brand--antivirus img{width:72px;height:72px}.product-card__brand--pc-repair img{width:150px}.product-card__brand--recovery img{width:155px}.product-card__content{padding:18px 18px 14px}.product-card__title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.product-card h2{margin:1px 0 9px;font-size:18px;font-weight:650}.product-card__content>p{min-height:42px;color:var(--muted);margin:0 0 17px;font-size:13px;line-height:1.5}.product-card__meta{gap:7px;margin:0;display:grid}.product-card__meta div{justify-content:space-between;gap:12px;font-size:12px;display:flex}.product-card__meta dt{color:var(--subtle)}.product-card__meta dd{color:#444a57;text-align:right;margin:0;font-weight:600}.product-card__action{border-top:1px solid var(--line);min-height:43px;color:var(--primary);justify-content:space-between;align-items:center;padding:11px 18px;font-size:13px;font-weight:650;display:flex}.product-card__action:hover{background:#f7f8fa;text-decoration:none}.status-pill{color:#656c78;text-transform:uppercase;letter-spacing:.05em;background:#f4f5f6;border:1px solid #d7dae0;border-radius:999px;flex:none;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;line-height:1.3;display:inline-flex}.status-pill--active{background:var(--success-soft);color:var(--success);border-color:#c0ddcf}.shared-plan{border-radius:var(--radius);background:#f8f9fc;border:1px solid #ccd2e3;border-left:3px solid #6a79ad;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:118px;padding:22px 24px;display:grid}.shared-plan__icon{color:#52669e;background:#fff;border:1px solid #c8cee0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.shared-plan__copy h2{margin:0 0 4px;font-size:18px}.shared-plan__copy>p:last-child{color:var(--muted);margin:0;font-size:13px}.account-summary{grid-template-columns:1fr 1fr;gap:15px;display:grid}.account-summary>div{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:86px;padding:16px 18px;display:grid}.summary-icon,.row-icon{color:#4c6098;background:#eceff5;border-radius:7px;flex:none;place-items:center;width:36px;height:36px;display:grid}.account-summary strong{margin-bottom:3px;font-size:13px;display:block}.account-summary p{color:var(--muted);margin:0;font-size:12px}.account-summary a{font-size:13px;font-weight:650}.content-card,.plan-product{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.plan-product-list{gap:14px;display:grid}.plan-product{grid-template-columns:138px minmax(210px,.75fr) minmax(360px,1.25fr);align-items:stretch;display:grid;overflow:hidden}.plan-product__brand{background:#0d1221;place-items:center;min-height:174px;display:grid;overflow:hidden}.plan-product__brand img{object-fit:contain;max-width:120px;max-height:112px}.plan-product__brand.product-card__brand--antivirus img{width:92px;height:92px}.plan-product__identity{border-right:1px solid var(--line);padding:25px 22px}.plan-product__identity>div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.plan-product__identity h2{margin:0;font-size:18px}.plan-product__identity p{color:var(--muted);margin:10px 0 0;font-size:13px;line-height:1.5}.plan-product__plans{background:#fcfcfd;align-content:center;gap:8px;padding:17px 20px;display:grid}.plan-row{border:1px solid var(--line);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;gap:18px;min-height:55px;padding:10px 12px;display:flex}.plan-row--current{border-color:#bfd7ca}.plan-row>div:first-child{gap:3px;display:grid}.plan-row strong{font-size:13px}.plan-row span{color:var(--muted);font-size:11px}.plan-price{align-items:baseline;gap:2px;display:flex}.unavailable-note{color:var(--subtle);margin:3px 0 0;font-size:12px}.information-note{color:#53607e;background:#f8f9fc;border:1px solid #ccd2e3;border-radius:7px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.information-note svg{flex:none;margin-top:1px}.information-note p{margin:0;font-size:13px;line-height:1.5}.section-card{padding:21px}.section-card .section-heading{border-bottom:1px solid var(--line);padding-bottom:14px}.data-list{display:grid}.data-row{border-bottom:1px solid #e8eaee;align-items:center;gap:14px;min-height:72px;padding:12px 2px;display:flex}.data-row:last-child{border-bottom:0}.data-row>div:not(.row-date){flex:1;gap:3px;min-width:0;display:grid}.data-row strong{font-size:13px}.data-row span{color:var(--muted);font-size:12px}.data-row>div>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.row-date{text-align:right;gap:3px;min-width:150px;display:grid}.row-date span{color:var(--subtle);font-size:11px}.row-date strong{color:#414754;font-size:12px;font-weight:600}.empty-state{text-align:left;justify-content:center;align-items:center;gap:16px;min-height:168px;padding:28px;display:flex}.empty-state__icon{color:#69738b;background:#eef0f4;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.empty-state h3{margin:0 0 4px;font-size:15px}.empty-state p{max-width:520px;color:var(--muted);margin:0;font-size:13px;line-height:1.5}.settings-card__heading,.form-card__heading{border-bottom:1px solid var(--line);align-items:center;gap:13px;min-height:84px;padding:18px 20px;display:flex}.settings-card__heading>div,.form-card__heading>div{flex:1}.settings-card__heading h2,.form-card__heading h2{margin:0 0 3px;font-size:16px}.settings-card__heading p,.form-card__heading p{color:var(--muted);margin:0;font-size:12px}.settings-card__body{padding:16px 20px}.inline-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.inline-actions p{color:var(--muted);margin:0 auto 0 0;font-size:13px}.inline-actions--end{justify-content:flex-end}.setup-panel{grid-template-columns:minmax(260px,1fr) auto;gap:22px 28px;padding:24px;display:grid}.setup-panel h2,.recovery-panel h2,.confirmation-panel h2{margin:0 0 6px;font-size:18px}.setup-panel p,.recovery-panel p,.confirmation-panel p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.qr-frame{border:1px solid var(--line);background:#fff;border-radius:6px;grid-row:span 2;place-items:center;padding:12px;display:grid}.setup-key{align-self:end;gap:5px;display:grid}.setup-key span{color:var(--subtle);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.setup-key code{background:#eef0f4;border-radius:4px;width:fit-content;padding:6px 8px;font-size:13px}.setup-code{max-width:240px}.setup-panel .inline-actions{grid-column:1/-1}.recovery-panel{border-color:#c8d7cf;grid-template-columns:minmax(240px,.8fr) minmax(300px,1fr) auto;align-items:center;gap:22px;padding:24px;display:grid}.recovery-codes{border:1px solid var(--line);background:#f7f8f9;border-radius:6px;grid-template-columns:repeat(2,1fr);gap:5px 16px;padding:12px;display:grid}.recovery-codes code{font-size:12px}.confirmation-panel{grid-template-columns:minmax(240px,1fr) minmax(240px,.65fr);align-items:end;gap:18px 24px;padding:22px;display:grid}.confirmation-panel .inline-actions{grid-column:1/-1}.confirmation-panel--danger{border-color:#e2b8bc}.session-row>div:nth-child(2){max-width:580px}.form-card{overflow:hidden}.settings-form{gap:18px;padding:22px;display:grid}.settings-form>.field{max-width:540px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;max-width:760px;display:grid}.form-actions{padding-top:3px;display:flex}.danger-zone{border-radius:var(--radius);background:snow;border:1px solid #e0b7bb;justify-content:space-between;align-items:center;gap:20px;padding:17px 20px;display:flex}.danger-zone>div{align-items:center;gap:13px;display:flex}.danger-zone h2{margin:0 0 3px;font-size:15px}.danger-zone p{color:var(--muted);margin:0;font-size:12px}.row-icon--danger{background:var(--danger-soft);color:var(--danger)}@media (width<=1100px){.topbar__inner{gap:20px;width:min(100% - 32px,1180px)}.brand-logo img{width:182px}.brand-logo span{display:none}.desktop-nav a{padding-inline:10px}.account-menu__name{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:last-child{grid-column:span 2}.plan-product{grid-template-columns:120px minmax(190px,.65fr) minmax(330px,1.35fr)}}@media (width<=820px){.auth-layout{background:#f4f5f7;display:block}.auth-brand-panel{display:none}.auth-form-panel{flex-direction:column;min-height:100vh;padding:18px 22px 40px;display:flex}.auth-mobile-brand{background:var(--navy);border-radius:7px;width:100%;margin-bottom:38px;padding:3px 10px;display:block}.auth-form-container{margin:auto;padding-bottom:42px}.desktop-nav,.account-menu{display:none}.mobile-menu-button{color:#fff;background:0 0;border:1px solid #3b4356;border-radius:6px;place-items:center;width:40px;height:40px;margin-left:auto;display:grid}.mobile-nav{border-top:1px solid #262e42;padding:8px 16px 16px;display:grid}.mobile-nav a,.mobile-nav button{color:#bdc4d4;min-height:42px;font:inherit;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.mobile-nav a.active{color:#fff;background:#1a233b}.topbar__inner{height:76px}.main-content{width:min(100% - 30px,720px);padding-top:32px}.site-footer{width:calc(100% - 30px)}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.account-summary{grid-template-columns:1fr}.plan-product{grid-template-columns:110px 1fr}.plan-product__brand{min-height:130px}.plan-product__plans{border-top:1px solid var(--line);grid-column:1/-1}.plan-product__identity{border-right:0}.setup-panel,.recovery-panel,.confirmation-panel{grid-template-columns:1fr}.qr-frame{grid-row:auto;justify-self:start}.setup-panel .inline-actions,.confirmation-panel .inline-actions{grid-column:auto}.recovery-panel .button{justify-self:start}}@media (width<=560px){.auth-form-panel{padding-inline:16px}.auth-header h2{font-size:26px}.topbar__inner{width:calc(100% - 24px)}.brand-logo img{width:165px}.main-content{width:calc(100% - 24px);padding-block:27px 48px}.site-footer{width:calc(100% - 24px)}.page-stack{gap:26px}.page-heading{display:block}.page-heading h1{font-size:28px}.section-heading{align-items:flex-start}.shared-plan{grid-template-columns:auto 1fr;padding:18px}.shared-plan .button{grid-column:1/-1;width:100%}.account-summary>div{grid-template-columns:auto 1fr}.account-summary a{grid-column:2}.plan-product{display:block}.plan-product__brand{min-height:108px}.plan-product__identity{padding:20px}.plan-row{flex-direction:column;align-items:flex-start}.data-row{flex-wrap:wrap;align-items:flex-start;padding-block:14px}.data-row>div:not(.row-date){flex:auto;width:calc(100% - 52px)}.row-date{text-align:left;width:calc(100% - 52px);margin-left:50px}.data-row>.button,.data-row>.text-link{margin-left:50px}.empty-state{align-items:flex-start}.settings-card__heading{flex-wrap:wrap;align-items:flex-start}.settings-card__heading>div{width:calc(100% - 52px)}.settings-card__body{padding:16px}.inline-actions{flex-direction:column;align-items:stretch}.inline-actions p{margin-bottom:5px}.setup-panel,.recovery-panel,.confirmation-panel{padding:18px}.form-grid{grid-template-columns:1fr}.danger-zone{flex-direction:column;align-items:flex-start}.danger-zone .button{width:100%}.site-footer{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link{z-index:100;color:#18243e;background:#fff;padding:10px 16px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:8px}.license-panel{max-width:800px}.license-panel h2{align-items:center;gap:8px;display:flex}.license-form{gap:12px;display:grid}.license-form input{border:1px solid var(--line);width:100%;color:inherit;font:inherit;background:0 0;border-radius:6px;padding:10px 12px}.license-form input[type=file]{font-size:13px}.license-form .form-help{font-size:13px;line-height:1.6}.license-key{overflow-wrap:anywhere;font-size:13px}.device-actions{flex-wrap:wrap;align-items:center;gap:8px;max-width:420px;display:flex}.device-actions small{flex-basis:100%}.plan-row .button{flex-shrink:0}.deployment-notice{color:#51401b;text-align:center;background:#fff3cf;border-bottom:1px solid #e0c881;padding:10px 24px;font-size:13px;line-height:1.5}
