.MobileLayout_mobileLayout__XEz6D{display:flex;flex-direction:column;height:100vh;height:100dvh;background:var(--background-color,#ffffff);position:relative;overflow:hidden}.MobileLayout_offlineBar__TAUyU{position:absolute;top:0;left:0;right:0;background:#ef4444;color:white;padding:8px 16px;display:flex;align-items:center;gap:8px;font-size:14px;z-index:100;animation:MobileLayout_slideDown__2Ueg8 .3s ease-out}.MobileLayout_offlineIcon__KH0rl{width:16px;height:16px}@keyframes MobileLayout_slideDown__2Ueg8{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.MobileLayout_mainContent__1zava{flex:1 1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(80px + env(safe-area-inset-bottom, 0));background:var(--background-color,#ffffff)}.MobileLayout_bottomNav__s2j3l{position:fixed;bottom:0;left:0;right:0;background:var(--card-background,#ffffff);border-top:1px solid var(--border-color,#e5e7eb);padding-bottom:env(safe-area-inset-bottom,0);z-index:50;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.MobileLayout_navContainer__5sHCX{display:flex;justify-content:space-around;align-items:center;padding:8px 0;max-width:500px;margin:0 auto}.MobileLayout_navItem__0vPWQ{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:12px 16px;text-decoration:none;color:var(--text-secondary,#6b7280);transition:all .2s ease;position:relative;min-width:48px;min-height:48px;-webkit-tap-highlight-color:transparent}.MobileLayout_navItem__0vPWQ:active{transform:scale(.95)}.MobileLayout_navItem__0vPWQ.MobileLayout_active__yr6xy{color:var(--primary-color,#d63384)}.MobileLayout_navItem__0vPWQ.MobileLayout_active__yr6xy:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:24px;height:2px;background:var(--primary-color,#d63384);border-radius:2px}.MobileLayout_navIcon__Ln8ey{width:28px;height:28px;transition:transform .2s ease}.MobileLayout_navItem__0vPWQ.MobileLayout_active__yr6xy .MobileLayout_navIcon__Ln8ey{transform:scale(1.1)}.MobileLayout_navLabel__J0VNJ{font-size:11px;font-weight:500;margin-top:2px}@media (prefers-color-scheme:dark){.MobileLayout_mobileLayout__XEz6D{background:#0f0f0f}.MobileLayout_bottomNav__s2j3l{background:#1a1a1a;border-top-color:#2a2a2a}.MobileLayout_navItem__0vPWQ{color:#9ca3af}.MobileLayout_navItem__0vPWQ.MobileLayout_active__yr6xy{color:#f472b6}.MobileLayout_navItem__0vPWQ.MobileLayout_active__yr6xy:before{background:#f472b6}}@media (min-width:768px){.MobileLayout_navContainer__5sHCX{max-width:600px;padding:12px 0}.MobileLayout_navItem__0vPWQ{padding:10px 20px}.MobileLayout_navIcon__Ln8ey{width:28px;height:28px}.MobileLayout_navLabel__J0VNJ{font-size:12px}}