
:root{--black:#000;--white:#fff;--yellow:#ffcd19;--cyan:#5bdff4;--grey-ultra-dark:#1f2225;--grey-deep:#2c2f33;--grey-strong:#3f4347;--grey-dark:#5f6368;--grey-medium:#8b9095;--grey-light:#c5c9cc;--grey-pale:#e7eaed;--grey-ultra-pale:#f4f6f8;--success:#2da44e;--warning:#f59e0b;--error:#e5483b;--success-light:#e6f4ec;--warning-light:#fef3cd;--error-light:#fdecea;--primary:var(--yellow);--text-primary:var(--grey-ultra-dark);--text-secondary:var(--grey-dark);--background:var(--grey-ultra-pale);--border:var(--grey-pale);--shadow:#0000000f;--shadow-dark:#00000024;--radius:8px;--radius-lg:12px;--transition:.18s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--grey-ultra-pale);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}.wrapper{flex-direction:column;min-height:100vh;display:flex}header{background-color:var(--black);border-bottom:3px solid var(--yellow);z-index:100;padding:16px 0;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 24px;display:flex}.branding{align-items:center;display:flex}.logo{filter:invert()sepia()saturate(3)hue-rotate(5deg)brightness(1.05);height:28px}.divider{background-color:var(--grey-strong);width:1px;height:24px;margin:0 16px}.title-text{color:var(--grey-light);letter-spacing:.01em;font-size:15px;font-weight:600}.header-actions{align-items:center;gap:16px;display:flex}.onelogin-btn{background:var(--grey-deep);border:1px solid var(--grey-strong);color:var(--grey-light);transition:all var(--transition);white-space:nowrap;border-radius:6px;align-items:center;gap:7px;padding:6px 12px 6px 8px;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}.onelogin-btn:hover{border-color:var(--grey-medium);color:var(--white);background:var(--grey-strong)}.onelogin-logo{border-radius:50%;flex-shrink:0;width:18px;height:18px;display:block}.onelogin-mobile-btn{display:none}@media (max-width:768px){.onelogin-btn{display:none}.onelogin-mobile-btn{background:var(--black);border:1px solid var(--grey-strong);color:var(--grey-light);transition:all var(--transition);border-radius:8px;align-self:flex-start;align-items:center;gap:8px;margin-top:18px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.onelogin-mobile-btn i{color:var(--grey-dark);margin-left:4px;font-size:10px}.onelogin-mobile-btn:hover{border-color:var(--grey-medium);color:var(--white)}}.lang-dropdown{position:relative}.lang-dropdown-btn{background:var(--grey-deep);border:1px solid var(--grey-strong);cursor:pointer;color:var(--grey-light);transition:all var(--transition);border-radius:6px;align-items:center;gap:8px;padding:7px 12px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.lang-dropdown-btn:hover{border-color:var(--grey-medium);color:var(--white)}.lang-flag{object-fit:cover;border-radius:2px;width:18px;height:13px;display:block}.lang-chevron{color:var(--grey-medium);transition:transform var(--transition);font-size:10px}.lang-chevron.rotated{transform:rotate(180deg)}.lang-dropdown-menu{background:var(--grey-deep);border:1px solid var(--grey-strong);z-index:200;border-radius:8px;min-width:140px;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.lang-dropdown-menu.open{display:block}.lang-option{cursor:pointer;width:100%;color:var(--grey-light);transition:background var(--transition);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:11px 14px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.lang-option:hover{background:var(--grey-strong)}.lang-option.active{color:var(--yellow);font-weight:700}.lang-option img{object-fit:cover;border-radius:2px;width:18px;height:13px}.alert-banner{background:var(--grey-ultra-dark);border-bottom:1px solid var(--grey-deep);border-top:2px solid var(--yellow)}.alert-banner-bar{justify-content:space-between;align-items:center;gap:12px;max-width:1100px;margin:0 auto;padding:10px 24px;display:flex}.alert-banner-bar-left{align-items:center;gap:10px;min-width:0;display:flex}.alert-banner-icon{color:var(--yellow);flex-shrink:0;font-size:13px}.alert-banner-title{color:var(--grey-light);font-size:13px;font-weight:600}.alert-banner-bar-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.alert-banner-tap-hint,.alert-banner-chevron{display:none}.alert-banner-toggle{background:var(--grey-deep);border:1px solid var(--grey-strong);color:var(--grey-light);cursor:pointer;transition:all var(--transition);white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.alert-banner-toggle:hover{border-color:var(--grey-medium);color:var(--white)}.alert-banner-close{color:var(--grey-strong);cursor:pointer;transition:color var(--transition);background:0 0;border:none;flex-shrink:0;padding:4px 6px;font-family:inherit;font-size:14px;line-height:1}.alert-banner-close:hover{color:var(--grey-light)}@media (max-width:768px){.alert-banner-bar{cursor:pointer;gap:10px;padding:10px 16px}.alert-banner-bar-left{flex:1;min-width:0}.alert-banner-title{font-size:12.5px;line-height:1.4}.alert-banner-toggle,.alert-banner-tap-hint{display:none}.alert-banner-chevron{color:var(--grey-medium);flex-shrink:0;font-size:12px;display:block}.alert-banner-close{padding:6px 8px;font-size:16px}}.phishing-modal{z-index:1100;background:#0009;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.phishing-modal.open{display:flex}.phishing-modal-content{background:var(--grey-ultra-dark);border:1px solid var(--grey-strong);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:90vh;box-shadow:0 24px 64px var(--shadow-dark);overflow-y:auto}.phishing-modal-header{border-bottom:1px solid var(--grey-deep);justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 28px 20px;display:flex}.phishing-modal-header-left{align-items:flex-start;gap:14px;display:flex}.phishing-modal-icon{background:var(--grey-deep);border:1px solid var(--grey-strong);width:40px;height:40px;color:var(--yellow);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.phishing-modal-title{color:var(--white);letter-spacing:-.01em;margin-bottom:6px;font-size:16px;font-weight:700;line-height:1.3}.phishing-modal-sub{color:var(--grey-light);font-size:13px;line-height:1.65}.phishing-modal-close{background:var(--grey-deep);border:1px solid var(--grey-strong);color:var(--grey-medium);cursor:pointer;transition:all var(--transition);border-radius:6px;flex-shrink:0;padding:6px 8px;font-family:inherit;font-size:13px;line-height:1}.phishing-modal-close:hover{color:var(--white);border-color:var(--grey-medium)}.phishing-modal-body{flex-direction:column;gap:6px;padding:22px 28px 28px;display:flex}.phishing-modal-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--grey-medium);margin-top:16px;margin-bottom:6px;font-size:10.5px;font-weight:700}.phishing-modal-section-label:first-child{margin-top:0}.phishing-tip{border-radius:var(--radius);background:var(--grey-deep);border:1px solid var(--grey-strong);align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.phishing-tip-icon{background:var(--grey-strong);width:32px;height:32px;color:var(--grey-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:13px;display:flex}.phishing-tip>div{flex-direction:column;gap:4px;display:flex}.phishing-tip strong{color:var(--white);font-size:13.5px;font-weight:600;line-height:1.3;display:block}.phishing-tip span{color:var(--grey-light);font-size:13px;line-height:1.65}.phishing-tip span code{background:var(--grey-strong);color:var(--grey-light);border-radius:4px;padding:1px 6px;font-family:monospace;font-size:12px}.phishing-tip--report{border-left:3px solid var(--yellow)}.phishing-tip--report .phishing-tip-icon--report{color:var(--yellow)}.phishing-tip--report span a{color:var(--yellow);font-weight:600;text-decoration:none}.phishing-tip--report span a:hover{text-underline-offset:3px;text-decoration:underline}.phishing-tip--report span code{color:var(--yellow)}.phishing-steps{counter-reset:phishing-step;flex-direction:column;gap:5px;margin:8px 0 6px;padding:0;list-style:none;display:flex}.phishing-steps li{counter-increment:phishing-step;color:var(--grey-light);align-items:baseline;gap:8px;font-size:12.5px;line-height:1.5;display:flex}.phishing-steps li:before{content:counter(phishing-step);background:var(--grey-strong);width:18px;min-width:18px;height:18px;color:var(--grey-light);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:1;display:flex}.phishing-kbd{background:var(--grey-strong);color:var(--white);border:1px solid var(--grey-medium);border-radius:4px;padding:1px 7px;font-size:11.5px;font-weight:600;line-height:1.6;display:inline-block}.phishing-tip-note{color:var(--grey-medium);margin-top:4px;font-size:12px;line-height:1.5;display:block}.phishing-email-link{color:var(--yellow);letter-spacing:-.01em;margin:6px 0 2px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.phishing-email-link:hover{text-underline-offset:3px;text-decoration:underline}@media (max-width:600px){.phishing-modal{padding:16px}.phishing-modal-content{max-height:95vh}.phishing-modal-header,.phishing-modal-body{padding-left:18px;padding-right:18px}}.access-notice{color:var(--grey-dark);margin-bottom:16px;font-size:12px;line-height:1.5}main{width:100%;max-width:1100px;margin:0 auto;padding:40px 24px 48px}.nav-status{background:var(--grey-deep);border:1px solid var(--grey-strong);transition:all var(--transition);border-radius:100px;align-items:center;gap:7px;padding:6px 12px;display:flex}.nav-status-dot{background:var(--grey-medium);width:7px;height:7px;transition:background var(--transition);border-radius:50%;flex-shrink:0}.nav-status.status-online .nav-status-dot{background:var(--success);box-shadow:0 0 0 2px #2da44e40}.nav-status-text{color:var(--grey-medium);white-space:nowrap;letter-spacing:.01em;transition:color var(--transition);font-size:12px;font-weight:600}.nav-status.status-online .nav-status-text{color:var(--grey-light)}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:72px;padding:24px 0 0;display:grid}.hero-badge{background:var(--yellow);color:var(--black);letter-spacing:.08em;text-transform:uppercase;border-radius:4px;margin-bottom:16px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.hero-content h1{color:var(--black);letter-spacing:-.02em;text-align:left;margin-bottom:12px;font-size:36px;font-weight:700;line-height:1.15}.subtitle{color:var(--grey-dark);text-align:left;max-width:380px;font-size:15px;font-weight:400;line-height:1.6}.hero-illustration{width:100%}.hero-img{width:100%;height:auto;display:block}.wizard-breadcrumb{background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);border-radius:100px;align-items:center;gap:2px;margin-bottom:20px;padding:5px 6px;font-size:12px;display:inline-flex}.breadcrumb-item{color:var(--grey-dark);white-space:nowrap;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-weight:500;display:inline-flex}.breadcrumb-item i{font-size:11px}.breadcrumb-item[onclick]{cursor:pointer;transition:background var(--transition), color var(--transition)}.breadcrumb-item[onclick]:hover{background:var(--grey-pale);color:var(--grey-ultra-dark)}.breadcrumb-active{background:var(--white);color:var(--grey-ultra-dark);font-weight:600;box-shadow:0 1px 3px #00000014}.breadcrumb-sep{color:var(--grey-light);-webkit-user-select:none;user-select:none;padding:0 2px;font-size:13px;line-height:1}.notice-domain-trigger{color:var(--grey-ultra-dark);cursor:default;border-bottom:1px dashed var(--yellow);align-items:center;gap:4px;padding-bottom:1px;font-weight:600;display:inline-flex;position:relative}.notice-domain-trigger i{color:var(--grey-dark);font-size:11px}.phishing-tip .notice-domain-trigger{color:var(--grey-light)}.phishing-tip .notice-domain-trigger i{color:var(--grey-medium)}.notice-domain-tooltip{background:var(--grey-ultra-dark);color:var(--grey-light);white-space:nowrap;z-index:50;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:400;line-height:1.8;display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000004d}.notice-domain-tooltip strong{color:var(--yellow);font-weight:600}.notice-domain-tooltip:before{content:"";border:6px solid #0000;border-bottom-color:var(--grey-ultra-dark);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.notice-domain-trigger:hover .notice-domain-tooltip{display:block}.wizard-outer{border-radius:var(--radius-lg);border:1px solid var(--grey-pale);background:var(--white);margin-bottom:64px;transition:height .45s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 2px #0000000a}.wizard-track{width:200%;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.wizard-track.slid{transform:translate(-50%)}.wizard-step{box-sizing:border-box;flex-shrink:0;width:50%;padding:40px}.step-label{margin-bottom:12px}.step-label span{letter-spacing:.1em;text-transform:uppercase;color:var(--grey-dark);background:var(--grey-pale);border-radius:100px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.step2-header{border-bottom:1px solid var(--grey-pale);margin-bottom:28px;padding-bottom:20px}.step2-header-content{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.step2-title{color:var(--black);letter-spacing:-.01em;margin-bottom:4px;font-size:22px;font-weight:700}.step2-sub{color:var(--grey-dark);font-size:14px;line-height:1.6}.step2-back{border:1px solid var(--grey-pale);color:var(--grey-dark);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;border-radius:6px;flex-shrink:0;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600}.step2-back:hover{border-color:var(--grey-light);color:var(--black)}.who-are-you{margin-bottom:0}.who-are-you-title{color:var(--black);letter-spacing:-.01em;margin-bottom:6px;font-size:22px;font-weight:700}.who-are-you-sub{color:var(--grey-dark);margin-bottom:28px;font-size:14px;line-height:1.6}.who-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.who-card{background:var(--grey-ultra-pale);border-radius:var(--radius-lg);cursor:pointer;text-align:left;border:1.5px solid #0000;flex-direction:column;align-items:flex-start;gap:14px;width:100%;min-height:160px;padding:32px 28px;font-family:inherit;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.who-card:hover{border-color:var(--grey-light);background:var(--grey-ultra-pale);box-shadow:0 2px 12px #0000000d}.who-card--active{border-color:var(--yellow)!important;background:#fffdf0!important;box-shadow:0 0 0 3px #ffcd1926!important}.who-chevron{color:var(--grey-light);flex-shrink:0;font-size:13px;transition:color .2s,transform .2s}.who-card:hover .who-chevron{color:var(--grey-dark);transform:translate(2px)}.who-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.corp-icon{background:var(--yellow);color:var(--black)}.ext-icon{background:var(--grey-ultra-dark);color:var(--white)}.sub-icon{background:var(--grey-deep);color:var(--grey-light)}.domain-hint{border-top:1px solid var(--grey-pale);color:var(--grey-dark);margin-top:auto;padding-top:14px;font-size:12px}.domain-tooltip-trigger{color:var(--grey-ultra-dark);cursor:default;border-bottom:1px dashed var(--grey-light);align-items:center;gap:4px;padding-bottom:1px;font-weight:600;display:inline-flex;position:relative}.domain-tooltip-trigger i{color:var(--grey-medium);font-size:11px}.domain-tooltip{background:var(--grey-ultra-dark);color:var(--grey-light);white-space:nowrap;z-index:10;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:400;line-height:1.8;display:none;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 8px 24px #0003}.domain-tooltip strong{color:var(--yellow);font-weight:600}.domain-tooltip:after{content:"";border:6px solid #0000;border-top-color:var(--grey-ultra-dark);position:absolute;top:100%;left:16px}.domain-tooltip-trigger:hover .domain-tooltip{display:block}.who-text{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.who-label{color:var(--black);font-size:15px;font-weight:700;line-height:1.3}.who-desc{color:var(--grey-dark);font-size:13px;line-height:1.55}.who-tags{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.who-tag{color:var(--grey-dark);background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);border-radius:100px;padding:2px 8px;font-size:11px;font-weight:600}.who-cta{color:var(--grey-dark);border:1.5px solid var(--grey-pale);background:var(--grey-ultra-pale);white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.who-card:hover .who-cta{border-color:var(--grey-light);color:var(--black)}.who-card--active .who-cta{background:var(--yellow);border-color:var(--yellow);color:var(--black)}.ext-no-email-card{background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);border-radius:var(--radius-lg);align-items:flex-start;gap:16px;padding:20px;display:flex}.ext-no-email-icon{background:var(--grey-pale);width:40px;height:40px;color:var(--grey-dark);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.ext-no-email-title{color:var(--black);margin-bottom:6px;font-size:15px;font-weight:700}.ext-no-email-desc{color:var(--grey-dark);font-size:13.5px;line-height:1.65}.support-channels{margin-bottom:64px}.channel-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.channel-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-pale);color:inherit;flex-direction:column;padding:36px 32px;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:0 1px 2px #0000000a}.channel-card:hover{border-color:var(--yellow);transform:translateY(-3px);box-shadow:0 8px 28px #00000014}.info-card{cursor:default;background:var(--grey-ultra-pale);border:1px solid var(--grey-pale)}.info-card:hover{border-color:var(--grey-pale);transform:none;box-shadow:0 1px 2px #0000000a}.channel-icon{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:24px;font-size:22px;display:flex}.portal-icon{background-color:var(--yellow);color:var(--black)}.slack-icon{background-color:var(--grey-ultra-dark);color:var(--white)}.channel-title{color:var(--black);letter-spacing:-.01em;margin-bottom:10px;font-size:18px;font-weight:700}.channel-desc{color:var(--grey-dark);flex:1;margin-bottom:28px;font-size:14px;line-height:1.7}.channel-action{border-top:1.5px solid var(--grey-pale);color:var(--grey-ultra-dark);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;font-size:13px;font-weight:600;display:flex}.action-arrow{color:var(--grey-medium);font-size:16px;transition:transform .2s,color .2s}.channel-card:hover .action-arrow{color:var(--grey-ultra-dark);transform:translate(5px)}.channel-note{border-top:1.5px solid var(--grey-pale);color:var(--grey-dark);margin-top:auto;padding-top:16px;font-size:13px;line-height:1.6}.on-site-support{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-pale);margin-bottom:64px;padding:40px;box-shadow:0 1px 2px #0000000a}.on-site-support>h2{color:var(--black);letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:28px;font-size:20px;font-weight:700;display:flex}.on-site-support>h2:before{content:"";background:var(--yellow);border-radius:2px;width:4px;height:20px;display:inline-block}.on-site-content{grid-template-columns:1fr 1.4fr;align-items:start;gap:40px;display:grid}.on-site-info h3{color:var(--grey-medium);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;font-size:11px;font-weight:700}.address-wrap{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.address{color:var(--grey-ultra-dark);margin-bottom:0;font-size:15px;font-weight:500;line-height:1.85}.copy-address-btn{border:1px solid var(--grey-pale);color:var(--grey-dark);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:6px;flex-shrink:0;margin-top:4px;padding:5px 8px;font-family:inherit;font-size:13px}.copy-address-btn:hover{border-color:var(--grey-light);color:var(--grey-ultra-dark);background:var(--grey-ultra-pale)}.copy-address-btn.copied{border-color:var(--success);color:var(--success);background:var(--success-light)}.on-site-hours{color:var(--grey-dark);align-items:center;gap:6px;margin-bottom:14px;font-size:13px;display:flex}.on-site-hours:before{content:"";background:var(--success);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.on-site-note{color:var(--grey-medium);background:var(--grey-ultra-pale);border-left:2px solid var(--grey-light);border-radius:0 4px 4px 0;padding:10px 12px;font-size:12px;line-height:1.6}.map-container{border-radius:var(--radius);border:1px solid var(--border);width:100%;height:100%;min-height:220px;overflow:hidden}code{background:var(--grey-pale);color:var(--grey-ultra-dark);border:1px solid var(--grey-light);border-radius:4px;padding:2px 7px;font-family:SF Mono,Fira Code,monospace;font-size:.85em;font-weight:500}footer{background-color:var(--grey-ultra-dark);border-top:3px solid var(--yellow);margin-top:auto;padding:56px 24px 0}.footer-container{max-width:1100px;margin:0 auto}.footer-top{justify-content:space-between;gap:48px;padding-bottom:40px;display:flex}.footer-left{flex-direction:column;gap:32px;display:flex}.footer-logo{filter:invert()sepia()saturate(3)hue-rotate(5deg)brightness(1.05);opacity:.9;height:24px}.footer-cols{gap:48px;display:flex}.footer-col{flex-direction:column;gap:10px;min-width:120px;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.1em;color:var(--grey-light);margin-bottom:8px;font-size:11px;font-weight:700}.footer-col a{color:var(--grey-light);transition:color var(--transition);font-size:13px;line-height:1.8;text-decoration:none}.footer-col a:hover{color:var(--yellow)}.footer-right{flex-shrink:0;max-width:240px}.footer-service-note{border:1px solid var(--grey-deep);border-radius:var(--radius);background:var(--grey-deep);border-left:3px solid var(--yellow);align-items:flex-start;gap:12px;padding:16px;display:flex}.footer-service-note i{color:var(--yellow);flex-shrink:0;margin-top:2px;font-size:16px}.footer-service-note>div{flex-direction:column;gap:5px;display:flex}.footer-service-title{color:var(--grey-light);font-size:13px;font-weight:700}.footer-service-desc{color:var(--grey-medium);font-size:12px;line-height:1.6}.footer-bottom{border-top:1px solid var(--grey-deep);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.copyright{color:var(--grey-medium);font-size:12px}.footer-datetime{color:var(--grey-medium);font-variant-numeric:tabular-nums;font-size:12px}.cookie-banner{background:var(--grey-ultra-dark);border-top:2px solid var(--yellow);box-shadow:0 -4px 24px var(--shadow-dark);z-index:1000;opacity:0;padding:24px;transition:opacity .3s,transform .3s;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.cookie-banner.visible{opacity:1;transform:translateY(0)}.cookie-banner-content{align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}.cookie-icon{background:var(--grey-deep);width:48px;height:48px;color:var(--yellow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.cookie-text{flex:1}.cookie-text h3{color:var(--white);margin-bottom:6px;font-size:16px;font-weight:700}.cookie-text p{color:var(--grey-medium);font-size:13px;line-height:1.6}.cookie-text a{color:var(--yellow);text-decoration:none}.cookie-text a:hover{text-decoration:underline}.cookie-actions{flex-shrink:0;gap:10px;display:flex}.cookie-btn{cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none;border-radius:6px;padding:10px 20px;font-size:13px;font-weight:600}.cookie-btn-primary{background:var(--yellow);color:var(--black)}.cookie-btn-primary:hover{background:#e6b800}.cookie-btn-secondary{color:var(--grey-light);border:1px solid var(--grey-strong);background:0 0}.cookie-btn-secondary:hover{background:var(--grey-deep);color:var(--white)}.cookie-btn-text{color:var(--grey-medium);background:0 0;padding:10px 12px}.cookie-btn-text:hover{color:var(--white)}.cookie-floating-icon{background:var(--black);width:52px;height:52px;color:var(--yellow);border:2px solid var(--yellow);cursor:pointer;box-shadow:0 4px 16px var(--shadow-dark);z-index:999;transition:all var(--transition);opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:none;position:fixed;bottom:24px;left:24px;transform:scale(.8)}.cookie-floating-icon.visible{opacity:1;transform:scale(1)}.cookie-floating-icon:hover{background:var(--yellow);color:var(--black);transform:scale(1.08)}.cookie-modal{z-index:1001;opacity:0;background:#000000a6;justify-content:center;align-items:center;padding:24px;transition:opacity .3s;display:none;position:fixed;inset:0}.cookie-modal.visible{opacity:1}.cookie-modal-content{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 16px 48px #0000004d}.cookie-modal-header{border-bottom:1px solid var(--border);background:var(--black);border-radius:var(--radius-lg) var(--radius-lg) 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cookie-modal-header h2{color:var(--white);font-size:17px;font-weight:700}.cookie-modal-close{cursor:pointer;width:32px;height:32px;color:var(--grey-medium);transition:all var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:18px;display:flex}.cookie-modal-close:hover{color:var(--yellow)}.cookie-modal-body{padding:24px}.cookie-category{border-bottom:1px solid var(--border);padding:18px 0}.cookie-category:last-child{border-bottom:none}.cookie-category-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.cookie-category-title{color:var(--black);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.cookie-required{color:var(--grey-dark);background:var(--grey-pale);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.cookie-category-desc{color:var(--text-secondary);font-size:13px;line-height:1.6}.cookie-toggle{width:44px;height:22px;display:inline-block;position:relative}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{cursor:pointer;background-color:var(--grey-light);border-radius:22px;transition:all .3s;position:absolute;inset:0}.cookie-toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:3px;left:3px}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:var(--yellow)}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(22px)}.cookie-toggle input:disabled+.cookie-toggle-slider{opacity:.5;cursor:not-allowed}.cookie-modal-footer{border-top:1px solid var(--border);background:var(--grey-ultra-pale);border-radius:0 0 var(--radius-lg) var(--radius-lg);justify-content:flex-end;gap:10px;padding:20px 24px;display:flex}.map-placeholder{background:var(--grey-ultra-pale);text-align:center;border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:250px;padding:32px;display:none}.map-placeholder-icon{background:var(--grey-pale);width:60px;height:60px;color:var(--grey-dark);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:28px;display:flex}.map-placeholder h3{color:var(--text-primary);margin-bottom:8px;font-size:16px;font-weight:600}.map-placeholder p{color:var(--text-secondary);max-width:360px;margin-bottom:20px;font-size:13px;line-height:1.6}.map-placeholder-btn{background:var(--yellow);color:var(--black);cursor:pointer;transition:all var(--transition);border:none;border-radius:6px;padding:10px 24px;font-size:13px;font-weight:700}.map-placeholder-btn:hover{background:#e6b800}.faq{margin-bottom:64px}.faq-header{margin-bottom:28px}.faq-header h2{color:var(--black);letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:6px;font-size:20px;font-weight:700;display:flex}.faq-header h2:before{content:"";background:var(--yellow);border-radius:2px;width:4px;height:20px;display:inline-block}.faq-subtitle{color:var(--grey-dark);margin-left:14px;font-size:14px}.faq-list{border:1.5px solid var(--grey-pale);border-radius:var(--radius-lg);background:var(--white);box-shadow:0 1px 3px var(--shadow), 0 4px 12px var(--shadow);overflow:hidden}.faq-item{border-bottom:1px solid var(--grey-pale)}.faq-item:last-child{border-bottom:none}.faq-question{cursor:pointer;text-align:left;width:100%;transition:background var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.faq-question:hover,.faq-question[aria-expanded=true]{background:var(--grey-ultra-pale)}.faq-question span{color:var(--black);font-size:15px;font-weight:600;line-height:1.4}.faq-icon{color:var(--grey-medium);transition:transform .28s ease, color var(--transition);flex-shrink:0;font-size:13px}.faq-question[aria-expanded=true] .faq-icon{color:var(--yellow);transform:rotate(180deg)}.faq-answer{border-top:1px solid var(--grey-pale);padding:0 24px 20px;display:none}.faq-answer.open{display:block}.faq-answer p{color:var(--grey-dark);padding-top:16px;font-size:14px;line-height:1.7}.faq-answer a{color:var(--grey-ultra-dark);text-underline-offset:3px;transition:color var(--transition);font-weight:600;text-decoration:underline}.faq-answer a:hover{color:var(--black)}.ai-floating-badge{background:var(--grey-ultra-dark);border:1px solid var(--grey-strong);z-index:999;-webkit-user-select:none;user-select:none;cursor:default;white-space:nowrap;border-right:none;border-radius:12px 0 0 12px;align-items:center;gap:12px;padding:14px 16px 14px 18px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)translate(calc(100% - 44px));box-shadow:-4px 4px 24px #00000038}.ai-floating-badge:hover{transform:translateY(-50%)translate(0);box-shadow:-6px 4px 32px #0000004d}.ai-badge-icon{color:var(--yellow);flex-shrink:0;font-size:16px}.ai-badge-content{flex-direction:column;gap:2px;display:flex}.ai-badge-label{color:var(--white);letter-spacing:-.01em;font-size:13px;font-weight:600}.ai-badge-soon{color:var(--grey-dark);letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:500}.fade-in{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(16px)}.fade-in.visible{opacity:1;transform:translateY(0)}.wizard-outer.fade-in,.wizard-outer.fade-in.visible{transition:height .45s cubic-bezier(.4,0,.2,1),opacity .5s,transform .5s}@media (max-width:768px){main{padding:28px 16px 40px}.alert-banner-bar{flex-wrap:wrap;gap:8px;padding:10px 16px}.alert-banner-title{font-size:12.5px}.alert-banner-toggle{padding:4px 9px;font-size:11.5px}.header-container{flex-wrap:wrap;gap:8px;padding:0 16px}.header-actions{justify-content:space-between;width:100%}.nav-status{display:flex}.logo{height:20px}.title-text{font-size:13px}.access-notice{margin-bottom:14px;font-size:11.5px}.hero{grid-template-columns:1fr;gap:0;margin-bottom:32px;padding:4px 0 0}.hero-illustration{display:none}.hero-content h1{letter-spacing:-.02em;font-size:24px}.subtitle{max-width:100%;font-size:13.5px}.wizard-breadcrumb{max-width:100%;margin-bottom:12px;font-size:11px;overflow:hidden}.breadcrumb-item{white-space:nowrap;text-overflow:ellipsis;max-width:160px;padding:3px 8px;font-size:11px;overflow:hidden}.wizard-outer{border-radius:var(--radius);margin-bottom:32px}.wizard-step{padding:20px 16px}.who-are-you-title{margin-bottom:6px;font-size:17px}.who-are-you-sub{margin-bottom:18px;font-size:13px}.who-grid{grid-template-columns:1fr;gap:8px}.who-card{gap:12px;min-height:auto;padding:20px}.who-label{font-size:13.5px}.who-desc{font-size:12px;line-height:1.5}.step2-header{margin-bottom:20px;padding-bottom:16px}.step2-header-content{flex-direction:column;align-items:flex-start;gap:10px}.step2-title{font-size:17px}.step2-sub{font-size:13px}.step2-back{align-self:flex-start;padding:6px 12px;font-size:12px}.support-channels{margin-bottom:32px}.channel-grid{grid-template-columns:1fr;gap:10px}.channel-card{padding:18px}.channel-title{font-size:15px}.channel-desc{font-size:13px}.on-site-support{border-radius:var(--radius);margin-bottom:32px;padding:20px 16px}.on-site-content{grid-template-columns:1fr;gap:20px}.address{font-size:13.5px}.on-site-hours,.on-site-note{font-size:12.5px}.faq{margin-bottom:32px}.faq-title{font-size:20px}.faq-subtitle{font-size:13px}.faq-question{padding:14px 16px}.faq-question span{font-size:13.5px}.faq-answer{padding:0 16px 14px;font-size:13px}footer{padding:36px 16px 0}.footer-top{flex-direction:column;gap:28px}.footer-left{gap:20px}.footer-logo{height:20px}.footer-cols{grid-template-columns:1fr 1fr;gap:20px;display:grid}.footer-right{max-width:100%}.footer-service-note{width:100%}.footer-service-title{font-size:12px}.footer-service-desc{font-size:11.5px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:4px}.copyright,.footer-datetime{font-size:11.5px}.cookie-banner-content{flex-direction:column;align-items:flex-start;gap:16px}.cookie-actions{flex-direction:column;width:100%}.cookie-btn{text-align:center;width:100%}.cookie-floating-icon{width:44px;height:44px;font-size:18px;bottom:16px;left:16px}.ai-floating-badge{padding:12px 14px 12px 16px;transform:translateY(-50%)translate(calc(100% - 38px))}.ai-floating-badge:hover{transform:translateY(-50%)translate(0)}.ai-badge-icon{font-size:14px}.cookie-modal-footer{flex-direction:column}.cookie-modal-footer .cookie-btn{width:100%}.phishing-modal{align-items:flex-end;padding:16px}.phishing-modal-content{border-radius:var(--radius-lg) var(--radius-lg) var(--radius) var(--radius);max-height:92vh}.phishing-modal-header{padding:16px 18px 14px}.phishing-modal-title{font-size:14px}.phishing-modal-sub{font-size:12px}.phishing-modal-body{gap:6px;padding:14px 18px 20px}.phishing-tip{padding:10px 12px}.phishing-tip strong{font-size:12.5px}.phishing-tip span{font-size:12px}}@media (max-width:480px){.header-container{padding:0 12px}main{padding:20px 12px 32px}.hero-content h1{font-size:22px}.wizard-step{padding:16px 12px}.footer-cols{grid-template-columns:1fr 1fr;gap:24px;display:grid}footer{padding:32px 12px 0}}.login-page{background:var(--grey-ultra-dark);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{flex-direction:column;align-items:center;gap:0;width:100%;max-width:340px;display:flex}.login-logo{filter:invert()sepia()saturate(3)hue-rotate(5deg)brightness(1.05);height:26px;margin-bottom:36px}.login-btn-sso{background:var(--yellow);width:100%;color:var(--black);cursor:pointer;transition:background var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-bottom:16px;padding:13px 20px;font-family:inherit;font-size:14px;font-weight:700;display:flex}.login-btn-sso:hover{background:#e6b800}.login-btn-sso img{border-radius:50%;width:18px;height:18px}.login-hint{color:var(--grey-strong);text-align:center;margin-bottom:12px;font-size:12px;line-height:1.6}.login-unlock-link{color:var(--grey-medium);transition:color var(--transition);align-items:center;gap:6px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.login-unlock-link:hover{color:var(--grey-light)}.hero-pills{flex-wrap:wrap;gap:8px;margin-bottom:0;display:flex}.hero-pill{background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);color:var(--grey-ultra-dark);transition:all var(--transition);border-radius:100px;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.hero-pill:hover{background:var(--grey-pale)}.hero-pill--warning{background:var(--warning-light);color:#92400e;border-color:#f59e0b4d}.hero-pill--warning:hover{background:#fef3cd}.dash-profile{background:var(--white);border:1px solid var(--grey-pale);box-shadow:0 1px 4px var(--shadow);border-radius:16px;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:32px;padding:24px 28px;display:flex}.dash-profile__avatar{border:2px solid var(--grey-pale);background:var(--yellow);width:56px;height:56px;color:var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:flex;overflow:hidden}.dash-profile__avatar img{object-fit:cover;width:100%;height:100%}.dash-profile__info{flex:1;min-width:180px}.dash-profile__name{color:var(--black);letter-spacing:-.01em;margin-bottom:2px;font-size:18px;font-weight:700}.dash-profile__email{color:var(--grey-dark);font-size:12px}.dash-profile__chips{flex-wrap:wrap;gap:8px;display:flex}.info-chip{background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);color:var(--grey-ultra-dark);border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:11.5px;font-weight:600;display:inline-flex}.info-chip i{color:var(--grey-dark);font-size:10px}.dash-tabs{background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);border-radius:10px;gap:4px;width:fit-content;margin-bottom:28px;padding:4px;display:flex}.dash-tab{color:var(--grey-dark);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:7px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.dash-tab:hover{color:var(--black);background:#0000000a}.dash-tab--active{background:var(--white);color:var(--black);font-weight:700;box-shadow:0 1px 4px #00000014}.dash-tab i{font-size:12px}.tab-badge{background:var(--yellow);color:var(--black);border-radius:100px;padding:1px 6px;font-size:10px;font-weight:700}.tab-badge--done{background:var(--success-light);color:var(--success)}.section-heading{margin-bottom:16px}.section-heading__title{color:var(--black);letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:3px;font-size:17px;font-weight:700;display:flex}.section-heading__bar{background:var(--yellow);border-radius:2px;flex-shrink:0;width:4px;height:17px}.section-heading__sub{color:var(--grey-dark);margin-left:14px;font-size:12.5px}.quick-links{flex-wrap:wrap;gap:10px;margin-top:-20px;margin-bottom:32px;display:flex}.quick-link{background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);color:var(--grey-ultra-dark);transition:all var(--transition);border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.quick-link:hover{background:var(--grey-pale)}.quick-link--warning{background:var(--warning-light);color:#92400e;border-color:#f59e0b4d}.quick-link--warning:hover{background:#fef3cd}.quick-link i{font-size:10px}.checklist-progress{background:var(--white);border:1px solid var(--grey-pale);border-radius:12px;margin-bottom:20px;padding:18px 22px}.checklist-progress__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.checklist-progress__label{color:var(--grey-ultra-dark);font-size:13px;font-weight:600}.checklist-progress__pct{color:var(--grey-dark);font-size:12px;font-weight:700}.checklist-progress__pct--done{color:var(--success)}.checklist-progress__bar-track{background:var(--grey-pale);border-radius:100px;height:5px;overflow:hidden}.checklist-progress__bar-fill{background:var(--yellow);border-radius:100px;height:100%;transition:width .3s}.checklist-progress__bar-fill--done{background:var(--success)}.checklist-list{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.checklist-item{background:var(--white);border:1.5px solid var(--grey-pale);cursor:pointer;transition:all var(--transition);border-radius:12px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.checklist-item:hover{border-color:var(--grey-light);background:var(--grey-ultra-pale)}.checklist-item--done{background:var(--grey-ultra-pale);opacity:.6}.checklist-item__check{border:2px solid var(--grey-light);width:20px;height:20px;transition:all var(--transition);background:0 0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.checklist-item__check--done{border-color:var(--success);background:var(--success)}.checklist-item__check i{color:var(--white);font-size:10px}.checklist-item__icon{background:var(--yellow);width:36px;height:36px;color:var(--black);transition:all var(--transition);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.checklist-item__icon--done{background:var(--grey-pale);color:var(--grey-dark)}.checklist-item__body{flex:1;min-width:0}.checklist-item__title{color:var(--black);margin-bottom:2px;font-size:14px;font-weight:700}.checklist-item__title--done{color:var(--grey-dark);text-decoration:line-through}.checklist-item__desc{color:var(--grey-dark);font-size:12.5px;line-height:1.55}.checklist-item__link{color:var(--grey-ultra-dark);background:var(--grey-ultra-pale);border:1px solid var(--grey-pale);transition:all var(--transition);border-radius:5px;align-items:center;gap:5px;margin-top:7px;padding:3px 9px;font-size:11.5px;font-weight:600;text-decoration:none;display:inline-flex}.checklist-item__link:hover{background:var(--grey-pale);border-color:var(--grey-light)}.checklist-item__link i{font-size:8px}.checklist-help{background:var(--grey-ultra-dark);border-radius:12px;align-items:center;gap:14px;padding:16px 20px;display:flex}.checklist-help__icon{color:var(--yellow);flex-shrink:0;font-size:20px}.checklist-help__text{flex:1}.checklist-help__title{color:var(--white);margin-bottom:2px;font-size:13px;font-weight:700}.checklist-help__sub{color:var(--grey-medium);font-size:12px}.checklist-help__btn{background:var(--yellow);color:var(--black);white-space:nowrap;transition:background var(--transition);border:none;border-radius:6px;flex-shrink:0;padding:8px 16px;font-size:12px;font-weight:700;text-decoration:none}.checklist-help__btn:hover{background:#e6b800}.unlock-page{max-width:600px;margin:0 auto;padding:48px 24px 72px}.unlock-back{color:var(--grey-dark);transition:color var(--transition);align-items:center;gap:6px;margin-bottom:32px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.unlock-back:hover{color:var(--black)}.unlock-header{margin-bottom:36px}.unlock-header__icon{background:var(--warning-light);color:#92400e;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:24px;display:flex}.unlock-header__title{color:var(--black);letter-spacing:-.02em;margin-bottom:8px;font-size:24px;font-weight:700}.unlock-header__sub{color:var(--grey-dark);max-width:460px;font-size:14px;line-height:1.7}.unlock-methods{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.unlock-method{background:var(--white);border:1.5px solid var(--grey-pale);cursor:pointer;transition:all var(--transition);border-radius:14px;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.unlock-method:hover{border-color:var(--grey-light);box-shadow:0 2px 8px var(--shadow)}.unlock-method--selected{border-color:var(--yellow);background:#fffdf0;box-shadow:0 0 0 3px #ffcd1926}.unlock-method__radio{border:2px solid var(--grey-light);width:18px;height:18px;transition:all var(--transition);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:3px;display:flex}.unlock-method__radio--selected{border-color:var(--yellow);background:var(--yellow)}.unlock-method__radio-dot{background:var(--black);border-radius:50%;width:6px;height:6px}.unlock-method__icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.unlock-method__content{flex:1;min-width:0}.unlock-method__header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.unlock-method__title{color:var(--black);font-size:14px;font-weight:700}.unlock-method__badge{letter-spacing:.03em;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:700}.unlock-method__desc{color:var(--grey-dark);margin:0;font-size:12.5px;line-height:1.6}.unlock-detail{color:var(--grey-ultra-dark);border-left-style:solid;border-left-width:3px;border-radius:0 10px 10px 0;margin-bottom:20px;padding:16px 20px;font-size:13px;line-height:1.6}.unlock-detail ol{flex-direction:column;gap:8px;margin:0;padding-left:18px;display:flex}.unlock-detail li{color:var(--grey-ultra-dark);font-size:13px;line-height:1.6}.unlock-detail__note{color:var(--grey-dark);margin-top:10px;font-size:11.5px}.unlock-submit{background:var(--yellow);width:100%;color:var(--black);cursor:pointer;transition:background var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:13px 20px;font-family:inherit;font-size:14px;font-weight:700;display:flex}.unlock-submit:hover{background:#e6b800}.unlock-footer-note{color:var(--grey-medium);text-align:center;font-size:12px;line-height:1.6}.unlock-footer-note a{color:var(--grey-dark);text-underline-offset:3px;font-weight:600;text-decoration:underline}.unlock-success{text-align:center;max-width:480px;margin:0 auto;padding:80px 24px}.unlock-success__icon{background:var(--success-light);width:64px;height:64px;color:var(--success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:28px;display:flex}.unlock-success__title{color:var(--black);margin-bottom:8px;font-size:20px;font-weight:700}.unlock-success__sub{color:var(--grey-dark);margin-bottom:28px;font-size:14px;line-height:1.7}.unlock-success__back{color:var(--grey-dark);border:1px solid var(--grey-pale);transition:all var(--transition);border-radius:7px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.unlock-success__back:hover{border-color:var(--grey-light);color:var(--black)}@media (max-width:768px){.dash-profile{gap:16px;padding:18px}.dash-profile__name{font-size:16px}.unlock-page{padding:32px 16px 56px}.unlock-header__title{font-size:20px}.checklist-help{flex-wrap:wrap}}.header-user-btn{gap:9px;padding:6px 10px 6px 6px}.header-user-name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.header-dropdown-menu{min-width:240px;padding:6px 0}.header-dropdown-profile{border-bottom:1px solid var(--grey-strong);flex-direction:column;gap:8px;padding:12px 16px 14px;display:flex}.header-dropdown-profile>div:nth-child(2){flex-direction:column;gap:2px;display:flex}.header-dropdown-profile__name{color:var(--white);font-size:13px;font-weight:700;line-height:1.3}.header-dropdown-profile__email{color:var(--grey-medium);font-size:11px}.header-dropdown-profile__details{flex-direction:column;gap:3px;margin-top:4px;display:flex}.header-dropdown-profile__details span{color:var(--grey-medium);align-items:center;gap:6px;font-size:11px;display:flex}.header-dropdown-profile__details i{text-align:center;width:11px;font-size:9px}.header-dropdown-link{transition:background var(--transition);align-items:flex-start;gap:12px;padding:11px 16px;text-decoration:none;display:flex}.header-dropdown-link:hover{background:var(--grey-strong)}.header-dropdown-link__icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;margin-top:2px;font-size:15px;display:flex}.header-dropdown-link__text{flex-direction:column;gap:2px;display:flex}.header-dropdown-link__title{color:var(--white);font-size:13px;font-weight:600;line-height:1.3}.header-dropdown-link__sub{color:var(--grey-medium);font-size:11px;line-height:1.4}.header-dropdown-divider{background:var(--grey-strong);height:1px;margin:4px 0}.header-dropdown-signout{width:100%;color:var(--grey-medium);cursor:pointer;text-align:left;transition:all var(--transition);background:0 0;border:none;align-items:center;gap:10px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.header-dropdown-signout:hover{background:var(--grey-strong);color:var(--white)}.hero-mobile-actions{display:none}@media (max-width:768px){.hero-mobile-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}}.onelogin-mobile-btn--portal{border-color:var(--yellow);color:var(--yellow)}.hero-dark{background:var(--grey-ultra-pale);grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin:0 -24px 40px;padding:56px 24px 64px;display:grid}.hero-dark .hero-badge{color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;background:#ffcd191f;border:1px solid #ffcd1940;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 12px;font-size:10.5px;font-weight:700;display:inline-flex}.hero-dark h1{color:var(--black);letter-spacing:-.03em;margin-bottom:14px;font-size:40px;font-weight:800;line-height:1.1}.hero-dark .subtitle{color:var(--grey-dark);max-width:400px;margin-bottom:28px;font-size:15px;line-height:1.65}.hero-dark-actions{flex-wrap:wrap;gap:10px;margin-bottom:0;display:flex}.hero-cta-primary{background:var(--yellow);color:var(--black);transition:background var(--transition);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:11px 20px;font-family:inherit;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.hero-cta-primary:hover{background:#e6b800}.hero-cta-secondary{color:var(--grey-light);border:1px solid var(--grey-strong);transition:all var(--transition);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:11px 20px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.hero-cta-secondary:hover{border-color:var(--grey-medium);color:var(--white);background:var(--grey-deep)}.hero-dark-illustration{justify-content:center;align-items:center;display:flex}.hero-dark-illustration img{opacity:.85;filter:brightness(1.1);width:100%;max-width:420px}.wizard-outer-v2{border:1px solid var(--grey-pale);background:var(--white);border-radius:16px;margin-bottom:56px;transition:height .45s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 12px #0000000f,0 1px 2px #0000000a}.who-card-v2{background:var(--white);border:1.5px solid var(--grey-pale);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:16px;width:100%;padding:20px 24px;font-family:inherit;transition:all .2s;display:flex;position:relative;overflow:hidden}.who-card-v2:after{content:"";opacity:0;background:linear-gradient(135deg,#ffcd1900 0%,#ffcd190a 100%);transition:opacity .2s;position:absolute;inset:0}.who-card-v2:hover{border-color:var(--grey-light);transform:translateY(-1px);box-shadow:0 4px 16px #00000012}.who-card-v2:hover:after{opacity:1}.who-card-v2--active{border-color:var(--yellow)!important;background:#fffdf0!important;box-shadow:0 0 0 3px #ffcd1926,0 4px 16px #0000000f!important}.who-card-v2__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.channel-card-v2{background:var(--white);border:1px solid var(--grey-pale);color:inherit;border-radius:14px;flex-direction:column;padding:28px;text-decoration:none;transition:all .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.channel-card-v2:before{content:"";background:var(--yellow);transform-origin:0;height:3px;transition:transform .22s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.channel-card-v2:hover{border-color:var(--yellow);transform:translateY(-3px);box-shadow:0 12px 32px #0000001a}.channel-card-v2:hover:before{transform:scaleX(1)}.channel-card-v2--info{cursor:default;background:var(--grey-ultra-pale)}.channel-card-v2--info:hover{border-color:var(--grey-pale);transform:none;box-shadow:0 1px 3px #0000000a}.channel-card-v2--info:before{background:var(--grey-ultra-dark)}.channel-card-v2--info:hover:before{transform:scaleX(1)}.channel-card-v2__icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:20px;display:flex}.channel-card-v2__title{color:var(--black);letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:700}.channel-card-v2__desc{color:var(--grey-dark);flex:1;margin-bottom:20px;font-size:13.5px;line-height:1.65}.channel-card-v2__footer{border-top:1px solid var(--grey-pale);color:var(--grey-ultra-dark);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;font-size:12.5px;font-weight:700;display:flex}.channel-card-v2__arrow{color:var(--grey-medium);font-size:15px;transition:transform .2s,color .2s}.channel-card-v2:hover .channel-card-v2__arrow{color:var(--black);transform:translate(4px)}.dash-profile-v2{background:linear-gradient(135deg, var(--grey-ultra-dark) 0%, var(--grey-deep) 100%);border:1px solid var(--grey-strong);border-radius:16px;flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:32px;padding:28px 32px;display:flex;position:relative;overflow:hidden}.dash-profile-v2:before{content:"";background:var(--yellow);height:3px;position:absolute;top:0;left:0;right:0}.dash-profile-v2__avatar{background:var(--yellow);width:60px;height:60px;color:var(--black);border:2px solid #ffcd194d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:800;display:flex;overflow:hidden}.dash-profile-v2__info{flex:1;min-width:180px}.dash-profile-v2__name{color:var(--white);letter-spacing:-.02em;margin-bottom:3px;font-size:20px;font-weight:700}.dash-profile-v2__email{color:var(--grey-medium);font-size:12px}.dash-profile-v2__chips{flex-wrap:wrap;gap:8px;display:flex}.info-chip-v2{color:var(--grey-light);background:#ffffff12;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:11.5px;font-weight:600;display:inline-flex}.info-chip-v2 i{color:var(--yellow);font-size:9px}.dash-tabs-v2{border-bottom:2px solid var(--grey-pale);gap:2px;margin-bottom:28px;display:flex}.dash-tab-v2{color:var(--grey-dark);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:4px 4px 0 0;align-items:center;gap:8px;margin-bottom:-2px;padding:12px 20px;font-family:inherit;font-size:13.5px;font-weight:600;display:flex}.dash-tab-v2:hover{color:var(--black);background:var(--grey-ultra-pale)}.dash-tab-v2--active{color:var(--black);border-bottom-color:var(--yellow);background:0 0}.dash-tab-v2 i{font-size:13px}.section-title{color:var(--black);letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:4px;font-size:16px;font-weight:700;display:flex}.section-title:before{content:"";background:var(--yellow);border-radius:2px;flex-shrink:0;width:3px;height:16px;display:inline-block}.section-sub{color:var(--grey-dark);margin-bottom:16px;margin-left:13px;font-size:12.5px}.unlock-page-v2{max-width:580px;margin:0 auto;padding:48px 24px 72px}.unlock-hero{background:linear-gradient(135deg,#fff8e1 0%,#fffdf0 100%);border:1px solid #ffcd194d;border-radius:16px;align-items:flex-start;gap:20px;margin-bottom:32px;padding:32px;display:flex}.unlock-hero__icon{background:var(--yellow);width:56px;height:56px;color:var(--black);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex}.unlock-hero__title{color:var(--black);letter-spacing:-.02em;margin-bottom:6px;font-size:22px;font-weight:800}.unlock-hero__sub{color:var(--grey-dark);font-size:13.5px;line-height:1.65}.unlock-method-v2{background:var(--white);border:1.5px solid var(--grey-pale);cursor:pointer;transition:all var(--transition);border-radius:14px;align-items:flex-start;gap:16px;margin-bottom:10px;padding:20px;display:flex;position:relative}.unlock-method-v2:hover{border-color:var(--grey-light);box-shadow:0 4px 16px #00000012}.unlock-method-v2--selected{border-color:var(--yellow);background:#fffdf0;box-shadow:0 0 0 3px #ffcd1926}.unlock-method-v2__indicator{border:2px solid var(--grey-light);width:20px;height:20px;transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:3px;display:flex}.unlock-method-v2--selected .unlock-method-v2__indicator{border-color:var(--yellow);background:var(--yellow)}.unlock-method-v2__dot{background:var(--black);border-radius:50%;width:7px;height:7px}.unlock-method-v2__icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:19px;display:flex}.unlock-method-v2__title{color:var(--black);margin-bottom:4px;font-size:14.5px;font-weight:700}.unlock-method-v2__badge{vertical-align:middle;border-radius:100px;margin-left:6px;padding:2px 8px;font-size:10px;font-weight:700}.unlock-method-v2__desc{color:var(--grey-dark);margin:0;font-size:12.5px;line-height:1.6}.unlock-detail-v2{border-left:3px solid;border-radius:10px;margin-bottom:20px;padding:18px 20px}.unlock-detail-v2 ol{flex-direction:column;gap:8px;margin:0;padding-left:18px;display:flex}.unlock-detail-v2 li{color:var(--grey-ultra-dark);font-size:13px;line-height:1.6}.unlock-note{color:var(--grey-dark);margin-top:10px;font-size:11.5px}.unlock-success-v2{text-align:center;max-width:480px;margin:0 auto;padding:80px 24px}.unlock-success-v2__icon{background:var(--success-light);width:72px;height:72px;color:var(--success);border:3px solid #2da44e33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:32px;display:flex}.unlock-success-v2__title{color:var(--black);letter-spacing:-.02em;margin-bottom:10px;font-size:24px;font-weight:800}.unlock-success-v2__sub{color:var(--grey-dark);max-width:380px;margin:0 auto 32px;font-size:14px;line-height:1.7}@media (max-width:768px){.hero-dark{grid-template-columns:1fr;margin:0 -16px 28px;padding:36px 16px 48px}.hero-dark h1{font-size:28px}.hero-dark-illustration{display:none}.dash-profile-v2{gap:16px;padding:20px}.dash-profile-v2__name{font-size:17px}.unlock-hero{flex-direction:column;gap:14px}.unlock-page-v2{padding:28px 16px 56px}}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/poppins-400.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/poppins-500.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/poppins-600.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/poppins-700.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/poppins-800.woff2)format("woff2")}
