@media (max-width: 700px) {
  :root {
    --align-green: #007a67;
    --align-green-dark: #006f5f;
    --align-text: #07111f;
    --align-muted: #75818b;
    --align-border: #e5eaee;
    --align-soft: #f6f8fa;
    --align-card: #ffffff;
    --align-shadow: 0 12px 28px rgba(15, 31, 45, 0.06);
  }

  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    background: #ffffff !important;
    color: var(--align-text) !important;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif !important;
    letter-spacing: 0 !important;
    scrollbar-width: none !important;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  .main::-webkit-scrollbar,
  .view::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body::before,
  body::after {
    content: none !important;
    display: none !important;
  }

  .mobile-status-bar,
  .generated-phone-status {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .app-shell,
  .main {
    width: 100vw !important;
    max-width: 393px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .main {
    min-height: 100vh !important;
    overflow-x: hidden !important;
  }

  .view {
    width: 100% !important;
    max-width: 393px !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff !important;
  }

  body:not([data-current-view="home"]) .mobile-app-header {
    display: none !important;
  }

  body[data-current-view="home"] .mobile-app-header {
    height: 76px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    padding: 24px 31px 14px !important;
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .mobile-home-brand {
    width: auto !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .mobile-logo-mark {
    width: 34px !important;
    height: 34px !important;
    border-radius: 6px !important;
    background: var(--align-green) !important;
  }

  .mobile-home-brand strong {
    display: grid !important;
    gap: 0 !important;
    color: var(--align-green-dark) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 17px !important;
  }

  .mobile-home-brand em {
    color: var(--align-green-dark) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 650 !important;
    line-height: 13px !important;
  }

  .mobile-header-bell {
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    position: relative !important;
  }

  .mobile-header-bell::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 13px;
    height: 15px;
    border: 1.8px solid #101820;
    border-radius: 8px 8px 5px 5px;
  }

  .mobile-header-bell::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 22px;
    width: 6px;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: #101820;
  }

  body[data-current-view="home"] #homeView {
    padding-bottom: 105px !important;
  }

  .generated-home {
    width: 100% !important;
    min-height: auto !important;
    padding: 0 31px 16px !important;
    background: #ffffff !important;
  }

  .generated-home-hero {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 0 22px !important;
    padding: 24px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .generated-home-hero h2 {
    margin: 0 0 9px !important;
    color: var(--align-text) !important;
    font-size: 25px !important;
    font-weight: 950 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  .generated-home-hero p {
    width: 295px !important;
    margin: 0 !important;
    color: #3f4a55 !important;
    font-size: 13px !important;
    font-weight: 520 !important;
    line-height: 1.6 !important;
  }

  .generated-home-hero .primary-button,
  .generated-home-hero button.primary-button {
    width: 100% !important;
    height: 45px !important;
    margin: 25px 0 0 !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: linear-gradient(180deg, #07806d, #006f5f) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    box-shadow: none !important;
  }

  .generated-module-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 29px !important;
    padding: 0 !important;
  }

  .generated-module-card {
    height: 154px !important;
    min-height: 154px !important;
    padding: 17px 14px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    position: relative !important;
    text-align: left !important;
  }

  .generated-module-card i {
    left: 14px !important;
    right: auto !important;
    top: auto !important;
    bottom: 15px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  .generated-module-card span {
    margin-top: 0 !important;
    display: inline-block !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #07111f !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 21px !important;
  }

  .generated-module-card.is-mint span,
  .generated-module-card.is-blue span,
  .generated-module-card.is-gold span {
    background: transparent !important;
  }

  .generated-module-card strong {
    display: block !important;
    margin: 11px 0 0 !important;
    color: #1c2733 !important;
    font-size: 13px !important;
    font-weight: 780 !important;
    line-height: 18px !important;
  }

  .generated-module-card em {
    display: block !important;
    margin: 8px 0 0 !important;
    padding-left: 52px !important;
    color: #7a8590 !important;
    font-size: 12px !important;
    font-weight: 560 !important;
    line-height: 16px !important;
  }

  .generated-dashboard-grid,
  .generated-panel {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .generated-panel header {
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  .generated-panel header h3 {
    margin: 0 !important;
    color: var(--align-text) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 24px !important;
  }

  .generated-panel header button {
    color: var(--align-green) !important;
    font-size: 12px !important;
    font-weight: 780 !important;
  }

  .generated-stat-pair {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 8px !important;
  }

  .generated-stat-pair button,
  .generated-mini-stats button,
  .mine-data-card {
    border: 1px solid var(--align-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .generated-stat-pair button {
    height: 110px !important;
    padding: 20px 15px !important;
  }

  .generated-mini-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .generated-mini-stats button {
    height: 66px !important;
    padding: 11px 4px !important;
  }

  .generated-stat-pair span,
  .generated-mini-stats span {
    color: #29343f !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .generated-stat-pair strong,
  .generated-mini-stats strong {
    color: #07111f !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
  }

  .generated-mini-stats strong {
    font-size: 20px !important;
  }

  .generated-stat-pair em {
    color: #7b8793 !important;
    font-size: 12px !important;
    font-style: normal !important;
  }

  body[data-current-view="assets"] #assetsView,
  body[data-current-view="mine"] #mineView {
    padding: 0 12px 106px !important;
  }

  body[data-current-view="assets"] #assetsView {
    padding: 0 31px 174px !important;
  }

  body[data-current-view="assets"] .section-close-bar,
  body[data-current-view="mine"] .section-close-bar {
    height: 88px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 0 17px !important;
    background: #ffffff !important;
    border: 0 !important;
  }

  body[data-current-view="assets"] .section-close-bar {
    width: calc(100% + 62px) !important;
    margin-left: -31px !important;
    margin-right: -31px !important;
    border-bottom: 1px solid #eef1f4 !important;
  }

  body[data-current-view="assets"] .section-exit-title,
  body[data-current-view="mine"] .section-exit-title {
    color: #07111f !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 22px !important;
  }

  body[data-current-view="assets"] .section-exit-title::before,
  body[data-current-view="assets"] .section-exit-title::after,
  body[data-current-view="mine"] .section-exit-title::before,
  body[data-current-view="mine"] .section-exit-title::after {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  body[data-current-view="assets"] .subpage-hero,
  body[data-current-view="assets"] .asset-upload-panel,
  body[data-current-view="mine"] .subpage-hero,
  body[data-current-view="mine"] .mine-mobile-account-actions,
  body[data-current-view="mine"] #mineMessage,
  body[data-current-view="mine"] .mine-data-panel .panel-heading,
  body[data-current-view="assets"] .asset-framework-panel > .panel-heading {
    display: none !important;
  }

  body[data-current-view="assets"] .workspace-grid.slim,
  body[data-current-view="mine"] .workspace-grid.slim {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body[data-current-view="assets"] .asset-framework-panel,
  body[data-current-view="mine"] .panel {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mobile-assets-search {
    height: 36px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 54px !important;
    gap: 8px !important;
    margin: 14px 0 16px !important;
    padding: 0 !important;
  }

  .mobile-assets-search label {
    position: relative !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .mobile-assets-search label::before {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    z-index: 1 !important;
    width: 13px !important;
    height: 13px !important;
    transform: translateY(-50%) !important;
    border: 1.7px solid #9aa4ad !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }

  .mobile-assets-search label::after {
    content: "" !important;
    position: absolute !important;
    left: 23px !important;
    top: 22px !important;
    z-index: 1 !important;
    width: 6px !important;
    height: 1.7px !important;
    transform: rotate(45deg) !important;
    border-radius: 999px !important;
    background: #9aa4ad !important;
  }

  .mobile-assets-search input {
    height: 36px !important;
    width: 100% !important;
    padding: 0 14px 0 34px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 6px !important;
    background: #f7f9fb !important;
    color: #202a35 !important;
    font-size: 12px !important;
    box-shadow: none !important;
  }

  .mobile-assets-search select {
    display: none !important;
  }

  .mobile-assets-search button {
    width: 54px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
    border: 0 !important;
    background: transparent !important;
    color: #1e2630 !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 36px !important;
    white-space: nowrap !important;
  }

  .mobile-assets-search button::before {
    content: "" !important;
    width: 13px !important;
    height: 13px !important;
    border: 0 !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16l-6.5 7.5V20h-3v-7.5L4 5Z'/%3E%3C/svg%3E") center / 13px 13px no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16l-6.5 7.5V20h-3v-7.5L4 5Z'/%3E%3C/svg%3E") center / 13px 13px no-repeat !important;
  }

  .filter-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .filter-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .filter-chip {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    height: 34px !important;
    padding: 0 13px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #2d3742 !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    box-shadow: none !important;
  }

  .filter-chip.active {
    border-color: var(--align-green) !important;
    background: var(--align-green) !important;
    color: #ffffff !important;
  }

  .asset-grid {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 110px !important;
  }

  .asset-section,
  .asset-subgrid {
    display: contents !important;
  }

  .asset-section-head {
    display: none !important;
  }

  .asset-grid:has(.asset-card) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px 12px !important;
  }

  .asset-card {
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: relative !important;
  }

  .asset-card .asset-thumb,
  .asset-card img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 4px !important;
    object-fit: cover !important;
    background: #f1f3f5 !important;
  }

  .asset-card .card-title,
  .asset-title-button {
    width: 100% !important;
    margin: 8px 0 0 !important;
    color: #202a35 !important;
    font-size: 11px !important;
    font-weight: 620 !important;
    line-height: 15px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
  }

  .asset-framework,
  .asset-actions {
    display: none !important;
  }

  .asset-card .card-meta {
    display: block !important;
    margin: 2px 0 0 !important;
    color: #76838f !important;
    font-size: 10px !important;
    line-height: 14px !important;
    text-align: left !important;
  }

  .asset-mobile-check {
    position: absolute !important;
    left: 6px !important;
    top: 6px !important;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #a8b0b8 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.72) !important;
    z-index: 2 !important;
  }

  .asset-mobile-menu {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 18px !important;
    height: 22px !important;
    border: 0 !important;
    background: transparent !important;
    color: #2a333d !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .mobile-assets-empty {
    min-height: 430px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 7px !important;
    text-align: center !important;
    color: #6f7d89 !important;
  }

  .asset-grid:has(.asset-card) + .mobile-assets-empty {
    display: none !important;
  }

  .mobile-assets-empty::before {
    content: "";
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #eaf5f2;
  }

  .mobile-assets-empty strong {
    color: #101820 !important;
    font-size: 17px !important;
    font-weight: 850 !important;
  }

  .mobile-assets-empty span {
    width: 210px !important;
    color: #70808d !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .mobile-assets-manage {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 76px !important;
    z-index: 320 !important;
    width: 100vw !important;
    max-width: 393px !important;
    height: 92px !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: 24px 44px !important;
    align-items: center !important;
    gap: 8px 12px !important;
    padding: 8px 31px 10px !important;
    background: #ffffff !important;
    border-top: 1px solid #eef1f4 !important;
    margin: 0 auto !important;
  }

  .mobile-assets-manage span,
  .mobile-assets-manage > button:not(.primary-button) {
    color: #26323e !important;
    font-size: 12px !important;
    font-weight: 620 !important;
  }

  .mobile-assets-manage .primary-button {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 44px !important;
    border-radius: 8px !important;
    background: var(--align-green) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 850 !important;
  }

  body[data-current-view="mine"] .workspace-grid.slim:first-of-type {
    margin-top: 0 !important;
  }

  .account-panel {
    margin: 0 0 15px !important;
  }

  .mine-account-card {
    min-height: 132px !important;
    padding: 21px 22px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .mine-account-head {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    gap: 14px !important;
    align-items: center !important;
  }

  .mine-avatar {
    width: 48px !important;
    height: 48px !important;
    border-radius: 24px !important;
    background: var(--align-green) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  .mine-account-head strong {
    color: #111820 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 22px !important;
  }

  .mine-account-head p {
    margin: 4px 0 0 !important;
    color: #5e6d79 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .mine-status-pill {
    min-width: 48px !important;
    height: 22px !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    background: #e8f6f1 !important;
    color: var(--align-green) !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 760 !important;
    line-height: 22px !important;
    text-align: center !important;
  }

  .mine-stat-grid {
    display: none !important;
  }

  html body[data-current-view="mine"] #mineAccountBox .mine-stat-grid,
  html body[data-current-view="mine"] .account-panel .mine-stat-grid,
  html body[data-current-view="mine"] .mine-account-card .mine-stat-grid {
    display: none !important;
  }

  html body[data-current-view="mine"] #mineAccountBox .mine-account-card {
    height: 132px !important;
    min-height: 132px !important;
    display: grid !important;
    align-items: center !important;
  }

  .mobile-credit-card {
    height: 108px !important;
    margin: 0 0 15px !important;
    padding: 20px 18px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .mobile-credit-card span {
    color: #27313c !important;
    font-size: 13px !important;
    font-weight: 650 !important;
  }

  .mobile-credit-card strong {
    margin-top: 3px !important;
    color: #07111f !important;
    font-size: 28px !important;
    font-weight: 950 !important;
    line-height: 32px !important;
  }

  .mobile-credit-card small {
    color: #5f6e7a !important;
    font-size: 12px !important;
  }

  .mobile-credit-card button {
    width: 82px !important;
    height: 36px !important;
    border-radius: 6px !important;
    background: var(--align-green) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  .mine-data-panel {
    margin: 0 0 16px !important;
  }

  .mine-activation-panel,
  .mine-password-panel {
    display: none !important;
    margin: 0 0 16px !important;
    padding: 16px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
  }

  .mine-activation-panel.is-open,
  .mine-password-panel.is-open {
    display: block !important;
  }

  body[data-current-view="mine"] .mine-activation-panel .panel-heading,
  body[data-current-view="mine"] .mine-password-panel .panel-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 12px !important;
  }

  body[data-current-view="mine"] .mine-activation-panel .panel-heading h2,
  body[data-current-view="mine"] .mine-password-panel .panel-heading h2 {
    color: #07111f !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 22px !important;
  }

  body[data-current-view="mine"] .mine-activation-panel .panel-heading span,
  body[data-current-view="mine"] .mine-password-panel .panel-heading span {
    color: #6d7b86 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
  }

  body[data-current-view="mine"] #activationForm,
  body[data-current-view="mine"] #inlinePasswordForm {
    display: grid !important;
    gap: 10px !important;
  }

  body[data-current-view="mine"] #activationForm label,
  body[data-current-view="mine"] #inlinePasswordForm label {
    display: grid !important;
    gap: 6px !important;
  }

  body[data-current-view="mine"] #activationForm label span,
  body[data-current-view="mine"] #inlinePasswordForm label span {
    color: #35414b !important;
    font-size: 12px !important;
    font-weight: 760 !important;
  }

  body[data-current-view="mine"] #activationForm input,
  body[data-current-view="mine"] #inlinePasswordForm input {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #dde5ea !important;
    border-radius: 7px !important;
    background: #f8fafb !important;
    color: #07111f !important;
    font-size: 13px !important;
  }

  body[data-current-view="mine"] #activationForm button,
  body[data-current-view="mine"] #inlinePasswordForm button {
    height: 40px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    font-weight: 850 !important;
  }

  body[data-current-view="mine"] .mine-code-row,
  body[data-current-view="mine"] .mine-captcha-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 96px !important;
    gap: 8px !important;
    align-items: end !important;
  }

  body[data-current-view="mine"] #inlineRefreshCaptchaBtn {
    padding: 0 !important;
    overflow: hidden !important;
    background: #eef4ff !important;
  }

  body[data-current-view="mine"] #inlineCaptchaImage {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .mine-data-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .mine-data-card {
    height: 88px !important;
    padding: 16px 14px !important;
    text-align: left !important;
  }

  .mine-data-card span {
    color: #333d47 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
  }

  .mine-data-card strong {
    display: block !important;
    margin: 6px 0 2px !important;
    color: #07111f !important;
    font-size: 25px !important;
    font-weight: 950 !important;
    line-height: 26px !important;
  }

  .mine-data-card small {
    color: #71808b !important;
    font-size: 12px !important;
  }

  .mobile-mine-menu {
    margin: 0 0 16px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  .mobile-mine-menu button {
    height: 52px !important;
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f3 !important;
    background: #ffffff !important;
    color: #101820 !important;
    font-size: 14px !important;
    font-weight: 760 !important;
    text-align: left !important;
  }

  .mobile-mine-menu button:last-child {
    border-bottom: 0 !important;
  }

  .mobile-mine-menu i {
    width: 22px !important;
    height: 22px !important;
    border-radius: 7px !important;
    background: #eef7f4 !important;
  }

  .mobile-mine-menu button::after {
    content: ">";
    color: #9aa4ad;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
  }

  body[data-current-view="mine"] .mobile-mine-menu::after {
    content: "退出登录";
    height: 42px;
    display: grid;
    place-items: center;
    margin: 18px 0 0;
    border: 1px solid #ffd6d8;
    border-radius: 6px;
    background: #fff3f3;
    color: #f04450;
    font-size: 14px;
    font-weight: 850;
  }

  .mobile-bottom-nav,
  .ref-bottom-nav {
    position: fixed !important;
    left: 50% !important;
    bottom: 0 !important;
    z-index: 4500 !important;
    width: min(100vw, 393px) !important;
    height: 76px !important;
    transform: translateX(-50%) !important;
    display: grid !important;
    padding: 7px 30px 8px !important;
    border-top: 1px solid #eef1f4 !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: none !important;
  }

  .mobile-bottom-nav {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .ref-bottom-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .mobile-bottom-nav button,
  .ref-bottom-nav button {
    min-width: 0 !important;
    height: 61px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 3px !important;
    border: 0 !important;
    background: transparent !important;
    color: #8d9aa3 !important;
    font-size: 11px !important;
    font-weight: 760 !important;
  }

  .mobile-bottom-nav button.active,
  .mobile-bottom-nav button:has(i[aria-hidden]) {
    color: #8d9aa3 !important;
  }

  .mobile-bottom-nav button.active,
  body[data-current-view="home"] .mobile-bottom-nav [data-go-view="home"],
  body[data-current-view="create"] .mobile-bottom-nav [data-go-view="create"],
  body[data-current-view="aesthetic"] .mobile-bottom-nav [data-go-view="aesthetic"],
  body[data-current-view="works"] .mobile-bottom-nav [data-go-view="works"],
  body[data-current-view="tasks"] .mobile-bottom-nav [data-go-view="tasks"],
  body[data-current-view="assets"] .mobile-bottom-nav [data-go-view="assets"],
  body[data-current-view="mine"] .mobile-bottom-nav [data-go-view="mine"] {
    color: var(--align-green) !important;
  }

  .mobile-bottom-nav i,
  .ref-bottom-nav i {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    opacity: 1 !important;
    color: currentColor !important;
    background: currentColor !important;
    -webkit-mask: var(--mobile-final-icon) center / 20px 20px no-repeat !important;
    mask: var(--mobile-final-icon) center / 20px 20px no-repeat !important;
  }

  body[data-current-view] .mobile-bottom-nav .home {
    --mobile-final-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 10.5 12 3l9 7.5V21h-6v-6H9v6H3V10.5Z'/%3E%3C/svg%3E");
  }

  body[data-current-view] .mobile-bottom-nav .create {
    --mobile-final-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 4h2v7h7v2h-7v7h-2v-7H4v-2h7V4Z'/%3E%3C/svg%3E");
  }

  body[data-current-view] .mobile-bottom-nav .aesthetic {
    --mobile-final-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.6 6.9L22 12l-7.4 3.1L12 22l-2.6-6.9L2 12l7.4-3.1L12 2Z'/%3E%3C/svg%3E");
  }

  body[data-current-view] .mobile-bottom-nav .works {
    --mobile-final-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h7v7H4V4Zm9 0h7v7h-7V4ZM4 13h7v7H4v-7Zm9 0h7v7h-7v-7Z'/%3E%3C/svg%3E");
  }

  body[data-current-view] .mobile-bottom-nav .tasks {
    --mobile-final-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 5h11v2H8V5Zm0 6h11v2H8v-2Zm0 6h11v2H8v-2ZM4 5h2v2H4V5Zm0 6h2v2H4v-2Zm0 6h2v2H4v-2Z'/%3E%3C/svg%3E");
  }

  body[data-current-view] .mobile-bottom-nav .assets {
    --mobile-final-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5a2 2 0 0 1 2-2h4l2 2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V5Z'/%3E%3C/svg%3E");
  }

  body[data-current-view] .mobile-bottom-nav .mine {
    --mobile-final-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm-8 9c.7-4.6 3.6-7 8-7s7.3 2.4 8 7H4Z'/%3E%3C/svg%3E");
  }

  .asset-rename-sheet:not(.hidden),
  .asset-delete-sheet:not(.hidden) {
    position: fixed !important;
    inset: 0 !important;
    z-index: 6000 !important;
    display: block !important;
  }

  .asset-rename-backdrop,
  .asset-delete-backdrop {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, .52) !important;
  }

  .asset-rename-panel,
  .asset-delete-panel {
    position: fixed !important;
    left: 50% !important;
    bottom: 116px !important;
    width: calc(min(100vw, 393px) - 48px) !important;
    transform: translateX(-50%) !important;
    padding: 20px 16px 16px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 48px rgba(0,0,0,.18) !important;
  }

  .asset-delete-panel {
    bottom: 22px !important;
  }
}

@media (max-width: 700px) {
  html body[data-current-view="create"] #createView {
    padding-top: 0 !important;
  }

  html body[data-current-view="create"] #createView .section-close-bar {
    width: 100vw !important;
    max-width: 393px !important;
    height: 54px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    background: #ffffff !important;
    border: 0 !important;
  }

  html body[data-current-view="create"] #createView #createSectionTitle {
    width: auto !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: #07111f !important;
    font-size: 0 !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    overflow: visible !important;
    font-weight: 900 !important;
    line-height: 22px !important;
  }

  html body[data-current-view="create"] #createView #createSectionTitle::before {
    content: "创作" !important;
    position: static !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    transform: none !important;
    rotate: none !important;
    background: none !important;
    color: #07111f !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 22px !important;
  }

  html body[data-current-view="create"] #createView #createSectionTitle::after {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type {
    margin-top: 0 !important;
  }

  html body .mobile-bottom-nav,
  html body .ref-bottom-nav {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(100vw, 393px) !important;
    padding: 7px 30px 8px !important;
  }

  html body .mobile-bottom-nav button,
  html body .ref-bottom-nav button {
    display: grid !important;
  }

  body[data-current-view="home"] .mobile-app-header .mobile-home-brand {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  body[data-current-view="home"] #homeView .generated-home {
    padding: 0 31px 116px !important;
  }

  body[data-current-view="home"] #homeView .generated-home-hero {
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 24px 0 0 !important;
  }

  body[data-current-view="home"] #homeView .generated-home-hero h2,
  body[data-current-view="home"] #homeView .generated-home-hero p,
  body[data-current-view="home"] #homeView .generated-home-hero .primary-button {
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-current-view="home"] #homeView .generated-home-hero p {
    width: 295px !important;
  }

  body[data-current-view="home"] #homeView .generated-module-grid {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 29px !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card {
    width: auto !important;
    height: 154px !important;
    min-height: 154px !important;
    display: block !important;
    padding: 17px 14px !important;
    border: 1px solid #e5eaee !important;
    background: #ffffff !important;
    box-shadow: none !important;
    position: relative !important;
    text-align: left !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card i {
    position: absolute !important;
    left: 14px !important;
    right: auto !important;
    top: auto !important;
    bottom: 15px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 16px !important;
    display: grid !important;
    place-items: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card.is-rose i {
    background: #fff0f6 !important;
    color: #e65a92 !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card.is-mint i {
    background: #eaf8f2 !important;
    color: #18a36f !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card.is-blue i {
    background: #eef4ff !important;
    color: #467ee8 !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card.is-gold i {
    background: #fff5e7 !important;
    color: #c58b28 !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card i::before,
  body[data-current-view="home"] #homeView .generated-module-card i::after {
    content: none !important;
    display: none !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card span,
  body[data-current-view="home"] #homeView .generated-module-card strong,
  body[data-current-view="home"] #homeView .generated-module-card em {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card span {
    display: block !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #07111f !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 21px !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card strong {
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
    color: #1c2733 !important;
    font-size: 13px !important;
    font-weight: 780 !important;
    line-height: 18px !important;
  }

  body[data-current-view="home"] #homeView .generated-module-card em {
    display: block !important;
    margin-top: 8px !important;
    padding-left: 52px !important;
    color: #7a8590 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 560 !important;
    line-height: 16px !important;
  }

  body[data-current-view="home"] #homeView .generated-dashboard-grid,
  body[data-current-view="home"] #homeView .generated-panel {
    width: 100% !important;
  }

  body[data-current-view="home"] #homeView .generated-stat-pair {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body[data-current-view="home"] #homeView .generated-mini-stats {
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body[data-current-view] div.app-shell > nav.mobile-bottom-nav,
  html body[data-current-view] div.app-shell > nav.ref-bottom-nav {
    left: 0 !important;
    right: 0 !important;
    inset-inline-start: 0 !important;
    inset-inline-end: 0 !important;
    transform: none !important;
    width: 100vw !important;
    max-width: 393px !important;
    margin: 0 auto !important;
    padding: 7px 30px 8px !important;
  }

  html body[data-current-view] div.app-shell > nav.mobile-bottom-nav {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    padding: 7px 8px 8px !important;
  }

  html body[data-current-view="assets"] div.app-shell .mobile-assets-manage {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 393px !important;
    transform: none !important;
    margin: 0 auto !important;
    padding: 8px 31px 10px !important;
  }

  html body[data-current-view="assets"] #assetsView .mobile-assets-search button {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 !important;
    line-height: 36px !important;
  }

  html body[data-current-view="assets"] #assetsView .filter-chip {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 34px !important;
  }

  html body[data-current-view="assets"] #assetsView .list-toolbar {
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView #assetGrid.asset-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px 12px !important;
    margin: 0 !important;
    padding: 0 0 110px !important;
  }

  html body[data-current-view="assets"] #assetsView #assetGrid.asset-grid .asset-card img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }

  html body[data-current-view="mine"] #mineView #activationPanel.mine-activation-panel,
  html body[data-current-view="mine"] #mineView #accountPasswordPanel.mine-password-panel {
    display: none !important;
  }

  html body[data-current-view="mine"] #mineView #activationPanel.mine-activation-panel.is-open,
  html body[data-current-view="mine"] #mineView #accountPasswordPanel.mine-password-panel.is-open {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 16px !important;
    padding: 16px !important;
    border: 1px solid var(--align-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
  }

  html body[data-current-view="mine"] #mineView #activationForm,
  html body[data-current-view="mine"] #mineView #inlinePasswordForm {
    display: grid !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 10px !important;
  }
}

