/* 2026-06-29: final public polish loaded last. */
html body:not(.admin-page) {
  color: #0e1118 !important;
  background:
    radial-gradient(circle at 50% -18%, rgba(45, 76, 255, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7f8fb 100%) !important;
}

html body:not(.admin-page) .app-shell {
  grid-template-columns: 232px minmax(0, 1fr) !important;
}

html body:not(.admin-page) .model-sidebar {
  border-right: 1px solid rgba(15, 23, 42, .08) !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: none !important;
  backdrop-filter: blur(22px) !important;
}

html body:not(.admin-page) .unified-brand img {
  border-radius: 12px !important;
  box-shadow: 0 14px 34px rgba(42, 77, 255, .20) !important;
}

html body:not(.admin-page) .unified-brand span {
  color: #0b1020 !important;
  font-size: 18px !important;
  font-weight: 920 !important;
}

html body:not(.admin-page) .new-chat {
  min-height: 42px !important;
  border: 1px solid #111827 !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: #0b1020 !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .16) !important;
}

html body:not(.admin-page) .chat-history {
  border-top: 1px solid rgba(15, 23, 42, .08) !important;
  padding-top: 12px !important;
}

html body:not(.admin-page) .history-title {
  color: #8a92a3 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
}

html body:not(.admin-page) .history-item,
html body:not(.admin-page) .history-empty,
html body:not(.admin-page) .side-action,
html body:not(.admin-page) .side-login {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 36px !important;
  padding: 0 10px !important;
  border-radius: 12px !important;
  color: #4b5563 !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  text-align: left !important;
}

html body:not(.admin-page) .history-item.active,
html body:not(.admin-page) .history-item:hover,
html body:not(.admin-page) .side-action:hover,
html body:not(.admin-page) .side-login:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, .055) !important;
}

html body:not(.admin-page) .sidebar-actions.unified-actions {
  border-top: 1px solid rgba(15, 23, 42, .08) !important;
  gap: 6px !important;
}

html body:not(.admin-page) .client-entry::after {
  content: "下载";
  color: #9aa2b1;
  font-size: 11px;
  font-weight: 760;
}

html body:not(.admin-page) .side-action.pro {
  color: #0f172a !important;
  background: rgba(15, 23, 42, .045) !important;
  border: 0 !important;
}

html body:not(.admin-page) .side-action.pro::after {
  content: "token";
  color: #9aa2b1;
  font-size: 11px;
  font-weight: 760;
}

html body:not(.admin-page) .workspace {
  min-width: 0 !important;
  background: #fff !important;
}

html body:not(.admin-page) .workspace::before,
html body:not(.admin-page) .workspace::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

html body:not(.admin-page) .topbar {
  height: 58px !important;
  padding: 10px 24px !important;
  border-bottom: 1px solid rgba(15, 23, 42, .06) !important;
  background: rgba(255, 255, 255, .64) !important;
  backdrop-filter: blur(20px) !important;
}

html body:not(.admin-page) .top-login {
  min-width: 78px !important;
  height: 36px !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: 999px !important;
  color: #0f172a !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
}

html body:not(.admin-page) #view-chat {
  display: grid !important;
  align-content: center !important;
  min-height: calc(100vh - 58px) !important;
  padding: 54px 28px 72px !important;
  background: #fff !important;
}

html body:not(.admin-page) #view-chat.chatting,
html body:not(.admin-page).chat-mode #view-chat {
  align-content: stretch !important;
  height: calc(100vh - 58px) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 18px 28px 24px !important;
}

html body:not(.admin-page) #view-chat.chatting .chat-card,
html body:not(.admin-page).chat-mode #view-chat .chat-card {
  width: min(920px, 100%) !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto auto !important;
  gap: 8px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

html body:not(.admin-page) #view-chat.chatting .messages,
html body:not(.admin-page).chat-mode #view-chat .messages {
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  align-content: start !important;
  padding: 16px 4px 24px !important;
  margin: 0 !important;
  scroll-padding-bottom: 28px !important;
}

html body:not(.admin-page) #view-chat .messages.empty {
  display: none !important;
}

