.ecm-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:170;background:rgba(255,255,255,.97);border-top:1px solid rgba(226,232,240,.95);box-shadow:0 -10px 32px rgba(15,23,42,.10);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ecm-mobile-bottom-shell{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.15rem;padding:.45rem .45rem calc(.55rem + env(safe-area-inset-bottom))}
.ecm-mobile-nav-item{display:flex;min-width:0;min-height:58px;align-items:center;justify-content:center;flex-direction:column;gap:.2rem;border-radius:1rem;color:#64748b;text-decoration:none;font-size:10px;font-weight:800;line-height:1;letter-spacing:-.01em;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:color .18s ease,background .18s ease,transform .18s ease}
.ecm-mobile-nav-item:active{transform:scale(.96)}
.ecm-mobile-nav-icon{display:flex;width:34px;height:32px;align-items:center;justify-content:center;border-radius:.9rem;background:transparent;color:inherit;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.ecm-mobile-nav-item.is-active{color:#059669}
.ecm-mobile-nav-item.is-active .ecm-mobile-nav-icon{background:#ecfdf5;color:#059669;box-shadow:inset 0 0 0 1px rgba(16,185,129,.12)}
.ecm-mobile-category-sheet{position:fixed;inset:0;z-index:260}
.ecm-mobile-category-sheet.is-open{display:block!important}
.ecm-mobile-category-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.ecm-mobile-category-panel{position:absolute;left:0;right:0;bottom:0;max-height:min(78vh,680px);overflow:hidden;border-radius:28px 28px 0 0;background:#fff;box-shadow:0 -18px 48px rgba(15,23,42,.28);padding:0 1rem calc(1rem + env(safe-area-inset-bottom));animation:ecmSheetUp .18s ease-out}
.ecm-mobile-category-handle{width:54px;height:5px;margin:.75rem auto .55rem;border-radius:999px;background:#cbd5e1}
.ecm-mobile-category-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.3rem .2rem 1rem;border-bottom:1px solid #eef2f7}
.ecm-mobile-category-head h3{margin:0;color:#0f172a;font-size:1.2rem;font-weight:950;letter-spacing:-.04em}
.ecm-mobile-category-eyebrow{margin:0 0 .2rem;color:#059669;font-size:.68rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.ecm-mobile-category-close{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:999px;background:#f1f5f9;color:#0f172a}
.ecm-mobile-category-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem .1rem .8rem}
.ecm-mobile-category-feature{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;border-radius:1rem;color:white;text-decoration:none;font-size:.78rem;font-weight:950;box-shadow:0 10px 20px rgba(15,23,42,.08)}
.ecm-mobile-category-feature.is-green{background:#059669}
.ecm-mobile-category-feature.is-orange{background:#f97316}
.ecm-mobile-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;max-height:calc(min(78vh,680px) - 190px);overflow-y:auto;padding:.2rem .1rem .8rem;overscroll-behavior:contain}
.ecm-mobile-category-chip{display:flex;align-items:center;min-height:44px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;text-decoration:none;padding:.65rem .85rem;font-size:.78rem;font-weight:850;line-height:1.1;box-shadow:0 1px 2px rgba(15,23,42,.03)}
.ecm-mobile-category-chip:active{background:#ecfdf5;border-color:#bbf7d0;color:#047857}
@keyframes ecmSheetUp{from{transform:translateY(18px);opacity:.9}to{transform:translateY(0);opacity:1}}
@media (max-width:767px){html,body{max-width:100%;overflow-x:hidden}body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.ecm-footer-desktop,#ecmDesktopFooter,footer.bg-\[\#111111\]{display:none!important;height:0!important;max-height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}.ecm-mobile-bottom-nav{display:block!important}}
@media (min-width:768px){.ecm-mobile-bottom-nav,.ecm-mobile-category-sheet{display:none!important}.ecm-footer-desktop{display:block!important}}


/* Emergency scroll unlock and hidden overlay safety */
html,body{overflow-y:auto!important;touch-action:pan-y pinch-zoom!important}
body.app-shell{position:static!important;overscroll-behavior-y:auto!important}
body.app-shell:not(.ecm-drawer-open):not(.ecm-modal-open){overflow-y:auto!important}
#page-loader{pointer-events:none!important;animation:ecmLoaderFailsafe .01s linear 1.4s forwards!important}
@keyframes ecmLoaderFailsafe{to{opacity:0;visibility:hidden;pointer-events:none}}
#cartDrawer.invisible,#sidebarDrawer.invisible{pointer-events:none!important}
#login-modal.hidden,#voiceOverlay.hidden,#visualOverlay.hidden,#pwaInstallPrompt.hidden,.eh-interest-modal:not(.is-active),.ecm-mobile-category-sheet.hidden{display:none!important;pointer-events:none!important}
.eh-interest-modal.is-active{display:flex!important}
