auth-dialog{position:fixed;inset:0;z-index:12;display:grid;place-items:center;padding:1.25rem;background:color-mix(in srgb,var(--color-scrim) 45%,transparent);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:1;transition:opacity .25s var(--ease-emphasized)}auth-dialog[open=false]{opacity:0;pointer-events:none}auth-card{display:flex;flex-direction:column;gap:.8rem;width:min(100%,380px);padding:1.8rem 1.5rem 1.5rem;background:var(--color-surface-container-lowest);border:var(--frame-width) solid var(--frame-color);box-shadow:8px 8px 0 var(--shadow-ink);transition:transform .45s var(--ease-spring)}auth-dialog[open=false] auth-card{transform:translateY(30px) scale(.9)}auth-title{font-family:var(--font-serif);font-weight:640;font-variation-settings:"WONK" 1,"SOFT" 0;font-size:1.45rem}auth-hint{font-size:.88rem;line-height:1.5;color:var(--color-on-surface-variant)}auth-field input{width:100%;padding:.75rem .9rem;font:inherit;font-weight:600;color:var(--color-on-surface);background:var(--color-surface-container-low);border:var(--frame-width) solid var(--frame-color)}auth-field input:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}auth-error{min-height:1.1rem;font-size:.82rem;font-weight:600;color:var(--color-error)}auth-error:empty{display:none}auth-actions{display:flex;flex-direction:column;gap:.7rem}auth-actions button,auth-dialog>auth-card>button,auth-dialog theme-toggle>button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:50px;font-weight:700;font-size:.88rem;letter-spacing:.09em;text-transform:uppercase;transition:transform .25s var(--ease-spring),box-shadow .25s var(--ease-spring),filter .2s var(--ease-emphasized)}auth-dialog button[kind=filled]{background:var(--color-primary);color:var(--color-on-primary);border:var(--frame-width) solid var(--color-primary);box-shadow:4px 4px 0 var(--color-tertiary-container)}auth-dialog button[kind=filled]:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--color-tertiary-container);filter:brightness(1.05)}auth-dialog button[kind=filled]:active{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--color-tertiary-container)}auth-dialog button[kind=tonal]{background:var(--color-surface-container-lowest);color:var(--color-on-surface);border:var(--frame-width) solid var(--frame-color);box-shadow:4px 4px 0 var(--shadow-ink)}auth-dialog button[kind=tonal]:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--shadow-ink)}auth-dialog button[kind=tonal]:active{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--shadow-ink)}auth-dialog[busy=true] button{opacity:.5;pointer-events:none}profile-head{display:flex;align-items:center;gap:.8rem;width:100%}profile-avatar{display:block;width:64px;height:64px;flex-shrink:0}profile-avatar button{position:relative;display:block;width:100%;height:100%;padding:0;border:var(--frame-width) solid var(--frame-color);box-shadow:4px 4px 0 var(--shadow-ink);transition:transform .25s var(--ease-spring),box-shadow .25s var(--ease-spring)}profile-avatar button:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--shadow-ink)}profile-avatar button:active{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--shadow-ink)}profile-avatar button>span{position:absolute;right:-6px;bottom:-6px;display:grid;place-items:center;width:22px;height:22px;background:var(--color-primary);color:var(--color-on-primary);border:var(--line-thin) solid var(--frame-color)}profile-avatar button>span m-symbol{font-size:14px}profile-identity{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0;text-align:left}profile-name{font-family:var(--font-serif);font-weight:640;font-variation-settings:"WONK" 1,"SOFT" 0;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}profile-since{font-size:.78rem;color:var(--color-on-surface-variant)}profile-head badge-emblem[shown=false]{display:none}profile-stats{display:grid;grid-template-columns:repeat(2,1fr);width:100%;border:var(--line-thin) solid var(--color-outline-variant)}profile-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.6rem .4rem;border-right:var(--line-thin) solid var(--color-outline-variant);border-bottom:var(--line-thin) solid var(--color-outline-variant)}profile-stat:nth-child(2n){border-right:none}profile-stat:nth-last-child(-n+2){border-bottom:none}profile-stat-name{font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-on-surface-variant)}profile-stat-value{font-family:var(--font-serif);font-weight:640;font-size:1.05rem;font-variant-numeric:tabular-nums}auth-dialog button[shown=false]{display:none}auth-dialog[state=signed-out] profile-head,auth-dialog[state=signed-out] profile-stats,auth-dialog[state=signed-out] theme-toggle,auth-dialog[state=signed-out]>auth-card>button[kind=tonal]{display:none}auth-dialog[state=signed-in] auth-field,auth-dialog[state=signed-in] auth-actions,auth-dialog[state=signed-in] auth-hint{display:none}
