*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{align-items:center;display:flex;font-family:var(--bimeo-font);justify-content:center;min-height:100vh;padding:24px}.auth-card-outer,body{background:var(--bimeo-bg-surface)}.auth-card-outer{animation:anim-fade-up .5s ease both;border-radius:var(--bimeo-radius-xl);box-shadow:var(--bimeo-shadow-xl);display:grid;grid-template-columns:1fr 1fr;max-width:940px;min-height:560px;overflow:hidden;width:100%}@keyframes anim-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.auth-deco-panel{background:var(--bimeo-primary-light);border-radius:var(--bimeo-radius-lg);display:flex;flex-direction:column;margin:10px;overflow:hidden;padding:36px 32px 32px;position:relative}.auth-deco-logo{align-items:center;animation:anim-fade-up .5s cubic-bezier(.34,1.2,.64,1) .08s both;display:flex;gap:10px;margin-bottom:20px;position:relative;text-decoration:none;z-index:2}.auth-deco-logo-icon{display:block;height:80px;width:auto}.auth-illustration{animation:anim-fade-up .5s cubic-bezier(.34,1.2,.64,1) .14s both;display:flex;justify-content:center;margin-bottom:16px;position:relative;z-index:2}.illus-building{filter:drop-shadow(0 6px 20px rgba(55,105,241,.15))}.auth-deco-tagline{animation:anim-fade-up .5s cubic-bezier(.34,1.2,.64,1) .2s both;position:relative;z-index:2}.auth-deco-tagline h2{color:var(--bimeo-text);font-size:var(--bimeo-fs-2xl);font-weight:900;letter-spacing:-.5px;line-height:1.2}.auth-deco-tagline h2 .tagline-muted{color:var(--bimeo-primary);opacity:.55}.auth-deco-description{animation:anim-fade-up .5s cubic-bezier(.34,1.2,.64,1) .26s both;color:var(--bimeo-text-2);font-size:var(--bimeo-fs-base);line-height:1.6;margin-bottom:16px;max-width:340px;position:relative;z-index:2}.auth-deco-features{display:flex;flex-direction:column;gap:0;position:relative;z-index:2}.auth-deco-feature{align-items:center;animation:anim-fade-up .5s cubic-bezier(.34,1.2,.64,1) both;cursor:default;display:flex;gap:12px;padding:6px 0}.auth-deco-feature:first-child{animation-delay:.32s}.auth-deco-feature:nth-child(2){animation-delay:.39s}.auth-deco-feature:nth-child(3){animation-delay:.46s}.auth-deco-feature:nth-child(4){animation-delay:.53s}.auth-deco-feature-icon{align-items:center;background:rgba(55,105,241,.1);border:1px solid rgba(55,105,241,.12);border-radius:var(--bimeo-radius-sm);color:var(--bimeo-primary);display:flex;flex-shrink:0;font-size:15px;height:34px;justify-content:center;transition:var(--bimeo-transition-md);width:34px}.auth-deco-feature:hover .auth-deco-feature-icon{background:rgba(55,105,241,.18);transform:scale(1.07)}.auth-deco-feature-label{color:var(--bimeo-text);font-size:var(--bimeo-fs-md);font-weight:700}.auth-form-panel{background:var(--bimeo-bg-surface);display:flex;flex-direction:column;justify-content:center;padding:52px 48px 40px}.auth-form-eyebrow{animation:anim-fade-up .4s ease .05s both;color:var(--bimeo-primary);font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:10px;text-transform:uppercase}.auth-form-title{animation:anim-fade-up .4s ease .1s both;color:var(--bimeo-text);font-size:var(--bimeo-fs-3xl);font-weight:800;letter-spacing:-.5px;line-height:1.15;margin-bottom:10px}.auth-form-subtitle{animation:anim-fade-up .4s ease .15s both;color:var(--bimeo-text-3);font-size:var(--bimeo-fs-sm);font-weight:400}.auth-form-subtitle a{color:var(--bimeo-primary);font-weight:600;text-decoration:none}.auth-form-subtitle a:hover{text-decoration:underline}.auth-flash-message{align-items:center;animation:anim-fade-up .3s ease both;border-radius:var(--bimeo-radius-sm);display:flex;font-size:12.5px;font-weight:500;gap:8px;margin-bottom:16px;padding:11px 14px}.auth-flash-message.is-error{background:var(--bimeo-danger-light);border:1px solid var(--bimeo-danger-border);color:var(--bimeo-danger)}.auth-flash-message.is-success{background:var(--bimeo-success-light);border:1px solid var(--bimeo-success-border);color:var(--bimeo-success)}.auth-fields-card{animation:anim-fade-up .4s ease .2s both;margin-bottom:10px;padding:0 0 24px}.auth-field{margin-bottom:18px}.auth-field:last-child{margin-bottom:0}.auth-field-label{align-items:center;color:var(--bimeo-text);display:flex;font-size:var(--bimeo-fs-base);font-weight:600;gap:3px;margin-bottom:9px}.auth-field-label-required{color:var(--bimeo-danger);font-size:14px;line-height:1}.auth-field-label-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:9px}.auth-field-label-row .auth-field-label{margin-bottom:0}.auth-link-forgot{color:var(--bimeo-primary);font-size:var(--bimeo-fs-sm);font-weight:500;text-decoration:none}.auth-link-forgot:hover{text-decoration:underline}.auth-input-wrapper{position:relative}.auth-input-icon{color:var(--bimeo-text-3);font-size:16px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:var(--bimeo-transition);z-index:2}.auth-input-wrapper:focus-within .auth-input-icon{color:var(--bimeo-primary)}.auth-input{background:var(--bimeo-white);border:1.5px solid var(--bimeo-border);border-radius:var(--bimeo-radius-sm);color:var(--bimeo-text);font-family:var(--bimeo-font);font-size:var(--bimeo-fs-md);font-weight:400;outline:none;padding:13px 14px 13px 42px;transition:var(--bimeo-transition);width:100%}.auth-input::placeholder{color:var(--bimeo-text-3)}.auth-input:hover{border-color:var(--bimeo-primary-muted)}.auth-input:focus{border-color:var(--bimeo-primary);box-shadow:var(--bimeo-shadow-focus)}.auth-input.has-toggle{padding-right:46px}.auth-input.is-invalid{border-color:var(--bimeo-danger);box-shadow:0 0 0 4px rgba(239,68,68,.1)}.auth-password-toggle{align-items:center;background:none;border:none;border-radius:6px;color:var(--bimeo-text-3);cursor:pointer;display:flex;font-size:17px;line-height:1;padding:4px 6px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:var(--bimeo-transition);z-index:2}.auth-password-toggle:hover{background:var(--bimeo-primary-light);color:var(--bimeo-primary)}.auth-remember-row{align-items:center;cursor:pointer;display:flex;gap:10px;margin-top:18px;user-select:none}.auth-checkbox{align-items:center;background:var(--bimeo-primary);border-radius:5px;box-shadow:0 2px 8px rgba(55,105,241,.3);display:flex;flex-shrink:0;height:20px;justify-content:center;transition:var(--bimeo-transition);width:20px}.auth-checkbox.is-unchecked{background:var(--bimeo-white);border:1.5px solid var(--bimeo-border);box-shadow:none}.auth-checkbox i{color:#fff;font-size:12px;font-weight:700}.auth-remember-label{color:var(--bimeo-text-2);font-size:var(--bimeo-fs-base);font-weight:500;line-height:1.3}.auth-submit-button{align-items:center;animation:anim-fade-up .4s ease .25s both;background:var(--bimeo-primary);border:none;border-radius:var(--bimeo-radius-pill);box-shadow:var(--bimeo-shadow-btn);color:#fff;cursor:pointer;display:flex;font-family:var(--bimeo-font);font-size:var(--bimeo-fs-lg);font-weight:700;gap:10px;justify-content:center;margin-bottom:20px;overflow:hidden;padding:15px 24px;position:relative;transition:var(--bimeo-transition);width:100%}.auth-submit-button:before{background:linear-gradient(135deg,hsla(0,0%,100%,.13),transparent 60%);content:"";inset:0;pointer-events:none;position:absolute}.auth-submit-button:hover{background:var(--bimeo-primary-dark);box-shadow:var(--bimeo-shadow-lg);transform:translateY(-1px)}.auth-submit-button:active{box-shadow:var(--bimeo-shadow-md);transform:translateY(0)}.auth-submit-icon{align-items:center;background:hsla(0,0%,100%,.22);border-radius:50%;display:flex;flex-shrink:0;font-size:14px;height:28px;justify-content:center;width:28px}.auth-submit-spinner{animation:anim-spinner .75s linear infinite;border:2.5px solid hsla(0,0%,100%,.35);border-radius:50%;border-top-color:#fff;display:none;height:20px;width:20px}@keyframes anim-spinner{to{transform:rotate(1turn)}}.auth-submit-button.is-loading .auth-submit-icon,.auth-submit-button.is-loading .auth-submit-label{display:none}.auth-submit-button.is-loading .auth-submit-spinner{display:block}.auth-legal-footer{animation:anim-fade-up .4s ease .3s both;color:var(--bimeo-text-3);font-size:12px;text-align:center}.auth-legal-footer a{color:var(--bimeo-text-3);font-weight:500;text-decoration:none;transition:var(--bimeo-transition-md)}.auth-legal-footer a:hover{color:var(--bimeo-primary)}@media (max-width:700px){.auth-card-outer{grid-template-columns:1fr}.auth-deco-panel{display:none}.auth-form-panel{padding:40px 28px 32px}}body{align-items:flex-start;padding:32px 24px}.auth-card-outer{align-items:start;grid-template-columns:380px 1fr;max-width:1020px;min-height:auto}.auth-deco-panel{align-self:start;padding:32px 28px;position:sticky;top:32px}.auth-illustration{margin-bottom:12px}.auth-deco-tagline{margin-bottom:6px}.auth-deco-tagline h2{font-size:var(--bimeo-fs-xl)}.auth-deco-description{margin-bottom:18px}.auth-deco-feature{padding:5px 0}.reg-step-num{align-items:center;background:rgba(55,105,241,.1);border:1.5px solid rgba(55,105,241,.18);border-radius:50%;color:var(--bimeo-primary);display:flex;flex-shrink:0;font-size:var(--bimeo-fs-sm);font-weight:800;height:34px;justify-content:center;width:34px}.reg-step-body{display:flex;flex-direction:column;gap:1px}.reg-step-title{color:var(--bimeo-text);font-size:var(--bimeo-fs-lg);font-weight:600;line-height:1.3}.reg-step-desc{color:var(--bimeo-text-3);font-size:var(--bimeo-fs-xs)}.reg-steps-connector{background:rgba(55,105,241,.15);height:14px;margin:2px 0 2px 16px;width:1px}.reg-trial-badge{align-items:center;background:var(--bimeo-success-light);border:1px solid var(--bimeo-success-border);border-radius:var(--bimeo-radius-lg);display:flex;gap:8px;margin-top:18px;padding:12px 14px}.reg-trial-badge-icon{align-items:center;background:var(--bimeo-success-muted);border-radius:8px;color:var(--bimeo-success);display:flex;flex-shrink:0;font-size:15px;height:32px;justify-content:center;width:32px}.reg-trial-badge-text{color:var(--bimeo-success);font-size:var(--bimeo-fs-xs);font-weight:700;line-height:1.4}.reg-trial-badge-text span{color:#2d7a5e;display:block;font-weight:500}.auth-form-panel{justify-content:flex-start;padding:36px 40px 40px}.auth-form-title{font-size:var(--bimeo-fs-lg);margin-bottom:4px}.auth-form-subtitle{margin-bottom:20px}.reg-stepper{background:var(--bimeo-white);border:1px solid var(--bimeo-border);border-radius:var(--bimeo-radius-md);box-shadow:var(--bimeo-shadow-sm);gap:0;margin-bottom:24px;padding:14px 20px}.reg-stepper,.reg-stepper-step{align-items:center;display:flex}.reg-stepper-step{cursor:default;flex:1;gap:10px}.reg-stepper-bubble{align-items:center;background:var(--bimeo-bg-surface);border:2px solid var(--bimeo-border);border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;position:relative;transition:all .3s cubic-bezier(.34,1.2,.64,1);width:32px}.reg-stepper-num{color:var(--bimeo-text-3);font-size:var(--bimeo-fs-sm);font-weight:800;line-height:1;transition:opacity .2s}.reg-stepper-check{color:#fff;display:none;font-size:14px;line-height:1}.reg-stepper-label{color:var(--bimeo-text-3);font-size:var(--bimeo-fs-sm);font-weight:600;transition:color .3s;white-space:nowrap}.reg-stepper-step.active .reg-stepper-bubble{background:var(--bimeo-primary);border-color:var(--bimeo-primary);box-shadow:0 0 0 4px rgba(55,105,241,.15)}.reg-stepper-step.active .reg-stepper-num{color:#fff}.reg-stepper-step.active .reg-stepper-label{color:var(--bimeo-primary);font-weight:700}.reg-stepper-step.done .reg-stepper-bubble{background:var(--bimeo-success);border-color:var(--bimeo-success);box-shadow:0 0 0 4px rgba(22,163,74,.12)}.reg-stepper-step.done .reg-stepper-num{display:none}.reg-stepper-step.done .reg-stepper-check{display:block}.reg-stepper-step.done .reg-stepper-label{color:var(--bimeo-success)}.reg-stepper-line{background:var(--bimeo-border);border-radius:2px;flex:1;height:2px;margin:0 14px;overflow:hidden;position:relative}.reg-stepper-line:after{background:var(--bimeo-success);border-radius:2px;content:"";inset:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.34,1.2,.64,1)}.reg-stepper-line.done:after{transform:scaleX(1)}.reg-step-panel{animation:anim-fade-up .35s ease both}.reg-step-hint{color:var(--bimeo-text-3);font-size:var(--bimeo-fs-xs);font-weight:500;margin-top:10px;text-align:center}.reg-step2-actions{align-items:center;display:flex;gap:10px}.reg-back-btn{align-items:center;background:var(--bimeo-white);border:1.5px solid var(--bimeo-border);border-radius:var(--bimeo-radius-pill);color:var(--bimeo-text-2);cursor:pointer;display:flex;flex-shrink:0;font-family:var(--bimeo-font);font-size:var(--bimeo-fs-md);font-weight:600;gap:6px;justify-content:center;padding:14px 18px;transition:var(--bimeo-transition);white-space:nowrap}.reg-back-btn:hover{background:var(--bimeo-primary-light);border-color:var(--bimeo-primary-muted);color:var(--bimeo-primary);transform:translateY(-1px)}.reg-back-btn:active{transform:translateY(0)}.reg-step2-actions .reg-submit-btn{flex:1}.reg-sso-btn{align-items:center;background:var(--bimeo-white);border:1.5px solid var(--bimeo-border);border-radius:var(--bimeo-radius-sm);box-shadow:var(--bimeo-shadow-sm);color:var(--bimeo-text);cursor:pointer;display:flex;font-family:var(--bimeo-font);font-size:var(--bimeo-fs-base);font-weight:600;gap:10px;justify-content:center;padding:11px 20px;text-decoration:none;transition:var(--bimeo-transition);width:100%}.reg-sso-btn:hover{background:var(--bimeo-primary-light);border-color:var(--bimeo-primary-muted);box-shadow:var(--bimeo-shadow-md);color:var(--bimeo-text);transform:translateY(-1px)}.reg-sso-btn svg{flex-shrink:0;height:18px;width:18px}.reg-divider{align-items:center;color:var(--bimeo-text-3);display:flex;font-size:var(--bimeo-fs-xs);font-weight:700;gap:10px;letter-spacing:.5px;margin:16px 0}.reg-divider:after,.reg-divider:before{background:var(--bimeo-border);content:"";flex:1;height:1px}.reg-section-card{background:var(--bimeo-white);border:1px solid rgba(55,105,241,.07);border-radius:var(--bimeo-radius-md);box-shadow:var(--bimeo-shadow-sm);margin-bottom:12px;overflow:hidden}.reg-section-header{align-items:center;background:var(--bimeo-bg-surface);border-bottom:1px solid var(--bimeo-border);display:flex;gap:10px;padding:14px 20px}.reg-section-header-icon{align-items:center;background:var(--bimeo-primary-light);border-radius:var(--bimeo-radius-xs);color:var(--bimeo-primary);display:flex;flex-shrink:0;font-size:14px;height:30px;justify-content:center;width:30px}.reg-section-header-title{color:var(--bimeo-text-2);font-size:var(--bimeo-fs-sm);font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.reg-section-body{padding:18px 20px}.reg-field{margin-bottom:14px}.reg-field:last-child{margin-bottom:0}.reg-label{align-items:center;color:var(--bimeo-text);display:flex;font-size:var(--bimeo-fs-base);font-weight:700;gap:3px;margin-bottom:6px}.reg-label-req{color:var(--bimeo-danger);font-size:14px;line-height:1}.reg-input-wrap{position:relative}.reg-icon{color:var(--bimeo-text-3);font-size:14px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:var(--bimeo-transition);z-index:2}.reg-input-wrap:focus-within .reg-icon{color:var(--bimeo-primary)}.reg-input{background:var(--bimeo-bg-surface);border:1.5px solid var(--bimeo-border);border-radius:var(--bimeo-radius-sm);color:var(--bimeo-text);display:block;font-family:var(--bimeo-font);font-size:var(--bimeo-fs-md);font-weight:400;outline:none;padding:10px 12px 10px 36px;transition:var(--bimeo-transition);width:100%}.reg-input::placeholder{color:var(--bimeo-text-3)}.reg-input:hover{background:var(--bimeo-white);border-color:var(--bimeo-primary-muted)}.reg-input:focus{background:var(--bimeo-white);border-color:var(--bimeo-primary);box-shadow:var(--bimeo-shadow-focus)}.reg-input.is-invalid{border-color:var(--bimeo-danger);box-shadow:0 0 0 3px rgba(239,68,68,.09)}.reg-input.has-eye{padding-right:40px}.reg-field-error{align-items:center;color:var(--bimeo-danger);display:flex;font-size:var(--bimeo-fs-xs);font-weight:600;gap:5px;margin-top:4px}.reg-field-error i{font-size:11px}.reg-eye-btn{align-items:center;background:none;border:none;border-radius:4px;color:var(--bimeo-text-3);cursor:pointer;display:flex;font-size:15px;line-height:1;padding:3px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:var(--bimeo-transition);z-index:2}.reg-eye-btn:hover{background:var(--bimeo-primary-light);color:var(--bimeo-primary)}.reg-pw-strength{display:flex;gap:4px;margin-top:6px}.reg-pw-bar{background:var(--bimeo-border);border-radius:2px;flex:1;height:3px;transition:background .25s}.reg-pw-bar.weak{background:var(--bimeo-danger)}.reg-pw-bar.medium{background:var(--bimeo-warning)}.reg-pw-bar.strong{background:var(--bimeo-success)}.reg-pw-label{color:var(--bimeo-text-3);font-size:var(--bimeo-fs-xs);font-weight:600;margin-top:3px;transition:color .2s}.reg-pw-label.weak{color:var(--bimeo-danger)}.reg-pw-label.medium{color:var(--bimeo-warning)}.reg-pw-label.strong{color:var(--bimeo-success)}.reg-pw-rules{background:var(--bimeo-bg-surface);border:1px solid var(--bimeo-border);border-radius:var(--bimeo-radius-sm);display:none;margin-top:7px;padding:8px 12px}.reg-pw-rules.open{display:block}.reg-pw-rule{align-items:center;color:var(--bimeo-text-3);display:flex;font-size:var(--bimeo-fs-xs);font-weight:600;gap:6px;padding:2px 0;transition:color .2s}.reg-pw-rule i{font-size:10px}.reg-pw-rule.ok{color:var(--bimeo-success)}.reg-pw-rule.fail{color:var(--bimeo-danger)}.reg-confirm-hint{display:none;font-size:var(--bimeo-fs-xs);font-weight:600;margin-top:4px}.reg-confirm-hint.ok{align-items:center;color:var(--bimeo-success);display:flex;gap:4px}.reg-confirm-hint.fail{align-items:center;color:var(--bimeo-danger);display:flex;gap:4px}.reg-cgu-card{align-items:flex-start;background:var(--bimeo-white);border:1.5px solid var(--bimeo-border);border-radius:var(--bimeo-radius-md);cursor:pointer;display:flex;gap:12px;margin-bottom:12px;padding:16px 18px;transition:var(--bimeo-transition)}.reg-cgu-card:hover{background:var(--bimeo-primary-light);border-color:var(--bimeo-primary-muted)}.reg-cgu-card.is-checked{background:#f0f4ff;border-color:var(--bimeo-primary)}.reg-cgu-checkbox{align-items:center;background:var(--bimeo-white);border:1.5px solid var(--bimeo-border);border-radius:5px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:1px;transition:var(--bimeo-transition);width:20px}.reg-cgu-card.is-checked .reg-cgu-checkbox{background:var(--bimeo-primary);border-color:var(--bimeo-primary);box-shadow:0 2px 8px rgba(55,105,241,.3)}.reg-cgu-checkbox i{color:#fff;display:none;font-size:11px}.reg-cgu-card.is-checked .reg-cgu-checkbox i{display:block}.reg-cgu-text{color:var(--bimeo-text-2);font-size:var(--bimeo-fs-base);font-weight:500;line-height:1.55}.reg-cgu-text a{color:var(--bimeo-primary);font-weight:700;text-decoration:none}.reg-cgu-text a:hover{text-decoration:underline}.reg-cgu-error{color:var(--bimeo-danger);font-size:var(--bimeo-fs-xs);font-weight:600;gap:5px;margin-bottom:12px}.reg-cgu-error,.reg-flash{align-items:center;display:flex}.reg-flash{border-radius:var(--bimeo-radius-sm);font-size:var(--bimeo-fs-base);font-weight:500;gap:8px;margin-bottom:16px;padding:11px 14px}.reg-flash.is-error{background:var(--bimeo-danger-light);border:1px solid var(--bimeo-danger-border);color:var(--bimeo-danger)}.reg-flash.is-success{background:var(--bimeo-success-light);border:1px solid var(--bimeo-success-border);color:var(--bimeo-success)}.reg-submit-btn{align-items:center;background:var(--bimeo-primary);border:none;border-radius:var(--bimeo-radius-pill);box-shadow:var(--bimeo-shadow-btn);color:#fff;cursor:pointer;display:flex;font-family:var(--bimeo-font);font-size:var(--bimeo-fs-md);font-weight:700;gap:10px;justify-content:center;overflow:hidden;padding:14px 24px;position:relative;transition:var(--bimeo-transition);width:100%}.reg-submit-btn:before{background:linear-gradient(135deg,hsla(0,0%,100%,.13),transparent 60%);content:"";inset:0;pointer-events:none;position:absolute}.reg-submit-btn:hover{background:var(--bimeo-primary-dark);box-shadow:var(--bimeo-shadow-lg);transform:translateY(-1px)}.reg-submit-btn:active{transform:translateY(0)}.reg-submit-btn .reg-submit-icon{align-items:center;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;flex-shrink:0;font-size:13px;height:26px;justify-content:center;width:26px}.reg-spinner{animation:anim-spinner .75s linear infinite;border:2px solid hsla(0,0%,100%,.35);border-radius:50%;border-top-color:#fff;display:none;height:18px;width:18px}.reg-submit-btn.is-loading .reg-submit-icon,.reg-submit-btn.is-loading .reg-submit-label{display:none}.reg-submit-btn.is-loading .reg-spinner{display:block}.reg-reassurance{align-items:center;color:var(--bimeo-text-3);display:flex;font-size:var(--bimeo-fs-xs);font-weight:500;gap:14px;justify-content:center;margin-top:14px}.reg-reassurance span{align-items:center;display:flex;gap:4px}.reg-reassurance i{color:var(--bimeo-success);font-size:12px}.reg-footer{color:var(--bimeo-text-3);font-size:var(--bimeo-fs-xs);margin-top:20px;text-align:center}.reg-footer a{color:var(--bimeo-text-3);font-weight:500;text-decoration:none}.reg-footer a:hover{color:var(--bimeo-primary)}@media (max-width:860px){body{align-items:center;padding:16px}.auth-card-outer{grid-template-columns:1fr}.auth-deco-panel{display:none}.auth-form-panel{padding:32px 24px}.reg-step2-actions{flex-direction:column}.reg-step2-actions .reg-back-btn{width:100%}}