:root{color-scheme:dark;font-family:system-ui,sans-serif;background:#100d0a;color:#e9deca}body{margin:0;min-height:100dvh;display:grid;place-items:center;background:radial-gradient(ellipse at top,#292218,transparent 70%)}main{text-align:center;padding:24px}#access-spinner{margin:26px auto 14px;width:28px;height:28px;border:2px solid #66573a;border-top-color:#e0c68b;border-radius:50%;animation:spin .9s linear infinite}button,a{color:#201a10;background:#ddc18b;border:0;border-radius:12px;padding:12px 20px;text-decoration:none;font:inherit}button[hidden],a[hidden],div[hidden]{display:none}#status{font-size:14px;color:#bfb49e}@keyframes spin{to{transform:rotate(360deg)}}
