.topnav{background:var(--color-bg-white);border-bottom:var(--stroke-regular) solid var(--color-border-light);box-sizing:border-box;height:60px;font-family:var(--font-family);justify-content:space-between;align-items:center;padding:0 20px 0 16px;display:flex}.topnav__left{align-items:center;gap:var(--space-16);display:flex}.topnav__left-divider{background:var(--color-border-light);flex-shrink:0;width:1px;height:20px}.topnav__property-chip{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-8);background:var(--color-bg-grey-light);border-radius:var(--shape-cr-4);cursor:pointer;font-family:var(--font-family);border:none;outline:none;display:flex}.topnav__property-chip:hover,.topnav__property-chip:active{background:var(--color-brand-light)}.topnav__property-chip--opened,.topnav__property-chip--opened:hover{background:var(--color-border-light)}.topnav__property-chip:focus-visible{outline:2px solid var(--color-brand-bold);outline-offset:2px}.topnav__property-name{color:var(--color-text-dark);white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.topnav__property-chip:hover .topnav__property-name{color:var(--color-brand-bold)}.topnav__property-chip--disabled,.topnav__property-chip--disabled:hover,.topnav__property-chip--disabled:active{background:var(--color-bg-grey-light);cursor:not-allowed;opacity:.5;pointer-events:none}.topnav__property-chip--disabled .topnav__property-name{color:var(--color-text-light)}.topnav__breadcrumbs{align-items:center;gap:var(--space-6);display:flex}.topnav__breadcrumb-item{color:var(--color-text-dark);cursor:pointer;font-size:14px;font-weight:400;line-height:20px}.topnav__breadcrumb-item--current{color:var(--color-text-light);cursor:default}.topnav__breadcrumb-sep{color:var(--color-text-light);font-size:14px}.topnav__right{align-items:center;gap:12px;display:flex}.topnav__action-btn{cursor:pointer;border-radius:var(--shape-cr-4);background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.topnav__action-btn:hover svg path,.topnav__action-btn:hover svg circle,.topnav__action-btn:hover svg rect{stroke:var(--color-brand-bold)}.topnav__action-btn:focus-visible{outline:2px solid var(--color-brand-bold);outline-offset:2px}
.ps-scroll{scrollbar-width:none;overflow:hidden auto}.ps-scroll:hover{scrollbar-width:thin;scrollbar-color:#ddd transparent}.ps-scroll::-webkit-scrollbar{background:0 0;width:0}.ps-scroll:hover::-webkit-scrollbar{width:4px;position:absolute}.ps-scroll:hover::-webkit-scrollbar-track{background:0 0}.ps-scroll:hover::-webkit-scrollbar-thumb{background:#ddd;border-radius:999px}