@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--color-primary:#e52e2e;--color-primary-dark:#c62828;--color-header-navy:#1e2530;--color-header-dark:#161c24;--color-bg:#f4f5f7;--color-surface:#fff;--color-text-primary:#202124;--color-text-secondary:#5f6368;--color-border:#e5e7eb;--color-success:#188038;--color-warning:#f59e0b;--color-error:#e52e2e}html{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text-primary);scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text-primary);-webkit-tap-highlight-color:transparent;touch-action:manipulation;max-width:100vw;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f4f5f7}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.material-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a}.material-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.material-card-elevated{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px #0000000f}.btn-primary{background-color:#e52e2e;border-radius:6px;align-items:center;gap:.5rem;min-height:40px;padding:.6rem 1.25rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #e52e2e40;color:#fff!important}.btn-primary:hover{background-color:#c62828;transform:translateY(-1px);box-shadow:0 4px 10px #e52e2e59}.btn-secondary{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.5rem;min-height:40px;padding:.6rem 1.25rem;font-weight:600;transition:all .2s;display:inline-flex;color:#202124!important}.btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.badge-discount-circle{color:#fff;justify-center:center;background-color:#e52e2e;border-radius:9999px;align-items:center;width:38px;height:38px;font-size:.7rem;font-weight:800;display:flex;box-shadow:0 2px 6px #e52e2e4d}.badge-discount{color:#e52e2e;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-best-price{color:#fff;text-transform:uppercase;letter-spacing:.05em;background-color:#e52e2e;border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:800}.glass-panel{background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.glass-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000a}.glass-card:hover{border-color:#e52e2e;box-shadow:0 4px 12px #e52e2e1f}.glow-btn{background-color:#e52e2e;border-radius:6px;align-items:center;gap:.5rem;min-height:40px;padding:.6rem 1.25rem;font-weight:700;transition:all .2s;display:inline-flex;color:#fff!important}.glow-btn:hover{background-color:#c62828}
