:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:#10192b;-webkit-font-smoothing:antialiased;background:#f8fafc}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #3578e5}button,a{-webkit-tap-highlight-color:transparent}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.login-shell{--accent:#ed5b24;--accent-deep:#ca4619;--accent-soft:#fff1ea;grid-template-columns:58% 42%;min-height:100dvh;display:grid;overflow:hidden}.login-shell.theme-qubray{--accent:#0cbf6c;--accent-deep:#068d5a;--accent-soft:#eafcf3;grid-template-columns:42% 58%}.login-content{z-index:2;background:#fff;flex-direction:column;grid-area:1/2;min-width:0;min-height:100vh;padding:clamp(30px,3.5vw,62px) clamp(32px,4.1vw,76px) 22px;display:flex}.theme-qubray .login-content{grid-column:1;padding:clamp(25px,3vw,43px) clamp(34px,5vw,90px) 14px}.content-topline{justify-content:space-between;align-items:flex-start;gap:18px;min-height:58px;display:flex}.wordmark{color:#0c182b;letter-spacing:-.05em;align-items:center;gap:12px;line-height:1.08;display:flex}.wordmark strong{white-space:nowrap;font-size:clamp(24px,2vw,36px);font-weight:760;display:block}.wordmark small{color:#8c96a8;letter-spacing:.12em;margin-top:6px;font-size:12px;font-weight:500;display:block}.wordmark-qubray strong{letter-spacing:-.06em;font-weight:750}.wordmark-sanyi strong{letter-spacing:-.04em;font-weight:760}.sanyi-glyph{border:5px solid var(--accent);border-radius:4px;flex:0 0 30px;width:30px;height:30px;display:inline-block;transform:rotate(45deg)}.sanyi-glyph:after{content:"";background:var(--accent);width:8px;height:8px;display:block;transform:translate(6px,6px)}.locale-switch{color:#657386;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;padding:5px 0;font-size:13px;display:inline-flex}.locale-switch:hover{color:#10192b}.locale-switch span:first-child{font-size:20px;line-height:10px}.locale-switch img{opacity:.8;width:19px;height:19px;display:block}.auth-card{width:min(100%,500px);margin:auto}.theme-sanyi .auth-card{border:1px solid #e9edf2;border-radius:22px;padding:clamp(28px,3vw,52px);box-shadow:0 20px 70px #1e2d420e}.theme-qubray .auth-card{border:1px solid #edf0f5;border-radius:20px;margin-top:13px;margin-bottom:auto;padding:20px 27px 17px;box-shadow:0 12px 42px #1b30520a}.auth-card-heading{margin-bottom:26px}.auth-card-kicker{color:var(--accent);letter-spacing:.16em;margin:0 0 11px;font-size:11px;font-weight:800}.auth-card-heading h1{letter-spacing:-.04em;margin:0;font-size:clamp(27px,2.1vw,38px);line-height:1.2}.auth-card-heading>p:last-child{color:#8b95a6;margin:10px 0 0;font-size:14px}.auth-tabs{border-bottom:1px solid #e9edf2;align-items:stretch;gap:24px;margin-bottom:20px;display:flex}.auth-tabs button{color:#8490a3;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 8px 13px;font-size:14px;font-weight:600;position:relative}.auth-tabs button.active{border-bottom-color:var(--accent);color:#152037}.auth-tabs button.active:after{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;bottom:-4px;left:50%}.tab-status{color:#99a3b1;background:#f2f4f7;border-radius:5px;margin-left:5px;padding:2px 5px;font-size:10px}.auth-form{gap:12px;display:grid}.field{background:#fff;border:1px solid #dfe5ed;border-radius:9px;align-items:center;gap:12px;height:49px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 11%, transparent)}.field input{color:#172236;background:0 0;border:0;outline:0;width:100%;min-width:0;height:100%;font-size:14px}.field input::placeholder{color:#a5afbf}.field-icon{opacity:.45;flex:0 0 18px;width:18px;height:18px;display:block}.show-password{color:#8793a6;background:0 0;border:0;padding:4px;font-size:18px;line-height:1}.show-password:hover{color:#203248}.show-password img{opacity:.48;width:18px;height:18px;display:block}.remember-row{color:#637083;align-items:center;gap:8px;width:fit-content;margin:2px 0 6px;font-size:13px;display:flex}.remember-row input{appearance:none;border:1px solid #b9c4d2;border-radius:4px;width:16px;height:16px;margin:0}.remember-row input:checked{border-color:var(--accent);background:var(--accent)}.remember-row input:checked:after{content:"✓";color:#fff;font-size:13px;position:relative;top:-3px;left:2px}.password-options{justify-content:space-between;align-items:center;gap:8px;display:flex}.password-options .remember-row{margin-bottom:0}.recovery-pending{color:#a8b2bf;font-size:12px}.code-field button{color:var(--accent-deep);background:0 0;border:0;border-left:1px solid #e7ebf0;flex:none;padding-left:11px;font-size:12px;font-weight:650}.code-field button:disabled{color:#a5afbf}.form-error,.form-notice,.provider-warning{margin:0;font-size:12px;line-height:1.45}.form-error{color:#c72e36}.form-notice{color:#237855}.provider-warning{color:#9a7142}.submit-button{color:#fff;background:linear-gradient(105deg, var(--accent-deep), var(--accent));letter-spacing:.05em;width:100%;min-height:50px;box-shadow:0 9px 22px color-mix(in srgb, var(--accent) 22%, transparent);border:0;border-radius:9px;justify-content:center;align-items:center;margin-top:2px;font-weight:750;display:flex;position:relative}.submit-button:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.submit-button:disabled{opacity:.58;box-shadow:none}.submit-button span{font-size:23px;font-weight:400;position:absolute;top:10px;right:20px}.theme-qubray .submit-button{color:#072921;background:linear-gradient(100deg,#b9fc74,#04d777);box-shadow:0 9px 22px #07c46926}.auth-divider{color:#9aa4b2;white-space:nowrap;align-items:center;gap:13px;margin:23px 0 15px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e8edf2;flex:auto;height:1px;display:block}.provider-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.provider-buttons button{color:#3e4b5d;background:#fff;border:1px solid #e8edf2;border-radius:10px;justify-content:center;align-items:center;gap:5px;height:47px;font-size:13px;display:flex}.provider-buttons button:disabled{color:#8996a6;opacity:1;background:#fafbfc}.provider-buttons button:not(:disabled):hover{border-color:var(--accent)}.provider-buttons img{object-fit:contain;width:27px;height:auto;max-height:44px;display:block}.provider-buttons .apple-provider-button img{width:44px;height:44px;max-height:none}.provider-buttons button:last-child img{width:30px}.provider-buttons strong{font-size:18px;line-height:1}.provider-buttons button:nth-child(2) strong{color:#4285f4;font-family:Arial,sans-serif;font-weight:800}.provider-buttons button:nth-child(3) strong{color:#08b94e;font-weight:800}.register-switch{color:#8e9aab;text-align:center;margin:22px 0 0;font-size:13px}.register-switch button{color:var(--accent-deep);background:0 0;border:0;font-weight:750}.content-footer{color:#a1abba;margin:20px 0 0;font-size:11px}.qubray-story{margin-top:clamp(20px,3vh,34px)}.qubray-story h1{letter-spacing:-.055em;color:#081537;margin:0 0 12px;font-size:clamp(35px,3.2vw,59px);line-height:1.09}.qubray-story>p{color:#34425a;margin:0;font-size:clamp(13px,1.15vw,17px);line-height:1.65}.story-benefits{justify-content:space-between;align-items:start;gap:12px;margin-top:23px;display:flex}.story-benefits>div{color:#24324a;white-space:nowrap;justify-items:center;gap:6px;font-size:12px;display:grid}.story-benefits strong{font-weight:650}.benefit-emblem{color:#2477e6;background:#eaf2ff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:24px;font-weight:700;display:grid}.benefit-emblem.emblem-2{color:#06b568;background:#eaf9f1}.benefit-emblem.emblem-3{color:#4389e8;background:#edf4ff}.visual-side{background:#efdec9;grid-area:1/1;min-height:100vh;position:relative;overflow:hidden}.theme-qubray .visual-side{background:#dbe9f9;grid-column:2}.visual-photo{background-position:50%;background-size:cover;animation:.5s ease-out both scene-enter;position:absolute;inset:0}.theme-sanyi .visual-photo{background-position:50%}.theme-qubray .visual-photo{background-position:53%}.visual-wash{pointer-events:none;position:absolute;inset:0}.theme-sanyi .visual-wash{background:linear-gradient(90deg,#fff7eb94,#fff7eb14 60%),linear-gradient(#ffffff2e,#0000 55%,#351f1459)}.sanyi-visual-copy,.qubray-visual-copy{z-index:1;position:absolute}.sanyi-visual-copy{max-width:80%;top:clamp(65px,9vh,120px);left:clamp(40px,5.2vw,94px)}.visual-eyebrow{color:#d35522;letter-spacing:.28em;font-size:12px;font-weight:800}.sanyi-visual-copy h2{color:#151b23;letter-spacing:-.04em;margin:20px 0 12px;font-size:clamp(45px,4vw,76px);line-height:1.12}.sanyi-visual-copy h2 span{color:#e44e16}.sanyi-visual-copy>p{color:#40506a;margin:0;font-size:clamp(15px,1.22vw,20px)}.sanyi-hero-benefits{flex-wrap:wrap;gap:26px;margin-top:35px;display:flex}.sanyi-hero-benefits span{justify-items:center;gap:9px;font-size:12px;font-weight:700;display:grid}.sanyi-hero-benefits i{color:#ec5b24;background:#ffffffb8;border:1px solid #ed5b2426;border-radius:50%;place-items:center;width:48px;height:48px;font-size:22px;font-style:normal;display:grid}.sanyi-hero-benefits img{filter:brightness(0)saturate()invert(42%)sepia(84%)saturate(2111%)hue-rotate(344deg)brightness(101%)contrast(88%);width:24px;height:24px;display:block}.qubray-visual-copy{color:#2d4f7d;top:clamp(75px,13vh,145px);left:clamp(42px,5vw,95px)}.visual-line{background:#2c7de7;width:4px;height:42px;margin-bottom:24px;display:block}.qubray-visual-copy p{letter-spacing:.08em;margin:0 0 26px;font-family:Kaiti SC,STKaiti,KaiTi,serif;font-size:clamp(40px,3.5vw,64px);font-weight:300;line-height:1.3;transform:rotate(-5deg)}.qubray-visual-copy small{color:#6986a5;letter-spacing:.28em;font-size:10px;display:block}.visual-footer{z-index:1;color:#ffffffd9;letter-spacing:.08em;justify-content:space-between;align-items:center;font-size:11px;display:flex;position:absolute;bottom:28px;left:clamp(40px,5.2vw,94px);right:clamp(40px,5.2vw,94px)}.scene-dots{align-items:center;gap:9px;display:flex}.scene-dots button{background:#ffffffa6;border:0;border-radius:50%;width:9px;height:9px;padding:0}.scene-dots button.current{background:var(--accent);border-radius:8px;width:20px}@keyframes scene-enter{0%{opacity:.35;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.brand-picker{align-content:center;justify-items:start;max-width:720px;min-height:100dvh;margin:auto;padding:48px 28px;display:grid}.picker-mark{border:7px solid #ef6329;border-radius:7px;width:36px;height:36px;margin:0 0 36px 7px;transform:rotate(45deg)}.picker-eyebrow{color:#617184;letter-spacing:.24em;font-size:11px;font-weight:750}.brand-picker h1{letter-spacing:-.06em;margin:9px 0 12px;font-size:clamp(37px,6vw,64px)}.brand-picker>p:not(.picker-eyebrow){color:#627083;max-width:560px;line-height:1.7}.picker-links{grid-template-columns:1fr 1fr;gap:14px;width:100%;margin-top:36px;display:grid}.picker-links a{color:#1a2b42;background:#fff;border:1px solid #e5eaf0;border-radius:16px;justify-content:space-between;align-items:center;min-height:95px;padding:20px;font-weight:750;text-decoration:none;display:flex}.picker-links a:first-child:hover{border-color:#ef6329}.picker-links a:last-child:hover{border-color:#0bbb6b}.picker-links span{font-size:24px;font-weight:400}.account-home{--accent:#ef6329;background:#fff;grid-template-columns:minmax(0,1fr) minmax(380px,43%);min-height:100dvh;display:grid}.account-home.theme-qubray{--accent:#0bbb6b}.account-art{background-position:50%;background-size:cover}.account-panel{flex-direction:column;justify-content:center;align-items:flex-start;padding:60px clamp(36px,6vw,100px);display:flex}.account-wordmark{margin-bottom:70px;font-size:24px;font-weight:800}.account-wordmark small{color:#95a1b1;letter-spacing:.12em;margin-top:5px;font-size:12px;font-weight:500;display:block}.account-kicker{color:var(--accent);letter-spacing:.22em;font-size:11px;font-weight:800}.account-panel h1{letter-spacing:-.05em;margin:5px 0 0;font-size:clamp(36px,4vw,60px)}.account-subtitle{color:#738197;margin:10px 0 0}.account-preview{border:1px solid #e9edf1;border-radius:17px;width:100%;margin:42px 0 25px;padding:24px}.account-preview span{font-weight:700}.account-preview strong{float:right;color:#8d9baa;font-size:12px}.account-preview p{color:#788696;margin:16px 0 0;font-size:13px}.subtle-button{color:#617082;background:0 0;border:0;padding:10px 0}.primary-link{color:#fff;background:var(--accent);border:0;border-radius:9px;margin-top:20px;padding:12px 26px;text-decoration:none;display:inline-block}@media (max-width:1190px){.login-shell{grid-template-columns:54% 46%}.login-shell.theme-qubray{grid-template-columns:46% 54%}.login-content,.theme-qubray .login-content{padding-left:28px;padding-right:28px}.theme-sanyi .auth-card{padding:27px}.qubray-story{margin-top:28px}.story-benefits{margin-top:16px}}@media (min-width:901px) and (max-height:850px){.theme-qubray .login-content{padding-top:20px;padding-bottom:8px}.theme-qubray .qubray-story,.theme-qubray .story-benefits{margin-top:14px}.theme-qubray .benefit-emblem{width:38px;height:38px}.theme-qubray .auth-card{margin-top:8px;padding:16px 24px 13px}.theme-qubray .auth-tabs{margin-bottom:14px}.theme-qubray .auth-form{gap:10px}.theme-qubray .field{height:46px}.theme-qubray .submit-button{min-height:48px}.theme-qubray .auth-divider{margin:16px 0 11px}.theme-qubray .provider-buttons button{height:44px}.theme-qubray .register-switch{margin-top:14px}.theme-qubray .content-footer{margin-top:12px}}@media (max-width:900px){.login-shell,.login-shell.theme-qubray{flex-direction:column;min-height:100dvh;display:flex;overflow:visible}.login-content,.theme-qubray .login-content{order:1;min-height:auto;padding:24px clamp(22px,7vw,48px) 26px}.login-content .content-topline{min-height:62px}.visual-side,.theme-qubray .visual-side{order:2;min-height:300px}.visual-photo{background-position:50% 57%}.qubray-story{margin-top:36px}.theme-sanyi .auth-card{margin:32px auto}.theme-qubray .auth-card{margin:24px auto 18px}.content-footer{text-align:center}.sanyi-visual-copy,.qubray-visual-copy{top:25px;left:30px}.sanyi-visual-copy h2{margin:5px 0;font-size:30px}.sanyi-visual-copy>p,.sanyi-hero-benefits,.qubray-visual-copy small{display:none}.visual-eyebrow{font-size:9px}.qubray-visual-copy p{font-size:31px}.visual-line{height:18px;margin-bottom:8px}.visual-footer{bottom:18px;left:30px;right:30px}}@media (max-width:530px){.login-content,.theme-qubray .login-content{padding-left:19px;padding-right:19px}.wordmark strong{font-size:22px}.wordmark small{font-size:10px}.locale-switch{font-size:11px}.theme-sanyi .auth-card,.theme-qubray .auth-card{box-shadow:none;border:0;margin-top:38px;padding:0}.theme-qubray .auth-card{margin-top:28px}.qubray-story h1{font-size:37px}.story-benefits>div{font-size:11px}.benefit-emblem{width:36px;height:36px;font-size:20px}.visual-side,.theme-qubray .visual-side{min-height:250px}.picker-links,.account-home{grid-template-columns:1fr}.account-art{height:230px}.account-panel{padding:36px 25px}.account-wordmark{margin-bottom:32px}}@media (prefers-reduced-motion:reduce){.visual-photo{animation:none}.submit-button{transition:none}}.login-shell.theme-qubray{grid-template-columns:minmax(0,41.25%) minmax(0,58.75%)}.theme-qubray .login-content{padding:59px clamp(28px,3.4vw,54px) 18px clamp(42px,5.75vw,92px)}.theme-qubray .content-topline{min-height:62px}.wordmark-qubray{letter-spacing:-.035em;line-height:1.04}.wordmark-qubray strong{letter-spacing:-.047em;font-size:39px;font-weight:400}.wordmark-qubray strong b{font-weight:790}.wordmark-qubray strong i{letter-spacing:-.065em;font-style:normal;font-weight:380}.wordmark-qubray small{color:#7d899f;letter-spacing:-.025em;margin-top:3px;font-size:17px;font-weight:400}.theme-qubray .locale-switch{color:#23344e;gap:8px;padding-top:3px;font-size:14px}.theme-qubray .locale-switch img:first-child{width:20px;height:20px}.theme-qubray .locale-switch img:last-child{width:16px;height:16px;margin-left:5px}.theme-qubray .qubray-story{margin-top:25px}.theme-qubray .qubray-story h1{color:#080f2b;letter-spacing:-.045em;margin-bottom:13px;font-size:49px;font-weight:780;line-height:1.12}.theme-qubray .qubray-story>p{color:#18233d;letter-spacing:.01em;font-size:18px;line-height:1.5}.theme-qubray .story-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:498px;max-width:calc(100vw - 16px);margin:16px 0 0 -44px;display:grid}.theme-qubray .story-benefits>div{color:#101a34;text-align:center;flex-direction:column;align-items:center;gap:0;font-size:15px;display:flex}.theme-qubray .story-benefits strong{margin-top:5px;font-weight:720;line-height:1.45}.theme-qubray .story-benefits small{color:#78859d;white-space:nowrap;margin-top:2px;font-size:12px;line-height:1.5}.theme-qubray .benefit-emblem{color:#1478ef;background:#eaf3ff;width:59px;height:59px}.theme-qubray .benefit-emblem img{filter:brightness(0)saturate()invert(34%)sepia(96%)saturate(2068%)hue-rotate(199deg)brightness(99%)contrast(93%);width:33px;height:33px}.theme-qubray .benefit-emblem.emblem-2{color:#00b968;background:#e8f9ef}.theme-qubray .benefit-emblem.emblem-3{color:#5b97ee;background:#edf4ff}.theme-qubray .benefit-emblem.emblem-2 img{filter:brightness(0)saturate()invert(54%)sepia(94%)saturate(1344%)hue-rotate(104deg)brightness(96%)contrast(101%)}.theme-qubray .benefit-emblem.emblem-3 img{filter:brightness(0)saturate()invert(54%)sepia(34%)saturate(2528%)hue-rotate(187deg)brightness(99%)contrast(89%)}.theme-qubray .auth-card{border:1px solid #e9edf2;border-radius:12px;width:min(461px,100%);margin:20px 0 auto 1px;padding:9px 34px 19px;box-shadow:0 10px 36px #21375409}.theme-qubray .auth-tabs{border-bottom-color:#e7ecf3;gap:24px;height:28px;margin-bottom:14px}.theme-qubray .auth-tabs button{padding:0 14px 8px;font-size:14px;font-weight:650}.theme-qubray .auth-tabs button:first-child{margin-left:-1px}.theme-qubray .auth-tabs button.active{color:#17213a;border-bottom-color:#167cff}.theme-qubray .auth-tabs button.active:after{display:none}.theme-qubray .auth-tabs button:disabled{cursor:not-allowed}.theme-qubray .tab-status{color:#8b98aa;background:#f3f5f8;font-size:10px}.theme-qubray .auth-form{gap:10px}.theme-qubray .field{border-color:#dae2ee;border-radius:7px;gap:12px;height:40px;padding:0 14px}.theme-qubray .field-icon{color:#8592a9;flex:0 0 19px;width:19px;height:19px}.theme-qubray .field input{font-size:13px}.theme-qubray .show-password{place-items:center;padding:4px 0 4px 6px;display:grid}.theme-qubray .show-password img{width:18px;height:18px}.theme-qubray .remember-row{color:#23324b;font-size:13px}.theme-qubray .password-options{min-height:22px}.theme-qubray .recovery-pending{color:#1478ef;text-underline-offset:3px;font-size:12px;text-decoration:underline;text-decoration-thickness:1px}.theme-qubray .submit-button{color:#fff;height:43px;min-height:43px;box-shadow:none;letter-spacing:.05em;background:linear-gradient(100deg,#04b768 0%,#55d960 100%);border-radius:7px;margin-top:0;font-size:16px;font-weight:750}.theme-qubray .auth-divider{color:#828fa5;gap:17px;margin:19px 0 13px;font-size:12px}.theme-qubray .provider-buttons{gap:12px}.theme-qubray .provider-buttons button{background:#fff;border-color:#e8edf4;border-radius:8px;height:47px;padding:0}.theme-qubray .provider-buttons button:disabled{color:#344055;opacity:1;background:#fff}.theme-qubray .provider-buttons img{object-fit:contain;width:28px;height:auto;max-height:44px;display:block}.theme-qubray .provider-buttons .apple-provider-button img{width:44px;height:44px;max-height:none}.theme-qubray .provider-buttons button:last-child img{width:30px}.theme-qubray .provider-buttons .provider-enabled img{width:21px}.theme-qubray .provider-action{color:#243249;white-space:nowrap;font-size:11px}.theme-qubray .register-switch{color:#8a97ac;margin-top:17px;font-size:12px}.theme-qubray .content-footer{color:#9aa7ba;margin-top:12px;font-size:11px}.theme-qubray .visual-photo{background-position:bottom;animation:none}.theme-qubray .visual-wash{background:linear-gradient(#0000 61%,#07172d45)}.theme-qubray .qubray-visual-copy{color:#31547f;width:370px;top:127px;left:58px}.theme-qubray .qubray-visual-copy p{color:#31547f;letter-spacing:.035em;transform-origin:8%;margin:0;font-family:STKaiti,Kaiti SC,KaiTi,serif;font-size:49px;font-weight:400;line-height:1.19;transform:rotate(-5deg)}.qubray-quote-underline{width:185px;height:33px;margin:-4px 0 0 92px;display:block;overflow:visible}.theme-qubray .qubray-visual-copy small{color:#849ab5;letter-spacing:.4em;margin:23px 0 0 12px;font-size:12px;line-height:1.75;display:block}.qubray-visual-vertical{z-index:1;color:#4d6486;letter-spacing:.3em;text-shadow:0 1px 1px #ffffff8c;font-size:12px;line-height:1.9;position:absolute;top:87px;right:200px}.qubray-visual-vertical span{background:#1e83ec;width:3px;height:21px;margin-bottom:15px;display:block}.qubray-visual-tagline{z-index:1;color:#fff;font-size:17px;line-height:1.42;position:absolute;bottom:114px;right:45px}.theme-qubray .visual-footer{color:#ffffffe6;letter-spacing:.02em;justify-content:flex-end;font-size:11px;bottom:19px;left:75px;right:45px}.theme-qubray .scene-dots{gap:12px;position:absolute;bottom:50px;left:0}.theme-qubray .scene-dots button{background:#e4ebf57a;width:13px;height:13px}.theme-qubray .scene-dots button.current{background:#087ef4;border-radius:50%;width:13px}@media (min-width:901px) and (max-height:850px){.theme-qubray .login-content{padding-top:29px;padding-bottom:9px}.theme-qubray .content-topline{min-height:49px}.wordmark-qubray strong{font-size:33px}.wordmark-qubray small{font-size:13px}.theme-qubray .qubray-story{margin-top:16px}.theme-qubray .qubray-story h1{margin-bottom:8px;font-size:43px;line-height:1.09}.theme-qubray .qubray-story>p{font-size:15px;line-height:1.45}.theme-qubray .story-benefits{margin-top:12px}.theme-qubray .story-benefits strong{margin-top:4px;font-size:13px}.theme-qubray .story-benefits small{font-size:11px}.theme-qubray .benefit-emblem{width:45px;height:45px}.theme-qubray .benefit-emblem img{width:27px;height:27px}.theme-qubray .auth-card{margin-top:12px;padding:12px 30px}.theme-qubray .auth-tabs{height:25px;margin-bottom:11px}.theme-qubray .auth-tabs button{padding-bottom:5px}.theme-qubray .auth-form{gap:8px}.theme-qubray .field{height:36px}.theme-qubray .password-options{min-height:18px}.theme-qubray .submit-button{height:39px;min-height:39px}.theme-qubray .auth-divider{margin:13px 0 10px}.theme-qubray .provider-buttons button{height:42px}.theme-qubray .register-switch{margin-top:10px;font-size:11px}.theme-qubray .content-footer{margin-top:9px}.theme-qubray .qubray-visual-copy{top:96px;left:48px}.theme-qubray .qubray-visual-copy p{font-size:41px}.qubray-visual-vertical{top:61px;right:165px}.qubray-visual-tagline{bottom:95px;right:35px}.theme-qubray .visual-footer{bottom:14px;left:57px;right:34px}.theme-qubray .scene-dots{bottom:38px}}@media (max-width:900px){.login-shell.theme-qubray{flex-direction:column;min-height:100dvh;display:flex;overflow:visible}.theme-qubray .login-content{min-height:auto;padding:27px clamp(22px,6vw,48px) 25px}.theme-qubray .content-topline{min-height:52px}.wordmark-qubray strong{font-size:30px}.wordmark-qubray small{font-size:13px}.theme-qubray .qubray-story{margin-top:34px}.theme-qubray .qubray-story h1{font-size:clamp(37px,6.4vw,48px)}.theme-qubray .qubray-story>p{font-size:16px}.theme-qubray .story-benefits{width:100%;max-width:510px;margin:22px 0 0}.theme-qubray .benefit-emblem{width:49px;height:49px}.theme-qubray .benefit-emblem img{width:29px;height:29px}.theme-qubray .story-benefits small{white-space:normal}.theme-qubray .auth-card{margin-top:25px;margin-bottom:0}.theme-qubray .visual-side{min-height:320px}.theme-qubray .qubray-visual-copy{top:26px;left:32px}.theme-qubray .qubray-visual-copy p{font-size:34px}.theme-qubray .qubray-visual-copy small{margin-top:8px;font-size:9px}.qubray-quote-underline{width:130px;margin-left:70px}.qubray-visual-vertical{font-size:9px;top:24px;right:80px}.qubray-visual-tagline{font-size:13px;bottom:48px;right:24px}.theme-qubray .visual-footer{font-size:9px;bottom:11px;left:32px;right:24px}.theme-qubray .scene-dots{bottom:4px}.theme-qubray .scene-dots button{width:9px;height:9px}.theme-qubray .scene-dots button.current{width:9px}}@media (max-width:530px){.theme-qubray .login-content{padding-left:19px;padding-right:19px}.wordmark-qubray strong{font-size:25px}.wordmark-qubray small{font-size:11px}.theme-qubray .locale-switch{gap:4px;font-size:11px}.theme-qubray .locale-switch img:first-child{width:16px;height:16px}.theme-qubray .locale-switch img:last-child{width:13px;height:13px;margin-left:0}.theme-qubray .qubray-story{margin-top:24px}.theme-qubray .qubray-story h1{font-size:37px}.theme-qubray .qubray-story>p{font-size:14px}.theme-qubray .story-benefits{gap:3px;margin-top:20px}.theme-qubray .story-benefits strong{font-size:12px}.theme-qubray .story-benefits small{font-size:10px}.theme-qubray .benefit-emblem{width:43px;height:43px}.theme-qubray .benefit-emblem img{width:25px;height:25px}.theme-qubray .auth-card{width:100%;box-shadow:none;border:0;border-radius:0;margin:25px 0 0;padding:0}.theme-qubray .visual-side{min-height:250px}.theme-qubray .qubray-visual-copy{width:235px;top:23px;left:20px}.theme-qubray .qubray-visual-copy p{font-size:25px}.theme-qubray .qubray-visual-copy small{display:none}.qubray-quote-underline{width:100px;height:20px;margin-left:55px}.qubray-visual-vertical,.qubray-visual-tagline{display:none}.theme-qubray .visual-footer{left:20px;right:18px}}.provider-buttons button,.theme-qubray .provider-buttons button{background:#fff;border-radius:8px;justify-self:center;width:44px;height:44px;padding:0}.provider-buttons button:disabled,.theme-qubray .provider-buttons button:disabled{background:#fff}.provider-buttons .apple-provider-button,.theme-qubray .provider-buttons .apple-provider-button{border:0;overflow:hidden;box-shadow:0 0 0 1px #e8edf2}.provider-buttons button.provider-enabled,.theme-qubray .provider-buttons button.provider-enabled{gap:3px;width:100%;padding:0 4px}.provider-buttons button.provider-enabled img,.theme-qubray .provider-buttons button.provider-enabled img{width:20px}.provider-buttons .provider-action{white-space:nowrap;font-size:11px}@media (max-width:400px){.provider-buttons:has(.provider-enabled){grid-template-columns:repeat(2,minmax(0,1fr))}.provider-buttons:has(.provider-enabled) .apple-provider-button{grid-column:1/-1}}
