/* Standalone authentication styling: no external CSS/JS runtime required. */
:root{color-scheme:light;--red:#e60000;--red-hover:#c20000;--ink:#1e1e24;--muted:#72727e;--line:#e5e5e9;--burgundy:#270b11;--focus:rgba(230,0,0,.12)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}button,input{font:inherit}a{color:inherit;text-decoration:none}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;z-index:20;top:-60px;left:16px;padding:12px;background:#fff;color:var(--red);border:2px solid var(--red)}.skip-link:focus{top:12px}:focus-visible{outline:3px solid var(--red);outline-offset:4px}
.auth-shell{display:grid;grid-template-columns:46% 54%;min-height:100svh}.auth-story{position:sticky;top:0;height:100svh;min-height:740px;overflow:hidden;background:var(--burgundy);color:#fff}.story-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 60%}.story-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(29,4,9,.72) 0%,rgba(41,5,12,.4) 30%,transparent 55%,rgba(15,5,8,.03) 70%,rgba(15,5,8,.92) 100%)}.wordmark{display:inline-flex;flex-direction:column;align-items:center;width:max-content}.story-brand{position:absolute;top:38px;left:clamp(32px,4vw,72px);z-index:1}.brand-name{font-size:29px;line-height:1.1;letter-spacing:-1.4px;font-weight:800}.brand-name span,.brand-name b{color:#ff343b}.brand-caption{font-size:8px;font-weight:600;letter-spacing:5px;margin-top:7px;margin-left:6px;opacity:.85}.story-intro{position:relative;padding:144px clamp(32px,4vw,72px) 0;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:700;letter-spacing:2px;line-height:1.5}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.story-eyebrow{color:#ffc4c7}.story-intro h1{font-size:clamp(38px,3.5vw,66px);line-height:1.09;letter-spacing:-2.2px;margin:22px 0 19px;font-weight:750}.story-intro h1 span{color:#ffc9c9}.story-intro p{font-size:15px;line-height:1.7;color:#f0dce0;max-width:450px;margin:0}.story-benefits{display:flex;gap:21px;flex-wrap:wrap;margin-top:24px;font-size:10px;color:#ffe9eb}.story-benefits>span{display:flex;align-items:center;gap:7px}.story-benefits .icon{width:15px;height:15px;color:#ff6c76}.story-footer{position:absolute;bottom:26px;left:clamp(32px,4vw,72px);right:clamp(32px,4vw,72px)}.story-note{display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.19);border-radius:16px;background:rgba(48,12,20,.57);backdrop-filter:blur(14px);padding:19px 20px}.note-symbol{display:grid;place-items:center;width:37px;height:37px;border:1px solid rgba(255,255,255,.2);border-radius:11px;background:rgba(255,255,255,.07);flex-shrink:0}.note-symbol .icon{color:#ffb7bf}.story-note strong{display:block;font-size:12px;line-height:1.5;font-weight:600}.story-note div>span{display:block;font-size:10px;line-height:1.6;color:#d0bfc4;margin-top:3px}.story-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:21px;color:#c4a9b0;font-size:8px;letter-spacing:1.7px;font-weight:500}.story-pagination{display:flex;align-items:center;gap:5px}.story-pagination i{width:4px;height:4px;background:#74535c;border-radius:4px}.story-pagination i:first-child{width:19px;background:#f5d9df}
.auth-main{display:flex;min-width:0;flex-direction:column;min-height:100svh}.auth-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:42px clamp(28px,4vw,72px) 20px}.back-link{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:500;color:#73717b}.back-link:hover{color:var(--red)}.back-link .icon{width:15px;height:15px;transform:rotate(180deg)}.topbar-label{font-size:10px;color:#96939c}.mobile-brand{display:none}.auth-content{display:flex;align-items:center;justify-content:center;flex:1;padding:52px clamp(32px,5vw,80px) 64px}.auth-card{width:100%;max-width:440px}.form-eyebrow{color:var(--red);font-size:9px;letter-spacing:1.6px}.form-heading{margin-bottom:32px}.form-heading h2{font-size:clamp(29px,2.4vw,42px);letter-spacing:-1.5px;line-height:1.14;font-weight:750;margin:15px 0 14px}.red-dot{color:var(--red)}.form-heading p{font-size:13px;line-height:1.8;color:var(--muted);margin:0}.form-field{margin-bottom:21px;min-width:0}.form-field>label{display:block;font-size:11px;font-weight:650;margin-bottom:9px;line-height:1.5}.optional{font-weight:400;color:#8c8992;font-size:10px}.form-field input{display:block;width:100%;min-width:0;height:53px;border:1px solid #dedde3;border-radius:9px;padding:0 15px;font-size:12px;line-height:normal;background:#fff;color:var(--ink);transition:border-color .15s,box-shadow .15s}.form-field input::placeholder{color:#9d9aa5;opacity:1}.form-field input:hover{border-color:#bbb8c2}.form-field input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--focus)}.input-wrap{position:relative}.input-wrap input{padding-left:44px;padding-right:44px}.input-wrap.no-prefix input{padding-left:14px}.field-icon{position:absolute;left:15px;top:17px;width:18px;height:18px;color:#aaa5af;pointer-events:none}.password-toggle{position:absolute;right:4px;top:5px;width:42px;height:43px;display:grid;place-items:center;background:none;border:none;border-radius:6px;color:#99949f}.password-toggle .icon{width:18px;height:18px}.password-toggle:hover,.password-toggle[aria-pressed=true]{color:var(--red);background:#fff5f5}.form-options{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:10px;margin:0 0 28px}.checkbox-label{display:flex;align-items:center;gap:8px;color:#6d6975;cursor:pointer}.checkbox-label input{margin:0;width:14px;height:14px;accent-color:var(--red);cursor:pointer}.text-link{font-weight:650;color:var(--red)}.text-link:hover{text-decoration:underline;text-underline-offset:3px}.submit-button{width:100%;min-height:53px;display:flex;align-items:center;justify-content:center;gap:16px;padding:15px 20px;border:none;border-radius:9px;background:var(--red);color:#fff;font-size:12px;font-weight:650;box-shadow:0 8px 18px rgba(219,0,0,.13);transition:background .15s,transform .15s,box-shadow .15s}.submit-button:hover{background:var(--red-hover);box-shadow:0 10px 22px rgba(219,0,0,.2);transform:translateY(-1px)}.submit-button:active{transform:translateY(0)}.submit-button .icon{width:18px;height:18px}.submit-button:disabled{opacity:.7;cursor:wait;transform:none}.form-divider{display:flex;align-items:center;gap:13px;margin:31px 0 26px;color:#aaa5ae;font-size:9px;white-space:nowrap}.form-divider:before,.form-divider:after{content:"";height:1px;background:#eeedf0;flex:1}.switch-form{margin:0;text-align:center;font-size:11px;line-height:1.9;color:#797480}.switch-form a{margin-left:4px}.form-reassurance{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:33px;font-size:9px;line-height:1.7;color:#aaa4af}.form-reassurance .icon{width:13px;height:13px}.auth-bottom{display:flex;justify-content:space-between;gap:14px;padding:19px clamp(28px,4vw,72px) 29px;color:#a09ba5;font-size:9px}.auth-bottom>span:last-child{display:flex;align-items:center;gap:6px}.auth-bottom .icon{width:12px;height:12px}.form-alert{background:#fff3f3;border:1px solid #ffd3d3;color:#a40000;font-size:12px;line-height:1.7;padding:13px 16px;border-radius:9px;margin:0 0 22px}.form-alert ul{padding-left:16px;margin:0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field-hint{font-size:10px;line-height:1.7;color:#908995;margin:-7px 0 22px}.registration-note{display:flex;justify-content:center;align-items:center;gap:6px;font-size:9px;line-height:1.7;color:#948b97;margin:13px 0 0}.registration-note .icon{width:13px;height:13px;color:#8b808d}.auth-register .auth-content{padding-top:27px;padding-bottom:35px}.auth-register .auth-card{max-width:470px}.auth-register .form-heading{margin-bottom:24px}.auth-register .form-heading h2{font-size:clamp(28px,2.3vw,38px)}.auth-register .form-field{margin-bottom:17px}.auth-register .form-field input{height:49px}.auth-register .field-icon{top:15px}.auth-register .password-toggle{top:3px}.auth-register .password-grid{gap:12px}.auth-register .password-grid input{font-size:10px}.auth-register .form-divider{margin:23px 0 19px}
@media(min-width:1700px){.auth-card{max-width:500px}.auth-register .auth-card{max-width:540px}.form-heading p{font-size:15px}.form-field>label,.submit-button{font-size:13px}.form-field input{height:58px;font-size:14px}.form-field .field-icon{top:20px}.password-toggle{top:8px}.form-options,.switch-form{font-size:12px}.auth-register .form-field input{height:53px;font-size:12px}.auth-register .field-icon{top:17px}.auth-register .password-toggle{top:5px}.auth-register .password-grid input{font-size:12px}.story-intro{padding-top:165px}.story-intro p{font-size:17px}.story-benefits{font-size:12px}.story-note strong{font-size:14px}.story-note div>span{font-size:12px}}
@media(min-width:961px) and (max-height:780px){.auth-story{min-height:740px;position:relative}.story-intro{padding-top:126px}.story-intro h1{font-size:42px;margin:17px 0 15px}.story-intro p{font-size:13px}.story-benefits{margin-top:16px}.auth-topbar{padding-top:28px}.auth-content{padding-top:30px;padding-bottom:35px}}
@media(max-width:1100px){.auth-shell{grid-template-columns:45% 55%}.story-intro{padding-left:32px;padding-right:32px}.story-intro h1{font-size:41px;letter-spacing:-1.6px}.story-intro p{font-size:13px}.story-benefits{gap:12px}.story-brand{left:32px}.story-footer{left:25px;right:25px}.story-note{padding:16px 12px;gap:10px}.story-note strong{font-size:11px}.auth-content{padding-left:36px;padding-right:36px}.topbar-label{display:none}}
@media(max-width:960px){.auth-shell{display:block}.auth-story{display:none}.auth-main{min-height:100svh}.auth-topbar{padding:25px 32px;flex-direction:row-reverse}.mobile-brand{display:inline-flex}.mobile-brand .brand-name{font-size:24px}.mobile-brand .brand-caption{font-size:6px;letter-spacing:4px}.auth-content{padding:45px 28px 65px}.auth-card{max-width:440px}.form-heading h2{font-size:36px}.auth-bottom{padding:20px 32px 25px}.auth-register .auth-content{padding-top:35px;padding-bottom:40px}.form-field input{font-size:14px}.auth-register .password-grid input{font-size:12px}}
@media(max-width:480px){.auth-topbar{padding:24px}.back-link{font-size:0;gap:0;width:36px;height:36px;justify-content:center;border:1px solid var(--line);border-radius:50%}.back-link .icon{width:17px;height:17px}.auth-content{padding:32px 24px 50px;align-items:flex-start}.form-heading h2{font-size:32px;letter-spacing:-1.2px}.form-heading p{font-size:12px}.form-heading{margin-bottom:28px}.form-field>label{font-size:12px}.form-field input{font-size:16px}.auth-register .form-field input,.auth-register .password-grid input{font-size:16px}.form-options{font-size:10px}.auth-bottom{padding:20px 24px 24px;font-size:8px}.field-grid{gap:12px}.password-grid{grid-template-columns:1fr;gap:0}.auth-register .auth-content{padding-top:25px}.auth-register .form-heading h2{font-size:31px}.auth-register .field-hint{font-size:10px}.form-divider{font-size:8px;gap:10px}.switch-form{font-size:11px}}

/* Compact external sign-in methods: the existing auth layout and visual rhythm stay intact. */
.social-divider{margin-bottom:14px}.social-auth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(110px,100%),1fr));gap:7px;margin:0 0 22px}.social-auth-button{min-width:0;height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dedde3;border-radius:9px;background:#fff;color:#312e37;font-size:10px;font-weight:650;transition:border-color .15s,box-shadow .15s,transform .15s}.social-auth-button:hover{border-color:#bbb8c2;box-shadow:0 5px 14px rgba(32,24,31,.08);transform:translateY(-1px)}.social-auth-icon{display:grid;place-items:center;width:16px;height:16px;flex:0 0 16px;font-size:15px;font-weight:800;line-height:1}.social-auth-icon>svg{width:16px;height:16px}.social-auth-facebook .social-auth-icon{color:#1877f2;font-family:Arial,sans-serif;font-size:18px}.social-auth-linkedin .social-auth-icon{color:#0a66c2;font-family:Arial,sans-serif;font-size:12px}.social-auth-apple .social-auth-icon svg{fill:currentColor}.social-auth-microsoft .social-auth-icon{grid-template-columns:repeat(2,6px);grid-template-rows:repeat(2,6px);gap:1px}.social-auth-microsoft .social-auth-icon i:nth-child(1){background:#f35325}.social-auth-microsoft .social-auth-icon i:nth-child(2){background:#81bc06}.social-auth-microsoft .social-auth-icon i:nth-child(3){background:#05a6f0}.social-auth-microsoft .social-auth-icon i:nth-child(4){background:#ffba08}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.mobile-registration-panel{text-align:center;border:1px solid #ebe9ee;border-radius:14px;padding:25px 22px 20px;background:#fffafa}.mobile-registration-mark{width:46px;height:46px;margin:0 auto 13px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--red);box-shadow:0 7px 18px rgba(219,0,0,.1)}.mobile-registration-mark svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}.mobile-registration-panel h3{font-size:15px;margin:0 0 9px;color:var(--ink)}.mobile-registration-panel>p{font-size:11px;line-height:1.7;color:var(--muted);margin:0 0 18px}.mobile-registration-panel .registration-note{margin:13px 0 0}.mobile-store-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:11px}.mobile-store-links a{padding:10px 12px;border:1px solid #dedde3;border-radius:8px;color:var(--ink);font-size:10px;font-weight:650}.mobile-store-links a:hover{border-color:var(--red);color:var(--red)}
/* Keep the photographic subjects below the editorial copy at laptop heights. */
.story-photo{transform:translateY(70px)}
/* Both columns must follow the complete document, including long forms/errors. */
@media(min-width:961px){.auth-shell{align-items:stretch}.auth-story{position:relative;top:auto;align-self:stretch;height:auto;min-height:max(740px,100svh)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}

/* The register page keeps the visual composition requested for the mobile
   onboarding context. Login and the other authentication screens retain the
   split photographic layout above. */
.auth-register{background:#fbfafc}.auth-register .auth-shell{display:block;min-height:100svh}.auth-register .auth-story,.auth-register .auth-topbar,.auth-register .auth-bottom{display:none}.auth-register .auth-main{min-height:100svh}.auth-register .auth-content{min-height:100svh;padding:16px 20px;align-items:stretch}.auth-register .auth-card{display:flex;width:100%;max-width:none}.register-hero{isolation:isolate;position:relative;display:flex;flex:1;align-items:center;justify-content:center;min-height:calc(100svh - 32px);overflow:hidden;border-radius:44px;background:linear-gradient(135deg,#f00000 0%,#dc0000 56%,#c40000 100%);color:#fff;padding:clamp(44px,6vw,82px) clamp(28px,6vw,96px);box-shadow:0 24px 55px rgba(194,0,0,.16)}.register-ring{position:absolute;z-index:-1;border:36px solid rgba(255,255,255,.11);border-radius:50%;pointer-events:none}.register-ring-top{width:210px;height:210px;left:-92px;top:-86px}.register-ring-bottom{width:250px;height:250px;right:-94px;bottom:-102px}.register-hero-people{position:absolute;z-index:1;right:clamp(-18px,.8vw,12px);bottom:-3px;width:clamp(280px,23vw,395px);height:auto;max-height:93%;object-fit:contain;object-position:center bottom;pointer-events:none;user-select:none}.register-hero-content{position:relative;z-index:2;width:min(100%,740px);text-align:center;transform:translateX(-3.5vw)}.register-mobile-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 11px;border:1px solid rgba(255,255,255,.3);border-radius:17px;background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.register-mobile-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.register-eyebrow{margin:0 0 12px;font-size:10px;font-weight:750;letter-spacing:2px;color:rgba(255,255,255,.92)}.register-hero h1{margin:0;font-size:clamp(42px,3.9vw,66px);font-weight:790;line-height:1.02;letter-spacing:-2.6px;text-wrap:balance}.register-lead{max-width:660px;margin:21px auto 0;font-size:clamp(15px,1.15vw,19px);line-height:1.55;color:rgba(255,255,255,.88);text-wrap:balance}.register-platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:23px auto 0}.platform-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.54);border-radius:13px;background:rgba(255,255,255,.96);box-shadow:0 9px 20px rgba(95,0,0,.16);font-size:18px;transition:transform .16s,box-shadow .16s}.platform-icon:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(82,0,0,.24)}.platform-facebook{color:#1877f2}.platform-instagram{color:#d62976}.platform-linkedin{color:#0a66c2}.platform-youtube{color:#ff0033}.platform-tiktok{color:#111}.platform-whatsapp{color:#15a958}.platform-snapchat{color:#111;background:#fffc00}.platform-x{color:#111}.register-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(100%,720px);margin:30px auto 0;padding:10px;border-radius:24px;background:#fff;box-shadow:0 16px 38px rgba(89,0,0,.2)}.register-actions a{display:flex;min-height:59px;align-items:center;justify-content:center;gap:11px;border-radius:16px;font-size:16px;font-weight:750;transition:transform .16s,box-shadow .16s,background .16s}.register-primary{background:#c40000;color:#fff;box-shadow:0 8px 18px rgba(118,0,0,.18)}.register-primary:hover{background:#a90000;transform:translateY(-1px)}.register-primary .icon{width:19px;height:19px}.register-secondary{border:1px solid #f0bcbc;background:#fff;color:#c40000}.register-secondary:hover{background:#fff4f4;transform:translateY(-1px)}.register-actions a:focus-visible,.register-store-links a:focus-visible{outline:3px solid #fff;outline-offset:4px;box-shadow:0 0 0 7px rgba(64,0,0,.44)}.register-reassurance{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:18px auto 0;font-size:13px;line-height:1.6;color:rgba(255,255,255,.88)}.register-store-links{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:14px auto 0}.register-store-links a{padding:10px 15px;border:1px solid rgba(255,255,255,.46);border-radius:999px;background:rgba(111,0,0,.16);font-size:12px;font-weight:700;color:#fff}.register-store-links a:hover{background:rgba(111,0,0,.3)}.register-alert{max-width:720px;margin:18px auto -14px;padding:11px 16px;border:1px solid rgba(255,255,255,.34);border-radius:12px;background:rgba(92,0,0,.24);font-size:13px;line-height:1.5;color:#fff}

@media(min-width:960px) and (max-width:1179px){.register-hero{padding:38px 40px}.register-hero-content{width:min(100%,620px);transform:translateX(-7vw)}.register-hero-people{right:-12px;bottom:-4px;width:265px;max-height:68%;transform:none}.register-ring-bottom{right:-82px;bottom:-92px}.register-hero h1{font-size:46px}.register-lead{max-width:570px;font-size:15px}.register-platforms{margin-top:19px}.register-actions{margin-top:24px}.register-reassurance{margin-top:14px;font-size:11px}}
@media(max-width:959px){.register-hero{align-items:flex-start;min-height:calc(100svh - 32px);padding:48px 34px 280px}.register-hero-content{transform:none}.register-hero-people{right:50%;bottom:-18px;width:250px;max-height:270px;transform:translateX(50%)}.register-ring-bottom{right:-82px;bottom:-92px}.register-hero h1{font-size:clamp(39px,6vw,56px)}.register-lead{font-size:16px}.register-actions{margin-top:27px}}
@media(max-width:640px){.auth-register .auth-content{padding:10px}.register-hero{min-height:calc(100svh - 20px);border-radius:30px;padding:34px 18px 218px}.register-ring{border-width:25px}.register-ring-top{width:148px;height:148px;left:-68px;top:-64px}.register-ring-bottom{width:170px;height:170px;right:-73px;bottom:-70px}.register-mobile-icon{width:48px;height:48px;border-radius:15px}.register-mobile-icon svg{width:26px;height:26px}.register-eyebrow{font-size:8.5px;letter-spacing:1.45px}.register-hero h1{font-size:clamp(31px,9.5vw,40px);letter-spacing:-1.5px;line-height:1.04}.register-lead{margin-top:16px;font-size:13.5px;line-height:1.5}.register-platforms{width:151px;gap:5px;margin-top:18px}.platform-icon{width:34px;height:34px;border-radius:10px;font-size:15px}.register-actions{grid-template-columns:1fr;gap:8px;margin-top:22px;padding:8px;border-radius:19px}.register-actions a{min-height:50px;border-radius:13px;font-size:14px}.register-reassurance{margin-top:14px;gap:5px;font-size:10.5px}.register-hero-people{bottom:-10px;width:195px;max-height:210px}.register-alert{margin-top:14px;margin-bottom:-8px;font-size:12px}}
@media(max-width:360px){.register-hero{padding-left:14px;padding-right:14px;padding-bottom:194px}.register-mobile-icon{margin-bottom:8px}.register-hero h1{font-size:30px}.register-lead{font-size:12.5px}.register-platforms{margin-top:15px}.platform-icon{width:34px;height:34px;font-size:15px}.register-actions{margin-top:18px}.register-hero-people{width:176px;max-height:188px}.register-reassurance{font-size:9.5px}}
