@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-color: #F3F4F6;--surface-color: #FFFFFF;--text-primary: #111827;--text-secondary: #6B7280;--accent-blue: #3B82F6;--accent-green: #10B981;--accent-purple: #8B5CF6;--accent-orange: #F97316;--accent-red: #EF4444;--tag-bg-blue: #DBEAFE;--tag-text-blue: #1E40AF;--tag-bg-green: #D1FAE5;--tag-text-green: #065F46;--tag-bg-purple: #EDE9FE;--tag-text-purple: #5B21B6;--tag-bg-orange: #FFEDD5;--tag-text-orange: #9A3412;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 9999px;--radius-squircle: 32px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-glow: 0 0 20px rgba(59, 130, 246, .15)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{display:flex;justify-content:center;min-height:100vh}.app-container{width:100%;max-width:1200px;margin:0 auto;background-color:var(--bg-color);min-height:100vh;position:relative;display:flex;flex-direction:column;overflow-x:hidden}.product-grid{display:flex;flex-direction:column;gap:24px}.product-card-container{height:calc(100vh - 120px);min-height:480px;max-height:600px}@media(min-width:768px){.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px}.product-card-container{height:600px;max-height:none}.header-content{display:flex;align-items:center;justify-content:space-between;gap:32px}.header-title{margin-bottom:0!important;white-space:nowrap}.search-wrapper{flex:1;max-width:480px}}.glass{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.text-gradient{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.squircle{border-radius:var(--radius-squircle)}.pill{border-radius:var(--radius-pill)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes pulse-glow{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
