:root{--portal-color-primary:#7d2eff;--portal-color-primary-dark:#6a27d9;--portal-color-text:#2d2d2d;--portal-color-text-muted:#3c3c3c;--portal-color-placeholder:#7a7a85;--portal-color-border:#bfbfc7;--portal-color-surface:#fff;--portal-color-visual-background:#e8ddff}*,:after,:before{box-sizing:border-box}html{color:var(--portal-color-text);font-family:Inter,Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}body,html{background:var(--portal-color-surface);min-width:20rem}body{margin:0;min-height:100vh}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,p{margin:0}.portal-login{background:var(--portal-color-surface);display:grid;grid-template-columns:minmax(0,35.625rem) minmax(0,1fr)}.portal-login,.portal-login__brand-panel{min-height:100vh;min-height:100svh;overflow:hidden}.portal-login__brand-panel{background:var(--portal-color-visual-background);isolation:isolate;position:relative}.portal-login__visual{display:block;height:100%;inset:0;object-fit:cover;object-position:center;position:absolute;width:100%;z-index:-1}.portal-login__logo-link{display:block;height:1.625rem;left:3rem;position:absolute;top:2rem;width:9.625rem}.portal-login__logo{display:block;height:100%;width:100%}.portal-login__brand-copy{bottom:2rem;display:flex;flex-direction:column;gap:.75rem;left:3rem;position:absolute;right:3rem}.portal-login__brand-title{color:var(--portal-color-text);font-size:clamp(2.5rem,3.68vw,3.3125rem);font-weight:800;letter-spacing:-.015625rem;line-height:1.1;max-width:25.625rem}.portal-login__brand-description{color:var(--portal-color-text-muted);font-size:1rem;line-height:1.5;max-width:25.625rem}.portal-login__content-panel{align-items:center;background:var(--portal-color-surface);display:flex;justify-content:center;min-height:100vh;min-height:100svh;min-width:0;padding:3.5rem 6rem}.portal-login__form{display:flex;flex-direction:column;gap:2rem;width:min(100%,26.25rem)}.portal-login__heading{display:flex;flex-direction:column;gap:.5rem;text-align:center}.portal-login__heading h1{color:var(--portal-color-text);font-size:clamp(2rem,2.57vw,2.3125rem);font-weight:800;letter-spacing:-.0078125rem;line-height:1.2}.portal-login__heading p{color:var(--portal-color-text-muted);font-size:1rem;line-height:1.5}.portal-login__fields{display:flex;flex-direction:column;gap:1.25rem;width:100%}.portal-login__field-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.portal-login__field-group label{color:var(--portal-color-text);font-size:.875rem;line-height:1.5}.portal-login__field-group input{background:var(--portal-color-surface);border:.0625rem solid var(--portal-color-border);border-radius:.5rem;color:var(--portal-color-text);font-size:1rem;height:2.75rem;line-height:1.5;outline:none;padding:0 1rem;transition:border-color .16s ease,box-shadow .16s ease;width:100%}.portal-login__field-group input::placeholder{color:var(--portal-color-placeholder);opacity:1}.portal-login__field-group input:hover{border-color:#8e8e99}.portal-login__field-group input:focus{border-color:var(--portal-color-primary);box-shadow:0 0 0 .1875rem rgba(125,46,255,.16)}.portal-login__error{color:#b42318;font-size:.875rem;line-height:1.5;margin-top:.25rem}.portal-login__actions{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center;width:100%}.portal-login__actions button{background:var(--portal-color-primary);border:0;border-radius:64rem;color:var(--portal-color-surface);cursor:pointer;font-size:1rem;font-weight:600;line-height:1.5;min-height:3.25rem;padding:.5625rem 2.125rem;transition:background-color .16s ease,box-shadow .16s ease;width:100%}.portal-login__actions button:hover{background:var(--portal-color-primary-dark)}.portal-login__actions button:disabled{cursor:wait;opacity:.7}.portal-login__actions button:focus-visible,.portal-login__help a:focus-visible,.portal-login__logo-link:focus-visible{outline:.1875rem solid rgba(125,46,255,.45);outline-offset:.1875rem}.portal-login__help,.portal-login__secure{font-size:.875rem;line-height:1.5}.portal-login__help{color:var(--portal-color-text-muted)}.portal-login__help a{color:var(--portal-color-primary);font-weight:600}.portal-login__help a:hover{text-decoration:underline;text-underline-offset:.125rem}.portal-login__secure{color:var(--portal-color-placeholder);font-size:.8125rem}@media (max-width:63.999rem){.portal-login__content-panel{padding-inline:clamp(2rem,5vw,4rem)}}@media (max-width:47.999rem){.portal-login{display:block;overflow:visible}.portal-login__brand-panel,.portal-login__visual{display:none}.portal-login__content-panel{min-height:100vh;min-height:100svh;padding:clamp(2rem,8vw,3.5rem) 1.5rem}.portal-login__form{gap:clamp(1.5rem,7vw,2rem)}}@media (prefers-reduced-motion:reduce){.portal-login__actions button,.portal-login__field-group input{transition:none}}