@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0a0a0b;color:#fff;overflow:hidden}#root{display:flex;flex-direction:column;width:100%;height:100%;position:relative;background-color:#0a0a0b}@media(max-width:767px){#root{max-width:100%;margin:0;height:100vh;height:100dvh}}@media(min-width:768px){body{background:#0a0a0b;display:block;padding:0;min-height:100vh}#root{height:100vh;width:100%;border-radius:0;overflow:hidden;box-shadow:none;border:none}#root:after{display:none}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}button{font-family:inherit;border:none;cursor:pointer;background:none}input,textarea{font-family:inherit;border:none;outline:none;background:none}.safe-area-top{padding-top:env(safe-area-inset-top,20px)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,20px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}
