@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.mobile-app-root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow-x:hidden;-webkit-tap-highlight-color:transparent}.mobile-app-root img{max-width:100%;height:auto}.mobile-touch{min-height:2.75rem;min-width:2.75rem}.mobile-product-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:1024px){.mobile-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mobile-category-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width:481px){.mobile-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mobile-card{border-radius:.625rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.mobile-btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.625rem 1rem;border-radius:.625rem;background:#ff6b00;color:#fff;font-weight:600;transition:transform .12s ease,background .12s ease}.mobile-btn-primary:active{transform:scale(.97);background:#e55f00}.mobile-burger-panel{transform:translateX(100%);transition:transform .22s ease}.mobile-burger-panel.open{transform:translateX(0)}.mobile-burger-backdrop{opacity:0;pointer-events:none;transition:opacity .22s ease}.mobile-burger-backdrop.open{opacity:1;pointer-events:auto}.mobile-title{font-size:clamp(1.125rem,4.5vw,1.5rem);line-height:1.25}.mobile-subtitle{font-size:clamp(.8125rem,3.2vw,.9375rem)}