.able-login { margin: 0; color: #1d2630; background: #f8f9fa; font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 14px; }
.able-login * { box-sizing: border-box; }
.login-layout { min-height: 100vh; min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; padding: 18px; gap: 18px; }
.login-main { display: flex; flex-direction: column; align-items: center; padding: 24px 48px 12px; }
.login-logo { align-self: flex-start; min-height: 48px; }
.login-logo img { max-width: 200px; max-height: 48px; object-fit: contain; }
.login-logo a { color: #1d2630; font-size: 24px; font-weight: 700; text-decoration: none; }
.login-card { width: 100%; max-width: 440px; margin: auto; padding: 48px 0; }
.login-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #087f60; }
.login-card h1 { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.25; letter-spacing: -1.2px; margin: 14px 0 10px; font-weight: 600; }
.login-intro { color: #5b6b79; margin: 0 0 34px; line-height: 1.6; }
#login-fields { margin-bottom: 24px; }
#login-fields label { display: block; font-weight: 500; margin-bottom: 9px; }
#login-fields-fallback input { width: 100%; border: 1px solid #bec8d0; border-radius: 8px; min-height: 54px; padding: 12px 16px; font: inherit; margin-bottom: 20px; background: white; }
.login-vue-fields .v-field { background: white; font-size: 14px; }
.login-vue-fields .v-field__outline { color: #8d9ca9; }
.login-vue-fields .v-field--focused .v-field__outline { color: #087f60; }
.login-vue-fields .v-field__append-inner { align-items: center; padding-top: 0; }
.form-options { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; margin: 0 0 26px; font-size: 13px; }
.checkbox-container { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.checkbox-container input { width: 17px; height: 17px; accent-color: #087f60; }
.able-login a { color: #087f60; text-underline-offset: 4px; }
.forgot-password-link { font-weight: 500; text-decoration: none; }
.able-login a:hover { text-decoration: underline; }
.btn-submit, .btn-register { display: block; width: 100%; border-radius: 8px; padding: 15px; text-align: center; font: inherit; font-weight: 600; cursor: pointer; }
.btn-submit { background: #087f60; color: white; border: 0; }
.btn-register { border: 1px solid #dce3e8; margin-top: 12px; text-decoration: none; background: white; }
.login-submit { text-transform: none !important; letter-spacing: 0 !important; font-weight: 600 !important; box-shadow: 0 4px 10px #087f6018 !important; }
.language-selector { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 30px; color: #5b6b79; font-size: 12px; }
.language-selector select { color: #344553; background: transparent; padding: 6px; border: 1px solid #dce3e8; border-radius: 6px; font: inherit; }
.login-footer { font-size: 11px; color: #687785; padding-top: 20px; }
.alert { padding: 13px 16px; border-radius: 8px; margin-bottom: 18px; line-height: 1.6; }
.alert-danger { color: #a32323; background: #fff0f0; border: 1px solid #f3cccc; }
.alert-success { color: #076347; background: #e6f9f3; border: 1px solid #b8e7d8; }
.login-brand { position: relative; overflow: hidden; border-radius: 22px; background: #132d36; color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4.5vw, 80px); gap: 42px; }
.login-brand::before { content: ''; position: absolute; width: 650px; height: 650px; border: 1px solid #ffffff0a; border-radius: 50%; top: -380px; right: -300px; box-shadow: 0 0 0 70px #ffffff03, 0 0 0 140px #ffffff03; pointer-events: none; }
.brand-kicker { font-size: 10px; letter-spacing: 2px; color: #b9cdcf; position: relative; }
.brand-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; color: #b5e6d7; }
.brand-pill span, .workspace-note span { width: 6px; height: 6px; border-radius: 50%; background: #49d3a9; display: inline-block; }
.brand-copy h2 { font-size: clamp(32px, 3.5vw, 53px); font-weight: 500; line-height: 1.13; letter-spacing: -2px; margin: 20px 0; }
.brand-copy em { font-style: normal; color: #7de4c1; }
.brand-copy p { max-width: 350px; font-size: 14px; color: #b6c9cf; line-height: 1.8; margin: 0; }
.login-brand .v-theme-provider { background: transparent !important; }
.workspace-preview { padding: 24px; color: #1d2630; background: #fff; border: 1px solid #ffffff40; transform: rotate(-2deg); max-width: 460px; }
.workspace-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.workspace-mark { width: 36px; height: 36px; border-radius: 10px; background: #132d36; color: #7de4c1; text-align: center; line-height: 36px; font-size: 23px; }
.workspace-heading strong, .workspace-area strong { font-size: 12px; font-weight: 600; }
.workspace-heading p, .workspace-area p { font-size: 10px; color: #687785; margin: 5px 0 0; }
.workspace-dots { margin-inline-start: auto; color: #89969f; }
.workspace-area { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-top: 1px solid #eef1f3; }
.workspace-area > .v-icon { margin-inline-start: auto; }
.workspace-note { border-radius: 6px; background: #f3f8f6; padding: 11px; margin-top: 12px; font-size: 10px; color: #487262; display: flex; align-items: center; gap: 7px; }
.brand-bottom { font-size: 10px; color: #a7bfc5; display: flex; align-items: center; justify-content: space-between; }
.brand-bottom > span:last-child { font-size: 24px; }
.login-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.able-login :focus-visible { outline: 2px solid #087f60; outline-offset: 3px; }
@media (min-width: 1500px) { .login-layout { max-width: 1680px; margin: auto; } }
@media (max-width: 960px) { .login-layout { grid-template-columns: 1fr; padding: 0; } .login-main { min-height: 100svh; padding: 28px 24px; } .login-brand { display: none; } .login-logo { align-self: center; } .login-card { padding: 40px 0; } }
@media (prefers-reduced-motion: reduce) { .able-login *, .able-login *::before, .able-login *::after { transition: none !important; animation: none !important; } }
/* Keep the public form light even when the ERP's default theme is dark. */
.able-login { color-scheme: light; }
.login-brand .workspace-preview { padding: 24px; }
.login-logo .login-logo-fallback { display: block; max-width: 300px; font-size: 13px; line-height: 1.5; font-weight: 600; }
@font-face { font-family: Inter; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/inter/inter-latin-700-normal.woff2') format('woff2'); }
