.mobile-page-tabbar {
  display: none;
}

@media (max-width: 760px) {
  body.account-body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.account-body .simple-header {
    width: min(100% - 20px, 520px);
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 0 6px;
  }

  body.account-body .simple-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  body.account-body .simple-brand .brand-copy {
    min-width: 0;
  }

  body.account-body .simple-brand .brand-copy strong {
    display: block;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.account-body .simple-brand .brand-copy small {
    display: none;
  }

  body.account-body .simple-nav {
    display: none;
  }

  .mobile-page-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 66px;
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #dce7f5;
    box-shadow: 0 -8px 24px rgba(36, 88, 160, 0.08);
  }

  .mobile-page-tabbar a {
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 4px;
    color: #6b7f95;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    background: transparent;
  }

  .mobile-page-tabbar a.active {
    color: #496fff;
  }

  .mobile-page-tab-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .mobile-page-tab-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}
