@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:DM Sans,system-ui,sans-serif;min-height:100vh}body.dark{background:#0a0a0a;color:#f0ebe1}body.light{background:#f5f4f1;color:#1a1a1a}#root{min-height:100vh}input,textarea,select,button{font-family:inherit}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.map-wrap{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:200;display:flex;align-items:flex-end;justify-content:center}.map-inner{width:100%;max-width:480px;background:#141414;border-radius:24px 24px 0 0;padding:20px;height:88vh;display:flex;flex-direction:column;gap:12px}