@media (min-width: 981px) {
  html body[data-current-view]:not([data-current-view="home"]) {
    background: #f7f9f8 !important;
    overflow-x: hidden !important;
  }

  html body[data-current-view]:not([data-current-view="home"]) .mobile-status-bar,
  html body[data-current-view]:not([data-current-view="home"]) .mobile-app-header,
  html body[data-current-view]:not([data-current-view="home"]) .mobile-bottom-nav {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  html body[data-current-view]:not([data-current-view="home"]) .app-shell {
    background: #f7f9f8 !important;
    display: block !important;
    min-height: 100vh !important;
  }


  html body[data-current-view]:not([data-current-view="home"]) > .app-shell > main.main,
  html body[data-current-view]:not([data-current-view="home"]) .app-shell > main.main.main {
    background: #f7f9f8 !important;
    display: block !important;
    margin-left: 260px !important;
    min-height: 100vh !important;
    padding: 0 !important;
    width: calc(100vw - 260px) !important;
  }

  html body[data-current-view]:not([data-current-view="home"]) > .app-shell > main.main > header.topbar,
  html body[data-current-view]:not([data-current-view="home"]) .app-shell > main.main.main > header.topbar.topbar {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #e1e6e4 !important;
    display: flex !important;
    height: 70px !important;
    justify-content: space-between !important;
    left: 260px !important;
    margin: 0 !important;
    padding: 0 18px 0 24px !important;
    position: fixed !important;
    right: auto !important;
    top: 0 !important;
    transform: none !important;
    width: calc(100vw - 260px) !important;
    z-index: 20 !important;
  }

  html body[data-current-view]:not([data-current-view="home"]) .view.active {
    background: #f7f9f8 !important;
    display: block !important;
    margin: 0 !important;
    min-height: 100vh !important;
    padding: 90px 22px 28px !important;
    width: 100% !important;
  }

  html body[data-current-view="create"] #createView .section-close-bar,
  html body[data-current-view="assets"] #assetsView .section-close-bar,
  html body[data-current-view="works"] #worksView .section-close-bar {
    display: none !important;
  }

  html body[data-current-view="create"] #createView .workspace-grid {
    align-items: start !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: minmax(430px, 0.82fr) minmax(560px, 1.18fr) !important;
    margin: 0 !important;
    width: 100% !important;
  }

  html body[data-current-view="create"] #createView .form-panel {
    grid-column: 1 !important;
    max-height: calc(100vh - 118px) !important;
    overflow: auto !important;
  }

  html body[data-current-view="create"] #createView .result-panel {
    display: none !important;
  }

  html body[data-current-view="create"] #createView .generated-create-side-preview {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: calc(100vh - 118px) !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: auto !important;
    position: sticky !important;
    top: 90px !important;
    width: 100% !important;
  }

  html body[data-current-view="assets"] #assetsView > .workspace-grid.slim {
    display: grid !important;
    gap: 16px !important;
    margin: 0 0 16px !important;
    width: 100% !important;
  }

  html body[data-current-view="assets"] #assetsView > .workspace-grid.slim:first-of-type {
    grid-template-columns: minmax(340px, 0.42fr) minmax(0, 1fr) !important;
  }

  html body[data-current-view="assets"] #assetsView > .workspace-grid.slim:nth-of-type(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body[data-current-view="assets"] #assetsView .mobile-assets-manage,
  html body[data-current-view="assets"] #assetsView .mobile-assets-empty {
    display: none !important;
  }

  html body[data-current-view="assets"] #assetsView #assetGrid.asset-grid {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 1fr !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-subgrid {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body[data-current-view="works"] #worksView .subpage-hero {
    margin: 0 0 16px !important;
  }

  html body[data-current-view="works"] #worksView .works-grid {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

