.inu-loader{--loader-paper:#f4f1ea;--loader-ink:#070707;position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;background:var(--loader-paper);color:var(--loader-ink);opacity:1;visibility:visible;transition:opacity .55s cubic-bezier(.76,0,.24,1),visibility .55s;overflow:hidden}
.inu-loader::before{content:"";position:absolute;inset:0;opacity:.055;background-image:radial-gradient(currentColor .55px,transparent .7px);background-size:4px 4px;pointer-events:none}
.inu-loader__stage{width:min(72vw,520px);display:grid;justify-items:center;gap:30px}
.inu-loader__signature{display:block;width:min(68vw,430px);height:auto;overflow:visible}
.inu-loader__signature text{font-family:"Snell Roundhand","Apple Chancery","Brush Script MT",cursive;font-size:96px;font-weight:400;letter-spacing:-3px;fill:transparent;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1050;stroke-dashoffset:1050;animation:inu-sign 1.15s cubic-bezier(.65,0,.2,1) forwards}
.inu-loader__signature .inu-loader__studio{font-family:"IBM Plex Sans Condensed","Arial Narrow",sans-serif;font-size:18px;font-weight:500;letter-spacing:5px;stroke-width:.65;animation-delay:.32s}
.inu-loader__rule{position:relative;width:100%;height:1px;background:rgba(7,7,7,.18);overflow:visible}
.inu-loader__progress{position:absolute;inset:-1px auto auto 0;width:0;height:3px;background:currentColor;animation:inu-progress 1.35s cubic-bezier(.76,0,.24,1) forwards}
.inu-loader__dot{position:absolute;right:0;top:50%;width:7px;height:7px;border:1px solid currentColor;border-radius:50%;background:var(--loader-paper);transform:translate(50%,-50%)}
.inu-loader__meta{width:100%;display:flex;justify-content:space-between;font:10px/1 "IBM Plex Mono",monospace;letter-spacing:.18em;text-transform:uppercase}
.inu-loader__meta span:last-child{font-variant-numeric:tabular-nums}
.inu-loader.is-complete{opacity:0;visibility:hidden;pointer-events:none}
html[data-site-theme="mono-dark"] .inu-loader{--loader-paper:#050505;--loader-ink:#f4f1ea}
html[data-site-theme="chromatic"] .inu-loader{--loader-paper:#a51951;--loader-ink:#fff}
@keyframes inu-sign{0%{stroke-dashoffset:1050;fill:transparent}72%{fill:transparent}100%{stroke-dashoffset:0;fill:currentColor}}
@keyframes inu-progress{0%{width:0}35%{width:38%}72%{width:76%}100%{width:100%}}
@media(max-width:620px){.inu-loader__stage{width:78vw;gap:22px}.inu-loader__signature text{font-size:82px}.inu-loader__signature .inu-loader__studio{font-size:16px}.inu-loader__meta{font-size:8px}}
@media(prefers-reduced-motion:reduce){.inu-loader__signature text,.inu-loader__progress{animation-duration:.01ms}.inu-loader{transition-duration:.15s}}
