@charset "utf-8";.Tabbar{display:grid;grid-template-columns:100%;justify-content:center;align-items:end;position:fixed;left:0;right:0;bottom:calc(0px - 54px - 14px - 20px);z-index:10000;box-shadow:0 0 20px rgba(138,152,157,.3);transition:bottom .4s;overflow:visible;height:54px;border-radius:8px 8px 0 0;background-image:url('data:image/svg+xml,<svg width="1" height="54" viewBox="0 0 1 54" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="54" fill="%23FFFFFF"/></svg>'),url('data:image/svg+xml,<svg width="78" height="54" viewBox="0 0 78 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M78 0V54H0V0H10C10 16.0163 22.9837 29 39 29C55.0163 29 68 16.0163 68 0H78Z" fill="%23FFFFFF"/></svg>'),url('data:image/svg+xml,<svg width="1" height="54" viewBox="0 0 1 54" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="54" fill="%23FFFFFF"/></svg>');background-repeat:no-repeat;background-size:calc((100% - 78px)/ 2),78px,calc((100% - 78px)/ 2);background-position:left,center,right}.Tabbar__in{grid-column-start:span var(--column-count);display:grid;grid-template-columns:repeat(auto-fit,minmax(1px,1fr));grid-gap:0;height:inherit}.Tabbar__item{display:grid;grid-template-columns:100%;gap:3px;justify-items:center;align-items:center;align-content:center;user-select:none;border:none;background-color:transparent;transition:background-color .2s;cursor:pointer;pointer-events:all;height:inherit}.Tabbar__item:first-child{border-radius:8px 0 0 0}.Tabbar__item:last-child{border-radius:0 8px 0 0}.Tabbar__item *{pointer-events:none}.Tabbar__item:hover{background-color:#fafafa}.Tabbar__item:active{background-color:#f7f7f7}.Tabbar__item.Tabbar__item--circle{background-color:transparent!important;transform:translateY(-14px)}.Tabbar__item.Tabbar__item--active{cursor:default;pointer-events:none}.Tabbar__item-icon{width:auto;height:20px;color:#8a949d}.Tabbar__item.Tabbar__item--circle .Tabbar__item-icon{color:#fff!important;display:flex;align-items:center;justify-content:center;height:50px;width:50px;box-shadow:0 0 20px rgba(138,152,157,.3);border-radius:50%;background:linear-gradient(180deg,#2995ff 0,#016bd3 100%);transform:translateY(-5px) scale(1);border:4px solid transparent,20px solid #fff;transition:transform .2s}.Tabbar__item.Tabbar__item--circle:hover .Tabbar__item-icon{transform:translateY(-5px) scale(1.2)}.Tabbar__item.Tabbar__item--circle:active .Tabbar__item-icon{transform:translateY(-5px) scale(1.1)}.Tabbar__item-title{color:#8a949d;font-size:12px;font-weight:400;line-height:15px;text-align:center;transition:color .2s}.Tabbar__item.Tabbar__item--active .Tabbar__item-title{color:#0076ea}@media (max-width:732px){.Tabbar{bottom:0}}