.lb-mobile-top {
  display: none;
}

.mobile-device-guard {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 226, 170, 0.08), transparent 34%),
    #030407;
  color: rgba(248, 244, 235, 0.92);
  text-align: center;
}

.mobile-device-guard__inner {
  width: min(420px, 100%);
}

.mobile-device-guard__eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 226, 170, 0.48);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.mobile-device-guard__title {
  margin-bottom: 14px;
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.2;
  font-weight: 760;
  letter-spacing: 0;
}

.mobile-device-guard__text {
  margin: 0 auto 24px;
  color: rgba(248, 244, 235, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.mobile-device-guard__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 226, 170, 0.22);
  background: rgba(255, 226, 170, 0.08);
  color: rgba(255, 235, 198, 0.9);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.mobile-device-unsupported,
.mobile-device-unsupported body {
  overflow: hidden !important;
}

@media (max-width: 1366px), (pointer: coarse) {
  html,
  body {
    overscroll-behavior-x: contain;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }

  body.mobile-horizontal-swipe {
    cursor: grabbing;
  }

  body.mobile-swipe-drag,
  body.mobile-swipe-animating {
    overflow: hidden !important;
  }

  body.mobile-swipe-drag > :not(.mobile-swipe-peer):not(.top-nav),
  body.mobile-swipe-animating > :not(.mobile-swipe-peer):not(.top-nav) {
    transform: translate3d(var(--mobile-swipe-current-x, 0), 0, 0);
    will-change: transform;
  }

  body.mobile-swipe-animating > :not(.mobile-swipe-peer):not(.top-nav) {
    transition: transform 210ms cubic-bezier(0.22, 0.82, 0.24, 1);
  }

  body.mobile-swipe-drag .top-nav,
  body.mobile-swipe-animating .top-nav {
    transform: none !important;
    z-index: 2147483200 !important;
  }

  .mobile-swipe-peer {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    width: 100vw;
    height: 100vh;
    border: 0;
    background: #050509;
    transform: translate3d(var(--mobile-swipe-peer-x, 100vw), 0, 0);
    will-change: transform;
    pointer-events: none;
  }

  body.mobile-swipe-animating .mobile-swipe-peer {
    transition: transform 210ms cubic-bezier(0.22, 0.82, 0.24, 1);
  }

  body.mobile-card-viewer-open .mobile-swipe-peer {
    display: none !important;
    visibility: hidden !important;
  }

  body.mobile-card-viewer-open.mobile-swipe-drag > :not(.mobile-card-viewer):not(.top-nav),
  body.mobile-card-viewer-open.mobile-swipe-animating > :not(.mobile-card-viewer):not(.top-nav) {
    transform: none !important;
  }

  a,
  button,
  .top-nav,
  .nav-chapter,
  .nav-home,
  .chapter-card,
  .section-card,
  .project-card,
  .portfolio-card,
  .image-card,
  .article-card,
  .minor-article-card,
  .interest-card,
  .card,
  img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
  }

  input,
  textarea,
  [contenteditable="true"] {
    -webkit-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
  }

  .top-nav {
    height: 60px !important;
    padding: 0 14px !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    background: rgba(6, 6, 8, 0.76) !important;
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
  }

  .nav-site-name,
  .nav-logo {
    display: none !important;
  }

  .nav-home {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 226, 170, 0.86);
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-home svg {
    width: 19px;
    height: 19px;
    display: block;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .nav-chapters {
    flex: 1;
    min-width: 0;
    gap: 9px !important;
    justify-content: center !important;
  }

  .nav-chapter {
    flex: 0 0 auto !important;
    justify-content: center;
    min-width: 0;
    padding: 10px 4px 11px !important;
    border-radius: 8px;
    gap: 0 !important;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-chapter .ch-num {
    display: none !important;
  }

  .nav-chapter .ch-title {
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0 !important;
    color: rgba(255, 255, 255, 0.58) !important;
    white-space: nowrap;
  }

  .nav-chapter.active .ch-title {
    color: rgba(255, 226, 170, 0.92) !important;
  }

  body.mobile-swipe-drag .nav-chapter.active:not(.mobile-swipe-target) .ch-title,
  body.mobile-swipe-animating .nav-chapter.active:not(.mobile-swipe-target) .ch-title {
    color: rgba(255, 255, 255, 0.58) !important;
  }

  .nav-chapter.mobile-swipe-target .ch-title {
    color: rgba(255, 226, 170, 0.92) !important;
  }

  .nav-chapter::after {
    left: 5px !important;
    right: 5px !important;
    bottom: 7px !important;
    height: 1.5px !important;
  }

  body.mobile-swipe-drag .nav-chapter.active:not(.mobile-swipe-target)::after,
  body.mobile-swipe-animating .nav-chapter.active:not(.mobile-swipe-target)::after {
    transform: scaleX(0) !important;
  }

  .nav-chapter.mobile-swipe-target::after {
    transform: scaleX(1) !important;
  }

  .resume-indicator {
    top: 14.5% !important;
    left: 47% !important;
    gap: 6px !important;
    padding: 5px 7px 5px 5px;
    border-radius: 12px;
    background: rgba(3, 4, 8, 0.52);
    border: 1px solid rgba(255, 226, 170, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  }

  .resume-indicator .ri-dot {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px;
    animation: mobileResumeDotBreath 1.85s ease-in-out infinite;
  }

  .resume-indicator .ri-dot::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 226, 170, 0.32);
    box-shadow: 0 0 18px rgba(255, 210, 140, 0.22);
    animation: mobileResumeRingBreath 1.85s ease-in-out infinite;
    pointer-events: none;
  }

  .resume-indicator .ri-disc-mid {
    inset: 4px !important;
  }

  .resume-indicator .ri-disc-inner {
    inset: 8px !important;
  }

  .resume-indicator .ri-text {
    max-width: 80px;
    font-size: 10px !important;
    line-height: 1.18;
    letter-spacing: 0 !important;
    white-space: normal !important;
    color: rgba(255, 232, 190, 0.92) !important;
  }

  .chapter-card .card-icon {
    left: 12px !important;
    top: -20px !important;
    width: 66px !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .chapter-card:hover .card-icon {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .chapter-card .card-icon img {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
  }

  .chapter-card:hover {
    transform: none !important;
    border-color: rgba(255, 216, 138, 0.1) !important;
  }

  .chapter-card:hover .card-watermark {
    opacity: 0.07 !important;
  }

  .chapter-card:hover .card-arrow {
    transform: none !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 210, 140, 0.55) !important;
  }

  .chapter-card .card-arrow {
    display: none !important;
  }

  .lightbox.resume-mobile-mode {
    z-index: 2147483400;
    background: #050508;
    align-items: stretch !important;
    justify-content: stretch !important;
    overflow: hidden !important;
    touch-action: none;
  }

  .lightbox.resume-mobile-mode .lb-stage {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: block !important;
    padding: 0 !important;
    touch-action: none;
  }

  .lightbox.resume-mobile-mode .lb-card {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translate3d(0, 0, 0);
    transition: transform 260ms cubic-bezier(0.22, 0.82, 0.24, 1);
  }

  .lightbox.resume-mobile-mode .lb-card img {
    width: auto !important;
    height: auto !important;
    max-width: 94vw !important;
    max-height: calc(100dvh - 104px) !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.46);
    transform: translate3d(var(--resume-img-x, 0px), var(--resume-img-y, 0px), 0) scale(var(--resume-img-scale, 1));
    transform-origin: center center;
    transition: transform 180ms ease;
    touch-action: none;
  }

  .lightbox.resume-mobile-mode.resume-pinching .lb-card img,
  .lightbox.resume-mobile-mode.resume-panning .lb-card img,
  .lightbox.resume-mobile-mode.resume-dragging .lb-card,
  .lightbox.resume-mobile-mode.resume-dragging .lb-card img {
    transition: none !important;
  }

  .lightbox.resume-mobile-mode .lb-arrow,
  .lightbox.resume-mobile-mode .lb-close,
  .lightbox.resume-mobile-mode .lb-zoom,
  .lightbox.resume-mobile-mode .lb-hint {
    display: none !important;
  }

  .lightbox.resume-mobile-mode .lb-dots {
    bottom: max(18px, env(safe-area-inset-bottom)) !important;
    z-index: 2147483420 !important;
    gap: 8px !important;
  }

  .lightbox.resume-mobile-mode .lb-dot {
    width: 7px !important;
    height: 7px !important;
    background: rgba(255, 255, 255, 0.28) !important;
    box-shadow: none !important;
  }

  .lightbox.resume-mobile-mode .lb-dot.active {
    background: rgba(255, 226, 170, 0.95) !important;
  }

  .lightbox.resume-mobile-mode .lb-mobile-top {
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    left: 0;
    right: 0;
    z-index: 2147483420;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    pointer-events: none;
  }

  .lb-mobile-back,
  .lb-mobile-count {
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.36);
    color: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
    pointer-events: auto;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .lb-mobile-back {
    width: 34px;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lb-mobile-count {
    min-width: 48px;
    padding: 0 11px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.4px;
  }
}

@keyframes mobileResumeDotBreath {
  0%, 100% {
    transform: scale(0.92);
    filter: brightness(0.9);
  }
  50% {
    transform: scale(1.14);
    filter: brightness(1.2);
  }
}

@keyframes mobileResumeRingBreath {
  0%, 100% {
    opacity: 0.18;
    transform: scale(0.82);
  }
  50% {
    opacity: 0.68;
    transform: scale(1.1);
  }
}

@media (max-width: 1180px) {
  .items-layer.active .hotspot::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 226, 170, 0.92);
    box-shadow:
      0 0 0 5px rgba(255, 226, 170, 0.12),
      0 0 18px rgba(255, 210, 140, 0.55);
    transform: translate(-50%, -50%);
    animation: touchHotspotPulse 1.9s ease-in-out infinite;
    pointer-events: none;
  }

  .items-layer.active::after {
    content: '轻触柜内物件进入章节';
    position: absolute;
    left: 50%;
    bottom: 16%;
    transform: translateX(-50%);
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 226, 170, 0.14);
    background: rgba(6, 6, 8, 0.54);
    color: rgba(255, 238, 205, 0.72);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.8px;
    white-space: nowrap;
    pointer-events: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: touchHintFloat 2.8s ease-in-out infinite;
  }
}

