.tab-bar{justify-content:space-between;background-color:#1e1e1e;border-top:1px solid #333;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -2px 8px rgba(0,0,0,.5)}.tab-bar,.tab-item{display:flex;padding:8px 0}.tab-item{flex-direction:column;align-items:center;justify-content:center;flex:1 1;gap:4px;color:#999;text-decoration:none}.tab-item .tab-label{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:500}.tab-item svg{width:24px;height:24px;fill:currentColor}.tab-item.active{color:#00e7ff}.tab-item.active svg{fill:#00e7ff}.mobile-only{display:block}@media(min-width:769px){.mobile-only{display:none}}