/* Authentication and account access only. Uses the shared design tokens. */
.auth-body { background: var(--ui-surface); }
.auth-shell { display: grid; grid-template-columns: minmax(340px, .85fr) minmax(500px, 1.15fr); min-height: 100dvh; }
.auth-story { background: var(--ui-sidebar); color: #eef4ff; padding: 48px 52px 32px; display: flex; flex-direction: column; justify-content: space-between; gap: 48px; }
.auth-story-content { margin: 30px 0; }
.auth-eyebrow { font-size: 10px; letter-spacing: 1.8px; color: #a8caff; font-weight: 600; }
.auth-story h2 { font-size: clamp(32px, 3.3vw, 48px); line-height: 1.2; letter-spacing: -1.5px; font-weight: 550; margin: 24px 0; }
.auth-story-content > p { color: #c0d1ed; font-size: 14px; line-height: 1.9; }
.auth-story-footer { margin: 0; font-size: 11px; color: #aac0e3; }
.auth-illustration { margin-top: 50px; max-width: 370px; background: #193762; padding: 22px; border: 1px solid #345a91; border-radius: 16px; transform: rotate(-2deg); }
.auth-illustration-card { display: flex; align-items: center; gap: 12px; border-radius: 12px; padding: 16px; background: #f1f6ff; color: #244b85; }
.auth-illustration-card strong { display: block; font-size: 12px; font-weight: 600; }
.auth-illustration-card small { display: block; font-size: 10px; color: #607fa8; margin-top: 4px; }
.auth-illustration-card > .icon { width: 16px; margin-left: auto; }
.auth-illustration-lines { margin: 22px 4px 0; }
.auth-illustration-lines i { display: block; height: 7px; border-radius: 4px; background: #466b9e; width: 80%; margin-bottom: 12px; }
.auth-illustration-lines i:nth-child(2) { width: 60%; }.auth-illustration-lines i:last-child { width: 35%; margin: 0; }
.auth-main { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 48px; min-width: 0; }
.auth-panel { width: 100%; max-width: 430px; margin: auto 0; }
.auth-panel-wide { max-width: 620px; }
.auth-kicker { color: var(--ui-primary); font-size: 10px; font-weight: 650; letter-spacing: 1.3px; }
.auth-header { margin-bottom: 30px; }
.auth-header h1 { margin: 14px 0 12px; font-size: 29px; font-weight: 600; letter-spacing: -.9px; line-height: 1.25; }
.auth-header p { margin: 0; color: var(--ui-muted); font-size: 13px; line-height: 1.75; }
.auth-form { display: flex; flex-direction: column; gap: 22px; }
.auth-form .form-control, .auth-form .form-select { min-height: 44px; }
.auth-form .btn { min-height: 44px; }
.auth-switch { margin: 26px 0 0; text-align: center; color: var(--ui-muted); font-size: 13px; }
.auth-switch a { color: var(--ui-primary); font-weight: 600; }
.auth-switch a:hover { text-decoration: underline; }
.auth-footnote { display: flex; align-items: flex-start; gap: 10px; padding: 16px; border: 1px solid var(--ui-border); border-radius: 10px; background: var(--ui-surface-muted); font-size: 11px; line-height: 1.6; color: var(--ui-muted); }
.auth-switch + .auth-footnote { margin-top: 30px; }
.auth-footnote .icon { width: 16px; height: 16px; margin-top: 2px; }
.auth-footer { margin-top: 36px; padding-top: 20px; font-size: 11px; color: var(--ui-muted); }
.auth-mobile-brand { display: none; }
.password-field { position: relative; }
.password-field input { padding-right: 66px; }
.password-field .form-control.is-invalid { background-image: none; }
.password-toggle { position: absolute; top: 31px; right: 8px; min-height: 38px; padding: 0 8px; background: transparent; border: 0; border-radius: 6px; font-size: 11px; color: var(--ui-primary); font-weight: 600; }
.password-toggle:hover { background: var(--ui-primary-soft); }
.pending-summary { display: flex; align-items: center; flex-direction: column; text-align: center; padding: 8px 0 20px; }
.pending-summary > p { font-size: 13px; line-height: 1.8; color: var(--ui-muted); margin-top: 20px; }
.account-create-panel { max-width: 850px; }
.account-tabs { display: flex; flex-wrap: wrap; gap: 20px; padding: 0 24px; margin-bottom: 20px; border-bottom: 1px solid var(--ui-border); }
.account-tab { color: var(--ui-muted); padding: 12px 0; font-size: 12px; border-bottom: 2px solid transparent; }
.account-tab.active { color: var(--ui-primary); border-color: var(--ui-primary); font-weight: 600; }
@media (max-width: 1199.98px) { .auth-story { padding: 40px 32px; }.auth-main { padding: 40px 32px; }.auth-shell { grid-template-columns: minmax(300px, .75fr) minmax(460px, 1.25fr); } }
@media (max-width: 991.98px) { .auth-shell { display: block; }.auth-story { display: none; }.auth-main { min-height: 100dvh; padding: 28px 32px; }.auth-mobile-brand { display: flex; align-items: center; gap: 10px; color: var(--ui-primary); font-size: 22px; font-weight: 600; margin-bottom: 40px; align-self: flex-start; }.auth-panel { margin: auto 0; } }
@media (max-width: 575.98px) { .auth-main { padding: 24px 20px; }.auth-header h1 { font-size: 26px; }.auth-header { margin-bottom: 24px; }.auth-form { gap: 20px; }.auth-footer { margin-top: 28px; }.auth-form .form-control, .auth-form .form-select { font-size: 16px; }.password-toggle { top: 33px; }.auth-mobile-brand { margin-bottom: 32px; } }
