.atelier-loading{--al-bg: #faf8f5;--al-grid: rgba(44, 43, 41, .08);--al-dash: rgba(44, 43, 41, .5);--al-ring-track: rgba(125, 143, 120, .2);--al-ring: rgba(95, 110, 91, .65);position:relative;min-height:100dvh;width:100%;display:grid;place-items:center;background:var(--al-bg);overflow:hidden}.atelier-loading--gate{min-height:100dvh;height:100dvh;margin-top:0}.atelier-loading__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,var(--al-grid) 1px,transparent 1px),linear-gradient(to bottom,var(--al-grid) 1px,transparent 1px);background-size:28px 28px;opacity:.9;pointer-events:none}.atelier-loading__mark{position:relative;z-index:1;width:min(280px,58vw);aspect-ratio:1}.atelier-loading__svg{width:100%;height:100%;display:block;overflow:visible}.atelier-loading__dash{stroke:var(--al-dash);stroke-width:1.75;stroke-dasharray:5 6;animation:atelier-loading-dash 10s linear infinite}.atelier-loading__ring-track{stroke:var(--al-ring-track)}.atelier-loading__ring-fill{stroke:var(--al-ring);transform-box:view-box;transform-origin:160px 160px;transform:rotate(-90deg);animation:atelier-loading-fill 1.65s cubic-bezier(.45,0,.2,1) infinite}@keyframes atelier-loading-fill{0%{stroke-dashoffset:596.9}80%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes atelier-loading-dash{to{stroke-dashoffset:-88}}@media(prefers-reduced-motion:reduce){.atelier-loading__ring-fill,.atelier-loading__dash{animation:none}.atelier-loading__ring-fill{stroke-dashoffset:0}}
