.mcs-widget{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden;width:100%}.mcs-widget__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.07);cursor:pointer;gap:10px;transition:background .15s ease}.mcs-widget__header:hover{background:rgba(255,255,255,.03)}.mcs-widget__header[aria-expanded=false]{border-bottom-color:transparent}.mcs-widget__header-left{display:flex;align-items:center;gap:10px}.mcs-widget__bar{display:block;width:3px;height:16px;border-radius:2px;background:#ff7900;flex-shrink:0}.mcs-widget__title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.85)}.mcs-widget__chevron{color:rgba(255,255,255,.35);transition:transform .25s ease,color .15s ease;flex-shrink:0}.mcs-widget__header[aria-expanded=false] .mcs-widget__chevron{transform:rotate(-90deg)}.mcs-widget__header:hover .mcs-widget__chevron{color:rgba(255,255,255,.7)}.mcs-widget__body{padding:8px 10px 10px}.mcs-widget__body.is-collapsed{display:none}.mcs-list{list-style:none;margin:0;padding:0}.mcs-list--children{padding:2px 0 4px 10px;margin-left:10px;border-left:1.5px solid rgba(255,255,255,.07)}.mcs-item{margin:0}.mcs-row{display:flex;align-items:center;border-radius:8px;transition:background .15s ease}.mcs-row:hover{background:rgba(255,255,255,.05)}.mcs-item.is-active>.mcs-row{background:rgba(255,121,0,.1)}.mcs-link{flex:1;display:flex;align-items:center;gap:6px;padding:8px 8px 8px 6px;text-decoration:none;color:rgba(255,255,255,.6);font-size:13.5px;line-height:1.3;transition:color .15s ease;min-width:0}.mcs-link:hover{color:#fff}.mcs-item.is-active>.mcs-row .mcs-link{color:#ff7900;font-weight:600}.mcs-item.is-ancestor>.mcs-row .mcs-link{color:rgba(255,255,255,.88)}.mcs-dot-wrap{flex-shrink:0;width:10px;display:flex;align-items:center;justify-content:center}.mcs-dot{display:block;width:6px;height:6px;border-radius:50%;background:#ff7900;box-shadow:0 0 6px rgba(255,121,0,.5)}.mcs-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mcs-count{flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;color:rgba(255,255,255,.3);background:rgba(255,255,255,.06);border-radius:20px;padding:2px 8px;line-height:17px;transition:background .15s ease,color .15s ease}.mcs-item.is-active>.mcs-row .mcs-count{background:rgba(255,121,0,.18);color:#ff9433}.mcs-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:0 0;border:none;cursor:pointer;color:rgba(255,255,255,.3);border-radius:6px;transition:color .15s ease,background .15s ease,transform .22s ease;padding:0;margin-right:4px}.mcs-toggle:hover{color:rgba(255,255,255,.75);background:rgba(255,255,255,.06)}.mcs-item.is-open>.mcs-row .mcs-toggle{transform:rotate(180deg);color:rgba(255,255,255,.6)}.mcs-children-wrap{overflow:hidden;transition:height .28s cubic-bezier(.4,0,.2,1)}.mcs-list--children .mcs-link{font-size:13px}.mcs-list--children .mcs-list--children .mcs-link{font-size:12.5px;color:rgba(255,255,255,.45)}