@media (min-width: 981px) {
  html body[data-current-view="home"] {
    background: #f7f9f8 !important;
    overflow-x: hidden !important;
  }

  html body[data-current-view="home"] .mobile-status-bar,
  html body[data-current-view="home"] .mobile-app-header,
  html body[data-current-view="home"] .mobile-bottom-nav,
  html body[data-current-view="home"] #homeView > .generated-desktop-workbench,
  html body[data-current-view="home"] #homeView > .ref-home,
  html body[data-current-view="home"] #homeView .desktop-dashboard,
  html body[data-current-view="home"] [data-retired-layout] {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  html body[data-current-view="home"] .app-shell {
    display: block !important;
    grid-template-columns: none !important;
    min-height: 100vh !important;
    background: #f7f9f8 !important;
  }


  html body[data-current-view="home"] > .app-shell > main.main,
  html body[data-current-view="home"] .app-shell > main.main.main {
    background: #f7f9f8 !important;
    display: block !important;
    margin-left: 260px !important;
    min-height: 100vh !important;
    padding: 0 !important;
    width: calc(100vw - 260px) !important;
  }

  html body[data-current-view="home"] .topbar {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #e1e6e4 !important;
    display: flex !important;
    height: 70px !important;
    justify-content: space-between !important;
    left: 260px !important;
    padding: 0 18px 0 24px !important;
    position: fixed !important;
    top: 0 !important;
    width: calc(100vw - 260px) !important;
    z-index: 20 !important;
  }

  html body[data-current-view="home"] > .app-shell > main.main > header.topbar,
  html body[data-current-view="home"] .app-shell > main.main.main > header.topbar.topbar {
    left: 260px !important;
    margin: 0 !important;
    right: auto !important;
    transform: none !important;
    width: calc(100vw - 260px) !important;
  }

  html body[data-current-view="home"] #homeView.view,
  html body[data-current-view="home"] #homeView.view.active {
    background: #f7f9f8 !important;
    display: block !important;
    min-height: 100vh !important;
    padding: 90px 22px 28px !important;
    width: 100% !important;
  }

  html body[data-current-view="home"] #homeView > .generated-home {
    display: grid !important;
    gap: 16px !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 1 !important;
  }

  html body[data-current-view="home"] #homeView .generated-home-hero,
  html body[data-current-view="home"] #homeView .generated-module-card,
  html body[data-current-view="home"] #homeView .generated-panel {
    background: #fff !important;
    border: 1px solid #dbe3e1 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
  }

  html body[data-current-view="home"] #homeView .generated-home-hero {
    align-items: center !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 144px !important;
    min-height: 150px !important;
    padding: 26px !important;
  }

  html body[data-current-view="home"] #homeView .generated-module-grid {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body[data-current-view="home"] #homeView .generated-dashboard-grid {
    align-items: stretch !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr) !important;
  }
}