@keyframes touchHotspotPulse {
  0%, 100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(0.86);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes touchHintFloat {
  0%, 100% {
    opacity: 0.48;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -5px);
  }
}

@media (max-width: 1366px), (pointer: coarse) {
  .chapter-side-nav,
  .scroll-showcase {
    display: none !important;
  }

  .parallax-bg {
    display: none !important;
  }

  body {
    background: #0f1222 !important;
  }

  body:has(.article-list),
  body:has(.brand-grid),
  body:has(.bili-grid) {
    background: #eee5d6 !important;
  }

  .chapter-header {
    display: block !important;
    max-width: none !important;
    margin: 74px 14px 34px !important;
    padding: 22px 18px 24px !important;
    gap: 0 !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16) !important;
  }

  body:has(.article-list) .chapter-header,
  body:has(.brand-grid) .chapter-header,
  body:has(.bili-grid) .chapter-header {
    border-color: rgba(90, 72, 46, 0.12) !important;
    background: linear-gradient(180deg, rgba(255, 252, 244, 0.72), rgba(255, 252, 244, 0.36)) !important;
    box-shadow: 0 16px 36px rgba(90, 64, 32, 0.08) !important;
  }

  .chapter-header > .ch-num {
    display: none !important;
  }

  .chapter-header .ch-info {
    padding-top: 0 !important;
    max-width: none !important;
  }

  .chapter-header .ch-title {
    max-width: 100% !important;
    margin: 0 0 8px !important;
    font-size: clamp(24px, 6.8vw, 29px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }

  .chapter-header .ch-desc {
    max-width: none !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.72 !important;
  }

  .sub-section,
  .desk-section {
    max-width: none !important;
    margin: 0 auto 38px !important;
    padding: 0 14px !important;
  }

  .sub-section + .sub-section,
  .desk-section + .desk-section {
    padding-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  body:has(.article-list) .sub-section + .sub-section,
  body:has(.brand-grid) .sub-section + .sub-section,
  body:has(.bili-grid) .sub-section + .sub-section {
    border-top-color: rgba(96, 74, 43, 0.12);
  }

  .sub-title,
  .desk-title {
    margin-bottom: 10px !important;
    padding-left: 10px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    border-left-width: 2px !important;
  }

  .sub-desc {
    margin: 0 0 16px !important;
    font-size: 12px !important;
    line-height: 1.62 !important;
  }

  .sub-desc p {
    margin-bottom: 8px !important;
  }

  .sub-desc ul {
    gap: 8px !important;
  }

  .sub-desc li {
    padding-left: 18px !important;
  }

  .sub-desc li::before {
    left: 2px !important;
  }

  .project-flow,
  .img-grid,
  .article-list,
  .minor-article-list,
  .interest-board {
    margin-top: 0 !important;
  }

  body.chapter5-mobile-articles .article-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.chapter5-mobile-articles .article-card {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  body.chapter5-mobile-articles .minor-article-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 16px !important;
    margin-top: 18px !important;
  }

  body.chapter5-mobile-articles .minor-article-card {
    width: 100% !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  body.chapter5-mobile-articles .article-card-cover,
  body.chapter5-mobile-articles .minor-article-card-cover,
  body.chapter5-mobile-articles .article-card-content,
  body.chapter5-mobile-articles .minor-article-card .article-card-content {
    transition: none !important;
  }

  body.chapter5-mobile-articles .article-card-cover,
  body.chapter5-mobile-articles .minor-article-card-cover {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    filter: none !important;
    border-radius: 7px 7px 0 0 !important;
    object-fit: cover !important;
    background: rgba(90, 72, 46, 0.08) !important;
    box-shadow: none !important;
  }

  body.chapter5-mobile-articles .article-card-cover {
    aspect-ratio: 2 / 1 !important;
  }

  body.chapter5-mobile-articles .minor-article-card-cover {
    aspect-ratio: 16 / 9 !important;
  }

  body.chapter5-mobile-articles .minor-article-card-media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: 7px 7px 0 0 !important;
    background: rgba(90, 72, 46, 0.08) !important;
  }

  body.chapter5-mobile-articles .minor-article-card-media .minor-article-card-cover {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    border-radius: 7px 7px 0 0 !important;
  }

  body.chapter5-mobile-articles .minor-article-card-media::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    pointer-events: none !important;
    background:
      linear-gradient(
        to top,
        rgba(241, 231, 215, 0.72) 0%,
        rgba(241, 231, 215, 0.46) 38%,
        rgba(241, 231, 215, 0.16) 72%,
        rgba(241, 231, 215, 0.02) 100%
      ) !important;
  }

  body.chapter5-mobile-articles .article-card::after,
  body.chapter5-mobile-articles .minor-article-card::after {
    display: none !important;
  }

  body.chapter5-mobile-articles .article-card:hover,
  body.chapter5-mobile-articles .article-card:active,
  body.chapter5-mobile-articles .article-card:focus,
  body.chapter5-mobile-articles .minor-article-card:hover,
  body.chapter5-mobile-articles .minor-article-card:active,
  body.chapter5-mobile-articles .minor-article-card:focus {
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
  }

  body.chapter5-mobile-articles .minor-article-card:hover,
  body.chapter5-mobile-articles .minor-article-card:active,
  body.chapter5-mobile-articles .minor-article-card:focus {
    box-shadow: none !important;
  }

  body.chapter5-mobile-articles .article-card.has-cover:hover .article-card-cover,
  body.chapter5-mobile-articles .article-card.has-cover:active .article-card-cover,
  body.chapter5-mobile-articles .minor-article-card.has-cover:hover .minor-article-card-cover,
  body.chapter5-mobile-articles .minor-article-card.has-cover:active .minor-article-card-cover {
    transform: none !important;
    filter: none !important;
  }

  body.chapter5-mobile-articles .article-card:hover .article-card-content,
  body.chapter5-mobile-articles .article-card:active .article-card-content,
  body.chapter5-mobile-articles .minor-article-card:hover .article-card-content,
  body.chapter5-mobile-articles .minor-article-card:active .article-card-content {
    transform: none !important;
  }

  body.chapter5-mobile-articles .article-card-content,
  body.chapter5-mobile-articles .minor-article-card .article-card-content {
    position: static !important;
    inset: auto !important;
    padding: 7px 2px 0 !important;
    transform: none !important;
    pointer-events: none !important;
  }

  body.chapter5-mobile-articles .article-card-index {
    display: none !important;
  }

  body.chapter5-mobile-articles .article-card-title {
    margin: 0 !important;
    color: rgba(42, 37, 32, 0.86) !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
  }

  body.chapter5-mobile-articles .minor-article-card .article-card-content {
    padding-top: 6px !important;
  }

  body.chapter5-mobile-articles .minor-article-card .article-card-title {
    color: rgba(42, 37, 32, 0.86) !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
  }
}

