/* v3.2.23 - refined mobile drawer / single hamburger icon */
@media (max-width:900px){
  :root{--kh-drawer-blue:var(--blue);--kh-drawer-navy:var(--navy);--kh-drawer-line:#e6edf5;--kh-drawer-bg:#f7f9fc}

  /* Header / hamburger: force one single 3-line icon */
  .kh-header .menu-toggle{
    display:grid!important;place-items:center!important;position:relative!important;
    width:42px!important;height:42px!important;padding:0!important;margin:0!important;
    border:1px solid #dfe8f2!important;border-radius:14px!important;background:#fff!important;
    box-shadow:0 6px 18px rgba(18,49,82,.08)!important;color:transparent!important;font-size:0!important;
    overflow:hidden!important;z-index:10020!important
  }
  .kh-header .menu-toggle::after{content:none!important;display:none!important}
  .kh-header .menu-toggle::before{
    content:""!important;display:block!important;width:19px!important;height:14px!important;
    background:
      linear-gradient(var(--kh-drawer-navy),var(--kh-drawer-navy)) 0 0/19px 2px no-repeat,
      linear-gradient(var(--kh-drawer-navy),var(--kh-drawer-navy)) 0 6px/19px 2px no-repeat,
      linear-gradient(var(--kh-drawer-navy),var(--kh-drawer-navy)) 0 12px/19px 2px no-repeat!important;
    border-radius:3px!important;transition:transform .18s ease!important
  }
  .kh-header .menu-toggle:active::before{transform:scale(.92)!important}

  body.kh-mobile-drawer-open{overflow:hidden!important;touch-action:none!important}

  .kh-header .mobile-nav.kh-mobile-drawer{
    display:flex!important;flex-direction:column!important;position:fixed!important;z-index:10050!important;
    inset:0 auto 0 0!important;width:min(91vw,372px)!important;max-width:372px!important;height:100dvh!important;
    padding:0!important;margin:0!important;border:0!important;border-radius:0 22px 22px 0!important;
    background:linear-gradient(180deg,#fff 0,#f8fbfe 100%)!important;
    box-shadow:24px 0 60px rgba(11,36,69,.24)!important;
    transform:translateX(-103%)!important;opacity:1!important;visibility:hidden!important;
    transition:transform .3s cubic-bezier(.22,.72,.18,1),visibility .3s!important;
    overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important
  }
  .kh-header .mobile-nav.kh-mobile-drawer.open{transform:translateX(0)!important;visibility:visible!important}

  .kh-mobile-drawer-backdrop{
    display:block!important;position:fixed!important;z-index:10040!important;inset:0!important;width:100%!important;height:100%!important;
    border:0!important;padding:0!important;background:rgba(8,25,47,.48)!important;
    backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.26s ease!important
  }
  body.kh-mobile-drawer-open .kh-mobile-drawer-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

  .kh-drawer-head{
    min-height:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    padding:10px 16px 10px 18px!important;border-bottom:1px solid var(--kh-drawer-line)!important;background:rgba(255,255,255,.96)!important;
    position:sticky!important;top:0!important;z-index:4!important;backdrop-filter:blur(14px)!important
  }
  .kh-drawer-brand{display:flex!important;align-items:center!important;min-width:0!important;text-decoration:none!important;color:var(--kh-drawer-blue)!important;font-weight:900!important}
  .kh-drawer-brand .brand-picture{display:flex!important;align-items:center!important;max-width:176px!important}
  .kh-drawer-brand .brand-picture img{display:block!important;width:auto!important;max-width:176px!important;max-height:42px!important;object-fit:contain!important}
  .kh-drawer-brand>span{width:31px!important;height:31px!important;margin-right:5px!important;border-radius:9px!important;background:var(--kh-drawer-blue)!important;color:#fff!important;display:grid!important;place-items:center!important}
  .kh-drawer-close{
    width:40px!important;height:40px!important;border:1px solid #e0e8f0!important;border-radius:13px!important;background:#f8fafc!important;
    color:#5f6f84!important;font-size:25px!important;line-height:1!important;display:grid!important;place-items:center!important;cursor:pointer!important;
    transition:.18s ease!important
  }
  .kh-drawer-close:active{transform:scale(.95)!important;background:#edf3f8!important}

  .kh-drawer-account{
    display:grid!important;grid-template-columns:46px minmax(0,1fr) 22px!important;align-items:center!important;gap:12px!important;
    margin:14px 14px 8px!important;padding:14px!important;border:1px solid #e1eaf3!important;border-radius:17px!important;
    background:linear-gradient(135deg,#f6fbff,#fff)!important;box-shadow:0 8px 26px rgba(33,74,118,.06)!important
  }
  .kh-drawer-avatar{
    width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid #d4e4f1!important;border-radius:50%!important;
    background:linear-gradient(135deg,#edf7fd,#fff)!important;color:var(--kh-drawer-blue)!important;font-size:15px!important;font-weight:900!important
  }
  .kh-drawer-account div{min-width:0!important}.kh-drawer-account small{display:block!important;margin-bottom:2px!important;color:#8a98aa!important;font-size:8.5px!important;font-weight:900!important;letter-spacing:.09em!important}
  .kh-drawer-account a{display:block!important;color:#20334f!important;font-size:13.5px!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-decoration:none!important}
  .kh-drawer-account i{font-style:normal!important;color:#9aabbf!important;font-size:23px!important;justify-self:end!important}

  .kh-drawer-links{display:flex!important;flex-direction:column!important;gap:4px!important;padding:8px 14px 14px!important;background:transparent!important}
  .kh-header .kh-drawer-links>a,.kh-header .kh-drawer-links>button{
    width:100%!important;min-height:52px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr) 20px!important;align-items:center!important;gap:10px!important;
    margin:0!important;padding:8px 10px!important;border:1px solid transparent!important;border-radius:15px!important;background:transparent!important;color:#30435d!important;
    text-align:left!important;font:inherit!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important;transition:.18s ease!important
  }
  .kh-header .kh-drawer-links>a:hover,.kh-header .kh-drawer-links>button:hover,.kh-header .kh-drawer-links>a:active,.kh-header .kh-drawer-links>button:active{
    background:#eef7fc!important;border-color:#dcecf5!important;color:var(--kh-drawer-blue)!important;transform:translateX(2px)!important
  }
  .kh-drawer-icon{
    width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:12px!important;color:#7397ba!important;
    background:#f8fbfd!important;border:1px solid #e4ecf3!important;font-size:16px!important;font-weight:800!important
  }
  .kh-drawer-links b{font-size:13.2px!important;font-weight:790!important;letter-spacing:-.01em!important}.kh-drawer-links i{font-style:normal!important;color:#9caec1!important;font-size:21px!important;justify-self:end!important}
  .kh-drawer-section{display:block!important;margin:13px 7px 5px!important;color:#94a2b4!important;font-size:8px!important;font-weight:950!important;letter-spacing:.17em!important}
  .kh-drawer-links>a.kh-drawer-active{
    position:relative!important;background:linear-gradient(135deg,#eef8fd,#f8fcff)!important;border-color:#d8eaf4!important;color:var(--kh-drawer-blue)!important;
    box-shadow:0 7px 18px rgba(28,103,160,.07)!important
  }
  .kh-drawer-links>a.kh-drawer-active::before{content:""!important;position:absolute!important;left:0!important;top:12px!important;bottom:12px!important;width:3px!important;border-radius:0 4px 4px 0!important;background:var(--kh-drawer-blue)!important}
  .kh-drawer-links>a.kh-drawer-active .kh-drawer-icon{background:#fff!important;color:var(--kh-drawer-blue)!important;border-color:#d7eaf5!important}

  .kh-drawer-provider{
    margin-top:auto!important;padding:15px 14px 10px!important;border-top:1px solid var(--kh-drawer-line)!important;background:#fff!important
  }
  .kh-drawer-provider small{display:block!important;margin:0 0 9px!important;color:#7e8da1!important;font-size:9.5px!important;line-height:1.45!important;text-align:center!important}
  .kh-drawer-provider a{
    display:flex!important;align-items:center!important;justify-content:center!important;min-height:45px!important;border:1px solid #d7e4ef!important;border-radius:14px!important;
    background:linear-gradient(180deg,#fff,#f8fbfd)!important;color:var(--kh-drawer-blue)!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;
    box-shadow:0 6px 16px rgba(26,78,126,.05)!important
  }
  .kh-drawer-auth{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:0 14px 16px!important;background:#fff!important}
  .kh-drawer-auth a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:43px!important;border-radius:13px!important;font-size:11.5px!important;font-weight:900!important;text-decoration:none!important}
  .kh-drawer-auth a:first-child{border:1px solid #d8e4ee!important;color:var(--kh-drawer-blue)!important;background:#fff!important}
  .kh-drawer-auth a:last-child{border:0!important;color:#fff!important;background:linear-gradient(135deg,var(--kh-drawer-blue),#20b4b6)!important;box-shadow:0 9px 20px rgba(11,99,246,.2)!important}
}

@media (max-width:390px){
  .kh-header .mobile-nav.kh-mobile-drawer{width:94vw!important;max-width:350px!important}
  .kh-drawer-head{padding-left:14px!important;padding-right:12px!important}
  .kh-drawer-links{padding-left:11px!important;padding-right:11px!important}
  .kh-drawer-account{margin-left:11px!important;margin-right:11px!important}
  .kh-drawer-provider{padding-left:11px!important;padding-right:11px!important}
  .kh-drawer-auth{padding-left:11px!important;padding-right:11px!important}
}