@media (min-width: 981px) {
  html body[data-current-view="create"] #createView,
  html body[data-current-view="assets"] #assetsView,
  html body[data-current-view="works"] #worksView {
    box-sizing: border-box !important;
    max-width: none !important;
    overflow-x: hidden !important;
  }

  html body[data-current-view="create"] #createView *,
  html body[data-current-view="assets"] #assetsView *,
  html body[data-current-view="works"] #worksView * {
    box-sizing: border-box !important;
  }

  html body[data-current-view="create"] #createView .workspace-grid {
    grid-template-columns: minmax(420px, 0.84fr) minmax(600px, 1.16fr) !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
  }

  html body[data-current-view="create"] #createView .form-panel {
    border: 1px solid #dbe5e2 !important;
    border-radius: 8px !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    max-height: calc(100vh - 116px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html body[data-current-view="create"] #createView .form-panel > .panel-heading {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    gap: 12px !important;
    justify-content: space-between !important;
    min-height: 58px !important;
    padding: 14px 18px !important;
  }

  html body[data-current-view="create"] #createView #createForm {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 16px 18px 92px !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type {
    flex: 0 0 auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  html body[data-current-view="create"] #createView .desktop-create-type .category-tabs {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  html body[data-current-view="create"] #createView .category-card {
    align-items: flex-start !important;
    aspect-ratio: auto !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    height: 116px !important;
    justify-content: flex-start !important;
    max-height: 116px !important;
    min-height: 116px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 14px !important;
    text-align: left !important;
    transform: none !important;
    writing-mode: horizontal-tb !important;
  }

  html body[data-current-view="create"] #createView .category-card i,
  html body[data-current-view="create"] #createView .category-card strong,
  html body[data-current-view="create"] #createView .category-card span {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
  }

  html body[data-current-view="create"] #createView .category-card strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  html body[data-current-view="create"] #createView .category-card .category-intro {
    color: inherit !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    opacity: 0.82 !important;
    white-space: normal !important;
  }

  html body[data-current-view="create"] #createView .field-group {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
  }

  html body[data-current-view="create"] #createView label {
    min-width: 0 !important;
  }

  html body[data-current-view="create"] #createView input,
  html body[data-current-view="create"] #createView select,
  html body[data-current-view="create"] #createView textarea {
    font-size: 14px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body[data-current-view="create"] #createView .choice-picker {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body[data-current-view="create"] #createView .choice-picker button {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    min-height: 34px !important;
    white-space: normal !important;
  }

  html body[data-current-view="create"] #createView .form-actions {
    background: rgba(255, 255, 255, 0.96) !important;
    border-top: 1px solid #e2ebe8 !important;
    bottom: 0 !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.9fr) !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    position: sticky !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    z-index: 3 !important;
  }

  html body[data-current-view="create"] #createView .form-actions button {
    min-width: 0 !important;
    width: 100% !important;
  }

  html body[data-current-view="create"] #createView .generated-create-side-preview {
    align-content: start !important;
    background: #fff !important;
    border: 1px solid #dbe5e2 !important;
    border-radius: 8px !important;
    display: grid !important;
    gap: 18px !important;
    height: calc(100vh - 116px) !important;
    justify-items: center !important;
    overflow: auto !important;
    padding: 28px !important;
    top: 90px !important;
  }

  html body[data-current-view="create"] #createView .generated-phone {
    height: min(650px, calc(100vh - 244px)) !important;
    max-width: 430px !important;
    min-height: 520px !important;
    width: 78% !important;
  }

  html body[data-current-view="assets"] #assetsView > .workspace-grid.slim:first-of-type {
    align-items: start !important;
    grid-template-columns: minmax(420px, 0.44fr) minmax(620px, 1fr) !important;
    max-width: 1380px !important;
    margin: 0 auto 18px !important;
  }

  html body[data-current-view="assets"] #assetsView > .workspace-grid.slim:nth-of-type(2) {
    max-width: 1380px !important;
    margin: 0 auto !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-upload-panel,
  html body[data-current-view="assets"] #assetsView .asset-framework-panel,
  html body[data-current-view="assets"] #assetsView .asset-brand-panel,
  html body[data-current-view="assets"] #assetsView .asset-avatar-panel,
  html body[data-current-view="works"] #worksView .work-management-panel {
    border: 1px solid #dbe5e2 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-framework-panel {
    min-width: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-framework-panel .mobile-assets-search {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: minmax(0, 1fr) 168px 72px !important;
    margin: 0 0 12px !important;
  }

  html body[data-current-view="assets"] #assetsView #assetGrid.asset-grid {
    display: grid !important;
    gap: 20px !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-section {
    display: grid !important;
    gap: 12px !important;
    min-width: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-section-head {
    align-items: center !important;
    display: flex !important;
    gap: 12px !important;
    justify-content: space-between !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-subgrid {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    min-width: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-card {
    align-items: start !important;
    background: #fff !important;
    border: 1px solid #dbe5e2 !important;
    border-radius: 8px !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    min-height: 158px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 12px !important;
    position: relative !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-mobile-check,
  html body[data-current-view="assets"] #assetsView .asset-mobile-menu {
    display: none !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-card > img,
  html body[data-current-view="assets"] #assetsView .asset-card .asset-thumb {
    aspect-ratio: 1 / 1 !important;
    background: #f3f7f6 !important;
    border-radius: 6px !important;
    display: block !important;
    grid-column: 1 !important;
    height: 86px !important;
    object-fit: contain !important;
    width: 86px !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-card .card-body {
    display: grid !important;
    gap: 7px !important;
    grid-column: 2 !important;
    min-width: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-card-title-row {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    min-width: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-title-button,
  html body[data-current-view="assets"] #assetsView .asset-card-detail strong,
  html body[data-current-view="works"] #worksView .work-title-button,
  html body[data-current-view="works"] #worksView .work-card-detail strong {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-card-detail,
  html body[data-current-view="works"] #worksView .work-card-detail {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    min-width: 0 !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 4px !important;
  }

  html body[data-current-view="assets"] #assetsView .asset-actions button,
  html body[data-current-view="assets"] #assetsView .asset-actions a {
    flex: 1 1 72px !important;
    min-width: 0 !important;
  }

  html body[data-current-view="works"] #worksView .work-management-panel {
    max-width: 1380px !important;
    margin: 0 auto !important;
    min-height: calc(100vh - 332px) !important;
  }

  html body[data-current-view="works"] #worksView #worksGrid.works-grid {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    min-height: 220px !important;
    padding-top: 8px !important;
  }

  html body[data-current-view="works"] #worksView .work-card {
    background: #fff !important;
    border: 1px solid #dbe5e2 !important;
    border-radius: 8px !important;
    display: grid !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body[data-current-view="works"] #worksView .work-cover-button {
    aspect-ratio: 4 / 3 !important;
    background: #f2f7f5 !important;
    border: 0 !important;
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  html body[data-current-view="works"] #worksView .work-cover-button img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  html body[data-current-view="works"] #worksView .work-card .card-body {
    display: grid !important;
    gap: 8px !important;
    min-width: 0 !important;
    padding: 12px !important;
  }

  html body[data-current-view="works"] #worksView .work-card .card-actions {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 4px !important;
  }
}

