@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#ff6b00;--primary-light:#ff8c00;--primary-dark:#e55a00;--primary-opacity:#ff6b001a;--error:#d32f2f;--success:#2e7d32;--bg:#f5f5f5;--surface:#fff;--text:#212121;--text-secondary:#666;--border:#e0e0e0;--shadow-sm:0 2px 4px #0000000f;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--radius:8px;--header-height:64px;--bottom-nav-height:56px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}button,a,[role=button],input,select,label{touch-action:manipulation}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;max-width:100vw;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.badge-amazon{color:#fff;background:#f90}.badge-ebay{color:#fff;background:#e53238}.badge-walmart{color:#fff;background:#0071dc}.badge-bestbuy{color:#fff;background:#003087}@keyframes pageIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}.page-enter{animation:.2s ease-out both pageIn}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#ebebeb 25%,#f5f5f5 50%,#ebebeb 75%) 0 0/800px 100%;border-radius:4px;animation:1.4s linear infinite shimmer}@media (width<=768px){:root{--header-height:56px}.desktop-only{display:none!important}.mobile-only{display:flex!important}.page-content{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom))}}@media (width>=769px){.mobile-only{display:none!important}.desktop-only{display:flex!important}.page-enter{animation:none}}
