.auth-page-body{align-items:center;background:linear-gradient(135deg,#f0f7ff,#e8f0fe 50%,#f8fafc);box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;margin:0;min-height:100vh;padding:2rem 0;position:relative}.auth-page-body:before{background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(77,142,243,.12) 0,transparent 70%);content:"";inset:-20% -20% 0 -20%;pointer-events:none;position:fixed;z-index:0}.auth-container{margin:0 auto;max-width:560px;padding:2rem 1.5rem 3rem;position:relative;width:100%;z-index:1}@media (min-width:640px){.auth-container{max-width:600px;padding:2.5rem 2rem 3rem}}.auth-card{backdrop-filter:blur(12px);background:hsla(0,0%,100%,.95);border:1px solid rgba(77,142,243,.08);border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.06),0 0 0 1px rgba(77,142,243,.06);padding:2.5rem}@media (min-width:640px){.auth-card{padding:3rem}}.auth-form-group{margin-bottom:1.35rem}.auth-form-label{color:var(--gray-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.4rem}.auth-form-input{background:#fff;border:1px solid var(--gray-200);border-radius:10px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.auth-form-input:focus{border-color:var(--ordio-blue);box-shadow:0 0 0 3px rgba(77,142,243,.15);outline:none}.auth-form-input.error{border-color:#dc2626}.auth-form-hint{color:var(--gray-500);display:block;font-size:.75rem;margin-top:.25rem}.terms-checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:2px solid #4d8ef3;border-radius:.25rem;cursor:pointer;flex-shrink:0;height:1.25rem;margin:0;min-height:1.25rem;min-width:1.25rem;padding:0;position:relative;transition:all .2s ease;width:1.25rem}.terms-checkbox-label input[type=checkbox]:checked{background-color:#4d8ef3;border-color:#4d8ef3}.terms-checkbox-label input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:4px}.terms-checkbox-label input[type=checkbox]:focus{box-shadow:0 0 0 3px rgba(77,142,243,.1);outline:none}.login-remember input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:2px solid #4d8ef3;border-radius:.25rem;cursor:pointer;flex-shrink:0;height:1.25rem;margin:0 .625rem 0 0;min-height:1.25rem;min-width:1.25rem;padding:0;position:relative;transition:all .2s ease;width:1.25rem}.login-remember input[type=checkbox]:checked{background-color:#4d8ef3;border-color:#4d8ef3}.login-remember input[type=checkbox]:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:4px}.login-remember input[type=checkbox]:focus{box-shadow:0 0 0 3px rgba(77,142,243,.1);outline:none}.auth-btn-primary{background:linear-gradient(135deg,var(--ordio-blue) 0,#3b82f6 100%);border:none;border-radius:9999px;box-shadow:0 4px 14px rgba(77,142,243,.35);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.25rem;transition:all .25s ease;width:100%}.auth-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6 0,var(--ordio-blue-dark) 100%);box-shadow:0 8px 20px rgba(77,142,243,.4);transform:translateY(-2px)}.auth-btn-primary:disabled{cursor:not-allowed;opacity:.6}.auth-btn-primary:active{transform:translateY(0)}.auth-btn-google{align-items:center;background:#fff;border:1px solid var(--gray-300);border-radius:10px;box-sizing:border-box;color:#374151;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.25rem;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s;width:100%}.auth-btn-google:hover{background:var(--gray-50);border-color:var(--gray-400);box-shadow:0 1px 3px rgba(0,0,0,.08)}.auth-btn-google svg{flex-shrink:0}.auth-divider{align-items:center;color:var(--gray-500);display:flex;font-size:.8125rem;margin:1.25rem 0}.auth-divider:after,.auth-divider:before{background:var(--gray-200);content:"";flex:1;height:1px}.auth-divider span{padding:0 1rem}.auth-back-link{align-items:center;color:var(--gray-500);display:inline-flex;font-size:.875rem;gap:.35rem;left:0;position:absolute;text-decoration:none;top:0}.auth-back-link:hover,.auth-link{color:var(--ordio-blue)}.auth-link{text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-alert{border-radius:10px;font-size:.875rem;margin-bottom:1rem;padding:.875rem 1rem}.auth-alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#065f46}.auth-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.auth-header{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem;text-align:center}.auth-header h1{color:var(--gray-900);font-size:1.5rem;font-weight:600;line-height:1.3;margin:.5rem 0 0}.auth-header p{color:var(--gray-500);font-size:.875rem;margin:.5rem 0 0}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.ordio-loop-branding{align-items:center;display:flex;gap:.5rem}.ordio-loop-branding--auth{justify-content:center;text-decoration:none}.ordio-loop-branding__svg--auth{display:block;flex-shrink:0;height:28px;width:auto}.ordio-loop-branding__text--auth{color:var(--gray-600);font-size:25px;font-weight:600;line-height:1}body.auth-login-page{height:100vh;overflow:hidden;padding:0}body.auth-login-page .auth-split-wrapper{max-height:100vh;min-height:100vh;overflow:hidden}.auth-split-wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 1rem}@media (min-width:1024px){.auth-split-wrapper{align-items:center;flex-direction:row;gap:3rem;padding:2rem 3rem}}.auth-split-form{padding-top:2rem;position:relative}.auth-split-enticement,.auth-split-form{flex:0 0 auto;max-width:400px;width:100%}.auth-split-enticement{padding:2rem}@media (min-width:1024px){.auth-split-form{max-width:420px;padding-top:2.5rem}.auth-split-enticement{max-width:420px;min-width:380px;padding:2.5rem;text-align:left}}.auth-enticement-headline{color:var(--gray-800);font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.auth-headline-highlight{color:var(--ordio-blue,#4d8ef3)}.partner-stats-carousel [x-cloak]{display:none!important}.partner-stats-carousel{border-top:1px solid rgba(77,142,243,.15);margin:1.5rem 0;padding-top:1.25rem}.partner-stats-carousel__label{color:var(--ordio-blue);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.partner-stats-carousel__track{min-height:4.5rem;position:relative}.partner-stats-carousel__slide{left:0;position:absolute;right:0;top:0}.partner-stats-carousel__stat{align-items:flex-start;display:flex;flex-direction:row;gap:.75rem;margin:0;padding:.5rem 0}.partner-stats-carousel__stat-text{color:var(--gray-700);flex:1;font-size:.9375rem;font-weight:500;line-height:1.45;min-width:0}.partner-stats-carousel__icon-wrap{align-items:center;background:rgba(77,142,243,.1);border-radius:8px;color:var(--ordio-blue);display:inline-flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.partner-stats-carousel__icon{display:block;flex-shrink:0;height:20px;width:20px}.partner-stats-carousel__dots{display:flex;gap:.5rem;justify-content:center;margin-top:.875rem}.partner-stats-carousel__dot{background:var(--gray-300);border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background .2s ease,transform .2s ease;width:8px}.partner-stats-carousel__dot:hover{background:var(--gray-400)}.partner-stats-carousel__dot:focus{outline:2px solid var(--ordio-blue);outline-offset:2px}.partner-stats-carousel__dot--active{background:var(--ordio-blue);transform:scale(1.25)}@media (prefers-reduced-motion:reduce){.partner-stats-carousel__slide{transition:none}}.auth-enticement-list{list-style:none;margin:0 0 1.5rem;padding:0}.auth-enticement-list li{color:var(--gray-600);font-size:.9375rem;line-height:1.5;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.auth-enticement-list li:before{color:var(--ordio-blue);content:"✓";font-size:1em;font-weight:600;left:0;line-height:1;position:absolute;top:.15em}.auth-enticement-cta{background:linear-gradient(135deg,var(--ordio-blue) 0,#3b82f6 100%);border-radius:9999px;box-shadow:0 4px 14px rgba(77,142,243,.35);color:#fff;display:inline-block;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .25s ease}.auth-enticement-cta:hover{background:linear-gradient(135deg,#3b82f6 0,var(--ordio-blue-dark) 100%);box-shadow:0 8px 20px rgba(77,142,243,.4);color:#fff;transform:translateY(-2px)}