@charset "UTF-8";@keyframes skeleton-shimmer{to{transform:translate(100%)}}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;z-index:100;display:flex;align-items:stretch;background:var(--theme-background);border-top:1px solid var(--theme-border);backdrop-filter:blur(10px);padding-bottom:max(env(safe-area-inset-bottom,0px),var(--tg-safe-area-inset-bottom, 0px))}.bottom-tabs__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-height:3.5rem;padding:.5rem .25rem;color:var(--theme-text-muted);text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .15s ease,opacity .15s ease}@media(hover:hover)and (pointer:fine){.bottom-tabs__item:hover{opacity:1;text-decoration:none;color:var(--theme-text)}}.bottom-tabs__item:active{color:var(--theme-primary)}.bottom-tabs__item:active .bottom-tabs__icon svg{stroke-width:2.1}.bottom-tabs__item--active{color:var(--theme-primary)}.bottom-tabs__item--active .bottom-tabs__icon svg{stroke-width:2.1}.bottom-tabs__item--active .bottom-tabs__label{font-weight:600}.bottom-tabs__icon{display:flex;align-items:center;justify-content:center;height:22px}.bottom-tabs__label{font-size:.6875rem;line-height:1.2;font-weight:500;letter-spacing:.01em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(min-width:1024px){.bottom-tabs{left:50%;right:auto;transform:translate(-50%);bottom:1.25rem;width:auto;padding:.25rem;border:1px solid var(--theme-border);border-radius:999px;box-shadow:var(--theme-shadow-lg)}.bottom-tabs .bottom-tabs__item{flex-direction:row;gap:.5rem;min-height:2.75rem;padding:.5rem 1.25rem;border-radius:999px}.bottom-tabs .bottom-tabs__item--active{background:var(--theme-primary-soft)}.bottom-tabs .bottom-tabs__label{font-size:.875rem}}.bottom-tabs__spacer{height:calc(3.5rem + max(env(safe-area-inset-bottom,0px),var(--tg-safe-area-inset-bottom, 0px)))}@media(min-width:1024px){.bottom-tabs__spacer{height:5rem}}
