:root{--color-primary: #646cff;--color-primary-hover: #535bf2;--color-background: #242424;--color-text: rgba(255, 255, 255, .87);--color-text-secondary: #888;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--transition-fast: .2s ease;--transition-medium: .3s ease;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color-text);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%;overflow:hidden;overscroll-behavior:none;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;touch-action:pan-y;-webkit-overflow-scrolling:touch}#root{width:100%;min-height:100vh;height:100%;overflow:hidden}@media screen and (orientation:portrait){html,body,#root{width:100vw;height:100vh;overflow:hidden}}@media screen and (orientation:landscape){html,body,#root{width:100vw;height:100vh;overflow-y:auto;overflow-x:hidden}}button{font-family:inherit;cursor:pointer;transition:var(--transition-fast)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}@media(prefers-color-scheme:light){:root{--color-background: #ffffff;--color-text: #213547;--color-primary: #646cff}}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}to{transform:translate(0)}}.shake{animation:shake .4s ease}
