.home-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:100dvh;padding:2rem 1.5rem;display:flex}.home-page p{max-width:28rem;color:var(--color-muted)}.not-found-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:100dvh;padding:2rem 1.5rem;display:flex}.not-found-page p{max-width:28rem;color:var(--color-muted)}.bell-stage-wrap{width:16rem;max-width:80vw;height:16rem;max-height:80vw;position:relative}.bell-stage{touch-action:manipulation;width:100%;height:100%}.bell-stage canvas{width:100%;height:100%;display:block}.bell-stage__loading{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.bell-stage__spinner{border:3px solid color-mix(in srgb, var(--color-gold,#f5b942) 35%, transparent);border-top-color:var(--color-gold,#f5b942);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite bell-stage-spin}@keyframes bell-stage-spin{to{transform:rotate(360deg)}}.table-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:100dvh;padding:2rem 1.5rem;display:flex}.table-page__floor{color:var(--color-muted);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:1rem}.table-page__name{margin:0 0 1rem;font-size:2rem}.table-page__message{color:var(--color-muted);align-items:center;gap:.5rem;margin-top:1.5rem;display:inline-flex}.table-page__message--error{color:var(--color-error)}.table-page__spinner{border:2px solid color-mix(in srgb, currentColor 30%, transparent);border-top-color:currentColor;border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite table-page-spin}@keyframes table-page-spin{to{transform:rotate(360deg)}}:root{--color-bg:#fffaf0;--color-text:#1f1a12;--color-muted:#756a54;--color-error:#b3261e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
