@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#f8fafc;overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch}input,textarea{-webkit-user-select:text;user-select:text}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}@media screen and (max-width: 768px){input,select,textarea{font-size:16px!important}}.dragging{opacity:.8;transform:scale(1.02);box-shadow:0 10px 25px -5px #0006}.product-card{transition:transform .2s ease,box-shadow .2s ease;cursor:grab}.product-card:active{cursor:grabbing}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}