html body:not(.admin-page) #view-chat .persona-strip,
html.force-mobile body:not(.admin-page) #view-chat .persona-strip {
  width: min(860px, 100%);
  margin: 0 auto 12px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 10px;
  scrollbar-width: none;
}

html body:not(.admin-page) #view-chat .persona-strip::-webkit-scrollbar,
html.force-mobile body:not(.admin-page) #view-chat .persona-strip::-webkit-scrollbar {
  display: none;
}

html body:not(.admin-page) #view-chat .persona-strip button,
html.force-mobile body:not(.admin-page) #view-chat .persona-strip button {
  flex: 0 0 auto;
  min-width: 132px;
  min-height: 58px;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 18px;
  padding: 10px 13px;
  color: #111827;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .92));
  box-shadow: 0 14px 34px rgba(15, 23, 42, .075);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

html body:not(.admin-page) #view-chat .persona-strip button b,
html.force-mobile body:not(.admin-page) #view-chat .persona-strip button b {
  display: block;
  font-size: 14px;
  line-height: 1.15;
}

html body:not(.admin-page) #view-chat .persona-strip button span,
html.force-mobile body:not(.admin-page) #view-chat .persona-strip button span {
  display: block;
  margin-top: 6px;
  color: rgba(71, 85, 105, .78);
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
}

html body:not(.admin-page) #view-chat .persona-strip button:hover {
  color: #0f172a;
  border-color: rgba(15, 23, 42, .16);
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
  transform: translateY(-1px);
}

html body:not(.admin-page) #view-apps .page-head,
html.force-mobile body:not(.admin-page) #view-apps .page-head {
  margin-top: 44px;
}

html body:not(.admin-page) #view-apps .page-head p,
html.force-mobile body:not(.admin-page) #view-apps .page-head p {
  color: #64748b;
  letter-spacing: .08em;
}

html body:not(.admin-page) #view-apps .page-head h1,
html.force-mobile body:not(.admin-page) #view-apps .page-head h1 {
  color: #0f172a;
  letter-spacing: 0;
}

html body:not(.admin-page) #view-apps .apps-grid,
html.force-mobile body:not(.admin-page) #view-apps .apps-grid {
  gap: 16px;
}

html body:not(.admin-page) #view-apps .apps-grid button,
html.force-mobile body:not(.admin-page) #view-apps .apps-grid button {
  position: relative;
  min-height: 150px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 20px;
  overflow: hidden;
  color: #0f172a;
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

html body:not(.admin-page) #view-apps .apps-grid button::after,
html.force-mobile body:not(.admin-page) #view-apps .apps-grid button::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111827;
  opacity: .18;
}

html body:not(.admin-page) #view-apps .apps-grid button:hover {
  border-color: rgba(15, 23, 42, .18);
  box-shadow: 0 24px 58px rgba(15, 23, 42, .12);
  transform: translateY(-2px);
}

html body:not(.admin-page) #view-apps .apps-grid strong,
html.force-mobile body:not(.admin-page) #view-apps .apps-grid strong {
  font-size: 20px;
  letter-spacing: 0;
}

html body:not(.admin-page) #view-apps .apps-grid span,
html.force-mobile body:not(.admin-page) #view-apps .apps-grid span {
  margin-top: 12px;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

html body:not(.admin-page) #view-apps .apps-grid small,
html.force-mobile body:not(.admin-page) #view-apps .apps-grid small {
  display: block;
  margin-top: 18px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.45;
}

html body:not(.admin-page) #view-apps .app-studio-head,
html.force-mobile body:not(.admin-page) #view-apps .app-studio-head {
  border-color: rgba(15, 23, 42, .08);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}

html body:not(.admin-page) #view-chat .bubble,
html.force-mobile body:not(.admin-page) #view-chat .bubble {
  max-width: min(760px, 92%) !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 13px 16px !important;
  color: #111827 !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 10px 32px rgba(15, 23, 42, .06) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

html body:not(.admin-page) #view-chat .bubble.user,
html.force-mobile body:not(.admin-page) #view-chat .bubble.user {
  color: #fff !important;
  background: #111827 !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .16) !important;
}

