.topic-switcher{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:calc(100vw - 96px);min-height:32px;padding:2px;border:1px solid rgba(91,224,244,.34);border-radius:18px;background:linear-gradient(180deg,rgba(5,34,48,.92),rgba(2,18,29,.9));box-shadow:inset 0 1px #ffffff0d,0 10px 26px #00070e52;box-sizing:border-box;overflow:hidden;pointer-events:all}.topic-switcher-menu{display:flex;gap:2px;max-width:100%;border-radius:15px;overflow:hidden}.topic-switcher-item{position:relative;flex:0 0 var(--topic-item-width, 112px);width:var(--topic-item-width, 112px);min-height:26px;padding:0 10px;border:1px solid transparent;border-radius:15px;color:#dcf6f9d1;background:rgba(5,38,52,.42);cursor:pointer;overflow:hidden;transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.topic-switcher-item:hover{border-color:#5be0f461;color:#f5ffff;background:rgba(14,78,94,.54)}.topic-switcher-item.is-active{border-color:#7efbf6a3;color:#fff;background:linear-gradient(180deg,rgba(19,101,116,.9),rgba(5,48,62,.9));box-shadow:inset 0 0 0 1px #7efbf61f,inset 0 -2px 0 var(--topic-color, #30dcff),0 0 14px #30dcff24}.topic-switcher-item:focus-visible{outline:2px solid #7efbf6;outline-offset:2px}.topic-switcher .topic-name{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;padding:0 5px;text-align:center;white-space:nowrap}.topic-switcher .topic-name,.topic-switcher .topic-title,.topic-switcher .topic-name small{padding-top:0;color:inherit;font-size:13px;font-weight:600;line-height:16px}.topic-switcher .topic-name.has-sub-name{gap:1px}.topic-switcher .topic-name small{display:block;max-width:100%;overflow:hidden;font-size:9px;font-weight:500;line-height:10px;opacity:.68;text-overflow:ellipsis}.topic-switcher.is-compact{min-height:29px;padding:1px;border-radius:16px}.topic-switcher.is-compact .topic-switcher-menu{gap:1px}.topic-switcher.is-compact .topic-switcher-item{flex-basis:min(var(--topic-item-width, 104px),104px);width:min(var(--topic-item-width, 104px),104px);min-height:25px;padding:0 2px;border-radius:14px}.topic-switcher.is-compact .topic-name,.topic-switcher.is-compact .topic-title{font-size:12px;line-height:15px}