:root{--bd-motion:#a6693f;--bd-settled:#424244;--bd-track:#e7e7ea;--bd-track-soft:#d4d4d7;--bd-ink:#1d1f20;--bd-muted:#1d1f208c;--bd-faint:#1d1f2047;--bd-ground:#f2f2f3}@keyframes bd-baton{0%{width:0;left:0}18%{width:34%;left:0}42%{width:34%;left:33%}46%{width:34%;left:33%}70%{width:34%;left:66%}88%{width:0;left:100%}to{width:0;left:100%}}@keyframes bd-tick{0%,8%{background:var(--bd-track);transform:scaleY(1)}14%{background:var(--bd-motion);transform:scaleY(1.9)}30%{background:var(--bd-settled);transform:scaleY(1)}92%,to{background:var(--bd-track);transform:scaleY(1)}}@keyframes bd-draw{0%{transform:scaleX(0)}42%,to{transform:scaleX(1)}}@keyframes bd-hold{0%,30%{opacity:0;transform:translate(-14px)}46%,84%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(6px)}}@keyframes bd-cursor{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes bd-mark-l{0%{top:0;left:0}22%{top:0;left:calc(100% - var(--bd-m))}44%{top:calc(100% - var(--bd-m));left:calc(100% - var(--bd-m))}66%{top:calc(100% - var(--bd-m));left:0}88%,to{top:0;left:0}}@keyframes bd-mark-r{0%{top:calc(100% - var(--bd-m));left:calc(100% - var(--bd-m))}22%{top:calc(100% - var(--bd-m));left:0}44%{top:0;left:0}66%{top:0;left:calc(100% - var(--bd-m))}88%,to{top:calc(100% - var(--bd-m));left:calc(100% - var(--bd-m))}}@keyframes bd-slab{0%{top:0;left:0}22%{top:0;left:calc(100% - var(--bd-s))}44%{top:calc(100% - var(--bd-s));left:calc(100% - var(--bd-s))}66%{top:calc(100% - var(--bd-s));left:0}88%,to{top:0;left:0}}@keyframes bd-frame{0%,to{opacity:.4}50%{opacity:.8}}@keyframes bd-core{0%,to{opacity:.15;transform:scale(.82)}50%{opacity:.4;transform:scale(1)}}@keyframes bd-breathe{0%,to{opacity:.35}50%{opacity:1}}.bd-baton{background:var(--bd-track);width:100%;height:10px;display:block;position:relative;overflow:hidden}.bd-baton:after{content:"";background:var(--bd-motion);width:0;animation:1.8s cubic-bezier(.5,0,.2,1) infinite bd-baton;position:absolute;top:0;bottom:0;left:0}.bd-baton--inline{vertical-align:middle;width:5.5rem;height:8px;display:inline-block}.bd-baton--current{background:color-mix(in srgb, currentColor 26%, transparent)}.bd-baton--current:after{background:currentColor}.bd-baton-lanes{gap:1px;margin-top:5px;display:flex}.bd-baton-lanes>i{background:var(--bd-track-soft);flex:1;height:3px}.bd-ticks{align-items:center;gap:5px;display:inline-flex}.bd-ticks>i{background:var(--bd-track);width:14px;height:7px;animation:2.1s linear infinite bd-tick;display:block}.bd-ticks>i:nth-child(2){animation-delay:.12s}.bd-ticks>i:nth-child(3){animation-delay:.24s}.bd-ticks>i:nth-child(4){animation-delay:.36s}.bd-ticks>i:nth-child(5){animation-delay:.48s}.bd-ticks>i:nth-child(6){animation-delay:.6s}.bd-ticks__label{color:var(--bd-muted);margin-left:.65rem;font-size:.75rem}.bd-mark{width:84px;height:84px;position:relative}.bd-mark__frame{border:2px solid var(--bd-ink);animation:2.4s ease-in-out infinite bd-frame;position:absolute;inset:0}.bd-mark__core{background:var(--bd-motion);animation:2.4s ease-in-out infinite bd-core;position:absolute;inset:26%}.bd-mark__slab{--bd-s:18px;width:var(--bd-s);height:var(--bd-s);background:var(--bd-motion);animation:2.4s cubic-bezier(.65,0,.35,1) -420ms infinite bd-slab;position:absolute}.bd-mark__tick{--bd-m:15px;width:var(--bd-m);height:var(--bd-m);position:absolute}.bd-mark__tick--lead{border-top:3px solid var(--bd-ink);border-left:3px solid var(--bd-ink);animation:2.4s cubic-bezier(.65,0,.35,1) infinite bd-mark-l}.bd-mark__tick--trail{border-bottom:3px solid var(--bd-ink);border-right:3px solid var(--bd-ink);animation:2.4s cubic-bezier(.65,0,.35,1) infinite bd-mark-r}.bd-boot{min-height:60vh;color:var(--bd-ink);flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;padding:2rem 1rem;font-family:Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.bd-boot--full{min-height:100vh}.bd-boot__board{flex-direction:column;gap:9px;width:min(300px,78vw);display:flex;position:relative}.bd-boot__row{align-items:center;gap:10px;height:14px;display:flex}.bd-boot__bar{background:var(--bd-settled);transform-origin:0;height:14px;animation:2.6s cubic-bezier(.5,0,.2,1) infinite bd-draw;display:block}.bd-boot__bar--faint{background:var(--bd-track-soft)}.bd-boot__bar--motion{background:var(--bd-motion)}.bd-boot__hold{background:var(--bd-motion);width:34px;height:14px;animation:2.6s cubic-bezier(.5,0,.2,1) infinite bd-hold;display:block}.bd-boot__row:nth-child(2) .bd-boot__bar{animation-delay:.16s}.bd-boot__row:nth-child(3) .bd-boot__bar,.bd-boot__row:nth-child(3) .bd-boot__hold{animation-delay:.32s}.bd-boot__row:nth-child(4) .bd-boot__bar{animation-delay:.48s}.bd-boot__row:nth-child(5) .bd-boot__bar{animation-delay:.64s}.bd-boot__corner{width:14px;height:14px;position:absolute}.bd-boot__corner--tl{border-top:3px solid var(--bd-ink);border-left:3px solid var(--bd-ink);top:-16px;left:-16px}.bd-boot__corner--br{border-bottom:3px solid var(--bd-ink);border-right:3px solid var(--bd-ink);bottom:-16px;right:-16px}.bd-boot__caption{text-align:center}.bd-boot__brand{letter-spacing:.06em;margin:0;font-family:Barlow Condensed,Barlow,sans-serif;font-size:15px;font-weight:600}.bd-boot__what{color:var(--bd-muted);margin:.4rem 0 0;font-size:13px}.bd-boot__cursor{animation:.9s step-end infinite bd-cursor}.bd-wait{justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem;display:flex}.bd-wait--full{min-height:100vh}.bd-wait .bd-baton{width:150px}@media (prefers-reduced-motion:reduce){.bd-baton:after,.chakra-spinner:after{width:100%;animation:1.8s ease-in-out infinite bd-breathe;left:0}.bd-ticks>i{background:var(--bd-settled);animation:2.1s ease-in-out infinite bd-breathe}.bd-mark__frame,.bd-mark__core,.bd-mark__slab,.bd-mark__tick--lead,.bd-mark__tick--trail,.bd-boot__bar,.bd-boot__hold,.bd-boot__cursor{animation:2.4s ease-in-out infinite bd-breathe}.bd-mark__slab,.bd-mark__tick--lead{top:0;left:0}.bd-mark__tick--trail{top:calc(100% - var(--bd-m));left:calc(100% - var(--bd-m))}.bd-boot__bar{transform:scaleX(1)}.bd-boot__hold{opacity:1;transform:none}}
