html,body{margin:0;padding:0;height:100%}#root{height:100%}.tabular-nums{font-variant-numeric:tabular-nums}.tab-bar{display:flex;align-items:center;height:34px;background:var(--tb-bg);border-bottom:1px solid var(--tb-border);user-select:none}.tab-bar__btn{flex:none;display:flex;align-items:center;justify-content:center;width:28px;height:100%;color:var(--tb-text);font-size:12px;cursor:pointer;border-left:1px solid var(--tb-border)}.tab-bar__btn:first-child{border-left:0;border-right:1px solid var(--tb-border)}.tab-bar__btn:hover:not(.is-disabled){background:var(--tb-hover);color:var(--tb-text-strong)}.tab-bar__btn.is-disabled{opacity:.4;cursor:not-allowed}.tab-bar__scroll{flex:1;min-width:0;height:100%;display:flex;align-items:center;gap:5px;padding:0 6px;overflow-x:auto;scrollbar-width:none}.tab-bar__scroll::-webkit-scrollbar{display:none}.tab-bar__item{flex:none;display:inline-flex;align-items:center;height:26px;padding:0 8px;font-size:12px;line-height:1;color:var(--tb-text-strong);background:var(--tb-bg);border:1px solid var(--tb-border);border-radius:var(--tb-radius);cursor:pointer;white-space:nowrap}.tab-bar__item:hover:not(.is-active){background:var(--tb-hover)}.tab-bar__item.is-active{color:var(--tb-on-primary);background:var(--tb-primary);border-color:var(--tb-primary)}.tab-bar__item.is-active:before{content:"";width:8px;height:8px;margin-right:5px;border-radius:50%;background:var(--tb-on-primary)}.tab-bar__close{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin:0 -2px 0 4px;border-radius:50%;font-size:10px}.tab-bar__close:hover{background:var(--tb-close-hover)}.tab-bar__item.is-active .tab-bar__close:hover{background:var(--tb-close-hover-on-primary)}