html body:not(.admin-page) #view-chat .ask-box,
html body:not(.admin-page) #view-chat.chatting .ask-box,
html body:not(.admin-page).chat-mode #view-chat .ask-box,
html.force-mobile body:not(.admin-page) #view-chat .ask-box,
html.force-mobile body:not(.admin-page).chat-mode #view-chat .ask-box {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 5 !important;
  width: min(860px, 100%) !important;
  min-height: 76px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) auto 44px !important;
  grid-template-rows: auto !important;
  align-items: end !important;
  gap: 10px !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: 26px !important;
  padding: 12px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10) !important;
  backdrop-filter: blur(22px) !important;
}

html body:not(.admin-page) #view-chat .tool-plus,
html.force-mobile body:not(.admin-page) #view-chat .tool-plus {
  display: grid !important;
  grid-column: 1 !important;
  width: 40px !important;
  height: 40px !important;
  align-self: end !important;
  color: #111827 !important;
  background: #f3f5f8 !important;
  border-radius: 50% !important;
  font-size: 22px !important;
}

html body:not(.admin-page) #view-chat #chatInput,
html.force-mobile body:not(.admin-page) #view-chat #chatInput {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  max-height: 176px !important;
  height: auto !important;
  border: 0 !important;
  outline: 0 !important;
  resize: none !important;
  overflow-y: auto !important;
  border-radius: 0 !important;
  padding: 14px 2px 12px !important;
  color: #0f172a !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

html body:not(.admin-page) #view-chat #chatInput::placeholder,
html.force-mobile body:not(.admin-page) #view-chat #chatInput::placeholder {
  color: #9aa2b1 !important;
}

html body:not(.admin-page) #view-chat .model-chip {
  display: inline-flex !important;
  grid-column: 3 !important;
  align-self: center !important;
  max-width: 150px !important;
  min-height: 40px !important;
  border-radius: 999px !important;
  color: #0f172a !important;
  background: #f6f7fa !important;
}

html body:not(.admin-page) #view-chat .send-btn,
html.force-mobile body:not(.admin-page) #view-chat .send-btn {
  display: grid !important;
  grid-column: 4 !important;
  width: 44px !important;
  height: 44px !important;
  align-self: end !important;
  color: #fff !important;
  background: #111827 !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18) !important;
}

html body:not(.admin-page) #view-chat .mobile-file-btn,
html.force-mobile body:not(.admin-page) #view-chat .mobile-file-btn,
html body:not(.admin-page) #view-chat .voice-btn,
html.force-mobile body:not(.admin-page) #view-chat .voice-btn {
  display: none !important;
}

html body:not(.admin-page) #view-chat .chat-usage-line,
html body:not(.admin-page) #view-chat.chatting .chat-usage-line,
html body:not(.admin-page).chat-mode #view-chat .chat-usage-line,
html.force-mobile body:not(.admin-page) #view-chat .chat-usage-line,
html.force-mobile body:not(.admin-page).chat-mode #view-chat .chat-usage-line {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: min(820px, calc(100% - 36px)) !important;
  min-height: 14px !important;
  margin: 0 auto !important;
  color: rgba(71, 85, 105, .58) !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

html body:not(.admin-page) .agreement button {
  border: 0;
  padding: 0;
  color: #111827;
  background: transparent;
  font: inherit;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body:not(.admin-page) .terms-modal {
  width: min(520px, calc(100vw - 32px));
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 24px;
  padding: 0;
  color: #111827;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 28px 80px rgba(15, 23, 42, .18);
}

html body:not(.admin-page) .terms-card {
  padding: 28px;
}

html body:not(.admin-page) .terms-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: 0;
}

html body:not(.admin-page) .terms-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
}

