.uc-role-toggle{padding:24px 0}.uc-role-toggle--sticky{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.08);position:sticky;top:var(--header-height,70px);z-index:500}.uc-role-toggle--sticky.uc-role-toggle--transparent{background:#fff}.uc-role-toggle__container{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:1200px;padding:0 24px}.uc-role-toggle--transparent{background:transparent}.uc-role-toggle--soft{background:#f4f7fb}.uc-role-toggle--white{background:#fff;border-bottom:1px solid #e2e8f0}.uc-role-toggle__intro{color:#64748b;font-size:.9375rem;margin:0;text-align:center}.uc-role-toggle__prompt{color:#64748b;font-size:.8125rem;font-weight:500;margin-right:12px;white-space:nowrap}.uc-role-toggle__options{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;box-shadow:none;display:flex;gap:0;padding:4px}.uc-role-toggle__option{align-items:center;background:transparent;border:2px solid transparent;border-radius:6px;cursor:pointer;display:flex;font-family:inherit;gap:10px;padding:10px 20px;position:relative;transition:all .15s ease}.uc-role-toggle__option:hover{background:rgba(58,168,255,.08)}.uc-role-toggle__option--active{background:#e0f2fe;border-color:#3aa8ff;box-shadow:none}.uc-role-toggle__option--active:hover{background:#e0f2fe}.uc-role-toggle__icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.uc-role-toggle__icon svg{color:#64748b;height:20px;transition:color .2s;width:20px}.uc-role-toggle__option--active .uc-role-toggle__icon svg{color:#ff6b34}.uc-role-toggle__label{color:#64748b;font-size:.9375rem;font-weight:600;transition:color .15s;white-space:nowrap}.uc-role-toggle__option--active .uc-role-toggle__label{color:#0369a1;font-weight:700}.uc-role-toggle__jumps{display:flex;justify-content:center}.uc-role-toggle__jump-group{align-items:center;display:none;flex-wrap:wrap;gap:8px;justify-content:center}.uc-role-toggle__jump-group--active{display:flex}.uc-role-toggle__jump-label{color:#94a3b8;font-size:.8125rem;margin-right:4px}.uc-role-toggle__jump-link{background:rgba(58,168,255,.08);border-radius:4px;color:#3aa8ff;font-size:.8125rem;padding:4px 10px;text-decoration:none;transition:all .2s}.uc-role-toggle__jump-link:hover{background:rgba(58,168,255,.15);color:#2563eb}.uc-role-toggle--compact{padding:16px 0}.uc-role-toggle--compact .uc-role-toggle__container{flex-direction:row;gap:12px;justify-content:center}.uc-role-toggle__bar{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.uc-role-toggle--compact .uc-role-toggle__options{padding:3px}.uc-role-toggle--compact .uc-role-toggle__option{gap:8px;padding:8px 16px}.uc-role-toggle--compact .uc-role-toggle__prompt{font-size:.75rem}.uc-role-toggle--compact .uc-role-toggle__icon{height:20px;width:20px}.uc-role-toggle--compact .uc-role-toggle__icon svg{height:16px;width:16px}.uc-role-toggle--compact .uc-role-toggle__label{font-size:.875rem}.uc-role-toggle__jump-dropdown{position:relative}.uc-role-toggle__jump-trigger{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s ease}.uc-role-toggle__jump-trigger:hover{border-color:#3aa8ff;color:#3aa8ff}.uc-role-toggle__jump-trigger svg{height:16px;transition:transform .2s ease;width:16px}.uc-role-toggle__jump-dropdown--open .uc-role-toggle__jump-trigger svg{transform:rotate(180deg)}.uc-role-toggle__jump-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);left:50%;min-width:180px;opacity:0;padding:8px;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);transition:opacity .2s ease,visibility .2s ease;visibility:hidden;z-index:50}.uc-role-toggle__jump-dropdown--open .uc-role-toggle__jump-menu{opacity:1;visibility:visible}.uc-role-toggle__jump-item{border-radius:6px;color:#334155;display:block;font-size:.875rem;padding:10px 14px;text-decoration:none;transition:all .15s ease}.uc-role-toggle__jump-item:hover{background:#f1f5f9;color:#3aa8ff}.uc-role-toggle__download{align-items:center;background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-radius:8px;color:#1d4ed8;display:inline-flex;font-size:.8125rem;font-weight:600;gap:6px;padding:8px 14px;text-decoration:none;transition:all .2s ease}.uc-role-toggle__download:hover{background:linear-gradient(135deg,#bae6fd,#bfdbfe)}.uc-role-toggle__download svg{height:16px;width:16px}@media (max-width:820px){.uc-role-toggle__options{flex-wrap:wrap;justify-content:center}.uc-role-toggle__option{padding:10px 16px}.uc-role-toggle__label{font-size:.875rem}}@media (max-width:600px){.uc-role-toggle__container{gap:12px}.uc-role-toggle__prompt{margin-bottom:8px;margin-right:0}.uc-role-toggle__options{width:100%}.uc-role-toggle__option{flex:1;justify-content:center;padding:10px 12px}.uc-role-toggle__icon{display:none}.uc-role-toggle__jump-group{flex-direction:column;gap:6px}.uc-role-toggle__jump-label{display:none}.uc-role-toggle--compact .uc-role-toggle__container,.uc-role-toggle__bar{flex-direction:column}.uc-role-toggle__bar{align-items:center;width:100%}.uc-role-toggle__jump-dropdown{width:100%}.uc-role-toggle__jump-trigger{justify-content:center;width:100%}.uc-role-toggle__jump-menu{left:0;transform:none;width:100%}.uc-role-toggle__download{justify-content:center;width:100%}}