.auth-stage{--auth-green-900:#083a2b;--auth-green-800:#0b4f3b;--auth-green-700:#0e6b4e;--auth-green-600:#12885f;--auth-green-500:#17a673;--auth-green-400:#38c08f;--auth-ink:#16241f;--auth-slate:#5c6b66;--auth-slate-soft:#8b9a94;--auth-mist:#f3f7f5;--auth-card:#ffffff;--auth-line:#e4ebe8;--auth-danger:#e0563f;--auth-font-display:var(--font-sora,"Sora"),var(--font-plus-jakarta-sans,"Plus Jakarta Sans"),system-ui,sans-serif;--auth-font-body:var(--font-inter,"Inter"),var(--font-plus-jakarta-sans,"Plus Jakarta Sans"),system-ui,sans-serif;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px 600px at 85% -10%,#e7f3ed 0,transparent 60%),radial-gradient(1000px 500px at -10% 110%,#eaf4f0 0,transparent 55%),var(--auth-mist);font-family:var(--auth-font-body);color:var(--auth-ink);padding:32px;overflow-x:hidden}.auth-stage,.auth-stage *,.auth-stage :after,.auth-stage :before{box-sizing:border-box}.auth-stage .auth-card{position:relative;width:100%;max-width:980px;height:640px;background:var(--auth-card);border-radius:28px;box-shadow:0 30px 80px -20px rgba(8,58,43,.35),0 10px 30px -10px rgba(8,58,43,.15);overflow:hidden;display:flex;opacity:0;transform:translateY(18px);transition:height .5s cubic-bezier(.65,0,.35,1);animation:auth-card-in .7s cubic-bezier(.2,.8,.2,1) .1s forwards}.auth-stage .auth-card.mode-register{height:760px}.auth-stage .auth-forgot-line{margin:-8px 0 0;text-align:right;font-size:13px;font-weight:600}.auth-stage .auth-forgot-line a{color:var(--auth-green-700);text-decoration:none}.auth-stage .auth-forgot-line a:hover{text-decoration:underline}@keyframes auth-card-in{to{opacity:1;transform:translateY(0)}}.auth-stage .panel-brand{position:absolute;top:0;bottom:0;width:46%;left:0;z-index:3;padding:44px 42px;color:#fff;background:radial-gradient(520px 380px at 15% 0,rgba(255,255,255,.1),transparent 60%),linear-gradient(155deg,var(--auth-green-500) 0,var(--auth-green-700) 55%,var(--auth-green-900) 100%);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:left .75s cubic-bezier(.65,0,.35,1)}.auth-stage .auth-card.mode-register .panel-brand{left:54%}.auth-stage .ring{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%;pointer-events:none}.auth-stage .ring.r1{width:420px;height:420px;top:-160px;right:-160px;animation:auth-spin 40s linear infinite}.auth-stage .ring.r2{width:300px;height:300px;top:-90px;right:-90px;border-color:rgba(255,255,255,.22);animation:auth-spin 30s linear infinite reverse}.auth-stage .ring.r3{width:340px;height:340px;bottom:-180px;left:-140px;border-color:rgba(255,255,255,.12);animation:auth-spin 55s linear infinite}@keyframes auth-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.auth-stage .brand-top{position:relative;z-index:2;display:flex;align-items:center;gap:10px}.auth-stage .brand-logo{display:block;width:min(210px,100%);height:auto}.auth-stage .brand-mark{width:34px;height:34px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.18);flex-shrink:0}.auth-stage .brand-mark svg{width:18px;height:18px}.auth-stage .brand-name{font-family:var(--auth-font-display);font-weight:700;font-size:17px;letter-spacing:.2px}.auth-stage .brand-mid{position:relative;z-index:2}.auth-stage .eyebrow{font-size:11px;font-weight:700;letter-spacing:2.2px;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:14px}.auth-stage .headline{font-family:var(--auth-font-display);font-weight:700;font-size:32px;line-height:1.18;margin:0 0 22px;min-height:110px}.auth-stage .headline .word{display:inline-block;animation:auth-word-in .6s cubic-bezier(.2,.8,.2,1) both}@keyframes auth-word-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-stage .features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.auth-stage .features li{display:flex;align-items:flex-start;gap:12px;font-size:13.5px;line-height:1.5;color:rgba(255,255,255,.92);opacity:0;transform:translateX(-10px);animation:auth-li-in .5s ease forwards}.auth-stage .features li .ic{width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.auth-stage .features li .ic svg{width:14px;height:14px}@keyframes auth-li-in{to{opacity:1;transform:translateX(0)}}.auth-stage .brand-bottom{position:relative;z-index:2;font-size:11.5px;color:rgba(255,255,255,.65)}.auth-stage .brand-bottom strong{color:#fff;font-weight:600}.auth-stage .panel-form{position:absolute;top:0;bottom:0;width:54%;right:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:40px 56px;transition:right .75s cubic-bezier(.65,0,.35,1)}.auth-stage .auth-card.mode-register .panel-form{right:46%}.auth-stage .form-wrap{width:100%;max-width:360px}.auth-stage .auth-form-slot{animation:auth-form-fade .4s cubic-bezier(.2,.8,.2,1) both}@keyframes auth-form-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-stage .auth-form{display:flex;flex-direction:column;gap:16px}.auth-stage .form-title{font-family:var(--auth-font-display);font-size:22px;font-weight:700;margin:0 0 6px;color:var(--auth-ink)}.auth-stage .form-sub{font-size:13px;color:var(--auth-slate);margin:0 0 8px}.auth-stage .field{display:flex;flex-direction:column;gap:6px}.auth-stage .field>label{font-size:13px;font-weight:600;color:var(--auth-ink)}.auth-stage .field>label .req{color:var(--auth-danger);margin-left:2px}.auth-stage .field .hint{font-size:11.5px;color:var(--auth-slate-soft);margin-top:-2px}.auth-stage .input-box{position:relative}.auth-stage .input-box input,.auth-stage .input-box select{width:100%;padding:12px 14px;border:1.5px solid var(--auth-line);border-radius:11px;font-family:var(--auth-font-body);font-size:14px;color:var(--auth-ink);background:#fbfdfc;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;appearance:none}.auth-stage .input-box select{padding-right:38px;cursor:pointer}.auth-stage .input-box input:hover,.auth-stage .input-box select:hover{border-color:#c9dad3}.auth-stage .input-box input:focus,.auth-stage .input-box select:focus{border-color:var(--auth-green-500);background:#fff;box-shadow:0 0 0 4px rgba(23,166,115,.13)}.auth-stage .input-box .chev{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:10px;height:10px;pointer-events:none;color:var(--auth-slate)}.auth-stage .input-box .eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--auth-slate-soft);border-radius:6px;background:transparent;border:none}.auth-stage .input-box .eye:hover{color:var(--auth-slate)}.auth-stage .input-box .eye svg{width:17px;height:17px}.auth-stage .field .err{font-size:11.5px;color:var(--auth-danger);margin-top:-2px}.auth-stage .auth-alert{border-radius:11px;border:1.5px solid #f3c9bf;background:#fdece8;padding:10px 14px;font-size:13px;color:#a83a26}.auth-stage .auth-alert .auth-alert-title{font-weight:700;margin-bottom:2px}.auth-stage .check-row{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;color:var(--auth-slate);line-height:1.4}.auth-stage .check-row input{margin-top:2px;accent-color:var(--auth-green-600);width:15px;height:15px;flex-shrink:0;cursor:pointer}.auth-stage .check-row a{color:var(--auth-green-700);font-weight:600;text-decoration:none}.auth-stage .check-row a:hover{text-decoration:underline}.auth-stage .btn-primary{margin-top:4px;padding:13px 18px;border:none;border-radius:11px;background:linear-gradient(135deg,var(--auth-green-500),var(--auth-green-700));color:#fff;font-family:var(--auth-font-display);font-weight:600;font-size:14.5px;letter-spacing:.2px;cursor:pointer;box-shadow:0 10px 22px -8px rgba(14,107,78,.55);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;display:flex;align-items:center;justify-content:center;gap:8px}.auth-stage .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px -8px rgba(14,107,78,.6);filter:brightness(1.03)}.auth-stage .btn-primary:active:not(:disabled){transform:translateY(0) scale(.99)}.auth-stage .btn-primary:disabled{cursor:not-allowed;opacity:.7}.auth-stage .btn-primary svg{width:15px;height:15px;transition:transform .18s ease}.auth-stage .btn-primary:hover:not(:disabled) svg{transform:translateX(3px)}.auth-stage .btn-primary .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-stage .switch-line{text-align:center;font-size:13px;color:var(--auth-slate);margin-top:2px}.auth-stage .switch-line a{color:var(--auth-green-700);font-weight:700;font-size:13px;cursor:pointer;text-decoration:none}.auth-stage .switch-line a:hover{text-decoration:underline}.auth-stage .auth-demo-account{display:none;width:100%;border:1px solid rgba(14,107,78,.24);border-radius:11px;padding:10px 13px;background:rgba(232,243,236,.62);text-align:left;font-size:11px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.auth-stage .auth-demo-account:hover{border-color:rgba(14,107,78,.55);background:#e8f3ec;transform:translateY(-1px)}.auth-stage .auth-demo-account:active{transform:scale(.99)}.auth-stage .auth-demo-account:focus-visible{outline:2px solid var(--auth-green-400);outline-offset:3px}.auth-stage .auth-demo-account .demo-top{display:flex;align-items:center;justify-content:space-between;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--auth-green-700)}.auth-stage .auth-demo-account .demo-top .demo-use{text-transform:none;letter-spacing:normal}.auth-stage .auth-demo-account .demo-cred{margin-top:4px;display:block;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:11px;color:var(--auth-slate)}@media (max-width:860px){.auth-stage{padding:16px}.auth-stage .auth-card{flex-direction:column;height:auto;min-height:0}.auth-stage .panel-brand,.auth-stage .panel-form{position:relative;width:100%;left:0!important;right:0!important;height:auto}.auth-stage .panel-brand{padding:30px 26px;min-height:260px}.auth-stage .headline{font-size:24px;min-height:0}.auth-stage .panel-form{padding:30px 26px}}@media (prefers-reduced-motion:reduce){.auth-stage .auth-card,.auth-stage .auth-form-slot,.auth-stage .btn-primary .spinner,.auth-stage .features li,.auth-stage .headline .word,.auth-stage .ring{animation:none!important;opacity:1!important;transform:none!important}.auth-stage .auth-card,.auth-stage .auth-demo-account,.auth-stage .panel-brand,.auth-stage .panel-form{transition-duration:1ms!important}}