.auth-body { min-height: 100vh; background: var(--canvas); }.auth-topbar { position: fixed; z-index: 10; top: 0; inset-inline: 0; display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0 clamp(1.25rem, 3vw, 3rem); background: color-mix(in srgb, var(--canvas) 88%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--border) 80%, transparent); backdrop-filter: blur(12px); }.auth-topbar .brand { margin: 0; }.auth-utilities { display: flex; align-items: center; gap: .35rem; }.language-button { display: inline-flex; align-items: center; gap: .35rem; min-height: 2.25rem; padding: 0 .65rem; border: 1px solid var(--border); border-radius: .6rem; background: var(--surface); color: var(--muted); font-size: .68rem; font-weight: 750; }.auth-layout { display: grid; grid-template-columns: minmax(380px, .98fr) minmax(480px, 1.02fr); min-height: 100vh; padding-top: 76px; }.auth-aside { position: relative; display: flex; overflow: hidden; padding: clamp(2.5rem, 6vw, 6rem); color: #fff; }.auth-aside.platform { background: #151b40; }.auth-aside.tenant { background: linear-gradient(135deg, #146b55, #0f4d54); }.auth-aside::before { position: absolute; top: -23%; inset-inline-start: -14%; width: 42rem; height: 42rem; border: 1px solid rgb(255 255 255 / .12); border-radius: 50%; content: ""; }.auth-aside::after { position: absolute; bottom: -22%; inset-inline-end: -20%; width: 35rem; height: 35rem; border: 4rem solid rgb(255 255 255 / .06); border-radius: 50%; content: ""; }.auth-aside-inner { position: relative; z-index: 1; display: flex; width: min(100%, 500px); flex-direction: column; justify-content: center; }.auth-aside .eyebrow { color: #b7c8ff; }.tenant .eyebrow { color: #a6e8d0; }.auth-aside h1 { max-width: 500px; margin: .8rem 0 1rem; color: #fff; font-size: clamp(2.15rem, 4.1vw, 3.45rem); font-weight: 760; letter-spacing: -.06em; line-height: 1.08; }.auth-aside p { max-width: 425px; margin: 0; color: rgb(255 255 255 / .74); font-size: 1rem; }.auth-quote { margin-top: auto; padding-top: 4rem; }.quote-rule { display: block; width: 2.2rem; height: 2px; margin-bottom: 1rem; background: #a6e8d0; }.platform .quote-rule { background: #8da5ff; }.auth-quote blockquote { margin: 0; font-size: .92rem; font-weight: 550; line-height: 1.65; }.auth-quote figcaption { display: flex; align-items: center; gap: .55rem; margin-top: 1rem; color: rgb(255 255 255 / .65); font-size: .72rem; }.quote-avatar { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border-radius: 50%; background: rgb(255 255 255 / .16); color: #fff; font-size: .63rem; font-weight: 800; }.tenant-context { display: flex; align-items: center; gap: .75rem; margin-bottom: .6rem; }.tenant-logo { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border: 1px solid rgb(255 255 255 / .3); border-radius: .8rem; background: rgb(255 255 255 / .13); color: #fff; font-family: Georgia, serif; font-size: 1rem; font-weight: 700; }.tenant-context strong, .tenant-context span { display: block; }.tenant-context strong { font-size: .83rem; }.tenant-context span { margin-top: .1rem; color: rgb(255 255 255 / .65); font-size: .67rem; }.auth-main { display: grid; min-width: 0; place-items: center; padding: clamp(2rem, 6vw, 5rem); }.auth-card { width: min(100%, 430px); }.auth-card.wide { width: min(100%, 475px); }.auth-card-header { margin-bottom: 1.9rem; }.auth-card-header .eyebrow { margin-bottom: .55rem; }.auth-card h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.1rem); font-weight: 740; letter-spacing: -.05em; line-height: 1.1; }.auth-card-header p { margin: .65rem 0 0; color: var(--muted); font-size: .86rem; }.auth-form { display: grid; gap: 1.05rem; }.auth-field { display: grid; gap: .4rem; }.auth-field .form-label { display: flex; justify-content: space-between; margin: 0; }.auth-field .form-label a { color: var(--primary); font-size: .67rem; }.auth-field .form-control { min-height: 3rem; padding: .7rem .85rem; font-size: .85rem; }.auth-input-wrap { position: relative; }.auth-input-wrap > i { position: absolute; top: .9rem; inset-inline-start: .85rem; color: var(--subtle); }.auth-input-wrap .form-control { padding-inline-start: 2.5rem; }.auth-input-wrap .password-toggle { position: absolute; top: .34rem; inset-inline-end: .35rem; width: 2.3rem; height: 2.3rem; border: 0; border-radius: .5rem; background: transparent; color: var(--muted); }.auth-input-wrap .password-toggle:hover { background: var(--surface-muted); color: var(--ink); }.auth-input-wrap.has-toggle .form-control { padding-inline-end: 3.05rem; }.auth-form-row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: -.2rem; }.check-control { display: inline-flex; align-items: center; gap: .45rem; color: var(--muted); font-size: .73rem; }.check-control input { width: 1rem; height: 1rem; accent-color: var(--primary); }.auth-form .btn { width: 100%; min-height: 3rem; margin-top: .2rem; font-size: .85rem; }.auth-divider { display: flex; align-items: center; gap: .75rem; margin: 1.45rem 0; color: var(--subtle); font-size: .68rem; }.auth-divider::before, .auth-divider::after { flex: 1; height: 1px; background: var(--border); content: ""; }.auth-switch { color: var(--muted); font-size: .75rem; text-align: center; }.auth-switch a, .auth-card a:not(.brand) { color: var(--primary); font-weight: 650; }.auth-alert { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: 1rem; padding: .75rem .85rem; border-radius: var(--radius-sm); font-size: .73rem; line-height: 1.45; }.auth-alert[hidden] { display: none; }.auth-alert.error { background: var(--danger-soft); color: var(--danger); }.auth-alert.warning { background: var(--warning-soft); color: var(--warning); }.auth-alert.info { background: var(--primary-soft); color: var(--primary); }.auth-alert i { margin-top: .05rem; font-size: .95rem; }.caps-warning { display: none; align-items: center; gap: .35rem; margin-top: .35rem; color: var(--warning); font-size: .67rem; }.caps-warning.visible { display: flex; }.field-error { min-height: 1rem; color: var(--danger); font-size: .67rem; }.form-control.is-invalid { border-color: var(--danger); background-image: none; }.auth-footer-note { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: 1.5rem; color: var(--subtle); font-size: .66rem; }.auth-footer-note i { color: var(--success); }.auth-link-row { display: flex; justify-content: center; margin-top: 1.6rem; font-size: .75rem; }.auth-link-row a { display: inline-flex; align-items: center; gap: .35rem; }.auth-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.35rem; }.auth-meta .status-pill { font-size: .64rem; }.requirements { display: grid; gap: .4rem; margin: .15rem 0 0; padding: .8rem; border-radius: var(--radius-sm); background: var(--surface-muted); }.requirements strong { font-size: .69rem; }.requirement { display: flex; align-items: center; gap: .45rem; color: var(--muted); font-size: .66rem; }.requirement i { color: var(--subtle); }.requirement.valid { color: var(--success); }.requirement.valid i { color: var(--success); }.strength-meter { display: grid; grid-template-columns: repeat(4, 1fr); gap: .25rem; margin-top: .15rem; }.strength-meter span { height: .22rem; border-radius: 10px; background: var(--border); }.strength-meter[data-score="1"] span:nth-child(1) { background: var(--danger); }.strength-meter[data-score="2"] span:nth-child(-n+2) { background: #db8a1b; }.strength-meter[data-score="3"] span:nth-child(-n+3) { background: #85a421; }.strength-meter[data-score="4"] span { background: var(--success); }.strength-copy { margin-top: .35rem; color: var(--muted); font-size: .66rem; }.otp-group { display: flex; direction: ltr; justify-content: center; gap: .5rem; margin: 1.4rem 0 1.1rem; }.otp-input { width: min(13vw, 3.35rem); height: min(13vw, 3.35rem); padding: 0; border: 1px solid var(--border); border-radius: .7rem; background: var(--surface); color: var(--ink); font-size: 1.35rem; font-weight: 750; text-align: center; }.otp-input:focus { border-color: var(--primary); box-shadow: 0 0 0 .22rem rgb(51 92 255 / .13); outline: 0; }.otp-helper { color: var(--muted); font-size: .72rem; text-align: center; }.otp-actions { display: flex; justify-content: center; gap: .9rem; margin-top: 1.15rem; font-size: .72rem; }.countdown { color: var(--subtle); }.identity-badge { display: flex; align-items: center; gap: .8rem; margin: 1.5rem 0; padding: .85rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-muted); }.identity-icon { display: grid; width: 2.55rem; height: 2.55rem; place-items: center; border-radius: .75rem; background: var(--primary-soft); color: var(--primary); font-size: 1.1rem; }.identity-badge strong, .identity-badge small { display: block; }.identity-badge strong { font-size: .76rem; }.identity-badge small { margin-top: .12rem; color: var(--muted); font-size: .68rem; }.state-card { text-align: center; }.state-illustration { display: grid; width: 5rem; height: 5rem; margin: 0 auto 1.5rem; place-items: center; border-radius: 1.45rem; font-size: 2rem; }.state-illustration.danger { background: var(--danger-soft); color: var(--danger); }.state-illustration.warning { background: var(--warning-soft); color: var(--warning); }.state-illustration.info { background: var(--primary-soft); color: var(--primary); }.state-illustration.success { background: var(--success-soft); color: var(--success); }.state-card .auth-card-header p { max-width: 380px; margin-inline: auto; }.state-actions { display: grid; gap: .65rem; margin-top: 1.5rem; }.state-actions .btn { width: 100%; min-height: 2.9rem; }.state-note { margin-top: 1.35rem; color: var(--subtle); font-size: .68rem; }.auth-demo-nav { position: fixed; z-index: 5; bottom: 1rem; inset-inline-start: 1rem; }.auth-demo-nav summary { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .75rem; border: 1px solid var(--border); border-radius: 100px; background: var(--surface); box-shadow: var(--shadow-md); color: var(--muted); font-size: .68rem; font-weight: 700; cursor: pointer; list-style: none; }.auth-demo-nav summary::-webkit-details-marker { display: none; }.auth-demo-nav[open] summary { margin-bottom: .5rem; }.auth-demo-links { display: grid; width: 220px; max-height: min(70vh, 430px); overflow: auto; padding: .45rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-lg); }.auth-demo-links a { padding: .5rem .55rem; border-radius: .45rem; color: var(--muted); font-size: .68rem; }.auth-demo-links a:hover, .auth-demo-links a.active { background: var(--primary-soft); color: var(--primary); }.auth-toast-region { position: fixed; z-index: 20; bottom: 1rem; inset-inline-end: 1rem; width: min(calc(100vw - 2rem), 340px); }.auth-toast { display: flex; align-items: center; gap: .65rem; padding: .8rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-lg); color: var(--ink); font-size: .73rem; }.auth-toast i { color: var(--success); font-size: 1rem; }
[data-theme="dark"] .auth-topbar { background: color-mix(in srgb, var(--canvas) 88%, transparent); }.auth-aside.tenant { background: linear-gradient(135deg, #0d4039, #102f3d); }.auth-aside.platform { background: #101631; }
@media (max-width: 900px) { .auth-layout { display: block; }.auth-aside { min-height: 285px; padding: 2.3rem clamp(1.25rem, 7vw, 4rem); }.auth-aside-inner { justify-content: flex-start; }.auth-aside h1 { max-width: 600px; font-size: 2.35rem; }.auth-quote { display: none; }.auth-main { min-height: calc(100vh - 285px); padding: 3rem 1.5rem 5rem; }.auth-card { width: min(100%, 480px); } }
@media (max-width: 560px) { .auth-topbar { height: 64px; padding: 0 1rem; }.auth-topbar .brand-mark { width: 2rem; height: 2rem; }.auth-topbar .brand-name { font-size: 1.1rem; }.auth-utilities { gap: .1rem; }.auth-utilities .icon-button { width: 2rem; height: 2rem; }.language-button { min-height: 2rem; padding: 0 .45rem; }.auth-layout { padding-top: 64px; }.auth-aside { min-height: 245px; padding: 1.75rem 1.25rem; }.auth-aside h1 { margin: .45rem 0 .45rem; font-size: 1.8rem; }.auth-aside p { font-size: .82rem; }.tenant-context { margin-bottom: .25rem; }.auth-main { min-height: auto; padding: 2rem 1.25rem 5rem; }.auth-card-header { margin-bottom: 1.5rem; }.auth-card h2 { font-size: 1.65rem; }.auth-form-row { align-items: flex-start; flex-direction: column; gap: .65rem; }.otp-group { gap: .3rem; }.otp-input { width: min(12.4vw, 3rem); height: min(12.4vw, 3rem); }.auth-demo-nav { bottom: .75rem; inset-inline-start: .75rem; }.auth-toast-region { bottom: .75rem; inset-inline-end: .75rem; } }
@media (prefers-reduced-motion: reduce) { .auth-topbar { backdrop-filter: none; } }
.auth-card-header h1{font:800 clamp(1.65rem,3vw,2rem)/1.25 Manrope,sans-serif;color:var(--text-primary);margin:.5rem 0 1rem}
.auth-aside .auth-brand-heading{max-width:500px;margin:.8rem 0 1rem;color:#fff;font-size:clamp(2.15rem,4.1vw,3.45rem);font-weight:760;letter-spacing:-.06em;line-height:1.08}
@media(max-width:900px){.auth-aside .auth-brand-heading{max-width:600px;font-size:2.35rem}}
@media(max-width:560px){.auth-aside .auth-brand-heading{margin:.45rem 0;font-size:1.8rem}}
