.auth-session-ended-overlay{z-index:var(--z-modal);padding:var(--space-5);background:var(--modal-overlay-bg);cursor:pointer;place-items:center;display:grid;position:fixed;inset:0}.auth-session-ended-card{width:min(100%, var(--auth-card-width));border:var(--component-border-width) solid var(--auth-card-border);border-radius:var(--auth-card-radius);gap:var(--space-2);padding:var(--auth-card-padding);background:var(--auth-card-bg);box-shadow:var(--shadow-menu);outline:none;display:grid}.auth-session-ended-card:focus-visible{box-shadow:var(--shadow-menu), var(--effect-brand-focus-ring)}.auth-session-ended-title,.auth-session-ended-copy{margin:0}.auth-session-ended-title{color:var(--color-text-strong);font-family:var(--font-brand-display);font-size:var(--font-size-section);font-weight:var(--font-weight-semibold);line-height:var(--line-height-title)}.auth-session-ended-copy{color:var(--color-text-muted);font-size:var(--font-size-body);line-height:var(--line-height-body)}.auth-session-ended-timer{height:var(--space-hairline-strong);margin-top:var(--space-3);border-radius:var(--radius-pill);background:var(--color-surface-muted);overflow:hidden}.auth-session-ended-timer-fill{border-radius:inherit;background:var(--color-accent);transform-origin:0;width:100%;height:100%;animation:auth-session-ended-timer var(--auth-session-ended-duration) linear forwards}@keyframes auth-session-ended-timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes auth-session-ended-wait{0%,to{opacity:1}}@media (prefers-reduced-motion:reduce){.auth-session-ended-timer-fill{animation-name:auth-session-ended-wait}}@media (width<=640px){.auth-session-ended-card{padding:var(--auth-card-mobile-padding)}}.auth-session-warning-overlay{background:var(--auth-auth-session-warning-background-8fc81bb8)}.auth-session-warning-modal{box-shadow:var(--auth-auth-session-warning-box-shadow-b919cb56)}.auth-session-warning{gap:var(--space-4);display:grid}.auth-session-warning-countdown{width:fit-content;min-width:var(--auth-auth-session-warning-min-width-0ecf1cbc);border:var(--component-border-width) solid var(--effect-brand-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);background:var(--color-accent-surface);color:var(--color-accent-strong);font-size:var(--font-size-heading);font-weight:var(--font-weight-bold);line-height:var(--line-height-flat);font-variant-numeric:tabular-nums}.auth-session-warning-copy{max-width:var(--auth-auth-session-warning-max-width-c0aa05a9);color:var(--color-text);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-body);margin:0}
