/* Source: comic/type2.html inline style 1 */
:root {
      --lz-red: #2196F3;
      --lz-red-dark: #1976D2;
      --lz-text: #101114;
      --lz-muted: #646a76;
      --lz-line: rgba(16, 17, 20, 0.08);
      --lz-bg: #f4f5f7;
      --lz-surface: #ffffff;
      --lz-soft: #f8f8fa;
      --lz-shadow: 0 24px 56px rgba(10, 12, 18, 0.12);
      --lz-radius-xl: 32px;
      --lz-radius-lg: 24px;
      --lz-radius-md: 18px;
      --lz-max: 1200px;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      background: var(--lz-bg);
      color: var(--lz-text);
      font-family: "Pretendard Variable", "PingFang SC", "Microsoft YaHei", sans-serif;
    }

    body {
      min-height: 100vh;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    textarea {
      font: inherit;
    }

    img {
      display: block;
      max-width: 100%;
    }

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .hide {
      display: none !important;
    }

    #comicinfo.detail-intro-box,
    .catalog-box {
      display: block !important;
    }

    #comicinfo .type2-content-grid > .type2-stack:first-child,
    .catalog-box > .type2-content-grid {
      display: none;
    }

    .clearfix::after {
      content: "";
      display: block;
      clear: both;
    }

    .type2-page {
      min-height: 100vh;
      padding-bottom: 40px;
    }

    .type2-topbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50;
      transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
    }

    .type2-topbar.is-solid {
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(18px);
      box-shadow: 0 1px 0 rgba(16, 17, 20, 0.08);
    }

    .type2-topbar-inner {
      width: min(var(--lz-max), calc(100% - 28px));
      min-height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .type2-topbar-side,
    .type2-topbar-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
    }

    .type2-topbar-title {
      min-width: 0;
      flex: 1;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      color: rgba(255, 255, 255, 0);
      transition: color 0.2s ease;
    }

    .type2-topbar.is-solid .type2-topbar-title {
      color: var(--lz-text);
    }

    .type2-icon-btn {
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.18);
      color: #fff;
      backdrop-filter: blur(12px);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease;
    }

    .type2-topbar.is-solid .type2-icon-btn {
      background: rgba(16, 17, 20, 0.05);
      color: var(--lz-text);
      box-shadow: inset 0 0 0 1px rgba(16, 17, 20, 0.08);
    }

    .type2-icon-btn svg,
    .type2-icon-btn ti-icon:not(.ti-icon--btn) {
      width: 22px;
      height: 22px;
      color: currentColor;
      fill: currentColor;
    }

    .type2-hero {
      position: relative;
      min-height: 660px;
      padding: 104px 0 120px;
      overflow: hidden;
      background: #101114;
    }

    .type2-hero-bg,
    .type2-hero-noise {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }

    .type2-hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: blur(18px) saturate(1.08) brightness(0.7);
      transform: scale(1.08);
    }

    .type2-hero-noise {
      background:
              linear-gradient(180deg, rgba(10, 12, 18, 0.26) 0%, rgba(10, 12, 18, 0.7) 58%, rgba(244, 245, 247, 1) 100%),
              radial-gradient(circle at 12% 20%, rgba(33, 150, 243, 0.28), transparent 28%),
              radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.12), transparent 18%);
      z-index: 1;
    }

    .type2-hero-inner {
      position: relative;
      z-index: 2;
      width: min(var(--lz-max), calc(100% - 28px));
      margin: 0 auto;
    }

    .type2-hero-grid {
      display: grid;
      grid-template-columns: 300px minmax(0, 1fr);
      gap: 34px;
      align-items: end;
    }

    .type2-poster-wrap {
      position: relative;
      max-width: 300px;
    }

    .type2-poster {
      width: 100%;
      aspect-ratio: 3 / 4.18;
      object-fit: cover;
      border-radius: 28px;
      box-shadow: 0 28px 48px rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.16);
    }

    .type2-poster-corner {
      position: absolute;
      left: 16px;
      z-index: 2;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 10px;
      max-width: calc(100% - 32px);
    }

    .type2-poster-corner--top {
      top: 16px;
    }

    .type2-poster-corner--top .type2-poster-badge {
      box-shadow: none;
      backdrop-filter: none;
    }

    .type2-poster-corner--bottom {
      bottom: 16px;
    }

    .type2-poster-badge {
      position: static;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 32px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(16, 17, 20, 0.78);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.03em;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
      backdrop-filter: blur(14px);
    }

    .type2-poster-badge svg {
      width: 14px;
      height: 14px;
      flex: none;
      fill: currentColor;
    }

    .type2-poster-corner--top .type2-poster-badge--primary {
      background: #1976d2;
    }

    .type2-poster-corner--top .type2-poster-badge--hot {
      background: #f57c00;
    }

    .type2-poster-corner--top .type2-poster-badge--new {
      background: #2e7d32;
    }

    .type2-poster-badge--metric {
      background: rgba(16, 17, 20, 0.72);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    .type2-poster-badge-value {
      font-weight: 800;
    }

    .type2-poster-badge--metric-eye svg {
      color: #80d8ff;
    }

    .type2-poster-badge--metric-fav svg {
      color: #ff8a80;
    }

    .type2-poster-badge--metric-score svg {
      color: #ffd54f;
    }

    .type2-hero-main {
      min-width: 0;
      color: #fff;
      padding: 0 5px 8px;
    }

    .type2-title {
      margin: 0;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.04;
      font-weight: 800;
      letter-spacing: -0.04em;
      word-break: break-word;
    }

    .type2-subtitle-row {
      max-width: 760px;
      margin-top: 14px;
    }

    .type2-subtitle {
      min-width: 0;
      max-width: 100%;
      color: rgba(255, 255, 255, 0.84);
      font-size: 17px;
      line-height: 1.8;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 10px;
    }

    .type2-subtitle-text {
      min-width: 0;
      max-width: 100%;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .type2-intro-trigger {
      flex: 0 0 auto;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.76);
      background: rgba(255, 255, 255, 0.92);
      color: #101114;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 700;
      cursor: pointer;
      backdrop-filter: blur(14px);
      box-shadow: 0 10px 22px rgba(4, 6, 12, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.7);
      transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .type2-intro-trigger:hover,
    .type2-intro-trigger:focus-visible {
      background: #fff;
      border-color: #fff;
      color: #101114;
      transform: translateY(-1px);
    }

    .type2-intro-trigger[hidden] {
      display: none;
    }

    .type2-intro-trigger-arrow {
      width: 14px;
      height: 14px;
      display: block;
      flex: none;
    }

    .type2-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 14px;
      margin-top: 20px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 15px;
      line-height: 1.7;
    }

    .type2-meta strong {
      color: #fff;
      font-weight: 700;
    }

    .type2-chip-row {
      display: none;
    }

    .type2-chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.15);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      backdrop-filter: blur(12px);
    }

    .type2-chip.is-red {
      background: var(--lz-red);
    }

    .type2-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }

    .type2-cta-row.has-continue .type2-continue-btn {
      display: none !important;
    }

    .type2-primary-btn,
    .type2-secondary-btn {
      min-height: 56px;
      padding: 0 24px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
      border: 0;
      cursor: pointer;
    }

    .type2-primary-btn {
      background: linear-gradient(135deg, var(--lz-red) 0%, var(--lz-red-dark) 100%);
      color: #fff;
      box-shadow: 0 18px 28px rgba(33, 150, 243, 0.3);
    }

    .type2-secondary-btn {
      background: rgba(255, 255, 255, 0.14);
      color: #fff;
      backdrop-filter: blur(12px);
    }

    .type2-chapter-sheet-trigger {
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(255, 255, 255, 0.12);
      gap: 8px;
    }

    .type2-chapter-sheet-trigger ti-icon {
      width: 18px;
      height: 18px;
      color: currentColor;
    }

    .type2-drawer {
      --type2-drawer-width: min(460px, calc(100vw - 56px));
    }

    .type2-chapter-sheet {
      position: fixed;
      inset: 0;
      z-index: 90;
      pointer-events: none;
    }

    .type2-chapter-sheet.is-open {
      pointer-events: auto;
    }

    .type2-chapter-sheet-mask {
      position: absolute;
      inset: 0;
      background: rgba(10, 12, 18, 0.42);
      opacity: 0;
      transition: opacity 0.24s ease;
    }

    .type2-chapter-sheet.is-open .type2-chapter-sheet-mask {
      opacity: 1;
    }

    .type2-chapter-sheet-panel {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: min(76vh, 760px);
      background: rgba(255, 255, 255, 0.98);
      border-radius: 28px 28px 0 0;
      box-shadow: 0 -18px 50px rgba(10, 12, 18, 0.18);
      transform: translateY(100%);
      transition: transform 0.28s ease, height 0.28s ease, border-radius 0.28s ease;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      backdrop-filter: blur(18px);
    }

    .type2-chapter-sheet.is-open .type2-chapter-sheet-panel {
      transform: translateY(0);
    }

    .type2-chapter-sheet.is-fullscreen .type2-chapter-sheet-panel {
      height: 100dvh;
      border-radius: 0;
    }

    .type2-intro-modal {
      position: fixed;
      inset: 0;
      z-index: 96;
      pointer-events: none;
    }

    .type2-intro-modal.is-open {
      pointer-events: auto;
    }

    .type2-intro-modal-mask {
      position: absolute;
      inset: 0;
      border: 0;
      background: rgba(10, 12, 18, 0.48);
      opacity: 0;
      transition: opacity 0.22s ease;
      cursor: pointer;
    }

    .type2-intro-modal.is-open .type2-intro-modal-mask {
      opacity: 1;
    }

    .type2-intro-modal-panel {
      position: absolute;
      left: 50%;
      top: 50%;
      width: min(560px, calc(100vw - 28px));
      max-height: min(76dvh, 680px);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 26px 70px rgba(10, 12, 18, 0.28);
      transform: translate(-50%, -46%) scale(0.98);
      opacity: 0;
      transition: opacity 0.22s ease, transform 0.22s ease;
    }

    .type2-intro-modal.is-open .type2-intro-modal-panel {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }

    .type2-intro-modal-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 22px;
      border-bottom: 1px solid var(--lz-line);
      flex: none;
    }

    .type2-intro-modal-title {
      min-width: 0;
      color: var(--lz-text);
      font-size: 21px;
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: -0.03em;
    }

    .type2-intro-modal-close {
      width: 40px;
      height: 40px;
      border: 1px solid var(--lz-line);
      border-radius: 14px;
      background: var(--lz-soft);
      color: var(--lz-text);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      flex: none;
    }

    .type2-intro-modal-close ti-icon {
      width: 18px;
      height: 18px;
      color: currentColor;
    }

    .type2-intro-modal-body {
      padding: 20px 22px 26px;
      overflow: auto;
      color: #2b2f37;
      font-size: 15px;
      line-height: 1.95;
      word-break: break-word;
    }

    .type2-intro-modal-body p {
      margin: 0 0 12px;
    }

    .type2-intro-modal-body p:last-child {
      margin-bottom: 0;
    }

    .type2-intro-modal-tags {
      flex: none;
      padding: 0 22px 24px;
    }

    .type2-intro-modal-tags .type2-tags {
      margin-top: 0;
    }

    .type2-chapter-sheet-handle {
      width: 56px;
      height: 6px;
      border-radius: 999px;
      background: rgba(16, 17, 20, 0.12);
      margin: 12px auto 4px;
      flex: none;
    }

    .type2-chapter-sheet-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 22px 18px;
      border-bottom: 1px solid var(--lz-line);
      flex: none;
    }

    .type2-chapter-sheet-title {
      min-width: 0;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .type2-chapter-sheet-tools {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: none;
    }

    .type2-sheet-tool {
      width: 42px;
      height: 42px;
      border: 1px solid var(--lz-line);
      border-radius: 12px;
      background: var(--lz-soft);
      color: var(--lz-text);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .type2-sheet-tool.is-active {
      border-color: rgba(33, 150, 243, 0.32);
      background: rgba(33, 150, 243, 0.1);
      color: var(--lz-red-dark);
    }

    .type2-sheet-tool svg,
    .type2-sheet-tool ti-icon:not(.ti-icon--btn) {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    .type2-sheet-tool img,
    .type2-sheet-tool ti-icon:not(.ti-icon--btn) {
      width: 20px;
      height: 20px;
      display: block;
    }

    .type2-chapter-sheet-body {
      padding: 18px 22px 28px;
      overflow: auto;
      flex: 1;
    }

    .type2-chapter-sheet-list {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 12px;
    }

    .type2-chapter-sheet.is-grid .type2-chapter-sheet-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .type2-sheet-item {
      border: 1px solid var(--lz-line);
      border-radius: 18px;
      background: var(--lz-soft);
      padding: 18px 18px 16px;
      display: grid;
      gap: 10px;
      color: inherit;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .type2-sheet-item:hover {
      transform: translateY(-2px);
      border-color: rgba(33, 150, 243, 0.22);
      box-shadow: 0 12px 24px rgba(12, 14, 20, 0.08);
    }

    .type2-sheet-item-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
    }

    .type2-sheet-item-title {
      min-width: 0;
      font-size: 15px;
      line-height: 1.6;
      font-weight: 700;
      color: var(--lz-text);
      word-break: break-word;
    }

    .type2-sheet-item-badge {
      flex: none;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      background: rgba(33, 150, 243, 0.1);
      color: var(--lz-red-dark);
      font-size: 12px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
    }

    .type2-sheet-item-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 12px;
      color: var(--lz-muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .type2-drawer-close {
      width: 42px;
      height: 42px;
      border: 1px solid var(--lz-line);
      border-radius: 12px;
      background: var(--lz-soft);
      color: var(--lz-text);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
    }

    .type2-drawer-content {
      display: grid;
      gap: 16px;
    }

    .type2-drawer-note {
      color: var(--lz-muted);
      font-size: 13px;
      line-height: 1.7;
    }

    .type2-drawer-surface {
      border: 1px solid var(--lz-line);
      border-radius: 20px;
      background: var(--lz-soft);
      padding: 18px;
    }

    .type2-drawer-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .type2-drawer-grid--triplet {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .type2-drawer-option {
      border: 1px solid var(--lz-line);
      border-radius: 18px;
      background: #fff;
      padding: 18px 14px;
      color: var(--lz-text);
      text-align: center;
      display: grid;
      gap: 8px;
      cursor: pointer;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .type2-drawer-option i {
      font-size: 22px;
      color: var(--lz-red-dark);
    }

    .type2-action ti-icon:not(.ti-icon--btn) {
      width: 24px;
      height: 24px;
      color: currentColor;
    }

    .type2-share-modal {
      display: grid;
      gap: 14px;
    }

    .type2-share-modal p {
      margin: 0;
      color: #6b7280;
      font-size: 13px;
      line-height: 1.8;
    }

    .type2-share-link {
      padding: 12px 14px;
      border-radius: 14px;
      background: #f6f8fb;
      color: #111827;
      font-size: 13px;
      line-height: 1.7;
      word-break: break-all;
    }

    .type2-share-qr {
      display: grid;
      justify-items: center;
      gap: 10px;
      padding: 16px;
      border-radius: 18px;
      background: #f8fafc;
    }

    .type2-share-qr img {
      width: 148px;
      height: 148px;
      border-radius: 16px;
      background: #fff;
      object-fit: cover;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

    .type2-share-platforms {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
    }

    .type2-share-platform {
      border: 0;
      border-radius: 18px;
      background: #f6f8fb;
      color: #111827;
      padding: 12px 8px 10px;
      display: grid;
      justify-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .type2-share-platform:hover {
      background: #eef4fb;
      box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
      transform: translateY(-1px);
    }

    .type2-share-platform img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      display: block;
    }

    @media (max-width: 760px) {
      .type2-share-platforms {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    .type2-drawer-option strong {
      display: block;
      font-size: 15px;
      line-height: 1.4;
    }

    .type2-drawer-option span {
      display: block;
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.4;
    }

    .type2-drawer-option.is-active,
    .type2-drawer-option:hover {
      border-color: rgba(33, 150, 243, 0.3);
      box-shadow: 0 14px 28px rgba(33, 150, 243, 0.14);
      transform: translateY(-1px);
    }

    .type2-drawer-balance,
    .type2-drawer-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    .type2-drawer-balance strong {
      color: var(--lz-red-dark);
      font-weight: 800;
    }

    .type2-drawer-link {
      color: var(--lz-red-dark);
      font-weight: 700;
    }

    .type2-drawer-action {
      min-width: 128px;
      min-height: 48px;
      padding: 0 22px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--lz-red) 0%, var(--lz-red-dark) 100%);
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 16px 28px rgba(33, 150, 243, 0.22);
    }

    .type2-comment-drawer .t2c-panel,
    .type2-unified-drawer[data-type="comment"] .t2c-panel {
      display: block;
      min-height: 100%;
    }

    .type2-comment-drawer .type2-section,
    .type2-unified-drawer[data-type="comment"] .type2-section {
      box-shadow: none;
      border-radius: 0;
      padding: 0;
      background: transparent;
      min-height: 100%;
      display: flex;
      flex-direction: column;
    }

    .type2-unified-drawer[data-type="comment"] #comiccomment > .type2-section-head {
      display: none;
    }

    .type2-unified-drawer[data-type="comment"] .type2-drawer-panel {
      height: min(86dvh, 760px);
      display: flex;
      flex-direction: column;
    }

    .type2-unified-drawer[data-type="comment"] .type2-drawer-body {
      flex: 1;
      min-height: 0;
      overflow: auto;
      padding-bottom: 0;
    }

    .type2-unified-drawer[data-type="comment"] .t2c-list {
      flex: 1;
    }

    .type2-unified-drawer .t2gift-panel,
    .type2-unified-drawer .t2ticket-panel {
      display: grid;
      gap: 16px;
    }

    .type2-unified-drawer .t2gift-panel .title {
      display: none;
    }

    .type2-unified-drawer .t2gift-shell,
    .type2-unified-drawer .t2ticket-shell {
      display: grid;
      gap: 16px;
    }

    .type2-support-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
    }

    .type2-support-hero {
      display: grid;
      gap: 16px;
      padding: 18px;
      border-radius: 24px;
      border: 1px solid rgba(33, 150, 243, 0.14);
      background:
              linear-gradient(135deg, rgba(33, 150, 243, 0.12), rgba(255, 255, 255, 0) 58%),
              #f8fbff;
    }

    .type2-support-title {
      color: var(--lz-text);
      font-size: 18px;
      line-height: 1.35;
      font-weight: 900;
    }

    .type2-support-sub {
      margin-top: 4px;
      color: var(--lz-muted);
      font-size: 13px;
      line-height: 1.5;
    }

    .type2-support-link,
    .buy-ticket {
      min-height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(33, 150, 243, 0.1);
      color: var(--lz-red-dark);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: none;
      font-size: 12px;
      font-weight: 800;
      text-decoration: none;
    }

    .type2-support-link ti-icon:not(.ti-icon--btn) {
      width: 14px;
      height: 14px;
      margin-left: 4px;
    }

    .type2-balance-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .type2-balance-card {
      min-width: 0;
      padding: 12px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.88);
      border: 1px solid rgba(16, 17, 20, 0.06);
    }

    .type2-balance-card span {
      display: block;
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.35;
      font-weight: 800;
    }

    .type2-balance-card strong {
      display: block;
      margin-top: 6px;
      color: var(--lz-text);
      font-size: 20px;
      line-height: 1.1;
      font-weight: 900;
    }

    .type2-option-section {
      display: grid;
      gap: 10px;
    }

    .type2-option-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      color: var(--lz-text);
      font-size: 14px;
      line-height: 1.4;
      font-weight: 900;
    }

    .type2-option-title span {
      color: var(--lz-muted);
      font-size: 12px;
      font-weight: 700;
    }

    .type2-unified-drawer .t2gftbar,
    .type2-ticket-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      border: 1px solid var(--lz-line);
      border-radius: 20px;
      background: var(--lz-soft);
      padding: 18px;
    }

    .type2-unified-drawer .t2gftbar .t2gftbar-balance,
    .type2-ticket-footer .has {
      color: var(--lz-muted);
      font-size: 14px;
      line-height: 1.7;
      margin: 0;
    }

    .type2-unified-drawer .t2gftbar .t2gift-balance-value {
      color: var(--lz-red-dark);
      font-weight: 800;
    }

    .t2gift-list ul,
    .t2ticket-list ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .t2gift-list ul {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .t2gift-item,
    .t2ticket-item {
      position: relative;
      border: 1px solid var(--lz-line);
      border-radius: 18px;
      background: #fff;
      cursor: pointer;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .t2gift-item {
      padding: 16px 12px;
      text-align: center;
    }

    .t2gift-item::after,
    .t2ticket-item::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
      box-shadow: inset 0 0 0 0 rgba(33, 150, 243, 0);
      transition: box-shadow 0.2s ease;
    }

    .t2gift-item:hover,
    .t2ticket-item:hover,
    .t2gift-item.is-active,
    .t2ticket-item.is-selected {
      border-color: rgba(33, 150, 243, 0.32);
      box-shadow: 0 14px 28px rgba(33, 150, 243, 0.14);
      transform: translateY(-1px);
    }

    .t2gift-item.is-active::after,
    .t2ticket-item.is-selected::after {
      box-shadow: inset 0 0 0 2px rgba(33, 150, 243, 0.22);
    }

    .type2-option-check {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: rgba(33, 150, 243, 0.1);
      color: var(--lz-red-dark);
      opacity: 0;
      transform: scale(0.84);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .t2gift-item.is-active .type2-option-check,
    .t2ticket-item.is-selected .type2-option-check {
      opacity: 1;
      transform: scale(1);
    }

    .t2gift-item .t2gift-pic {
      width: 64px;
      height: 64px;
      margin: 0 auto 10px;
      border-radius: 18px;
      background: var(--lz-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .t2gift-item .t2gift-pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .t2gift-item .t2gift-title {
      margin: 0;
      color: var(--lz-text);
      font-size: 14px;
      line-height: 1.5;
      font-weight: 700;
    }

    .t2gift-item .t2gift-price {
      margin: 4px 0 0;
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.5;
    }

    .t2gftbar .t2gift-submit {
      display: inline-flex;
    }

    .type2-gift-qty {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }

    .type2-gift-qty-btn {
      min-height: 38px;
      padding: 0 14px;
      border: 1px solid var(--lz-line);
      border-radius: 999px;
      background: #fff;
      color: var(--lz-text);
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
    }

    .type2-gift-qty-btn.is-active {
      border-color: rgba(33, 150, 243, 0.32);
      background: rgba(33, 150, 243, 0.1);
      color: var(--lz-red-dark);
    }

    .t2ticket-list ul {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .t2ticket-item {
      min-height: 124px;
      padding: 16px 12px;
      display: grid;
      grid-template-columns: 44px minmax(0, 1fr);
      align-items: center;
      gap: 12px;
      text-align: left;
    }

    .t2ticket-item .t2ticket-icon {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(33, 150, 243, 0.1);
      color: var(--lz-red-dark);
    }

    .t2ticket-item i {
      font-size: 26px;
      color: var(--lz-red-dark);
    }

    .t2ticket-item span {
      color: var(--lz-text);
      font-size: 14px;
      line-height: 1.5;
      font-weight: 700;
    }

    .t2ticket-item strong {
      color: var(--lz-text);
      font-size: 18px;
      line-height: 1.25;
      font-weight: 900;
    }

    .t2ticket-item small {
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.45;
    }

    .t2ticket-item strong,
    .t2ticket-item small {
      display: block;
    }

    .type2-score-box {
      display: grid;
      gap: 16px;
    }

    .type2-score-hero {
      display: grid;
      gap: 12px;
      padding: 18px;
      border-radius: 24px;
      border: 1px solid rgba(245, 158, 11, 0.2);
      background:
              linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(255, 255, 255, 0) 58%),
              #fffaf2;
    }

    .type2-score-title {
      color: var(--lz-text);
      font-size: 18px;
      line-height: 1.35;
      font-weight: 900;
    }

    .type2-score-sub {
      color: var(--lz-muted);
      font-size: 13px;
      line-height: 1.7;
    }

    .type2-score-current {
      display: inline-flex;
      align-items: baseline;
      gap: 4px;
      color: #92400e;
      font-size: 32px;
      line-height: 1;
      font-weight: 900;
    }

    .type2-score-current span {
      color: var(--lz-muted);
      font-size: 13px;
      font-weight: 800;
    }

    .type2-score-stars {
      display: flex;
      gap: 4px;
      color: #f59e0b;
    }

    .type2-score-stars ti-icon:not(.ti-icon--btn) {
      width: 20px;
      height: 20px;
    }

    .type2-score-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
    }

    .type2-score-option {
      min-height: 58px;
      border: 1px solid var(--lz-line);
      border-radius: 18px;
      background: #fff;
      color: var(--lz-text);
      font-size: 17px;
      font-weight: 900;
      cursor: pointer;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .type2-score-option:hover,
    .type2-score-option.is-active {
      transform: translateY(-1px);
      border-color: rgba(245, 158, 11, 0.4);
      background: #fff7ed;
      color: #92400e;
      box-shadow: 0 14px 26px rgba(245, 158, 11, 0.14);
    }

    .type2-score-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      border: 1px solid var(--lz-line);
      border-radius: 20px;
      background: var(--lz-soft);
      padding: 18px;
    }

    .type2-score-footer p {
      margin: 0;
      color: var(--lz-muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .t2ticket-shell .has {
      margin: 0;
      color: var(--lz-muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .t2ticket-shell .num {
      color: var(--lz-red-dark);
      font-weight: 800;
    }

    .t2gftbar .t2gift-submit.type2-drawer-action {
      display: inline-flex;
    }

    .type2-drawer-action[disabled] {
      cursor: wait;
      opacity: 0.7;
    }

    .type2-stat-row {
      display: none;
    }

    .type2-stat-card {
      padding: 22px 24px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(18px);
      box-shadow: var(--lz-shadow);
      border: 1px solid rgba(255, 255, 255, 0.74);
      text-align: center;
    }

    .type2-stat-label {
      color: var(--lz-muted);
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .type2-stat-value {
      margin-top: 8px;
      font-size: 30px;
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .type2-shell {
      width: min(var(--lz-max), calc(100% - 28px));
      margin: 18px auto 0;
    }

    .type2-summary-card,
    .type2-section {
      background: var(--lz-surface);
      border-radius: var(--lz-radius-xl);
      box-shadow: 0 14px 34px rgba(12, 14, 20, 0.06);
    }

    .type2-summary-card {
      padding: 28px;
    }

    .type2-summary-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.86fr);
      gap: 22px;
    }

    .type2-summary-block {
      min-width: 0;
      padding: 10px 0;
    }

    .type2-summary-block + .type2-summary-block {
      border-left: 1px solid var(--lz-line);
      padding-left: 22px;
    }

    .type2-summary-list {
      display: grid;
      gap: 14px;
      margin-top: 22px;
    }

    .type2-summary-item {
      display: grid;
      grid-template-columns: 92px minmax(0, 1fr);
      gap: 14px;
      padding-bottom: 14px;
      border-bottom: 1px dashed var(--lz-line);
      font-size: 15px;
      line-height: 1.75;
    }

    .type2-summary-item:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .type2-summary-label {
      color: var(--lz-muted);
    }

    .type2-action-panel {
      display: grid;
      gap: 18px;
      min-height: 100%;
      padding: 22px;
      border-radius: 26px;
      background:
              linear-gradient(135deg, rgba(33, 150, 243, 0.14), rgba(255, 255, 255, 0) 54%),
              #f8fafc;
      border: 1px solid rgba(16, 17, 20, 0.07);
    }

    .type2-action-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 12px;
    }

    .type2-action {
      position: relative;
      min-height: 132px;
      padding: 18px;
      border-radius: 22px;
      border: 1px solid var(--lz-line);
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      color: var(--lz-text);
      cursor: pointer;
      text-align: left;
      overflow: hidden;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .type2-action:hover {
      transform: translateY(-2px);
      border-color: rgba(33, 150, 243, 0.28);
      box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
    }

    .type2-action--gift {
      color: var(--lz-text);
      border-color: rgba(245, 158, 11, 0.22);
      background: linear-gradient(135deg, rgba(255, 247, 237, 0.96), #fff 62%);
    }

    .type2-action--comment {
      border-color: rgba(20, 184, 166, 0.2);
      background: linear-gradient(135deg, rgba(236, 253, 245, 0.92), #fff 62%);
    }

    .type2-action--minor {
      grid-column: span 2;
      min-height: 112px;
    }

    .type2-action-icon {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(33, 150, 243, 0.1);
      color: var(--lz-red-dark);
    }

    .type2-action--gift .type2-action-icon {
      background: rgba(245, 158, 11, 0.14);
      color: #b45309;
    }

    .type2-action--comment .type2-action-icon {
      background: rgba(20, 184, 166, 0.12);
      color: #0f766e;
    }

    .type2-action.is-favorited .type2-action-icon {
      background: rgba(244, 63, 94, 0.12);
      color: #e11d48;
    }

    .type2-action i {
      font-size: 28px;
      line-height: 1;
    }

    .type2-action svg {
      width: 28px;
      height: 28px;
      fill: currentColor;
    }

    .type2-action span {
      font-size: 13px;
      line-height: 1.45;
      font-weight: 700;
    }

    .type2-action .type2-action-label {
      display: block;
      color: currentColor;
      font-size: 17px;
      line-height: 1.25;
      font-weight: 900;
    }

    .type2-action .type2-action-desc {
      display: block;
      margin-top: 5px;
      color: rgba(100, 106, 118, 0.92);
      font-size: 12px;
      line-height: 1.55;
      font-weight: 600;
    }

    .type2-read-link {
      min-height: 56px;
      padding: 0 20px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.45;
    }

    .type2-read-link.primary {
      background: var(--lz-red);
      color: #fff;
    }

    .type2-read-link.secondary {
      background: rgba(16, 17, 20, 0.06);
      color: var(--lz-text);
    }

    .type2-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .type2-tag {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid var(--lz-line);
      background: #fff;
      color: #424854;
      font-size: 13px;
      font-weight: 700;
    }

    .detail-container {
      margin-top: 20px;
    }

    .detail-content {
      margin-top: 18px;
    }

    .type2-content-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.82fr);
      gap: 18px;
    }

    .type2-stack {
      display: grid;
      gap: 18px;
      align-content: start;
    }

    .type2-section {
      padding: 26px;
    }

    .type2-section-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }

    .type2-section-title {
      margin: 0;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .type2-section-sub {
      color: var(--lz-muted);
      font-size: 13px;
      line-height: 1.6;
      text-align: right;
    }

    .type2-story {
      color: #2b2f37;
      font-size: 16px;
      line-height: 1.95;
      word-break: break-word;
    }

    .type2-notice {
      margin-top: 18px;
      padding: 16px 18px;
      border-radius: var(--lz-radius-md);
      background: #f3f9ff;
      color: #6e4a4e;
      border: 1px solid rgba(33, 150, 243, 0.12);
      font-size: 14px;
      line-height: 1.85;
    }

    .type2-info-list {
      display: grid;
      gap: 14px;
    }

    .type2-info-item {
      display: grid;
      grid-template-columns: 88px minmax(0, 1fr);
      gap: 16px;
      padding-bottom: 14px;
      border-bottom: 1px dashed var(--lz-line);
      color: #2b2f37;
      font-size: 15px;
      line-height: 1.8;
    }

    .type2-info-item:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .type2-info-label {
      color: var(--lz-muted);
    }

    .catalog-list ul {
      display: grid;
      gap: 12px;
    }

    .catalog-list .chapter-item {
      border-radius: 18px;
      background: var(--lz-soft);
      border: 1px solid var(--lz-line);
      overflow: hidden;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .catalog-list .chapter-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(12, 14, 20, 0.06);
    }

    .catalog-list .chapter-item.hide {
      display: none;
    }

    .catalog-list .chapter-item a {
      display: grid;
      grid-template-columns: 18px minmax(0, 1fr) auto;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      color: var(--lz-text);
    }

    .catalog-list .chapter-item a::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: var(--lz-red);
      box-shadow: 0 0 0 6px rgba(33, 150, 243, 0.12);
    }

    .type2-chapter-name {
      min-width: 0;
      font-size: 15px;
      line-height: 1.55;
      font-weight: 700;
      word-break: break-word;
    }

    .type2-chapter-meta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--lz-muted);
      font-size: 13px;
      line-height: 1.4;
      white-space: nowrap;
    }

    .show-more {
      margin-top: 18px;
      min-height: 52px;
      padding: 0 18px;
      border-radius: 999px;
      background: rgba(16, 17, 20, 0.05);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--lz-muted);
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
    }

    .type2-recommend-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .type2-recommend-grid--compact {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .type2-recommend-grid--compact .type2-rec-cover,
    .type2-recommend-grid--compact .type2-rec-skeleton-cover {
      border-radius: 12px;
    }

    .type2-recommend-grid--compact .type2-rec-name {
      margin-top: 8px;
      font-size: 13px;
      line-height: 1.45;
    }

    .type2-recommend-grid--compact .type2-rec-desc {
      margin-top: 4px;
      font-size: 12px;
      line-height: 1.5;
    }

    .type2-recommend-grid--compact .type2-rec-badge {
      left: 6px;
      right: 6px;
      bottom: 6px;
      min-height: 22px;
      max-width: calc(100% - 12px);
      padding: 0 7px;
      font-size: 10px;
    }

    .type2-rec-card {
      min-width: 0;
    }

    .type2-rec-cover {
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      aspect-ratio: 0.76;
      background: #dbdee5;
    }

    .type2-rec-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.25s ease;
    }

    .type2-rec-card:hover .type2-rec-cover img {
      transform: scale(1.04);
    }

    .type2-rec-badge {
      position: absolute;
      left: 12px;
      bottom: 12px;
      min-height: 28px;
      max-width: calc(100% - 24px);
      padding: 0 12px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      background: rgba(16, 17, 20, 0.78);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .type2-rec-name {
      margin-top: 12px;
      font-size: 15px;
      line-height: 1.55;
      font-weight: 700;
      color: var(--lz-text);
      word-break: break-word;
    }

    .type2-rec-desc {
      margin-top: 6px;
      color: var(--lz-muted);
      font-size: 13px;
      line-height: 1.65;
      word-break: break-word;
    }

    .type2-rec-skeleton {
      min-width: 0;
    }

    .type2-rec-skeleton-cover {
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      aspect-ratio: 0.76;
      background: rgba(226, 232, 240, 0.82);
    }

    .type2-rec-skeleton-cover::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 50%, rgba(255,255,255,0) 100%);
      animation: type2SkeletonShimmer 1.35s ease-in-out infinite;
    }

    .type2-rec-skeleton-copy {
      margin-top: 12px;
      display: grid;
      gap: 8px;
    }

    .type2-review-showcase {
      display: grid;
      gap: 18px;
    }

    .type2-review-hero {
      position: relative;
      overflow: hidden;
      border-radius: 24px;
      min-height: 280px;
      padding: 28px;
      background:
        linear-gradient(180deg, rgba(10, 16, 28, 0.1) 0%, rgba(10, 16, 28, 0.7) 100%),
        linear-gradient(135deg, rgba(33, 150, 243, 0.94) 0%, rgba(13, 71, 161, 0.92) 100%);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 14px;
    }

    .type2-review-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--type2-comic-cover-image, none) center/cover no-repeat;
      opacity: 0.2;
      transform: scale(1.04);
    }

    .type2-review-hero > * {
      position: relative;
      z-index: 1;
    }

    .type2-review-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 32px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      align-self: flex-start;
    }

    .type2-review-title {
      font-size: 32px;
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: -0.04em;
    }

    .type2-review-desc {
      max-width: 540px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 15px;
      line-height: 1.85;
    }

    .type2-review-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 13px;
    }

    .type2-review-list {
      display: grid;
      gap: 14px;
    }

    .type2-review-item {
      border: 1px solid var(--lz-line);
      border-radius: 22px;
      background: var(--lz-soft);
      padding: 18px;
      display: grid;
      gap: 14px;
    }

    .type2-review-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    .type2-review-user {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .type2-review-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(33, 150, 243, 0.22) 0%, rgba(13, 71, 161, 0.3) 100%);
      color: var(--lz-red-dark);
      font-size: 15px;
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: none;
    }

    .type2-review-name {
      color: var(--lz-text);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.4;
    }

    .type2-review-sub {
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.5;
      margin-top: 2px;
    }

    .type2-review-score {
      color: #ffb300;
      font-size: 13px;
      font-weight: 800;
      flex: none;
    }

    .type2-review-text {
      color: #2b2f37;
      font-size: 14px;
      line-height: 1.9;
    }

    .type2-review-pics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .type2-review-pics img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 16px;
      background: #dfe7f1;
    }

    .type2-community-entry {
      overflow: hidden;
    }

    .type2-community-panel {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 16px;
    }

    .type2-community-hero {
      position: relative;
      min-height: 260px;
      border-radius: 24px;
      padding: 22px;
      color: #fff;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background-image: linear-gradient(180deg, rgba(24, 32, 48, 0.2), rgba(16, 21, 32, 0.86)), var(--type2-community-cover-image, none);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      box-shadow: 0 18px 42px rgba(24, 32, 48, 0.2);
    }

    .type2-community-pill {
      width: fit-content;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.18);
      color: rgba(255, 255, 255, 0.94);
      font-size: 12px;
      font-weight: 800;
      backdrop-filter: blur(12px);
    }

    .type2-community-title {
      margin-top: 14px;
      font-size: 24px;
      line-height: 1.35;
      font-weight: 900;
    }

    .type2-community-desc {
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 14px;
      line-height: 1.8;
    }

    .type2-community-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 18px;
    }

    .type2-community-btn {
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.32);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
    }

    .type2-community-btn.is-primary {
      border-color: transparent;
      background: #fff;
      color: #182030;
    }

    .type2-community-feed {
      border: 1px solid var(--lz-line);
      border-radius: 24px;
      padding: 14px;
      background: rgba(255, 255, 255, 0.92);
      display: grid;
      gap: 12px;
      align-content: start;
    }

    .type2-community-list {
      display: grid;
      gap: 10px;
    }

    .type2-community-post {
      display: grid;
      gap: 10px;
      padding: 14px;
      border-radius: 18px;
      border: 1px solid rgba(219, 226, 235, 0.86);
      background: #fff;
      color: inherit;
      text-decoration: none;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .type2-community-post:hover {
      border-color: rgba(33, 150, 243, 0.28);
      box-shadow: 0 14px 28px rgba(33, 150, 243, 0.12);
      transform: translateY(-1px);
    }

    .type2-community-post-head {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

    .type2-community-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      object-fit: cover;
      background: var(--lz-soft);
      flex: none;
    }

    .type2-community-author {
      min-width: 0;
      flex: 1;
    }

    .type2-community-name {
      color: var(--lz-text);
      font-size: 13px;
      line-height: 1.35;
      font-weight: 800;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .type2-community-time {
      margin-top: 2px;
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .type2-community-post-text {
      color: #2b2f37;
      font-size: 14px;
      line-height: 1.7;
    }

    .type2-community-meta {
      display: flex;
      gap: 12px;
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.4;
      flex-wrap: wrap;
    }

    .type2-article-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
      gap: 18px;
    }

    .type2-article-list,
    .type2-activity-list {
      display: grid;
      gap: 14px;
    }

    .type2-article-card,
    .type2-activity-card {
      border: 1px solid var(--lz-line);
      border-radius: 22px;
      background: var(--lz-soft);
      padding: 18px;
      display: grid;
      gap: 10px;
      color: inherit;
      text-decoration: none;
    }

    .type2-article-card.is-featured {
      padding: 22px;
      background: linear-gradient(135deg, rgba(33, 150, 243, 0.08) 0%, rgba(13, 71, 161, 0.05) 100%);
    }

    .type2-article-tag,
    .type2-activity-tag {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(33, 150, 243, 0.12);
      color: var(--lz-red-dark);
      font-size: 12px;
      font-weight: 700;
      align-self: flex-start;
    }

    .type2-article-title,
    .type2-activity-title {
      color: var(--lz-text);
      font-size: 20px;
      line-height: 1.35;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .type2-article-card:not(.is-featured) .type2-article-title,
    .type2-activity-card .type2-activity-title {
      font-size: 16px;
      font-weight: 700;
    }

    .type2-article-desc,
    .type2-activity-desc {
      color: var(--lz-muted);
      font-size: 14px;
      line-height: 1.8;
    }

    .type2-article-meta,
    .type2-activity-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 12px;
      color: var(--lz-muted);
      font-size: 12px;
      line-height: 1.7;
    }

    .type2-activity-card {
      background: #fff;
    }

    .type2-activity-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--lz-red) 0%, var(--lz-red-dark) 100%);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      align-self: flex-start;
    }

    .type2-loading,
    .type2-empty {
      color: var(--lz-muted);
      font-size: 14px;
      line-height: 1.8;
      padding: 8px 0;
    }

    .type2-empty {
      padding: 18px;
      border: 1px dashed rgba(148, 163, 184, 0.34);
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    }

    .type2-skeleton-stack {
      display: grid;
      gap: 14px;
    }

    .type2-skeleton-card {
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(219, 226, 235, 0.86);
      overflow: hidden;
      padding: 16px;
      display: grid;
      gap: 10px;
    }

    .type2-skeleton-card--article,
    .type2-skeleton-card--activity {
      border-radius: 22px;
      padding: 18px;
      gap: 12px;
    }

    .type2-skeleton-pill,
    .type2-skeleton-line,
    .type2-skeleton-avatar,
    .type2-skeleton-chip,
    .type2-skeleton-button {
      position: relative;
      overflow: hidden;
      background: rgba(226, 232, 240, 0.82);
    }

    .type2-skeleton-pill::after,
    .type2-skeleton-line::after,
    .type2-skeleton-avatar::after,
    .type2-skeleton-chip::after,
    .type2-skeleton-button::after {
      content: "";
      position: absolute;
      inset: 0;
      transform: translateX(-100%);
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.72) 50%, rgba(255,255,255,0) 100%);
      animation: type2SkeletonShimmer 1.4s ease-in-out infinite;
    }

    .type2-skeleton-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      flex: none;
    }

    .type2-skeleton-pill {
      width: 82px;
      height: 28px;
      border-radius: 999px;
    }

    .type2-skeleton-line {
      height: 12px;
      border-radius: 999px;
    }

    .type2-skeleton-line--w92 { width: 92%; }
    .type2-skeleton-line--w84 { width: 84%; }
    .type2-skeleton-line--w76 { width: 76%; }
    .type2-skeleton-line--w68 { width: 68%; }
    .type2-skeleton-line--w56 { width: 56%; }
    .type2-skeleton-line--w48 { width: 48%; }
    .type2-skeleton-line--w38 { width: 38%; }

    .type2-skeleton-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .type2-skeleton-chip {
      width: 68px;
      height: 12px;
      border-radius: 999px;
    }

    .type2-skeleton-button {
      width: 92px;
      height: 42px;
      border-radius: 999px;
      margin-top: 4px;
    }

    .type2-skeleton-head {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .type2-skeleton-copy {
      flex: 1;
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    @keyframes type2SkeletonShimmer {
      100% {
        transform: translateX(100%);
      }
    }

    .t2c-panel .t2c-empty {
      padding: 54px 14px 44px;
      text-align: center;
      background: #fff;
    }

    .t2c-panel .t2c-empty-text {
      margin: 0;
      color: var(--lz-muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .t2c-list {
      display: grid;
      gap: 0;
      padding: 2px 0 0;
      background: #fff;
    }

    .t2c-thread {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }

    .t2c-thread:last-child {
      border-bottom: 0;
    }

    .t2c-avatar {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      display: block;
      border-radius: 50%;
      overflow: hidden;
      background: #edf2f7;
    }

    a.t2c-avatar {
      text-decoration: none;
      cursor: pointer;
    }

    .t2c-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .t2c-body {
      min-width: 0;
      flex: 1;
      display: grid;
      gap: 6px;
    }

    .t2c-author {
      color: #808991;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 700;
    }

    .t2c-content {
      color: #2A2E2E;
      font-size: 15px;
      line-height: 1.55;
      font-weight: 400;
      word-break: break-word;
      cursor: pointer;
    }

    .t2c-content p {
      margin: 0;
    }

    .t2c-content img,
    .t2c-response-text img {
      width: 20px;
      margin: 0 1px;
      vertical-align: bottom;
      display: inline-block;
    }

    .t2c-content .t2c-media-img,
    .t2c-response-text .t2c-media-img {
      width: min(220px, 100%);
      max-height: 260px;
      margin: 8px 0 0;
      border-radius: 10px;
      object-fit: cover;
      display: block;
    }

    .t2c-meta-row {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .t2c-meta-left,
    .t2c-meta-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .t2c-time,
    .t2c-reply-btn,
    .t2c-like {
      color: #697182;
      font-size: 13px;
      line-height: 1.4;
      font-weight: 500;
    }

    .t2c-reply-btn,
    .t2c-like {
      border: 0;
      background: transparent;
      padding: 0;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      cursor: pointer;
    }

    .t2c-like ti-icon,
    .t2c-reply-btn ti-icon {
      width: 16px;
      height: 16px;
      color: currentColor;
    }

    .t2c-replies {
      display: grid;
      gap: 8px;
      margin-top: 4px;
      padding: 10px 12px;
      border-radius: 14px;
      background: #f6f8fb;
    }

    .t2c-response-row {
      color: #2A2E2E;
      font-size: 13px;
      line-height: 1.6;
    }

    .t2c-response-name {
      color: #808991;
      font-weight: 800;
    }

    .t2c-composer {
      position: sticky;
      bottom: 0;
      display: grid;
      gap: 10px;
      margin-top: 12px;
      padding: 12px 0 0;
      background: linear-gradient(180deg, rgba(244, 245, 247, 0), #f4f5f7 24%, #f4f5f7 100%);
      z-index: 3;
    }

    .t2c-reply-hint {
      min-height: 20px;
      color: #697182;
      font-size: 12px;
      font-weight: 700;
    }

    .t2c-panel .t2c-more {
      margin-top: 16px;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(16, 17, 20, 0.05);
      color: var(--lz-muted);
      font-size: 14px;
      font-weight: 700;
    }

    .t2c-compose-box {
      border: 1px solid rgba(16, 17, 20, 0.08);
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
      overflow: hidden;
    }

    .t2c-compose-text {
      width: 100%;
      min-height: 68px;
      max-height: 132px;
      border: 0;
      outline: 0;
      resize: vertical;
      padding: 12px 14px 8px;
      color: var(--lz-text);
      background: transparent;
      font-size: 14px;
      line-height: 1.65;
    }

    .t2c-compose-actions,
    .t2c-compose-tools {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .t2c-compose-actions {
      justify-content: space-between;
      padding: 8px 10px 10px;
    }

    .t2c-tool-btn {
      width: 34px;
      height: 34px;
      border: 0;
      border-radius: 10px;
      background: #f4f7fb;
      color: #4b5563;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .t2c-submit {
      min-width: 76px;
      min-height: 34px;
      padding: 0 14px;
      border: 0;
      border-radius: 999px;
      background: #0f766e;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
    }

    .t2c-submit[disabled] {
      opacity: 0.65;
      cursor: wait;
    }

    .t2c-face-panel {
      border: 1px solid rgba(16, 17, 20, 0.08);
      border-radius: 16px;
      background: #fff;
      padding: 12px;
      box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    }

    .t2c-faces {
      max-height: 180px;
      overflow: auto;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
    }

    .t2c-face-item {
      border: 0;
      background: transparent;
      padding: 0;
      text-align: center;
      color: #697182;
      font-size: 11px;
      line-height: 1.4;
      cursor: pointer;
    }

    .t2c-face-img {
      width: 34px;
      height: 34px;
      display: block;
      margin: 0 auto 4px;
      object-fit: contain;
    }

    .t2c-media-preview {
      display: none;
      grid-template-columns: repeat(3, 58px);
      gap: 8px;
      padding: 0 10px 8px;
    }

    .t2c-media-preview:not(:empty) {
      display: grid;
    }

    .t2c-media-chip {
      position: relative;
      width: 58px;
      height: 58px;
      border-radius: 10px;
      overflow: hidden;
      background: #eef2f7;
    }

    .t2c-media-chip img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .t2c-media-remove {
      position: absolute;
      top: 3px;
      right: 3px;
      width: 18px;
      height: 18px;
      border: 0;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.58);
      color: #fff;
      font-size: 12px;
      line-height: 18px;
      cursor: pointer;
    }

    @media (max-width: 1024px) {
      .type2-hero {
        min-height: 620px;
      }

      .type2-hero-grid,
      .type2-summary-grid,
      .type2-content-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .type2-summary-block + .type2-summary-block {
        border-left: 0;
        border-top: 1px solid var(--lz-line);
        padding-left: 0;
        padding-top: 22px;
      }

      .type2-summary-block {
        padding: 0;
      }
    }

    @media (min-width: 761px) {
      .type2-chapter-sheet-panel {
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        width: min(460px, calc(100vw - 56px));
        height: 100dvh;
        border-radius: 28px 0 0 28px;
        box-shadow: -18px 0 50px rgba(10, 12, 18, 0.18);
        transform: translateX(100%);
      }

      .type2-chapter-sheet.is-open .type2-chapter-sheet-panel {
        transform: translateX(0);
      }

      .type2-chapter-sheet.is-fullscreen .type2-chapter-sheet-panel {
        width: min(620px, 100vw);
        border-radius: 0;
      }

      .type2-chapter-sheet-handle {
        display: none;
      }
    }

    @media (max-width: 760px) {
      .type2-topbar-inner {
        width: calc(100% - 20px);
        min-height: 64px;
      }

      .type2-icon-btn {
        width: 40px;
        height: 40px;
      }

      .type2-hero {
        min-height: 0;
        padding: 84px 0 88px;
      }

      .type2-hero-inner,
      .type2-stat-row,
      .type2-shell {
        width: calc(100% - 20px);
      }

      .type2-hero-grid {
        gap: 22px;
      }

      .type2-poster-wrap {
        width: calc(100% - 2.5rem);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
      }

      .type2-poster {
        width: 100%;
      }

      .type2-poster-corner {
        left: 12px;
        max-width: calc(100% - 24px);
        gap: 8px;
      }

      .type2-poster-corner--top {
        top: 12px;
      }

      .type2-poster-corner--bottom {
        bottom: 12px;
      }

      .type2-poster-badge {
        min-height: 30px;
        padding: 0 12px;
        font-size: 12px;
      }

      .type2-subtitle {
        font-size: 15px;
        line-height: 1.75;
      }

      .type2-subtitle {
        align-items: flex-start;
      }

      .type2-meta {
        font-size: 14px;
      }

      .type2-stat-row,
      .type2-read-row {
        grid-template-columns: minmax(0, 1fr);
      }

      .type2-cta-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 58;
        margin-top: 0;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        background: rgba(244, 245, 247, 0.94);
        backdrop-filter: blur(18px);
        box-shadow: 0 -8px 26px rgba(12, 14, 20, 0.1);
      }

      .type2-cta-row.has-continue {
        grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
      }

      .type2-page {
        padding-bottom: 86px;
      }

      .type2-cta-row .type2-primary-btn,
      .type2-cta-row .type2-secondary-btn {
        width: 100%;
        min-height: 44px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 1.25;
      }

      .type2-cta-row .type2-chapter-sheet-trigger {
        border-color: rgba(16, 17, 20, 0.12);
        background: #fff;
        color: var(--lz-text);
        box-shadow: 0 10px 22px rgba(16, 17, 20, 0.08);
      }

      .type2-chapter-sheet-body {
        padding: 12px 12px 22px;
      }

      .type2-chapter-sheet-panel {
        border-radius: 18px 18px 0 0;
      }

      .type2-chapter-sheet-handle {
        width: 42px;
        height: 4px;
        margin: 8px auto 2px;
      }

      .type2-chapter-sheet-head {
        gap: 10px;
        padding: 10px 12px 12px;
      }

      .type2-chapter-sheet-title {
        font-size: 18px;
        line-height: 1.2;
      }

      .type2-chapter-sheet-tools {
        gap: 6px;
      }

      .type2-sheet-tool {
        width: 34px;
        height: 34px;
        border-radius: 10px;
      }

      .type2-sheet-tool svg,
      .type2-sheet-tool img,
      .type2-sheet-tool ti-icon:not(.ti-icon--btn) {
        width: 17px;
        height: 17px;
      }

      .type2-chapter-sheet-list {
        gap: 8px;
      }

      .type2-sheet-item {
        border-radius: 14px;
        padding: 12px;
        gap: 6px;
      }

      .type2-sheet-item-top {
        gap: 8px;
      }

      .type2-sheet-item-title {
        font-size: 14px;
        line-height: 1.45;
      }

      .type2-sheet-item-badge {
        min-height: 22px;
        padding: 0 8px;
        font-size: 11px;
      }

      .type2-sheet-item-meta {
        gap: 4px 8px;
        font-size: 12px;
        line-height: 1.45;
      }

      .type2-chapter-sheet.is-grid .type2-chapter-sheet-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .type2-stat-row {
        margin-top: -34px;
      }

      .type2-summary-card,
      .type2-section {
        border-radius: 24px;
      }

      .type2-summary-card,
      .type2-section {
        padding: 20px;
      }

      .type2-action-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
      }

      .type2-action--minor {
        grid-column: span 1;
      }

      .type2-action {
        min-height: 94px;
        padding: 12px 8px;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
      }

      .type2-action-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
      }

      .type2-action .type2-action-label {
        font-size: 13px;
        line-height: 1.25;
      }

      .type2-action .type2-action-desc {
        display: none;
      }

      .type2-action svg {
        width: 24px;
        height: 24px;
      }

      .type2-recommend-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .type2-recommend-grid--compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .type2-article-layout {
        grid-template-columns: minmax(0, 1fr);
      }

      .type2-community-panel {
        grid-template-columns: minmax(0, 1fr);
      }

      .type2-community-hero {
        min-height: 220px;
        border-radius: 20px;
      }

      .type2-review-pics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .catalog-list .chapter-item a {
        grid-template-columns: 16px minmax(0, 1fr);
        gap: 9px;
        padding: 12px 14px;
      }

      .type2-chapter-meta {
        grid-column: 2 / 3;
        font-size: 12px;
      }

    }

    @media (max-width: 460px) {
      .type2-title {
        font-size: 34px;
      }

      .type2-summary-item,
      .type2-info-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
      }

      .type2-sheet-item {
        padding: 10px;
      }

      .type2-drawer-grid,
      .type2-drawer-grid--triplet,
      .t2ticket-list ul,
      .type2-balance-row,
      .type2-gift-qty,
      .type2-score-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .type2-support-head {
        flex-direction: column;
      }

      .type2-intro-modal-panel {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        max-height: min(82dvh, 720px);
        border-radius: 26px 26px 0 0;
        transform: translateY(100%);
      }

      .type2-intro-modal.is-open .type2-intro-modal-panel {
        transform: translateY(0);
      }

      .t2gift-list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
