.account-shell{padding-top:clamp(1.75rem,5vw,4rem)}.auth-card{display:grid;gap:1rem}.auth-card h2,.auth-status p{margin:0}.google-login{width:100%;justify-content:center;text-align:center}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:0;color:var(--muted);font-size:.9rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;border-top:1px solid var(--line)}.local-mode-note{margin:0;border-left:.3rem solid #c08a12;padding:.8rem 1rem;background:#fff5d9;color:#5d460f;line-height:1.55}.auth-status{display:grid;justify-items:start;gap:.75rem;margin-top:0}.auth-placeholder{min-height:10rem;background:linear-gradient(100deg,var(--paper) 20%,#ebe7de 48%,var(--paper) 76%);background-size:220% 100%;animation:account-loading 1.6s linear infinite}@keyframes account-loading{to{background-position-x:-220%}}@media (max-width:42rem){.auth-card .secondary-action{width:100%}}@media (prefers-reduced-motion:reduce){.auth-placeholder{animation:none}}@media (forced-colors:active){.local-mode-note{border:2px solid CanvasText;forced-color-adjust:none}}