.loading-screen{background:#eeede4;justify-content:center;align-items:center;min-height:calc(100dvh - 4rem);padding:3rem 1.5rem;display:flex}.loading-screen.loading-inline{background:0 0;min-height:0;padding:2.5rem 0}.loading-sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.loading-inner{flex-direction:column;align-items:center;gap:1rem;animation:.3s both loading-fade-in;display:flex}@keyframes loading-fade-in{0%{opacity:0}to{opacity:1}}.loading-spinner{width:32px;height:32px;position:relative}.loading-spinner:before{content:"";border:3px solid var(--border);opacity:.55;border-radius:50%;position:absolute;inset:0}.loading-spinner:after{content:"";background:conic-gradient(from 0deg, transparent 60deg, var(--accent) 330deg);border-radius:50%;animation:.7s linear infinite loading-spin;position:absolute;inset:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px))}@keyframes loading-spin{to{transform:rotate(360deg)}}.loading-phrase{letter-spacing:.02em;color:var(--text-muted);text-align:center;margin:0;font-size:15px;font-weight:600;animation:.6s loading-phrase-in}@keyframes loading-phrase-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.loading-dots:after{content:"";animation:2.4s steps(4,end) infinite loading-dots}@keyframes loading-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}@media (prefers-reduced-motion:reduce){.loading-spinner:after{animation:1.4s ease-in-out infinite loading-pulse}.loading-phrase{animation:none}.loading-dots:after{content:"…";animation:none}}@keyframes loading-pulse{0%,to{opacity:.4}50%{opacity:1}}