html body:not(.admin-page) .hero-models {
  margin: 0 auto 28px !important;
  font-size: clamp(34px, 4.8vw, 68px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  color: #0b1020 !important;
}

html body:not(.admin-page) .hero-model-track span {
  color: #0b1020 !important;
}

@media (max-width: 760px) {
  html body:not(.admin-page),
  html.force-mobile body:not(.admin-page) {
    background: #f8f9fb !important;
  }

  html body:not(.admin-page) .app-shell,
  html.force-mobile body:not(.admin-page) .app-shell {
    grid-template-columns: 1fr !important;
    grid-template-rows: 64px minmax(0, 1fr) !important;
    min-height: 100svh !important;
  }

  html body:not(.admin-page) .model-sidebar,
  html.force-mobile body:not(.admin-page) .model-sidebar {
    position: sticky !important;
    top: 0 !important;
    z-index: 70 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    min-height: 64px !important;
    height: 64px !important;
    padding: 10px 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
    background: rgba(255, 255, 255, .92) !important;
  }

  html body:not(.admin-page) .unified-brand,
  html.force-mobile body:not(.admin-page) .unified-brand {
    height: 44px !important;
    margin: 0 !important;
  }

  html body:not(.admin-page) .unified-brand img,
  html.force-mobile body:not(.admin-page) .unified-brand img {
    width: 34px !important;
    height: 34px !important;
  }

  html body:not(.admin-page) .unified-brand span,
  html.force-mobile body:not(.admin-page) .unified-brand span {
    font-size: 17px !important;
  }

  html body:not(.admin-page) .new-chat,
  html.force-mobile body:not(.admin-page) .new-chat {
    min-width: 96px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    font-size: 14px !important;
  }

  html body:not(.admin-page) .mobile-top-menu,
  html.force-mobile body:not(.admin-page) .mobile-top-menu {
    width: 40px !important;
    height: 40px !important;
    background: #f3f5f8 !important;
  }

  html body:not(.admin-page) .workspace,
  html.force-mobile body:not(.admin-page) .workspace {
    height: calc(100svh - 64px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html body:not(.admin-page) .topbar,
  html.force-mobile body:not(.admin-page) .topbar {
    display: none !important;
  }

  html body:not(.admin-page) #view-chat,
  html.force-mobile body:not(.admin-page) #view-chat,
  html body:not(.admin-page).chat-mode #view-chat,
  html.force-mobile body:not(.admin-page).chat-mode #view-chat {
    align-content: stretch !important;
    height: calc(100svh - 64px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 12px !important;
  }

  html body:not(.admin-page) #view-chat .hero-models,
  html body:not(.admin-page) #view-chat .hero-subtitle,
  html.force-mobile body:not(.admin-page) #view-chat .hero-models,
  html.force-mobile body:not(.admin-page) #view-chat .hero-subtitle {
    display: none !important;
  }

  html body:not(.admin-page) #view-chat .chat-card,
  html.force-mobile body:not(.admin-page) #view-chat .chat-card,
  html body:not(.admin-page).chat-mode #view-chat .chat-card,
  html.force-mobile body:not(.admin-page).chat-mode #view-chat .chat-card {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto auto !important;
    gap: 6px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html body:not(.admin-page) #view-chat .messages,
  html.force-mobile body:not(.admin-page) #view-chat .messages,
  html body:not(.admin-page).chat-mode #view-chat .messages,
  html.force-mobile body:not(.admin-page).chat-mode #view-chat .messages {
    display: grid !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto !important;
    align-content: start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 8px 2px 12px !important;
    scroll-padding-bottom: 16px !important;
  }

  html body:not(.admin-page) #view-chat .messages.empty,
  html.force-mobile body:not(.admin-page) #view-chat .messages.empty {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  html body:not(.admin-page) #view-chat .persona-strip,
  html.force-mobile body:not(.admin-page) #view-chat .persona-strip {
    width: 100% !important;
    margin: 0 0 6px !important;
    padding-bottom: 6px !important;
  }

  html body:not(.admin-page) #view-chat .persona-strip button,
  html.force-mobile body:not(.admin-page) #view-chat .persona-strip button {
    min-width: 118px !important;
    min-height: 52px !important;
    border-radius: 16px !important;
    padding: 9px 11px !important;
    font-size: 12px !important;
  }

  html body:not(.admin-page) #view-chat .persona-strip button b,
  html.force-mobile body:not(.admin-page) #view-chat .persona-strip button b {
    font-size: 13px !important;
  }

  html body:not(.admin-page) #view-chat .persona-strip button span,
  html.force-mobile body:not(.admin-page) #view-chat .persona-strip button span {
    margin-top: 5px !important;
    font-size: 10px !important;
  }

  html body:not(.admin-page) #view-chat .bubble,
  html.force-mobile body:not(.admin-page) #view-chat .bubble {
    max-width: 94% !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    line-height: 1.64 !important;
  }

  html body:not(.admin-page) #view-chat .ask-box,
  html.force-mobile body:not(.admin-page) #view-chat .ask-box,
  html body:not(.admin-page).chat-mode #view-chat .ask-box,
  html.force-mobile body:not(.admin-page).chat-mode #view-chat .ask-box {
    width: 100% !important;
    min-height: 64px !important;
    grid-template-columns: 38px minmax(0, 1fr) 42px !important;
    gap: 8px !important;
    border-radius: 24px !important;
    padding: 10px !important;
  }

  html body:not(.admin-page) #view-chat #chatInput,
  html.force-mobile body:not(.admin-page) #view-chat #chatInput {
    min-height: 44px !important;
    max-height: 128px !important;
    padding: 11px 0 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  html body:not(.admin-page) #view-chat .tool-plus,
  html.force-mobile body:not(.admin-page) #view-chat .tool-plus {
    width: 38px !important;
    height: 38px !important;
  }

  html body:not(.admin-page) #view-chat .send-btn,
  html.force-mobile body:not(.admin-page) #view-chat .send-btn {
    grid-column: 3 !important;
    width: 42px !important;
    height: 42px !important;
  }

  html body:not(.admin-page) #view-chat .model-chip,
  html.force-mobile body:not(.admin-page) #view-chat .model-chip {
    display: none !important;
  }

  html body:not(.admin-page) #view-chat .chat-usage-line,
  html.force-mobile body:not(.admin-page) #view-chat .chat-usage-line,
  html body:not(.admin-page).chat-mode #view-chat .chat-usage-line,
  html.force-mobile body:not(.admin-page).chat-mode #view-chat .chat-usage-line {
    width: calc(100% - 18px) !important;
    font-size: 9px !important;
  }

  html body:not(.admin-page) #view-apps,
  html.force-mobile body:not(.admin-page) #view-apps {
    height: calc(100svh - 64px) !important;
    overflow-y: auto !important;
    padding: 18px 14px 32px !important;
  }

  html body:not(.admin-page) #view-apps .page-head,
  html.force-mobile body:not(.admin-page) #view-apps .page-head {
    margin: 12px auto 16px !important;
  }

  html body:not(.admin-page) #view-apps .page-head h1,
  html.force-mobile body:not(.admin-page) #view-apps .page-head h1 {
    font-size: 28px !important;
  }

  html body:not(.admin-page) #view-apps .apps-grid,
  html.force-mobile body:not(.admin-page) #view-apps .apps-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body:not(.admin-page) #view-apps .apps-grid button,
  html.force-mobile body:not(.admin-page) #view-apps .apps-grid button {
    min-height: 112px !important;
    border-radius: 16px !important;
    padding: 16px !important;
  }

  html body:not(.admin-page) #view-apps .apps-grid strong,
  html.force-mobile body:not(.admin-page) #view-apps .apps-grid strong {
    font-size: 18px !important;
  }

  html body:not(.admin-page) #view-apps .apps-grid span,
  html.force-mobile body:not(.admin-page) #view-apps .apps-grid span {
    margin-top: 8px !important;
    font-size: 13px !important;
  }

  html body:not(.admin-page) #view-apps .apps-grid small,
  html.force-mobile body:not(.admin-page) #view-apps .apps-grid small {
    margin-top: 12px !important;
    font-size: 11px !important;
  }

  html body:not(.admin-page) #view-apps .app-studio,
  html.force-mobile body:not(.admin-page) #view-apps .app-studio {
    grid-template-columns: 1fr !important;
    margin-top: 12px !important;
  }

  html body:not(.admin-page) #view-apps .app-studio-head,
  html.force-mobile body:not(.admin-page) #view-apps .app-studio-head {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 16px !important;
  }
}