@media (max-width: 1366px), (pointer: coarse) {
  .mobile-vi-section .project-flow {
    display: block !important;
    column-count: 2;
    column-gap: 12px;
  }

  .mobile-vi-section .pf-row {
    display: contents !important;
  }

  .mobile-vi-section .pf-img,
  .mobile-vi-section .pf-extra-img {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-y !important;
    break-inside: avoid;
    margin: 0 0 18px !important;
  }

  .mobile-vi-section .pf-img.mobile-full-row,
  .mobile-vi-section .pf-extra-img.mobile-full-row {
    -webkit-column-span: all;
    column-span: all;
    width: 100% !important;
    margin-bottom: 22px !important;
  }

  .mobile-vi-section .project-flow > .pf-row:not(:first-child) .mobile-full-row {
    margin-top: 14px !important;
  }

  .mobile-vi-section .pf-img.mobile-full-row > img,
  .mobile-vi-section .pf-extra-img.mobile-full-row > img {
    aspect-ratio: 16 / 9 !important;
  }

  .mobile-vi-section .pf-img:hover,
  .mobile-vi-section .pf-extra-img:hover {
    transform: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .mobile-vi-section .pf-img > img,
  .mobile-vi-section .pf-extra-img > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 7px 7px 0 0 !important;
    background: rgba(255, 255, 255, 0.035);
  }

  .mobile-vi-section .pf-img[style*="16/"] > img,
  .mobile-vi-section .pf-extra-img[style*="16/"] > img {
    aspect-ratio: 16 / 9 !important;
  }

  .mobile-vi-section .pf-img[style*="3/4"] > img,
  .mobile-vi-section .pf-extra-img[style*="3/4"] > img {
    aspect-ratio: 3 / 4 !important;
  }

  .mobile-vi-section .pf-img[style*="4/3"] > img,
  .mobile-vi-section .pf-extra-img[style*="4/3"] > img {
    aspect-ratio: 4 / 3 !important;
  }

  .mobile-vi-section .pf-caption {
    position: static !important;
    inset: auto !important;
    opacity: 1 !important;
    min-height: 0 !important;
    padding: 7px 2px 0 !important;
    background: transparent !important;
    background-image: none !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .mobile-vi-section .pf-caption::before,
  .mobile-vi-section .pf-caption::after {
    display: none !important;
  }

  .mobile-vi-section .pf-caption strong {
    margin: 0 !important;
    display: block !important;
    color: rgba(226, 230, 245, 0.9) !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
  }

  .mobile-vi-section .pf-caption small {
    display: none !important;
  }

  .mobile-vi-section .gallery-badge {
    top: 7px !important;
    right: 7px !important;
    height: 21px !important;
    min-width: 24px !important;
    padding: 0 6px !important;
    gap: 3px !important;
    border-radius: 999px !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    background: rgba(3, 5, 12, 0.56) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .mobile-vi-section .stack-icon {
    width: 9px !important;
    height: 9px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    transition: none !important;
    filter: none !important;
  }

  .mobile-vi-section .stack-icon::before {
    background: rgba(255, 255, 255, 0.15) !important;
    transition: none !important;
    filter: none !important;
  }

  .mobile-vi-section .pf-img.has-gallery:hover .gallery-badge,
  .mobile-vi-section .pf-img:hover .gallery-badge,
  .mobile-vi-section .pf-extra-img:hover .gallery-badge {
    color: rgba(255, 255, 255, 0.88) !important;
    background: rgba(3, 5, 12, 0.56) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .mobile-vi-section .pf-img.has-gallery:hover .stack-icon,
  .mobile-vi-section .pf-img.has-gallery:hover .stack-icon::before,
  .mobile-vi-section .pf-img:hover .stack-icon,
  .mobile-vi-section .pf-img:hover .stack-icon::before,
  .mobile-vi-section .pf-extra-img:hover .stack-icon,
  .mobile-vi-section .pf-extra-img:hover .stack-icon::before {
    box-shadow: none !important;
  }

  .mobile-vi-section .pf-img:hover .pf-caption strong,
  .mobile-vi-section .pf-extra-img:hover .pf-caption strong {
    color: rgba(226, 230, 245, 0.9) !important;
    transform: none !important;
  }

  @media (orientation: landscape) {
    .mobile-vi-section .project-flow {
      column-count: 3;
    }

    .mobile-vi-section .pf-img.mobile-full-row,
    .mobile-vi-section .pf-extra-img.mobile-full-row {
      -webkit-column-span: all;
      column-span: all;
    }
  }

  body.chapter2-mobile-cards .sub-section .project-flow {
    display: block !important;
    column-count: 2;
    column-gap: 12px;
  }

  body.chapter2-mobile-cards .sub-section .pf-row {
    display: contents !important;
  }

  body.chapter2-mobile-cards .sub-section .buddy-left {
    display: contents !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer;
    break-inside: avoid;
    margin: 0 0 18px !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-y !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img.mobile-full-row,
  body.chapter2-mobile-cards .sub-section .pf-extra-img.mobile-full-row {
    -webkit-column-span: all;
    column-span: all;
    width: 100% !important;
    margin: 12px 0 22px !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img:hover,
  body.chapter2-mobile-cards .sub-section .pf-extra-img:hover {
    transform: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img > img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 7px 7px 0 0 !important;
    background: rgba(255, 255, 255, 0.035);
  }

  body.chapter2-mobile-cards .sub-section .pf-img.mobile-full-row > img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img.mobile-full-row > img,
  body.chapter2-mobile-cards .sub-section .pf-img[style*="16/"] > img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img[style*="16/"] > img,
  body.chapter2-mobile-cards .sub-section .pf-img[style*="3/1"] > img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img[style*="3/1"] > img,
  body.chapter2-mobile-cards .sub-section .pf-img[style*="16/6"] > img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img[style*="16/6"] > img {
    aspect-ratio: 16 / 9 !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img[style*="3/4"] > img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img[style*="3/4"] > img,
  body.chapter2-mobile-cards .sub-section .pf-img.shop-tall-card > img,
  body.chapter2-mobile-cards .sub-section .pf-img.og-portrait > img,
  body.chapter2-mobile-cards .sub-section .pf-img.h5-merged-card > img {
    aspect-ratio: 3 / 4 !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img[style*="4/3"] > img,
  body.chapter2-mobile-cards .sub-section .pf-extra-img[style*="4/3"] > img {
    aspect-ratio: 4 / 3 !important;
  }

  body.chapter2-mobile-cards .sub-section .h5-preview-card::before {
    display: none !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-caption {
    position: static !important;
    inset: auto !important;
    opacity: 1 !important;
    min-height: 0 !important;
    padding: 7px 2px 0 !important;
    background: transparent !important;
    background-image: none !important;
    transform: none !important;
    pointer-events: none !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-caption::before,
  body.chapter2-mobile-cards .sub-section .pf-caption::after {
    display: none !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-caption strong {
    margin: 0 !important;
    display: block !important;
    color: rgba(226, 230, 245, 0.9) !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    transform: none !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-caption small {
    display: none !important;
  }

  body.chapter2-mobile-cards .sub-section .gallery-badge {
    top: 7px !important;
    right: 7px !important;
    height: 21px !important;
    min-width: 24px !important;
    padding: 0 6px !important;
    gap: 3px !important;
    border-radius: 999px !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    background: rgba(3, 5, 12, 0.56) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  body.chapter2-mobile-cards .sub-section .stack-icon,
  body.chapter2-mobile-cards .sub-section .stack-icon::before {
    transition: none !important;
    filter: none !important;
    box-shadow: none !important;
  }

  body.chapter2-mobile-cards .sub-section .stack-icon {
    width: 9px !important;
    height: 9px !important;
    background: rgba(255, 255, 255, 0.2) !important;
  }

  body.chapter2-mobile-cards .sub-section .stack-icon::before {
    background: rgba(255, 255, 255, 0.15) !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img.has-gallery:hover .gallery-badge,
  body.chapter2-mobile-cards .sub-section .pf-img:hover .gallery-badge,
  body.chapter2-mobile-cards .sub-section .pf-extra-img:hover .gallery-badge {
    color: rgba(255, 255, 255, 0.88) !important;
    background: rgba(3, 5, 12, 0.56) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  body.chapter2-mobile-cards .sub-section .pf-img:hover .pf-caption strong,
  body.chapter2-mobile-cards .sub-section .pf-extra-img:hover .pf-caption strong {
    color: rgba(226, 230, 245, 0.9) !important;
    transform: none !important;
  }

  body.mobile-card-grid .img-grid,
  body.mobile-card-grid .interest-board {
    display: block !important;
    column-count: 2;
    column-gap: 12px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.mobile-card-grid .interest-board::before {
    display: none !important;
  }

  body.mobile-card-grid .gi,
  body.mobile-card-grid .interest-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer;
    break-inside: avoid;
    margin: 0 0 18px !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-y !important;
  }

  body.mobile-card-grid .gi.mobile-full-row,
  body.mobile-card-grid .interest-card.mobile-full-row {
    -webkit-column-span: all;
    column-span: all;
    width: 100% !important;
    margin: 12px 0 22px !important;
  }

  body.chapter4-mobile-cards .sub-section {
    margin-bottom: 26px !important;
  }

  body.chapter4-mobile-cards .sub-section + .sub-section {
    padding-top: 22px !important;
  }

  body.chapter4-mobile-cards .img-grid {
    column-gap: 12px !important;
  }

  body.mobile-card-grid .gi:hover,
  body.mobile-card-grid .interest-card:hover {
    transform: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    filter: none !important;
  }

  body.mobile-card-grid .brand-card.preview-framed {
    padding: 0 !important;
    background: transparent !important;
  }

  body.mobile-card-grid .brand-card.preview-framed > img {
    box-shadow: none !important;
  }

  body.mobile-card-grid .gi > img,
  body.mobile-card-grid .interest-card > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    border-radius: 7px 7px 0 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.035) !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }

  body.mobile-card-grid .gi.mobile-full-row > img,
  body.mobile-card-grid .interest-card.mobile-full-row > img,
  body.mobile-card-grid .brand-card.brand-wide > img,
  body.mobile-card-grid .brand-card.brand-3x1 > img,
  body.mobile-card-grid .gi.wide-3x1 > img,
  body.mobile-card-grid .brand-card[style*="3/1"] > img,
  body.mobile-card-grid .gi[style*="16/"] > img,
  body.mobile-card-grid .interest-card[style*="16/"] > img {
    aspect-ratio: 16 / 9 !important;
  }

  body.mobile-card-grid .gi.wide-3x1,
  body.mobile-card-grid .gi.landscape-4x3 {
    aspect-ratio: auto !important;
  }

  body.mobile-card-grid .bili-card > img,
  body.mobile-card-grid .portrait-card > img,
  body.mobile-card-grid .portrait-medium > img,
  body.mobile-card-grid .portrait-small > img,
  body.mobile-card-grid .gi[style*="3/4"] > img,
  body.mobile-card-grid .interest-card[style*="3/4"] > img {
    aspect-ratio: 3 / 4 !important;
  }

  body.mobile-card-grid .landscape-4x3 > img,
  body.mobile-card-grid .gi[style*="4/3"] > img {
    aspect-ratio: 4 / 3 !important;
  }

  body.mobile-card-grid .gi-caption,
  body.mobile-card-grid .interest-caption {
    position: static !important;
    inset: auto !important;
    opacity: 1 !important;
    min-height: 0 !important;
    padding: 7px 2px 0 !important;
    background: transparent !important;
    background-image: none !important;
    transform: none !important;
    pointer-events: none !important;
    color: inherit !important;
    text-shadow: none !important;
  }

  body.mobile-card-grid .gi-caption::before,
  body.mobile-card-grid .gi-caption::after,
  body.mobile-card-grid .interest-caption::before,
  body.mobile-card-grid .interest-caption::after {
    display: none !important;
  }

  body.mobile-card-grid .gi-caption strong,
  body.mobile-card-grid .interest-caption strong {
    margin: 0 !important;
    display: block !important;
    color: rgba(226, 230, 245, 0.9) !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    transform: none !important;
  }

  body:has(.brand-grid).mobile-card-grid .gi-caption strong,
  body:has(.bili-grid).mobile-card-grid .gi-caption strong {
    color: rgba(42, 37, 32, 0.86) !important;
  }

  body.mobile-card-grid .gi-caption small,
  body.mobile-card-grid .interest-card .tag,
  body.mobile-card-grid .interest-card .idx {
    display: none !important;
  }

  body.mobile-card-grid .gallery-badge {
    top: 7px !important;
    right: 7px !important;
    height: 21px !important;
    min-width: 24px !important;
    padding: 0 6px !important;
    gap: 3px !important;
    border-radius: 999px !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    background: rgba(3, 5, 12, 0.56) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  body.mobile-card-grid .stack-icon,
  body.mobile-card-grid .stack-icon::before,
  body.mobile-card-grid .stack-icon::after {
    transition: none !important;
    filter: none !important;
    box-shadow: none !important;
  }

  body.mobile-card-grid .stack-icon {
    width: 9px !important;
    height: 9px !important;
    background: rgba(255, 255, 255, 0.2) !important;
  }

  body.mobile-card-grid .stack-icon::before {
    background: rgba(255, 255, 255, 0.15) !important;
  }

  body.mobile-card-grid .gi:hover .gallery-badge,
  body.mobile-card-grid .interest-card:hover .gallery-badge {
    color: rgba(255, 255, 255, 0.88) !important;
    background: rgba(3, 5, 12, 0.56) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  body.mobile-card-grid .gi:hover .gi-caption strong,
  body.mobile-card-grid .interest-card:hover .interest-caption strong {
    transform: none !important;
  }

  @media (orientation: landscape) {
    body.chapter2-mobile-cards .sub-section .project-flow {
      column-count: 3;
    }

    body.mobile-card-grid .img-grid,
    body.mobile-card-grid .interest-board {
      column-count: 3;
    }
  }

  @media (min-width: 820px) {
    body.chapter2-mobile-cards .sub-section .project-flow {
      column-count: 3;
    }

    body.mobile-card-grid .img-grid,
    body.mobile-card-grid .interest-board {
      column-count: 3;
    }
  }

  @media (min-width: 1024px) and (orientation: landscape) {
    body.chapter2-mobile-cards .sub-section .project-flow {
      column-count: 4;
    }

    body.mobile-card-grid .img-grid,
    body.mobile-card-grid .interest-board {
      column-count: 4;
    }
  }

  .mobile-card-viewer {
    position: fixed;
    inset: 0;
    z-index: 2147483600;
    display: block;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 0%, rgba(52, 70, 116, 0.16), transparent 42%),
      #070a14;
    color: rgba(235, 239, 255, 0.92);
    transform-origin: top left;
    transition:
      transform 180ms cubic-bezier(0.2, 0.84, 0.22, 1),
      opacity 150ms ease,
      border-radius 180ms ease;
    pointer-events: none;
  }

  .mobile-card-viewer.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-card-viewer.expanded {
    transform: translate3d(var(--mcv-close-x, 0), 0, 0) scale(1) !important;
    border-radius: 0 !important;
  }

  body.mobile-card-viewer-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  .mcv-topbar {
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    pointer-events: none;
  }

  .mcv-back,
  .mcv-count {
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.38);
    color: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }

  .mcv-back {
    width: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1;
  }

  .mcv-count {
    min-width: 46px;
    padding: 0 11px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
  }

  .mcv-scroll {
    height: 100dvh;
    overflow-y: auto;
    padding: calc(max(54px, env(safe-area-inset-top)) + 2px) 14px calc(36px + env(safe-area-inset-bottom));
    -webkit-overflow-scrolling: touch;
  }

  .mcv-image-frame {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 0 auto 22px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #03050c;
    touch-action: none;
  }

  .mcv-dots {
    position: absolute;
    left: 50%;
    bottom: 11px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .mcv-frame-title {
    position: absolute;
    left: 10px;
    right: auto;
    bottom: 38px;
    z-index: 3;
    display: none;
    width: fit-content;
    max-width: calc(100% - 20px);
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(4, 6, 14, 0.72);
    color: rgba(246, 248, 255, 0.96);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 750;
    letter-spacing: 0;
    text-align: left;
    overflow-wrap: anywhere;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
    pointer-events: none;
  }

  .mobile-card-viewer.mcv-show-frame-title:not(.zooming):not(.focus-mode) .mcv-frame-title {
    display: block;
  }

  .mcv-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    transition: width 160ms ease, background 160ms ease;
  }

  .mcv-dot.active {
    width: 17px;
    background: rgba(255, 226, 170, 0.92);
  }

  .mcv-track {
    height: 100%;
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: transform 210ms cubic-bezier(0.22, 0.82, 0.24, 1);
    will-change: transform;
  }

  .mcv-track.dragging {
    transition: none;
  }

  .mcv-slide {
    flex: 0 0 100%;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
  }

  .mcv-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-drag: none;
    will-change: transform;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
  }

  .mcv-slide:not(.active) img {
    pointer-events: none;
  }

  .mcv-slide:not(.active) {
    visibility: hidden;
  }

  .mcv-track.revealing-neighbors .mcv-slide {
    visibility: visible;
  }

  .mcv-copy {
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 28px;
  }

  .mcv-copy h2 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: 0;
    color: rgba(246, 248, 255, 0.96);
  }

  .mcv-card-desc,
  .mcv-note-desc {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(212, 218, 236, 0.78);
  }

  .mcv-card-desc {
    margin-bottom: 18px;
  }

  .mcv-end-mark {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0 4px;
    color: rgba(213, 220, 240, 0.46);
    font-size: 8px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-align: center;
    white-space: nowrap;
  }

  .mcv-end-mark::before,
  .mcv-end-mark::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .mcv-note {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mcv-note-title {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 750;
    color: rgba(245, 236, 206, 0.92);
  }

  .mobile-card-viewer.zooming .mcv-copy,
  .mobile-card-viewer.zooming .mcv-dots,
  .mobile-card-viewer.zooming .mcv-frame-title {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-card-viewer.zooming .mcv-topbar {
    opacity: 1;
  }

  .mobile-card-viewer.zooming .mcv-scroll {
    overflow: hidden;
  }

  .mobile-card-viewer.zooming .mcv-image-frame,
  .mobile-card-viewer.zooming .mcv-slide,
  .mobile-card-viewer.zooming .mcv-track {
    overflow: visible;
  }

  .mobile-card-viewer.zooming .mcv-image-frame {
    border-color: transparent;
    background: transparent;
  }

  .mobile-card-viewer.zooming .mcv-slide:not(.active),
  .mobile-card-viewer.focus-mode .mcv-slide:not(.active) {
    opacity: 0;
    visibility: hidden;
  }

  .mobile-card-viewer.focus-mode .mcv-scroll {
    padding: 0 !important;
    overflow: hidden !important;
  }

  .mobile-card-viewer.focus-mode .mcv-image-frame {
    position: fixed;
    inset: 0;
    z-index: 1;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    margin: 0 !important;
    border: 0 !important;
    background: #05070f !important;
    aspect-ratio: auto !important;
  }

  .mobile-card-viewer.focus-mode .mcv-track,
  .mobile-card-viewer.focus-mode .mcv-slide {
    height: 100% !important;
  }

  .mobile-card-viewer.focus-mode .mcv-copy,
  .mobile-card-viewer.focus-mode .mcv-dots,
  .mobile-card-viewer.focus-mode .mcv-frame-title {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-card-viewer.focus-mode .mcv-topbar {
    z-index: 3;
  }
}
