.bookee-loader{color:var(--fg,#2a2419);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex}.bookee-loader__mark{width:132px;height:auto;display:block}.bookee-loader:not(.bookee-loader--viewport) .bookee-loader__mark{width:96px}.bookee-loader__animation{flex:0 0 112px;width:112px;height:112px}.bookee-loader__animation svg{display:block}.bookee-loader__track{width:96px;height:8px;position:relative}.bookee-loader__track:before{content:"";background:#2a241914;border-radius:999px;height:2px;margin-top:-1px;position:absolute;top:50%;left:0;right:0}.bookee-loader__thumb{background:var(--bookee-loader-accent,#d2542a);border-radius:50%;width:8px;height:8px;animation:.9s linear infinite alternate bookee-loader-slide;position:absolute;top:0;left:0}.bookee-loader__label{color:var(--fg-muted,#756c57);margin:0;font-size:.8125rem;font-weight:500}.bookee-loader--viewport{background:var(--bg,#fbf9f5);box-sizing:border-box;min-height:100dvh;padding:0}.bookee-loader--content{min-height:calc(100dvh - var(--content-topbar-h,var(--topbar-h,0px)));box-sizing:border-box;background:0 0;padding:0}@keyframes bookee-loader-slide{0%{left:0}to{left:calc(100% - 8px)}}@media (prefers-reduced-motion:reduce){.bookee-loader__thumb{animation:none;left:calc(50% - 4px)}}
