*{box-sizing:border-box;margin:0;padding:0;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body,html{height:100%;overflow:hidden;overscroll-behavior:none;touch-action:none}.spinner-overlay{align-items:center;background:#00000080;display:flex;height:100dvh;justify-content:center;left:0;position:fixed;top:0;width:100dvw;z-index:9999}.spinner-container{align-items:center;display:flex;flex-direction:column;gap:1dvh}.spinner{animation:spin 1s linear infinite;border:.5dvh solid #f3f3f3;border-radius:50%;border-top-color:#ffc403;height:15dvh;width:15dvh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.spinner-text{color:#fff;font-size:2.2dvh;font-weight:700}
