.role-switcher{position:relative;margin-right:12px}.role-switcher-toggle{display:flex;align-items:center;gap:10px;padding:5px 14px 5px 6px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 6px #01174414;cursor:pointer;transition:all .25s ease;min-width:0}.role-switcher-toggle:hover:not(.is-disabled){border-color:#c7d4e8;box-shadow:0 3px 14px #01174421;transform:translateY(-1px)}.role-switcher-toggle.is-disabled{opacity:.7;cursor:wait;pointer-events:none}.role-switcher-icon{width:30px;height:30px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#4f46e5;font-size:16px}.role-switcher-label{display:none;flex-direction:column;line-height:1;min-width:0}@media(min-width:576px){.role-switcher-label{display:flex}}.role-switcher-caption{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.role-switcher-value{display:flex;align-items:center;gap:4px}.role-switcher-name{font-size:13px;font-weight:700;color:#011744;line-height:1.4;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-switcher-chevron{font-size:14px;color:#64748b}.role-switcher-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:1050;min-width:260px;max-width:300px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 16px 40px #0117441f;overflow:hidden;padding:8px}.role-switcher-list{max-height:none;overflow-y:visible}.role-switcher-list.is-scrollable{max-height:174px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.role-switcher-list.is-scrollable::-webkit-scrollbar{display:none}.role-switcher-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;margin-bottom:4px;border:1.5px solid transparent;border-radius:10px;background:transparent;text-align:left;transition:all .2s ease;cursor:pointer}.role-switcher-item:last-child{margin-bottom:0}.role-switcher-item:hover{background:#f8fafc}.role-switcher-item.is-selected{border-color:#a5b4fc;background:#f5f3ff}.role-switcher-item.is-selected:hover{background:#eef2ff}.role-switcher-item.is-selected.is-super-admin{border-color:#fcd34d}.role-switcher-avatar{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:800;letter-spacing:.3px}.role-switcher-avatar.is-default{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}.role-switcher-avatar.is-super-admin{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.role-switcher-info{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.role-switcher-role-name{display:block;width:100%;font-size:13px;font-weight:600;color:#1e293b;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-switcher-item.is-selected .role-switcher-role-name{font-weight:700;color:#4f46e5}.role-switcher-subtitle{display:block;width:100%;font-size:11px;font-weight:500;color:#94a3b8;line-height:1.2}.role-switcher-pin{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;flex-shrink:0;border:none;background:transparent;color:#cbd5e1;transition:all .2s ease;cursor:pointer}.role-switcher-pin:hover,.role-switcher-pin.is-pinned{color:#f59e0b;background:#fffbeb}.role-switcher-pin i{font-size:16px}.role-switcher-status{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 12px;color:#64748b;font-size:13px;font-weight:500}.role-switcher-empty{padding:16px 12px;text-align:center;color:#94a3b8;font-size:13px}
