.floating-bar-container{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 -2px 8px rgba(0,0,0,.1);font-family:Inter,sans-serif}.floating-bar{justify-content:space-between;padding:8px 16px calc(8px + env(safe-area-inset-bottom))}.floating-bar,.tab{display:flex;align-items:center}.tab{flex-direction:column;gap:4px;padding:4px;min-width:56px;border:none;background:none;cursor:pointer;color:#1d1d35;text-decoration:none;font-size:.75rem;font-weight:500;font-family:inherit}.tab.selected{color:#09b986}.tab-icon{width:24px;height:24px;object-fit:contain}.tab-icon.width-22px{width:22px}.tab-name{font-size:12px;text-align:center;font-weight:500}.tab-name:after{content:attr(data-value)}