/* ===== EXELIQ PATCH V50B - critical stability polish ===== */
@media (max-width: 900px){
  .v50b-mobile-profile-switch{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    margin:8px 12px 10px;
    border:1px solid rgba(12, 28, 54, .10);
    border-radius:16px;
    background:rgba(255,255,255,.82);
    box-shadow:0 8px 24px rgba(15,23,42,.08);
  }
  .v50b-mobile-profile-switch label{
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:rgba(15,23,42,.55);
    white-space:nowrap;
  }
  .v50b-mobile-profile-switch select{
    flex:1;
    min-width:0;
    height:38px;
    border:0;
    border-radius:12px;
    background:#f6f8fb;
    color:#0f172a;
    font-weight:800;
    padding:0 10px;
    outline:none;
  }
  html:not([data-exeliq-session-role="prezes"]) .v50b-mobile-profile-switch,
  html:not([data-exeliq-session-role="zarzad"]) .v50b-mobile-profile-switch[data-only-manager="1"]{
    display:none!important;
  }
  .calendar-layout .detail-panel{
    scroll-margin-top:88px;
  }
  .v50b-job-detail-focus{
    animation:v50bFocusPulse .9s ease-out 1;
  }
  @keyframes v50bFocusPulse{
    0%{box-shadow:0 0 0 0 rgba(49,185,70,.28)}
    100%{box-shadow:0 0 0 18px rgba(49,185,70,0)}
  }
}
@media (min-width: 901px){
  .v50b-mobile-profile-switch{display:none!important;}
}
