﻿@media (max-width: 768px) {
  :root {
    --nwmui-blue: #2f73ff;
    --nwmui-blue2: #66a3ff;
    --nwmui-bg: #f6f8fc;
    --nwmui-card: #ffffff;
    --nwmui-text: #101828;
    --nwmui-muted: #667085;
    --nwmui-border: rgba(15, 23, 42, .08);
    --nwmui-radius: 18px;
    --nwmui-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    --nwmui-bottom-height: 58px;
    --nwmui-bottom-icon-size: 22px;
    --nwmui-bottom-icon-scale: .917;
    --nwmui-bottom-text-size: 11px;
    --nwmui-bottom-color: #747b89;
    --nwmui-bottom-active-color: #2f73ff;
    --nwmui-bottom-content-padding: 68px;
  }

  html.nwmui-mobile.nwmui-ui,
  html.nwmui-mobile.nwmui-ui body {
    max-width: 100%;
    overflow-x: hidden;
  }

  html.nwmui-mobile.nwmui-ui body {
    background: var(--nwmui-bg);
    color: var(--nwmui-text);
    letter-spacing: 0;
  }

  html.nwmui-mobile.nwmui-ui.nwmui-route-index body {
    background:
      radial-gradient(160px 120px at 88% 12%, rgba(111, 99, 255, .18), transparent 72%),
      radial-gradient(180px 150px at 12% 28%, rgba(68, 168, 255, .16), transparent 74%),
      radial-gradient(220px 170px at 78% 52%, rgba(111, 210, 255, .13), transparent 76%),
      linear-gradient(180deg, #ffffff 0%, #f7fbff 12%, #eef6ff 36%, #f8fbff 72%, #ffffff 100%);
    background-attachment: fixed;
  }

  html.nwmui-mobile.nwmui-ui #header .mobile_nav_header {
    display: none !important;
  }

  html.nwmui-mobile.nwmui-ui.nwmui-route-index #header {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  html.nwmui-mobile.nwmui-ui.nwmui-route-index main#body,
  html.nwmui-mobile.nwmui-ui.nwmui-route-index #body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html.nwmui-mobile.nwmui-ui.nwmui-route-index main#body > .container,
  html.nwmui-mobile.nwmui-ui.nwmui-route-index #body > .container,
  html.nwmui-mobile.nwmui-ui.nwmui-route-index #index_page {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html.nwmui-mobile.nwmui-ui.nwmui-route-index main#body {
    background:
      radial-gradient(120px 86px at 8% 18%, rgba(47, 115, 255, .10), transparent 72%),
      radial-gradient(170px 120px at 94% 34%, rgba(142, 113, 255, .11), transparent 76%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(237, 246, 255, .78) 24%, rgba(250, 253, 255, .92) 100%);
  }

  html.nwmui-mobile .bottom-nav:not(.nwmui-bottom-nav),
  html.nwmui-mobile .bottom-nav-bt,
  html.nwmui-mobile .header_fiexd.text-center.hidden-lg {
    display: none !important;
  }

  html.nwmui-mobile.nwmui-ui .slider-left,
  html.nwmui-mobile.nwmui-ui .slider-right {
    display: none !important;
  }

  html.nwmui-mobile.nwmui-ui main#body > .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  html.nwmui-mobile.nwmui-ui main#body .row {
    margin-left: 0;
    margin-right: 0;
  }

  html.nwmui-mobile.nwmui-ui main#body [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-sign-button {
    align-items: center;
    background: linear-gradient(135deg, #10b981, #2f73ff);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(47, 115, 255, .2);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 38px;
    padding: 0 13px;
    text-decoration: none;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-sign-button.signed {
    background: #eef5ff;
    box-shadow: none;
    color: #2f73ff;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-sign-button.loading {
    opacity: .72;
    pointer-events: none;
  }

  html.nwmui-mobile .nwmui-nav-icon {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
  }

  html.nwmui-mobile .nwmui-nav-icon::before,
  html.nwmui-mobile .nwmui-nav-icon::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
  }

  html.nwmui-mobile .nwmui-nav-search::before {
    border: 3px solid currentColor;
    border-radius: 50%;
    height: 14px;
    left: 1px;
    top: 1px;
    width: 14px;
  }

  html.nwmui-mobile .nwmui-nav-search::after {
    background: currentColor;
    border-radius: 3px;
    height: 9px;
    right: 2px;
    top: 14px;
    transform: rotate(-45deg);
    width: 3px;
  }

  html.nwmui-mobile .nwmui-nav-create::before,
  html.nwmui-mobile .nwmui-nav-create::after {
    background: currentColor;
    border-radius: 999px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
  }

  html.nwmui-mobile .nwmui-nav-create::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  html.nwmui-mobile .nwmui-nav-home::before {
    border: 3px solid currentColor;
    border-top: 0;
    border-radius: 4px;
    bottom: 2px;
    height: 13px;
    left: 4px;
    width: 14px;
  }

  html.nwmui-mobile .nwmui-nav-home::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid currentColor;
    left: 2px;
    top: 1px;
  }

  html.nwmui-mobile .nwmui-nav-grid::before {
    box-shadow: 0 0 0 2px currentColor, 12px 0 0 0 currentColor, 0 12px 0 0 currentColor, 12px 12px 0 0 currentColor;
    height: 6px;
    left: 2px;
    top: 2px;
    width: 6px;
  }

  html.nwmui-mobile .nwmui-nav-bell::before {
    border: 3px solid currentColor;
    border-bottom: 0;
    border-radius: 11px 11px 3px 3px;
    height: 15px;
    left: 4px;
    top: 3px;
    width: 14px;
  }

  html.nwmui-mobile .nwmui-nav-bell::after {
    background: currentColor;
    border-radius: 999px;
    bottom: 1px;
    height: 3px;
    left: 8px;
    width: 6px;
  }

  html.nwmui-mobile .nwmui-nav-user::before {
    border: 3px solid currentColor;
    border-radius: 50%;
    height: 9px;
    left: 7px;
    top: 2px;
    width: 9px;
  }

  html.nwmui-mobile .nwmui-nav-user::after {
    border: 3px solid currentColor;
    border-radius: 11px 11px 4px 4px;
    bottom: 2px;
    height: 10px;
    left: 3px;
    width: 17px;
  }

  html.nwmui-mobile .nwmui-nav-close::before,
  html.nwmui-mobile .nwmui-nav-close::after {
    background: currentColor;
    border-radius: 999px;
    height: 3px;
    left: 3px;
    top: 10px;
    width: 16px;
  }

  html.nwmui-mobile .nwmui-nav-close::before {
    transform: rotate(45deg);
  }

  html.nwmui-mobile .nwmui-nav-close::after {
    transform: rotate(-45deg);
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-shell {
    display: block;
    margin: 0 0 16px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 {
    margin: 0 0 12px;
    padding: 12px 10px 0;
    position: relative;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2::before {
    display: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 > * {
    position: relative;
    z-index: 1;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 4px 2px 8px;
    position: relative;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-brand {
    align-items: center;
    color: #111827;
    display: flex;
    min-width: 0;
    text-decoration: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo {
    align-items: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 15px rgba(62, 75, 255, .12);
    display: flex;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 42px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo::before {
    border: 4px solid #564cff;
    border-radius: 10px;
    content: "";
    height: 24px;
    position: absolute;
    transform: rotate(45deg);
    width: 24px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo::after {
    border-bottom: 3px solid #f5c542;
    border-right: 3px solid #f5c542;
    content: "";
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 5px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo img {
    border-radius: 12px;
    display: block;
    height: 100%;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo.has-logo {
    background: transparent;
    box-shadow: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo.has-logo::before,
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo.has-logo::after {
    display: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo img + i,
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-logo img ~ i {
    display: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-title {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    min-width: 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-title strong {
    color: #080b16;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-title em {
    color: #7a8192;
    font-size: 9px;
    font-style: normal;
    line-height: 1.4;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-tools {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 9px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-sign-button {
    align-items: center;
    background: linear-gradient(135deg, #5368ff 0%, #7b5cff 100%);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    box-shadow: 0 7px 14px rgba(83, 91, 255, .34);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 6px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    min-height: 32px;
    min-width: 68px;
    padding: 0 13px;
    text-decoration: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-sign-button.signed {
    background: #eef5ff;
    box-shadow: none;
    color: #2f73ff;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-sign-button span {
    border: 2px solid currentColor;
    border-radius: 4px;
    display: block;
    height: 14px;
    position: relative;
    width: 14px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-sign-button span::before {
    background: currentColor;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 3px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-sign-button span::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    height: 5px;
    left: 4px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 3px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-card {
    background: var(--nwmui-card);
    border: 1px solid var(--nwmui-border);
    border-radius: var(--nwmui-radius);
    box-shadow: var(--nwmui-shadow);
    margin-top: 14px;
    overflow: hidden;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-card {
    margin-top: 10px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stats-v2 {
    background: #fff;
    border: 1px solid #eef1f7;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 8px;
    min-height: 46px;
    overflow: hidden;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stats-v2.nwmui-stats-count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2 {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    gap: 5px;
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 46px;
    min-width: 0;
    padding: 7px 9px;
    position: relative;
    text-align: left;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2 + .nwmui-stat-v2::before {
    background: #edf0f5;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2-icon {
    color: #3478ff;
    display: block;
    height: 23px;
    margin: 0;
    position: relative;
    width: 23px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2-icon img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2-icon.has-icon::before,
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2-icon.has-icon::after {
    display: none !important;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-today .nwmui-stat-v2-icon {
    color: #40cc57;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-today .nwmui-stat-v2-icon::before,
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-today .nwmui-stat-v2-icon::after {
    background: currentColor;
    border-radius: 2px;
    content: "";
    position: absolute;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-today .nwmui-stat-v2-icon::before {
    height: 2px;
    left: 4px;
    top: 13px;
    transform: rotate(-35deg);
    width: 15px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-today .nwmui-stat-v2-icon::after {
    background: transparent;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    height: 7px;
    right: 3px;
    top: 5px;
    transform: rotate(18deg);
    width: 7px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-total .nwmui-stat-v2-icon {
    color: #3478ff;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-total .nwmui-stat-v2-icon::before,
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-total .nwmui-stat-v2-icon::after {
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 3px;
    position: absolute;
    right: 3px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-total .nwmui-stat-v2-icon::before {
    top: 3px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-total .nwmui-stat-v2-icon::after {
    border-top: 0;
    border-radius: 0 0 9px 9px;
    bottom: 3px;
    height: 12px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-online .nwmui-stat-v2-icon::before,
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-online .nwmui-stat-v2-icon::after {
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
    position: absolute;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-online .nwmui-stat-v2-icon {
    color: #ff9d25;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-online .nwmui-stat-v2-icon::before {
    height: 8px;
    left: 7px;
    top: 2px;
    width: 8px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-online .nwmui-stat-v2-icon::after {
    border-top: 0;
    border-radius: 12px 12px 4px 4px;
    height: 9px;
    left: 2px;
    top: 13px;
    width: 18px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-users .nwmui-stat-v2-icon {
    color: #8b5cf6;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-users .nwmui-stat-v2-icon::before,
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-users .nwmui-stat-v2-icon::after {
    border: 2px solid currentColor;
    content: "";
    position: absolute;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-users .nwmui-stat-v2-icon::before {
    border-radius: 50%;
    height: 8px;
    left: 7px;
    top: 2px;
    width: 8px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-users .nwmui-stat-v2-icon::after {
    border-top: 0;
    border-radius: 12px 12px 4px 4px;
    height: 9px;
    left: 2px;
    top: 13px;
    width: 18px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2 strong {
    color: #1f2937;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stat-v2 b {
    color: #111827;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    margin-top: 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stats-count-4 .nwmui-stat-v2 {
    gap: 4px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding: 7px 4px;
    text-align: center;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-stats-count-4 .nwmui-stat-copy {
    align-items: center;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-category-grid {
    display: grid;
    gap: 18px 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 18px 12px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-categories {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    overflow: visible;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-grid {
    gap: 6px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-category-item {
    align-items: center;
    color: var(--nwmui-text);
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 8px;
    min-width: 0;
    text-align: center;
    text-decoration: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item {
    background:
      radial-gradient(42px 32px at 82% 18%, rgba(255, 255, 255, .86), transparent 72%),
      linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(246, 250, 255, .92));
    border: 1px solid rgba(230, 237, 249, .9);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 6px 16px rgba(55, 101, 180, .075);
    color: #111827;
    font-size: 12px;
    gap: 7px;
    min-height: 70px;
    overflow: hidden;
    padding: 10px 3px 8px;
    position: relative;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item::before {
    background:
      radial-gradient(circle at 78% 16%, currentColor 0 2px, transparent 3px),
      radial-gradient(circle at 84% 26%, currentColor 0 1.5px, transparent 2.5px),
      radial-gradient(circle at 18% 72%, #ffffff 0 2px, transparent 3px);
    content: "";
    inset: 0;
    opacity: .22;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item > * {
    position: relative;
    z-index: 1;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(1) { background: linear-gradient(145deg, #fff7f7 0%, #f3fbff 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(2) { background: linear-gradient(145deg, #f5f2ff 0%, #f8fbff 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(3) { background: linear-gradient(145deg, #fff6e8 0%, #fffdf7 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(4) { background: linear-gradient(145deg, #f3fbff 0%, #f7f3ff 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(5) { background: linear-gradient(145deg, #f6f3ff 0%, #f4fbff 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(6) { background: linear-gradient(145deg, #fff3f6 0%, #fffafa 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(7) { background: linear-gradient(145deg, #f4fff1 0%, #f9fff8 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(8) { background: linear-gradient(145deg, #effffc 0%, #f8ffff 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(9) { background: linear-gradient(145deg, #eef5ff 0%, #f8fbff 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(10) { background: linear-gradient(145deg, #f1f6ff 0%, #f7f3ff 100%); }

  html.nwmui-mobile.nwmui-ui .nwmui-category-item span:last-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-cat-icon {
    align-items: center;
    background: #f5f8ff;
    border: 1px solid #e8eef8;
    border-radius: 12px;
    color: #7b8aa5;
    display: flex;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    width: 40px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-cat-icon {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #1f62ff;
    height: 27px;
    width: 27px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-cat-icon img {
    border-radius: 6px;
    object-fit: contain;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-cat-icon i {
    border-color: currentColor;
    border-radius: 7px;
    height: 22px;
    width: 22px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(2) .nwmui-cat-icon { color: #1974ff; }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(3) .nwmui-cat-icon { color: #ff3c54; }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(4) .nwmui-cat-icon { color: #ff8126; }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(5) .nwmui-cat-icon { color: #20c768; }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(7) .nwmui-cat-icon { color: #18c86a; }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(8) .nwmui-cat-icon { color: #ff7c20; }
  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item:nth-child(9) .nwmui-cat-icon { color: #6a58ff; }

  html.nwmui-mobile.nwmui-ui .nwmui-cat-icon img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-cat-icon i {
    border: 2px solid currentColor;
    border-radius: 5px;
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-cat-more {
    background: linear-gradient(135deg, #5b6cff, #49a3ff);
    box-shadow: 0 5px 12px rgba(75, 120, 255, .2);
    color: #fff;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-cat-more {
    background: linear-gradient(135deg, #605bff 0%, #43a0ff 100%);
    border-radius: 9px;
    box-shadow: 0 5px 12px rgba(73, 106, 255, .22);
    color: #fff;
    height: 30px;
    width: 30px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-cat-more i {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 16px;
    position: relative;
    width: 16px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-cat-more i::before {
    background: currentColor;
    border-radius: 2px;
    box-shadow: 9px 0 0 currentColor, 0 9px 0 currentColor, 9px 9px 0 currentColor;
    content: "";
    height: 5px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 5px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 10px 6px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-stat-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    text-align: center;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-stat-item + .nwmui-stat-item::before {
    background: var(--nwmui-border);
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-stat-icon {
    border-radius: 50%;
    display: block;
    height: 28px;
    margin-bottom: 5px;
    width: 28px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-stat-blue { background: radial-gradient(circle at 50% 50%, #2f73ff 0 35%, #e9f1ff 36% 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-stat-green { background: radial-gradient(circle at 50% 50%, #12b76a 0 35%, #e9fbef 36% 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-stat-orange { background: radial-gradient(circle at 50% 50%, #f97316 0 35%, #fff1e6 36% 100%); }
  html.nwmui-mobile.nwmui-ui .nwmui-stat-purple { background: radial-gradient(circle at 50% 50%, #8b5cf6 0 35%, #f2eaff 36% 100%); }

  html.nwmui-mobile.nwmui-ui .nwmui-stat-item b {
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-stat-item em {
    color: var(--nwmui-muted);
    font-size: 11px;
    font-style: normal;
    margin-top: 2px;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .card {
    border: 1px solid var(--nwmui-border);
    border-radius: var(--nwmui-radius);
    box-shadow: var(--nwmui-shadow);
    overflow: hidden;
  }

  html.nwmui-mobile.nwmui-ui #index_page > .row {
    display: block;
  }

  html.nwmui-mobile.nwmui-ui #index_page .main {
    max-width: 100%;
    width: 100%;
  }

  html.nwmui-mobile.nwmui-ui #index_page .aside {
    display: none !important;
  }

  html.nwmui-mobile.nwmui-ui #index_page .card:has(.tt_signpanel),
  html.nwmui-mobile.nwmui-ui #index_page .card:has(.JD_sign),
  html.nwmui-mobile.nwmui-ui #index_page .card:has(.sign_mobile),
  html.nwmui-mobile.nwmui-ui #index_page .card.sign_alert {
    display: none !important;
  }

  html.nwmui-mobile.nwmui-ui #index_page .tt_signpanel,
  html.nwmui-mobile.nwmui-ui #index_page .JD_sign,
  html.nwmui-mobile.nwmui-ui #index_page .sign_alert,
  html.nwmui-mobile.nwmui-ui #index_page .sign_mobile {
    display: none !important;
  }

  html.nwmui-mobile.nwmui-ui .card-threadlist {
    background: #fff;
    margin-top: 14px;
  }

  html.nwmui-mobile.nwmui-ui .card-threadlist > .card-body {
    padding: 0 14px !important;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-head {
    align-items: center;
    border-bottom: 1px solid var(--nwmui-border);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 14px 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-head .nwmui-latest-title-active {
    align-items: center;
    color: var(--nwmui-blue);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 900;
    gap: 7px;
    padding-bottom: 12px;
    position: relative;
    text-decoration: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-head .nwmui-latest-title-active:active {
    opacity: .82;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-head .nwmui-latest-title-active::before {
    background: linear-gradient(135deg, #ff7da8 0%, #ffb6c8 48%, #7fc8ff 100%);
    clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
    content: "";
    flex: 0 0 auto;
    height: 14px;
    width: 14px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-head .nwmui-latest-title-active::after {
    background: #9dd8ff;
    border-radius: 50%;
    box-shadow: 10px 1px 0 -2px rgba(255, 132, 167, .72);
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    top: 1px;
    width: 4px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-tabs {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 14px;
    min-width: 48px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-tabs::-webkit-scrollbar {
    display: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-tabs a {
    color: #4b5565;
    flex: 0 0 auto;
    font-size: 14px;
    padding-bottom: 12px;
    position: relative;
    text-decoration: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-tabs a.active {
    color: var(--nwmui-blue);
    font-weight: 800;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-tabs a.active::after {
    background: var(--nwmui-blue);
    border-radius: 999px;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-search {
    align-items: center;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #e7ebf2;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
    display: flex;
    flex: 0 0 var(--nwmui-latest-search-width, 96px);
    height: var(--nwmui-latest-search-height, 30px);
    margin-bottom: 9px;
    min-width: 0;
    padding: 0 9px;
    position: relative;
    text-decoration: none;
    transform: translate(var(--nwmui-latest-search-offset-x, 0), var(--nwmui-latest-search-offset-y, 0));
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-search-below-right {
    margin-left: calc(100% - var(--nwmui-latest-search-width, 96px));
    order: 5;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-search-below-full {
    flex-basis: 100%;
    margin-left: 0;
    order: 5;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-search-icon {
    flex: 0 0 var(--nwmui-latest-search-icon-size, 16px);
    height: var(--nwmui-latest-search-icon-size, 16px);
    margin-right: 6px;
    position: relative;
    width: var(--nwmui-latest-search-icon-size, 16px);
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-search-icon::before {
    border: 2px solid #2f63f5;
    border-radius: 50%;
    content: "";
    height: calc(var(--nwmui-latest-search-icon-size, 16px) * .72);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(var(--nwmui-latest-search-icon-size, 16px) * .72);
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-search-icon::after {
    background: #2f63f5;
    border-radius: 999px;
    content: "";
    height: calc(var(--nwmui-latest-search-icon-size, 16px) * .46);
    left: calc(var(--nwmui-latest-search-icon-size, 16px) * .67);
    position: absolute;
    top: calc(var(--nwmui-latest-search-icon-size, 16px) * .67);
    transform: rotate(-45deg);
    transform-origin: top center;
    width: 2px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-latest-search-label {
    color: #667085;
    flex: 1 1 auto;
    font-size: var(--nwmui-latest-search-font-size, 12px);
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .threadlist {
    margin: 0;
  }

  html.nwmui-mobile.nwmui-ui .threadlist > li.thread {
    align-items: flex-start;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 14px 0;
  }

  html.nwmui-mobile.nwmui-ui .threadlist > li.thread:last-child {
    border-bottom: 0;
  }

  html.nwmui-mobile.nwmui-ui .threadlist > li.thread > a:first-of-type {
    flex: 0 0 auto;
    margin: 2px 6px 0 0 !important;
  }

  html.nwmui-mobile.nwmui-ui .threadlist .avatar-3 {
    border-radius: 50%;
    height: 42px;
    object-fit: cover;
    width: 42px;
  }

  html.nwmui-mobile.nwmui-ui .threadlist .media-body {
    min-width: 0;
  }

  html.nwmui-mobile.nwmui-ui .threadlist .subject,
  html.nwmui-mobile.nwmui-ui .threadlist .style1_subject_body .subject {
    font-size: 16px !important;
    line-height: 1.35;
    margin: 0 0 6px !important;
  }

  html.nwmui-mobile.nwmui-ui .threadlist .subject a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #111827;
    display: -webkit-box;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none;
  }

  html.nwmui-mobile.nwmui-ui .threadlist .small,
  html.nwmui-mobile.nwmui-ui .threadlist .text-grey,
  html.nwmui-mobile.nwmui-ui .threadlist .text-muted {
    color: var(--nwmui-muted) !important;
  }

  html.nwmui-mobile.nwmui-ui .threadlist .badge {
    border-radius: 6px;
    font-size: 11px;
    padding: 4px 7px;
  }

  html.nwmui-mobile.nwmui-ui .pagination {
    gap: 6px;
  }

  html.nwmui-mobile.nwmui-ui .pagination .page-link {
    border-radius: 10px;
    min-width: 38px;
    text-align: center;
  }

  html.nwmui-mobile.nwmui-ui #index_page .card-threadlist > .hidden-sm,
  html.nwmui-mobile.nwmui-ui #index_page .card-threadlist > .card-header.hidden-sm {
    display: none !important;
  }

  html.nwmui-mobile .nwmui-bottom-nav {
    align-items: center;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid rgba(229, 233, 240, .9);
    bottom: 0;
    box-shadow: 0 -3px 16px rgba(15, 23, 42, .06);
    display: flex;
    height: calc(var(--nwmui-bottom-height) + env(safe-area-inset-bottom));
    justify-content: space-around;
    left: 0;
    overflow: visible;
    padding: 0 6px env(safe-area-inset-bottom);
    position: fixed;
    right: 0;
    z-index: 9999;
  }

  html.nwmui-mobile .nwmui-bottom-item {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    color: var(--nwmui-bottom-color);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    font-size: var(--nwmui-bottom-text-size);
    gap: 4px;
    height: var(--nwmui-bottom-height);
    justify-content: center;
    line-height: 1;
    min-width: 0;
    position: relative;
    text-decoration: none;
  }

  html.nwmui-mobile .nwmui-bottom-item.active {
    color: var(--nwmui-bottom-active-color);
    font-weight: 600;
  }

  html.nwmui-mobile .nwmui-bottom-item.active::before {
    display: none;
  }

  html.nwmui-mobile .nwmui-bottom-item .nwmui-nav-icon {
    align-items: center;
    display: flex;
    flex: 0 0 var(--nwmui-bottom-icon-size);
    justify-content: center;
    height: 24px;
    line-height: 0;
    transform: scale(var(--nwmui-bottom-icon-scale));
    transform-origin: center;
    width: 24px;
  }

  html.nwmui-mobile .nwmui-bottom-item .nwmui-nav-icon.has-image {
    height: var(--nwmui-bottom-icon-size);
    transform: none;
    width: var(--nwmui-bottom-icon-size);
  }

  html.nwmui-mobile .nwmui-nav-icon.has-image::before,
  html.nwmui-mobile .nwmui-nav-icon.has-image::after {
    display: none !important;
  }

  html.nwmui-mobile .nwmui-nav-icon.has-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  html.nwmui-mobile .nwmui-bottom-nav .nwmui-nav-search::before {
    border-width: 2px;
    height: 17px;
    left: 1px;
    top: 1px;
    width: 17px;
  }

  html.nwmui-mobile .nwmui-bottom-nav .nwmui-nav-search::after {
    height: 9px;
    right: 4px;
    top: 15px;
    width: 2px;
  }

  html.nwmui-mobile .nwmui-bottom-nav .nwmui-nav-bell::before {
    border-width: 2px;
    height: 18px;
    left: 4px;
    top: 3px;
    width: 16px;
  }

  html.nwmui-mobile .nwmui-bottom-nav .nwmui-nav-bell::after {
    bottom: 1px;
    height: 3px;
    left: 9px;
    width: 6px;
  }

  html.nwmui-mobile .nwmui-bottom-nav .nwmui-nav-user::before {
    border-width: 2px;
    height: 8px;
    left: 8px;
    top: 3px;
    width: 8px;
  }

  html.nwmui-mobile .nwmui-bottom-nav .nwmui-nav-user::after {
    border-width: 2px;
    border-top-width: 2px;
    bottom: 3px;
    height: 10px;
    left: 3px;
    width: 18px;
  }

  html.nwmui-mobile .nwmui-bottom-home.active .nwmui-nav-home::before {
    background: linear-gradient(#fff, #fff) center bottom 4px / 3px 7px no-repeat, currentColor;
    border: 0;
    border-radius: 3px 3px 4px 4px;
    bottom: 2px;
    height: 14px;
    left: 5px;
    width: 14px;
  }

  html.nwmui-mobile .nwmui-bottom-home.active .nwmui-nav-home::after {
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    left: 3px;
    top: 2px;
  }

  html.nwmui-mobile .nwmui-bottom-item span:not(.nwmui-nav-icon) {
    font-size: var(--nwmui-bottom-text-size);
    line-height: 1.15;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt {
    background: rgba(255, 255, 255, .98) !important;
    border-top: 1px solid #e9edf5 !important;
    bottom: 0 !important;
    box-shadow: 0 -5px 16px rgba(15, 23, 42, .06) !important;
    height: calc(56px + env(safe-area-inset-bottom)) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
    z-index: 1040 !important;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt > .row {
    align-items: center !important;
    height: 56px !important;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col {
    align-items: center;
    color: #8b95a7 !important;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    gap: 2px;
    height: 56px;
    justify-content: center;
    min-width: 0;
    padding: 0;
    position: relative;
    text-decoration: none !important;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col.active {
    color: var(--nwmui-blue) !important;
    font-weight: 700;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col > div:first-child {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    position: relative;
    width: 20px;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt i {
    color: currentColor !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt .nav_font {
    color: currentColor !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    margin-top: 0 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col:nth-child(3) {
    color: #6f56ff !important;
    transform: translateY(-10px);
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col:nth-child(3) > div:first-child,
  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col:nth-child(3) > button {
    align-items: center !important;
    background: linear-gradient(135deg, #5968ff 0%, #8057ff 100%) !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 8px 18px rgba(106, 86, 255, .32) !important;
    color: #fff !important;
    display: flex !important;
    height: 44px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 44px !important;
    padding: 0 !important;
    width: 44px !important;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col:nth-child(3) > button i,
  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col:nth-child(3) > div:first-child i {
    color: #fff !important;
    font-size: 18px !important;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt a.col:nth-child(3) .nav_font {
    color: #6f56ff !important;
    font-weight: 800;
    margin-top: -4px !important;
  }

  html.nwmui-mobile .bottom-nav.bottom-nav-bt .badge {
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    min-width: 17px;
    padding: 1px 4px !important;
    right: -8px !important;
    top: -7px !important;
  }

  html.nwmui-mobile .nwmui-red-dot {
    align-items: center;
    background: #ff3b48;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-style: normal;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    left: calc(50% + 8px);
    right: auto;
    top: 13px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-backdrop {
    background: rgba(15, 23, 42, .36);
    border: 0;
    inset: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .22s ease;
    z-index: 1040;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-category-panel {
    background: #fff;
    border-radius: 22px 22px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 40px rgba(15, 23, 42, .18);
    left: 0;
    max-height: calc(88vh - env(safe-area-inset-top));
    outline: 0;
    overflow-y: auto;
    padding: 16px 14px calc(86px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transform: translateY(108%);
    transition: transform .28s ease;
    z-index: 1041;
  }

  html.nwmui-mobile.nwmui-ui body.nwmui-category-open {
    overflow: hidden;
  }

  html.nwmui-mobile.nwmui-ui body.nwmui-category-open .nwmui-panel-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  html.nwmui-mobile.nwmui-ui body.nwmui-category-open .nwmui-category-panel {
    transform: translateY(0);
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-head strong,
  html.nwmui-mobile.nwmui-ui .nwmui-panel-head em {
    display: block;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-head strong {
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-head em {
    color: var(--nwmui-muted);
    font-size: 12px;
    font-style: normal;
    margin-top: 3px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-close {
    align-items: center;
    background: #f5f8ff;
    border: 1px solid #e7edf7;
    border-radius: 50%;
    color: #12265c;
    display: flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 42px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-item {
    align-items: center;
    background: #f8fbff;
    border: 1px solid #e8eef8;
    border-radius: 16px;
    color: var(--nwmui-text);
    display: flex;
    min-width: 0;
    padding: 11px;
    text-decoration: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-item.active {
    background: #eef5ff;
    border-color: rgba(47, 115, 255, .32);
    box-shadow: 0 8px 18px rgba(47, 115, 255, .12);
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--nwmui-blue), var(--nwmui-blue2));
    border-radius: 13px;
    display: flex;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    width: 42px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-category-panel .nwmui-panel-icon {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-icon img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-category-panel .nwmui-panel-icon img {
    object-fit: contain;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-icon .nwmui-nav-icon {
    color: #fff;
    height: 18px;
    width: 18px;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-category-panel .nwmui-panel-icon .nwmui-nav-icon {
    color: var(--nwmui-blue);
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-copy {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    min-width: 0;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-copy b {
    color: #111827;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.nwmui-mobile.nwmui-ui .nwmui-panel-copy em {
    color: var(--nwmui-muted);
    font-size: 11px;
    font-style: normal;
    margin-top: 4px;
  }

  html.nwmui-mobile.nwmui-ui #index_page .main > .carousel,
  html.nwmui-mobile.nwmui-ui #index_page .main > .carousel-container,
  html.nwmui-mobile.nwmui-ui #index_page .main > .discovery_looppic,
  html.nwmui-mobile.nwmui-ui #index_page .main > .swiper,
  html.nwmui-mobile.nwmui-ui #index_page .main > .swiper-container,
  html.nwmui-mobile.nwmui-ui #index_page .main > [class*="carousel"],
  html.nwmui-mobile.nwmui-ui #index_page .main > [class*="looppic"],
  html.nwmui-mobile.nwmui-ui #index_page .main > [class*="swiper"],
  html.nwmui-mobile.nwmui-ui #index_page .main > [class*="banner"] {
    display: none !important;
  }

  html.nwmui-mobile body.nwmui-has-bottomnav main#body {
    padding-bottom: calc(var(--nwmui-bottom-content-padding) + env(safe-area-inset-bottom));
  }

  @media (max-width: 390px) {
    html.nwmui-mobile.nwmui-ui .nwmui-category-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-home-title strong {
      font-size: 20px;
    }

    html.nwmui-mobile.nwmui-ui .nwmui-home-v2 .nwmui-category-item {
      min-height: 68px;
    }

  }
}
