   .ncTop{
      position:sticky;
      top:0;
      z-index:100;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(229,231,235,.88);
    }

.ncTopIn{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:74px;
  padding:10px 0;
  flex-wrap:nowrap;
}

    .ncTopBrand{
      display:flex;
      align-items:center;
      gap:8px;
      flex:0 0 auto;
      min-width:0;
    }

    .ncBrandSymbolLink,
    .ncBrandTitleLink{
      text-decoration:none;
      color:inherit;
      display:inline-flex;
      align-items:center;
    }

    .ncBrandSymbol{
      display:block;
      width:28px;
      height:28px;
      object-fit:contain;
      flex:0 0 auto;
    }

    .ncBrandTitle{
      display:inline-block;
      color:#111827;
      font-size:26px;
      line-height:1;
      font-weight:950;
      letter-spacing:-0.05em;
      white-space:nowrap;
    }

.ncTopSearch{
  flex:1 1 auto;
  min-width:0;
  width:100%;
  max-width:620px;
  display:flex;
  align-items:center;
  gap:8px;
  background:#fff;
  border:1px solid #d9dfeb;
  border-radius:16px;
  padding:8px 10px;
  box-shadow:0 10px 22px rgba(15,23,42,.05);
}

    .ncTopSearch input{
      flex:1 1 auto;
      min-width:0;
      width:100%;
      border:none;
      outline:none;
      font-size:14px;
      font-weight:600;
      color:#111827;
      background:transparent;
    }

    .ncTopSearch input::placeholder{
      color:#98a2b3;
    }

    .ncTopSearch button{
      flex:0 0 auto;
      border:none;
      cursor:pointer;
      height:36px;
      padding:0 14px;
      border-radius:12px;
      background:linear-gradient(135deg, #5b6cff 0%, #8b5cf6 100%);
      color:#fff;
      font-weight:900;
      font-size:13px;
      white-space:nowrap;
      box-shadow:0 10px 20px rgba(91,108,255,.18);
    }

    .ncTopSearch button:hover{
      transform:translateY(-1px);
    }

    .ncTopRight{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      flex:0 0 auto;
    }

    .ncHeaderBtn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:44px;
      padding:0 16px;
      border-radius:14px;
      text-decoration:none;
      font-weight:900;
      font-size:14px;
      white-space:nowrap;
    }

    .ncHeaderBtnLine{
      background:#fff;
      color:#111827;
      border:1px solid #e5e7eb;
    }

    .ncHeaderBtnDark{
      background:#111827;
      color:#fff;
      border:1px solid #111827;
    }

    .ncUserMenuWrap{
      position:relative;
    }

    .ncUserMenuBtn{
      display:inline-flex;
      align-items:center;
      gap:8px;
      height:44px;
      padding:0 14px 0 16px;
      border-radius:14px;
      border:1px solid #e5e7eb;
      background:#fff;
      color:#111827;
      font-weight:900;
      cursor:pointer;
      white-space:nowrap;
    }

    .ncUserMenuBtn[aria-expanded="true"]{
      border-color:#111827;
      box-shadow:0 8px 24px rgba(15,23,42,.08);
    }

    .ncUserMenuName{
      max-width:120px;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }

    .ncUserMenuCaret{
      font-size:12px;
      color:#6b7280;
    }

    .ncUserDropdown{
      position:absolute;
      top:calc(100% + 8px);
      right:0;
      min-width:164px;
      padding:8px;
      border-radius:16px;
      border:1px solid #e5e7eb;
      background:#fff;
      box-shadow:0 18px 36px rgba(15,23,42,.12);
    }

    .ncUserDropdown a{
      display:flex;
      align-items:center;
      min-height:42px;
      padding:0 12px;
      border-radius:12px;
      text-decoration:none;
      color:#111827;
      font-weight:800;
    }

    .ncUserDropdown a:hover{
      background:#f3f4f6;
    }

    .ncMobileMenuBtn{
      display:none;
      flex:0 0 auto;
      align-items:center;
      justify-content:center;
      width:44px;
      height:44px;
      padding:0;
      border:1px solid #e5e7eb;
      border-radius:14px;
      background:#fff;
      color:#111827;
      cursor:pointer;
      box-shadow:0 8px 18px rgba(15,23,42,.05);
    }

    .ncMobileMenuBtn svg{
      width:22px;
      height:22px;
      display:block;
    }

    .ncSubNavBar{
      border-top:1px solid rgba(229,231,235,.82);
      background:rgba(255,255,255,.92);
    }

    .ncSubNavIn{
      display:flex;
      align-items:center;
      gap:8px;
      min-height:56px;
      overflow-x:auto;
      -ms-overflow-style:none;
      scrollbar-width:none;
    }

    .ncSubNavIn::-webkit-scrollbar{
      display:none;
    }

    .ncSubNavLink{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:40px;
      padding:0 14px;
      border-radius:999px;
      text-decoration:none;
      color:#4b5563;
      font-weight:900;
      white-space:nowrap;
      flex:0 0 auto;
    }

    .ncSubNavLink:hover{
      background:#f3f4f6;
      color:#111827;
    }

    .ncSubNavLink.isActive{
      background:linear-gradient(135deg, #5b6cff 0%, #8b5cf6 100%);
      color:#fff;
      box-shadow:0 10px 22px rgba(91,108,255,.18);
    }

    .ncSubNavMobile{
      display:none;
    }

    .rhOverlay{
      position:fixed;
      inset:0;
      z-index:140;
      background:rgba(15,23,42,.42);
      opacity:0;
      visibility:hidden;
      transition:opacity .18s ease, visibility .18s ease;
    }

    .rhDrawer{
      position:fixed;
      top:0;
      right:0;
      bottom:0;
      z-index:150;
      width:min(86vw, 340px);
      background:#fff;
      box-shadow:-18px 0 40px rgba(15,23,42,.18);
      transform:translateX(100%);
      transition:transform .22s ease;
      display:flex;
      flex-direction:column;
    }

    body.ncDrawerOpen{
      overflow:hidden;
      touch-action:none;
    }

    body.ncDrawerOpen .rhOverlay{
      opacity:1;
      visibility:visible;
    }

    body.ncDrawerOpen .rhDrawer{
      transform:translateX(0);
    }

    .rhDrawerHead{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:18px 18px 14px;
      border-bottom:1px solid #eef2f7;
    }

    .rhDrawerTitle{
      margin:0;
      font-size:18px;
      font-weight:950;
      color:#111827;
      letter-spacing:-0.03em;
    }

    .rhDrawerClose{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:40px;
      height:40px;
      border:1px solid #e5e7eb;
      border-radius:12px;
      background:#fff;
      color:#111827;
      cursor:pointer;
      font-size:22px;
      line-height:1;
    }

    .rhDrawerBody{
      flex:1 1 auto;
      overflow-y:auto;
      padding:16px 18px 24px;
    }

    .rhDrawerSection + .rhDrawerSection{
      margin-top:22px;
    }

    .rhDrawerLogin,
    .rhDrawerApply{
      display:flex;
      align-items:center;
      justify-content:center;
      min-height:48px;
      padding:0 16px;
      border-radius:14px;
      text-decoration:none;
      font-weight:900;
      font-size:15px;
    }

    .rhDrawerLogin{
      background:#111827;
      color:#fff;
      box-shadow:0 12px 24px rgba(15,23,42,.16);
    }

    .rhDrawerApply{
      background:#fff;
      color:#111827;
      border:1px solid #d9dfeb;
      box-shadow:0 8px 20px rgba(15,23,42,.05);
    }

    .rhDrawerMenu{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:8px;
    }

    .rhDrawerMenu a{
      display:flex;
      align-items:center;
      min-height:48px;
      padding:0 14px;
      border-radius:14px;
      text-decoration:none;
      font-weight:900;
      color:#111827;
      background:#f8fafc;
      border:1px solid #eef2f7;
    }

    .rhDrawerMenu a.isActive{
      background:linear-gradient(135deg, #5b6cff 0%, #8b5cf6 100%);
      border-color:transparent;
      color:#fff;
      box-shadow:0 10px 22px rgba(91,108,255,.18);
    }

    .rhDrawerUserBox{
      display:grid;
      gap:8px;
    }

    .rhDrawerUserName{
      margin:0;
      color:#111827;
      font-size:15px;
      font-weight:950;
      line-height:1.4;
    }

    .rhDrawerUserLinks{
      display:grid;
      gap:8px;
    }

    .rhDrawerUserLinks a{
      display:flex;
      align-items:center;
      min-height:44px;
      padding:0 14px;
      border-radius:14px;
      text-decoration:none;
      font-weight:900;
      color:#111827;
      background:#f8fafc;
      border:1px solid #eef2f7;
    }

 @media (max-width: 767px){
  .ncTop .ncContainer{
    padding-left:12px;
    padding-right:12px;
  }

  .ncTopIn{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    column-gap:8px;
    row-gap:0;
    min-height:58px;
    padding:8px 0;
  }

  .ncTopBrand{
    gap:6px;
    min-width:auto;
    white-space:nowrap;
  }

  .ncBrandSymbol{
    width:20px;
    height:20px;
  }

  .ncBrandTitle{
    font-size:17px;
    line-height:1;
  }

  .ncTopRight{
    display:none;
  }

  .ncMobileMenuBtn{
    display:inline-flex;
    width:40px;
    height:40px;
    border-radius:12px;
    justify-self:end;
  }

  .ncTopSearch{
    width:100%;
    max-width:none;
    min-width:0;
    padding:5px 6px 5px 9px;
    border-radius:14px;
    gap:6px;
    box-sizing:border-box;
  }

  .ncTopSearch input{
    min-width:0;
    font-size:12px;
  }

  .ncTopSearch button{
    flex:0 0 auto;
    height:30px;
    padding:0 10px;
    border-radius:10px;
    font-size:12px;
  }

  .ncSubNavDesktop{
    display:none;
  }

  .ncSubNavMobile{
    display:flex;
    justify-content:space-between;
    gap:6px;
  }

  .ncSubNavMobile .ncSubNavLink{
    flex:1 1 0;
    min-width:0;
    padding:0 10px;
    font-size:14px;
  }
}

@media (max-width: 420px){
  .ncTop .ncContainer{
    padding-left:10px;
    padding-right:10px;
  }

  .ncTopIn{
    grid-template-columns:auto minmax(0,1fr) auto;
    column-gap:7px;
    min-height:56px;
    padding:7px 0;
  }

  .ncBrandTitle{
    font-size:16px;
  }

  .ncBrandSymbol{
    width:18px;
    height:18px;
  }

  .ncTopSearch{
    padding:4px 5px 4px 8px;
  }

  .ncTopSearch input{
    font-size:12px;
  }

  .ncTopSearch button{
    height:28px;
    padding:0 8px;
    font-size:11px;
  }

  .ncMobileMenuBtn{
    width:38px;
    height:38px;
    border-radius:11px;
  }

  .ncSubNavMobile .ncSubNavLink{
    height:38px;
    padding:0 8px;
    font-size:13px;
  }
}