:root{color-scheme:dark;--bg:#090c11;--ivory:#f3f0e9;--gold:#e1c58e;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:#090c11;color:#f3f0e9;font-family:Outfit,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}a{color:inherit}img,video{max-width:100%}.app-opening{min-height:100svh;display:grid;place-content:center;text-align:center;gap:18px;font-size:13px;color:#b8b2a5;letter-spacing:.14em}.app-opening span{width:50px;height:2px;margin:auto;background:#e1c58e;animation:opening 1.2s ease-in-out infinite;transform-origin:left}@keyframes opening{50%{transform:scaleX(.3);opacity:.4}}@media(prefers-reduced-motion:reduce){.app-opening span{animation:none}}
