.auth-gate{flex-direction:column;min-height:100%;display:flex}.auth-session-bar{color:#4a5263;background:#fff;border-bottom:1px solid #e8ebf1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.875rem 1.25rem;padding:.8125rem 1.5rem;font-size:.8125rem;display:flex}.auth-session-bar__context{flex-direction:column;gap:.125rem;min-width:0;display:flex}.auth-session-bar__context-sub{color:#8a93a3;font-size:.78125rem;font-weight:600}.auth-session-bar__name{text-overflow:ellipsis;white-space:nowrap;color:#1a2233;min-width:0;max-width:14rem;font-size:.8125rem;font-weight:700;line-height:1.2;overflow:hidden}.auth-session-bar__role{color:#8a93a3;font-size:.6875rem;font-weight:600;line-height:1.2}.auth-session-bar__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;margin-left:auto;display:flex}.auth-session-bar__tool{letter-spacing:.02em;color:#5b6573;cursor:pointer;background:#fff;border:1px solid #e2e6ee;border-radius:.625rem;align-items:center;gap:.25rem;padding:.4375rem .625rem;font-size:.6875rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.auth-session-bar__tool:hover{background:#f4f6fa;border-color:#d8dee8}.auth-session-bar__tool--active{color:#1f4995;background:#eaf0fb;border-color:#1f4995}.auth-session-bar__tool-icon{width:.9375rem;height:.9375rem}.auth-session-bar__profile{background:#fff;border:1px solid #e2e6ee;border-radius:.625rem;align-items:center;gap:.5rem;padding:.25rem .4375rem .25rem .3125rem;display:inline-flex}button.auth-session-bar__profile--link{cursor:pointer;font:inherit;text-align:left;transition:background-color .15s,border-color .15s}button.auth-session-bar__profile--link:hover{background:#f7f9fc;border-color:#c9d4e8}.auth-session-bar__avatar{color:#fff;background:#1f4995;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:800;display:inline-flex}.auth-session-bar__profile-text{flex-direction:column;gap:.0625rem;min-width:0;padding-right:.125rem;display:flex}@media (max-width:639px){.auth-session-bar__tool-text,.auth-session-bar__profile-text{display:none}}@media (max-width:1023px){.auth-session-bar__tool--calc{display:none!important}}.auth-session-bar__logout{color:#5b6573;cursor:pointer;background:#fff;border:1px solid #e2e6ee;border-radius:.625rem;padding:.4375rem .6875rem;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.auth-session-bar__logout:hover{background:#f4f6fa;border-color:#d8dee8}.public-demo-banner{color:#53627a;background:#f5f8fd;border-bottom:1px solid #dbe5f5;justify-content:center;align-items:center;gap:.5rem;min-height:2rem;padding:.375rem 1rem;font-size:.75rem;line-height:1.25;display:flex}.public-demo-banner strong{color:#fff;background:#1f4995;border-radius:9999px;padding:.1875rem .5rem;font-size:.6875rem}.auth-screen{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-screen__card{border:1px solid var(--border);background:var(--surface);width:100%;max-width:26rem;box-shadow:0 10px 30px rgb(var(--scrim-rgb) / .06);border-radius:.875rem;padding:1.5rem}.auth-screen__card--loading{text-align:center}.auth-screen__brand{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.auth-screen__brand-mark{background:var(--text-primary);width:2.5rem;height:2.5rem;color:var(--surface);border-radius:.625rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:inline-flex}.auth-screen__brand-mark--warn{background:var(--warning-700)}.auth-screen__title{color:var(--text-primary);font-size:1.125rem;font-weight:700}.auth-screen__subtitle{color:var(--text-subtle);margin-top:.125rem;font-size:.875rem}.auth-screen__demo-intro{color:#53627a;background:#f7f9fd;border:1px solid #dbe5f5;border-radius:.625rem;margin-bottom:1rem;padding:.875rem}.auth-screen__demo-heading{align-items:center;gap:.5rem;display:flex}.auth-screen__demo-heading h2{color:var(--text-primary);margin:0;font-size:.875rem;font-weight:700}.auth-screen__demo-badge{color:#fff;background:#1f4995;border-radius:9999px;flex-shrink:0;padding:.1875rem .5rem;font-size:.6875rem;font-weight:700}.auth-screen__demo-intro>p{margin:.625rem 0 0;font-size:.78125rem;line-height:1.55}@media (max-width:380px){.public-demo-banner{gap:.375rem;padding-inline:.625rem;font-size:.6875rem}.auth-screen__demo-heading{align-items:flex-start}}.auth-screen__email{color:var(--text-soft);margin-bottom:.75rem;font-size:.8125rem}.auth-screen__form{flex-direction:column;gap:.875rem;display:flex}.auth-screen__field{color:var(--text-secondary);flex-direction:column;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.auth-screen__field input{border:1px solid var(--border-strong);color:var(--text-primary);border-radius:.5rem;padding:.625rem .75rem;font-size:.9375rem;font-weight:400}.auth-screen__field input:focus{outline:2px solid var(--text-muted);outline-offset:1px}.auth-screen__field input:disabled{background:var(--surface-muted);color:var(--text-subtle)}.auth-screen__alert{border-radius:.5rem;padding:.625rem .75rem;font-size:.8125rem;line-height:1.45}.auth-screen__alert--error{border:1px solid var(--danger-200);background:var(--danger-50);color:var(--danger-800)}.auth-screen__alert--warn{border:1px solid var(--warning-200);background:var(--warning-50);color:var(--warning-800)}.auth-screen__alert--success{border:1px solid var(--success-200);background:var(--success-50);color:var(--success-800)}.auth-screen__submit{background:var(--text-primary);color:var(--surface);cursor:pointer;border:none;border-radius:.5rem;padding:.6875rem .875rem;font-size:.9375rem;font-weight:600}.auth-screen__submit:hover:not(:disabled){background:var(--text-strong)}.auth-screen__submit:disabled{opacity:.6;cursor:not-allowed}.auth-screen__submit--ghost{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary)}.auth-screen__submit--ghost:hover{background:var(--surface-muted)}.auth-screen__secondary-action{text-align:center;margin-top:.75rem}.auth-screen__link-button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.8125rem;font-weight:600}.auth-screen__link-button:hover:not(:disabled){color:var(--text-primary);text-decoration:underline}.auth-screen__link-button:disabled{color:var(--text-muted);cursor:not-allowed}.auth-screen__reset-form{border-top:1px solid var(--border);flex-direction:column;gap:.875rem;margin-top:1rem;padding-top:1rem;display:flex}.auth-screen__reset-copy{flex-direction:column;gap:.25rem;display:flex}.auth-screen__reset-copy h2{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:700}.auth-screen__reset-copy p{color:var(--text-subtle);margin:0;font-size:.8125rem;line-height:1.5}.auth-screen__hint{color:var(--text-subtle);margin-top:1rem;font-size:.75rem;line-height:1.5}.auth-screen__loading{color:var(--text-subtle);font-size:.9375rem}.auth-gate>.dashboard-shell,.auth-gate>:not(.auth-session-bar){flex:1;min-height:0}
