@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}.perspective-1000{perspective:1000px}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.animate-in{animation-duration:.32s;animation-timing-function:ease;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.slide-in-from-bottom-2,.slide-in-from-bottom-4{animation-name:slideInBottom}.slide-in-from-right-2{animation-name:slideInRight}.duration-300{animation-duration:.3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes floatingPhone{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.floating-phone{animation:floatingPhone 4.2s ease-in-out infinite}.floating-phone:hover{animation-play-state:paused}