@media (min-width: 981px) {
  html body[data-current-view="create"][data-create-category] #createView.view.active {
    background: #f7f9f8 !important;
    display: block !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 90px 22px 28px !important;
    width: 100% !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .section-close-bar {
    display: none !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .workspace-grid {
    align-items: start !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: minmax(420px, 0.9fr) minmax(560px, 1.1fr) !important;
    height: auto !important;
    margin: 0 auto !important;
    max-width: 1380px !important;
    min-height: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .panel.form-panel {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: calc(100vh - 118px) !important;
    max-height: calc(100vh - 118px) !important;
    width: 100% !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .result-panel,
  html body[data-current-view="create"][data-create-category] #createView .admin-preview-panel,
  html body[data-current-view="create"][data-create-category] #createView #taskBox {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .generated-create-side-preview {
    align-content: start !important;
    background: #fff !important;
    border: 1px solid #dbe5e2 !important;
    border-radius: 8px !important;
    display: grid !important;
    gap: 18px !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: calc(100vh - 118px) !important;
    justify-items: center !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    overflow: auto !important;
    padding: 28px !important;
    position: sticky !important;
    top: 90px !important;
    visibility: visible !important;
    width: 100% !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .generated-create-side-preview .generated-phone {
    display: block !important;
    height: min(650px, calc(100vh - 238px)) !important;
    max-width: 430px !important;
    min-height: 520px !important;
    visibility: visible !important;
    width: min(430px, 78%) !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .form-actions {
    grid-column: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  html body[data-current-view="create"][data-create-category] #createView #previewBackendBtn {
    display: none !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .desktop-create-section,
  html body[data-current-view="create"][data-create-category] #createView .desktop-create-basic,
  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type,
  html body[data-current-view="create"][data-create-category] #createView .desktop-create-exclusive,
  html body[data-current-view="create"][data-create-category] #createView .desktop-create-note,
  html body[data-current-view="create"][data-create-category] #createView .field-group,
  html body[data-current-view="create"][data-create-category] #createView label,
  html body[data-current-view="create"][data-create-category] #createView .project-name-field,
  html body[data-current-view="create"][data-create-category] #createView .advanced-create-grid {
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .field-group,
  html body[data-current-view="create"][data-create-category] #createView .advanced-create-grid {
    grid-template-columns: 1fr !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type .category-tabs {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type .category-card {
    align-items: center !important;
    aspect-ratio: auto !important;
    display: grid !important;
    gap: 4px 12px !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    height: 74px !important;
    justify-items: start !important;
    max-height: 74px !important;
    min-height: 74px !important;
    overflow: hidden !important;
    padding: 10px 14px !important;
    text-align: left !important;
    transform: none !important;
    white-space: normal !important;
    width: 100% !important;
    writing-mode: horizontal-tb !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type .category-card .module-icon,
  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type .category-card i {
    align-items: center !important;
    align-self: center !important;
    display: inline-flex !important;
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    height: 44px !important;
    justify-content: center !important;
    margin: 0 !important;
    transform: none !important;
    width: 44px !important;
    writing-mode: horizontal-tb !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type .category-card strong {
    display: block !important;
    font-size: 15px !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    line-height: 1.25 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
  }

  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type .category-card .category-intro,
  html body[data-current-view="create"][data-create-category] #createView .desktop-create-type .category-card span {
    display: block !important;
    font-size: 12px !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
  }

  html body[data-current-view="create"][data-create-category] #createView section.panel.result-panel.admin-preview-panel {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    visibility: hidden !important;
  }
}
/* Account actions are opened as modal dialogs instead of exposed panels. */
.account-modal[hidden] {
  display: none !important;
}

.account-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
}

.account-modal-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(15, 23, 42, 0.42) !important;
  backdrop-filter: blur(10px) !important;
}

.account-modal-card {
  position: relative !important;
  z-index: 1 !important;
  width: min(440px, calc(100vw - 32px)) !important;
  max-height: min(680px, calc(100vh - 36px)) !important;
  overflow: auto !important;
  margin: 0 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22) !important;
}

.account-modal-card .panel-heading {
  align-items: flex-start !important;
  gap: 12px !important;
}

.account-modal-card .panel-heading > div {
  display: grid !important;
  gap: 4px !important;
}

.account-modal-close {
  flex: 0 0 auto !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

body.account-modal-open {
  overflow: hidden !important;
}

@media (max-width: 640px) {
  .account-modal {
    align-items: end !important;
    padding: 12px !important;
  }

  .account-modal-card {
    width: 100% !important;
    max-height: calc(100vh - 24px) !important;
    border-radius: 18px 18px 14px 14px !important;
  }

  .account-modal-card .two-col {
    grid-template-columns: 1fr !important;
  }
}
