.fec-auth{position:relative;display:flex;align-items:flex-start;justify-content:center;padding:28px 16px 56px;min-height:calc(100vh - var(--fec-topbar-h,72px) - 240px);background:radial-gradient(640px 300px at 50% -8%,rgba(0,167,167,.06),transparent 72%)}.fec-auth__shell{width:100%;max-width:452px}.fec-auth__card{padding:28px 26px 26px;gap:0;height:auto;box-shadow:var(--fec-shadow,0 10px 30px rgba(0,0,0,.06))}.fec-auth__head{text-align:center;margin-bottom:22px}.fec-auth__mark{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 14px;border-radius:var(--fec-r,16px);background:linear-gradient(135deg,rgba(0,167,167,.22),rgba(0,0,0,.06));border:1px solid var(--fec-border,rgba(0,0,0,.08));color:#0c8f8f}.fec-auth__title{margin:0;font-size:22px;line-height:1.25;font-weight:900;letter-spacing:-.01em;color:var(--fec-text,#111)}.fec-auth__sub{margin:6px 0 0;font-size:13.5px;line-height:1.5;color:var(--fec-muted,rgba(0,0,0,.65))}.fec-auth__desc{margin:0 0 18px;font-size:13px;line-height:1.5;color:var(--fec-muted,rgba(0,0,0,.65))}.fec-auth__img{max-width:100%;height:auto;border-radius:var(--fec-r-sm,12px)}.fec-auth__form{margin:0}.fec-auth__field{margin-bottom:14px}.fec-auth__label{display:block;margin:0 0 7px}.fec-auth__inputwrap{position:relative}.fec-auth__input{width:100%;height:46px;padding:0 14px;font:inherit;font-size:15px;color:var(--fec-text,#111);background:#fff;border:1px solid var(--fec-border-2,rgba(0,0,0,.12));border-radius:var(--fec-radius-sm,10px);transition:border-color .12s ease,box-shadow .12s ease;-webkit-appearance:none;appearance:none}.fec-auth__input:hover{border-color:rgba(0,0,0,.22)}.fec-auth__input:focus{outline:none;border-color:var(--fec-link,#00a7a7);box-shadow:0 0 0 3px rgba(0,167,167,.16)}.fec-auth__inputwrap .fec-auth__input{padding-right:46px}.fec-auth__reveal{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:8px;color:rgba(0,0,0,.48);cursor:pointer}.fec-auth__reveal:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.82)}.fec-auth__reveal:focus-visible{outline:3px solid rgba(0,0,0,.25);outline-offset:2px}.fec-auth__reveal .fec-auth__eye-off{display:none}.fec-auth__reveal.is-on .fec-auth__eye{display:none}.fec-auth__reveal.is-on .fec-auth__eye-off{display:block}.fec-auth__row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 18px}.fec-auth__remember{gap:9px;cursor:pointer}.fec-auth__remember-txt{font-size:13px;font-weight:800;color:rgba(0,0,0,.72)}.fec-auth__forgot{font-size:13px;font-weight:800;color:var(--fec-link,#00a7a7);text-decoration:none;white-space:nowrap}.fec-auth__forgot:hover{text-decoration:underline}.fec-auth__submit{width:100%;height:50px;padding:0 16px;margin-top:2px;font-size:15px;font-weight:900;letter-spacing:.01em;border-radius:var(--fec-radius,12px)}.fec-auth__foot{margin-top:18px;text-align:center;font-size:13px;color:var(--fec-muted,rgba(0,0,0,.65))}.fec-auth__footlink{font-size:13px;color:var(--fec-muted,rgba(0,0,0,.6));text-decoration:none}.fec-auth__footlink:hover{text-decoration:underline;opacity:1}.fec-auth__footsep{margin:0 8px;opacity:.4}.fec-auth__logout{text-align:center}.fec-auth__logout .fec-auth__submit{margin-top:8px}@keyframes fec-auth-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fec-auth__card>*{animation:fec-auth-in .45s cubic-bezier(.2,.7,.2,1) both}.fec-auth__card>:nth-child(1){animation-delay:.04s}.fec-auth__card>:nth-child(2){animation-delay:.10s}.fec-auth__card>:nth-child(3){animation-delay:.16s}.fec-auth__card>:nth-child(4){animation-delay:.22s}@media (prefers-reduced-motion:reduce){.fec-auth__card,.fec-auth__card>*{animation:none!important}}@media (max-width:480px){.fec-auth{padding:18px 12px 40px}.fec-auth__card{padding:22px 18px 20px}.fec-auth__row{flex-direction:column;align-items:flex-start;gap:12px}}