.nr-header-switcher{position:relative;margin-left:auto;z-index:99999}.nr-header-switcher__btn{display:flex;align-items:center;justify-content:center;width:var(--nr-header-h,40px);height:var(--nr-header-h,40px);border:none;background:transparent;color:#c6c6c6;cursor:pointer;position:relative;z-index:9001}.nr-header-switcher__btn:hover{background:#353535;color:#f4f4f4}.nr-header-switcher:has(.nr-switcher-panel--open) .nr-header-switcher__btn{background:#161616;color:#f4f4f4;box-shadow:-1px 0 0 #393939}.nr-switcher-panel{position:absolute;top:100%;right:0;width:256px;background:#161616;border:0;z-index:9000;overflow:hidden;max-height:0;transition:max-height .2s ease-out}.nr-switcher-panel--open{max-height:calc(100vh - var(--nr-header-h, 40px));border-left:1px solid #393939;border-bottom:1px solid #393939}.nr-switcher-list{list-style:none;margin:0;padding:16px 0 24px}.nr-switcher-divider{padding:0 0 8px;margin:24px 16px 0;font-family:IBM Plex Sans Var,IBM Plex Sans,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.32px;color:#6f6f6f;border-bottom:1px solid #393939}.nr-switcher-divider:first-child{margin-top:0}.nr-switcher-link{display:flex;justify-content:space-between;padding:6px 16px;font-family:IBM Plex Sans Var,IBM Plex Sans,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.16px;line-height:1.42857;color:#c6c6c6;text-decoration:none;cursor:pointer}.nr-switcher-link:hover{background:#262626;color:#f4f4f4}.nr-switcher-appearance-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px 4px}.nr-switcher-appearance-label{font-family:IBM Plex Sans Var,IBM Plex Sans,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.16px;color:#c6c6c6}.nr-switcher-seg{display:inline-flex;align-items:center;gap:2px;padding:2px;background:#262626;border-radius:2px}.nr-switcher-seg-btn{display:inline-grid;place-items:center;width:30px;height:24px;border:0;background:transparent;color:#8d8d8d;border-radius:2px;cursor:pointer;transition:background .12s,color .12s}.nr-switcher-seg-btn svg{width:15px;height:15px;fill:currentColor}.nr-switcher-seg-btn:hover{color:#f4f4f4}.nr-switcher-seg-btn--active{background:#525252;color:#f4f4f4}