:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{width:100%;min-height:100%;background:#000}body,#root{width:100%;min-width:320px;min-height:100vh}body{margin:0}a{color:inherit;text-decoration:inherit}button{font:inherit}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Fredoka One,Nunito,sans-serif;background-color:#000;color:#fff;overflow:hidden;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.App{width:100vw;height:100vh;height:100dvh;display:flex;flex-direction:column}@keyframes float{0%{transform:translateY(0) scale(1);opacity:.3}to{transform:translateY(-30px) scale(1.2);opacity:.6}}.rotate-overlay{display:none;position:fixed;inset:0;z-index:99999;background:#0a1628f7;flex-direction:column;justify-content:center;align-items:center;gap:16px;color:#a5d6a7;text-align:center;padding:20px}.rotate-overlay .rotate-icon{font-size:3.5rem;animation:rotatePhone 1.5s ease-in-out infinite alternate}@keyframes rotatePhone{0%{transform:rotate(0)}to{transform:rotate(90deg)}}.rotate-overlay .rotate-text{font-size:1.2rem;font-weight:700;color:#e8f5e9}.rotate-overlay .rotate-sub{font-size:.85rem;color:#81c784;opacity:.8}@media(orientation:portrait)and (max-width:768px){.rotate-overlay{display:flex}}
