.figma-app-detail .app-detail-tabs,
.detail-news-enabled .app-detail-tabs { display: flex; gap: 32px; margin: 32px 0; }
.app-detail-tabs a { position: relative; padding-bottom: 8px; color: #333; font-size: 22px; text-decoration: none; }
.app-detail-tabs a[aria-selected="true"] { color: #F14A25; font-weight: 600; }
.app-detail-tabs a[aria-selected="true"]::after { content: ""; position: absolute; width: 40px; height: 3px; border-radius: 36px; background: #F14A25; bottom: 0; left: calc(50% - 20px); }
.app-news-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.app-news-card { min-width: 0; border-radius: 12px; background: #f7f7f7; overflow: hidden; color: #333; text-decoration: none; }
.app-news-cover { display: block; width: 100%; height: auto; aspect-ratio: 242 / 321; object-fit: cover; }
.app-news-copy { display: grid; gap: 12px; padding: 12px; }
.app-news-copy h3 { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 45px; }
.app-news-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; color: #6c6c6c; }
.app-news-meta > span { display: flex; align-items: center; gap: 6px; min-width: 0; }
.app-news-meta img { width: 20px; height: 20px; border-radius: 4px; }
.app-news-meta time, .app-news-list time { color: #999; white-space: nowrap; }
.app-news-list > a { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; color: #333; text-decoration: none; }
.app-news-list h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; }
.app-news-list p { margin: 0; font-size: 14px; color: #666; }
.app-news-list time { font-size: 14px; }
.app-news-empty { padding: 40px 16px; border-radius: 12px; background: #f7f7f7; color: #888; text-align: center; }
@media (min-width: 1024px) {
  .qm-page:has(.figma-app-detail) { width: min(1320px, calc(100vw - 48px)); }
  .figma-app-detail.app-detail-web-layout { display: grid; grid-template-columns: minmax(0, 775fr) minmax(0, 424fr); gap: 32px; margin: 0 44px; align-items: start; }
  .figma-app-detail.app-detail-web-layout > .detail { width: 100%; min-width: 0; margin: 0; padding: 0 0 48px; }
  .figma-app-detail .breadcrumb { padding: 16px 0 24px; margin: 0; }
  .figma-app-detail .detail-hero-layout { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
  .figma-app-detail .hero-app { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; min-width: 0; margin: 0; align-items: center; }
  .figma-app-detail .hero-app > div { min-width: 0; }
  .figma-app-detail .hero-app .app-avatar { width: 96px; height: 96px; flex-basis: 96px; border-radius: 24px; }
  .figma-app-detail .hero-name { font-size: 24px; line-height: 1.4; font-weight: 600; }
  .figma-app-detail .hero-summary { font-size: 16px; line-height: 1.5; color: #999; }
  .figma-app-detail .desktop-detail-actions { gap: 24px; }
  .figma-app-detail .desktop-qr-trigger { width: 58px; height: 58px; flex-shrink: 0; background: #eee; color: #F14A25; }
  .figma-app-detail .desktop-detail-actions .detail-qm-btn { width: 249px; height: 58px; font-size: 14px; line-height: 21px; border-radius: 73px; }
  .figma-app-detail .app-detail-web-sidebar { display: block; padding: 49px 0 0; }
  .figma-app-detail .app-detail-side-section > header { margin-bottom: 12px; }
  .figma-app-detail .app-detail-side-related-list { display: grid; gap: 16px; padding: 16px; border-radius: 12px; background: #f7f7f7; }
  .figma-app-detail .app-detail-side-related { grid-template-columns: 68px minmax(0, 1fr) auto; gap: 16px; padding: 0; }
  .figma-app-detail .app-detail-side-related-icon { width: 68px; height: 68px; flex: 0 0 68px; border-radius: 15px; }
  .figma-app-detail .app-detail-side-related strong { font-size: 16px; line-height: 24px; font-weight: 500; }
  .figma-app-detail .app-detail-side-related small, .figma-app-detail .app-detail-side-related em { font-size: 12px; line-height: 18px; }
  .figma-app-detail .app-detail-side-related > b { font-size: 16px; padding: 6px 24px; background: #ededed; color: #F14A25; }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .figma-app-detail.app-detail-web-layout { margin: 0 24px; gap: 24px; grid-template-columns: minmax(0, 1fr) 320px; }
  .figma-app-detail .detail-hero-layout { flex-wrap: wrap; }
  .figma-app-detail .app-detail-side-related-icon { width: 54px; height: 54px; flex-basis: 54px; }
  .figma-app-detail .app-detail-side-related { grid-template-columns: 54px minmax(0, 1fr) auto; gap: 12px; }
  .figma-app-detail .app-detail-side-related > b { padding: 6px 16px; font-size: 14px; }
}
@media (max-width: 767px) {
  .app-news-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .app-detail-tabs a { font-size: 18px; }
  .app-news-list > a { gap: 12px; }
}
