:root {
      --surface-bl5h: rgba(255,255,255,0.10);
      --surface-strong-bl5h: rgba(255,255,255,0.16);
      --border-bl5h: rgba(255,255,255,0.18);
      --text-main-bl5h: #eef5ff;
      --text-soft-bl5h: rgba(228,236,255,0.78);
      --accent-bl5h: #84e0ff;
      --shadow-bl5h: 0 24px 60px rgba(4,10,20,0.45);
      --bg-start-bl5h: #06111d;
      --bg-end-bl5h: #0b1525;
      --page-max-bl5h: 1240px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text-main-bl5h);
      font-family: "Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
      background: radial-gradient(circle at top left, rgba(132,224,255,0.18), transparent 30%), radial-gradient(circle at right 15%, rgba(107,201,255,0.12), transparent 24%), linear-gradient(180deg, var(--bg-start-bl5h) 0%, var(--bg-end-bl5h) 100%);
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, input { font: inherit; }
    .mwaHeader_bl5h { position: sticky; top: 0; z-index: 50; padding: 20px 18px 0; transition: padding .28s ease; }
    .mwaHeader_bl5h.is-scrolled { padding-top: 12px; }
    .mwaNavShell_bl5h, .mwaHeroIntro_bl5h, .mwaHeroVisual_bl5h, .mwaSectionInner_bl5h, .mwaMediaCard_bl5h, .mwaExpertCard_bl5h, .mwaReviewCard_bl5h, .mwaArticlePanel_bl5h, .mwaAsidePanel_bl5h, .mwaFaqItem_bl5h, .mwaFooterInner_bl5h { border: 1px solid var(--border-bl5h); background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05)); box-shadow: var(--shadow-bl5h); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
    .mwaNavShell_bl5h { max-width: calc(var(--page-max-bl5h) + 60px); margin: 0 auto; padding: 18px 22px; border-radius: 30px; display: grid; grid-template-columns: 1.35fr 1.35fr 1fr; gap: 18px; align-items: center; }
    .mwaBrandWrap_bl5h { display: grid; gap: 8px; min-width: 0; }
    .mwaLogoTitle_bl5h { margin: 0; font-size: 1rem; }
    .mwaLogoLink_bl5h { display: inline-flex; align-items: center; gap: 14px; }
    .mwaLogoMark_bl5h { width: 58px; height: 58px; border-radius: 18px; object-fit: cover; border: 1px solid rgba(255,255,255,0.22); }
    .mwaBrandText_bl5h, .mwaHeroTitle_bl5h, .mwaSectionTitle_bl5h { font-family: "Noto Serif SC","Source Han Serif SC","Songti SC",serif; }
    .mwaBrandText_bl5h { font-size: 1.24rem; font-weight: 700; letter-spacing: .04em; }
    .mwaBrandSub_bl5h { margin: 0; color: var(--text-soft-bl5h); font-size: .88rem; line-height: 1.65; }
    .mwaNav_bl5h { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; }
    .mwaNavLink_bl5h, .mwaVisualBadge_bl5h span, .mwaTag_bl5h { border-radius: 999px; }
    .mwaNavLink_bl5h { padding: 10px 14px; background: rgba(255,255,255,0.05); transition: transform .24s ease, background .24s ease; }
    .mwaNavLink_bl5h:hover { transform: translateY(-2px); background: rgba(255,255,255,0.11); }
    .mwaSearch_bl5h { display: flex; align-items: center; gap: 10px; padding: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; }
    .mwaSearchInput_bl5h { flex: 1; min-width: 0; padding: 8px 12px; border: 0; outline: 0; background: transparent; color: #fff; }
    .mwaSearchInput_bl5h::placeholder { color: rgba(232,240,255,0.5); }
    .mwaSearchButton_bl5h, .mwaPrimaryButton_bl5h, .mwaSecondaryButton_bl5h, .mwaConsultButton_bl5h { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; transition: transform .22s ease, box-shadow .22s ease; }
    .mwaSearchButton_bl5h, .mwaPrimaryButton_bl5h, .mwaConsultButton_bl5h { color: #08131f; font-weight: 700; background: linear-gradient(135deg, #c7f2ff 0%, #82dcff 100%); box-shadow: 0 12px 30px rgba(106,208,255,0.28); }
    .mwaSecondaryButton_bl5h { color: #eef5ff; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); }
    .mwaSearchButton_bl5h:hover, .mwaPrimaryButton_bl5h:hover, .mwaSecondaryButton_bl5h:hover, .mwaConsultButton_bl5h:hover { transform: translateY(-2px); }
    .mwaHero_bl5h, .mwaSection_bl5h, .mwaFooter_bl5h { padding: 18px; }
    .mwaHeroGrid_bl5h, .mwaContentGrid_bl5h, .mwaSectionHead_bl5h, .mwaFooterInner_bl5h { max-width: var(--page-max-bl5h); margin: 0 auto; display: grid; gap: 22px; }
    .mwaHeroGrid_bl5h { grid-template-columns: 1.02fr .98fr; align-items: center; }
    .mwaHeroIntro_bl5h, .mwaHeroVisual_bl5h, .mwaSectionInner_bl5h, .mwaArticlePanel_bl5h, .mwaAsidePanel_bl5h { border-radius: 32px; }
    .mwaHeroIntro_bl5h, .mwaHeroVisual_bl5h { padding: clamp(24px, 5vw, 40px); }
    .mwaHeroTitle_bl5h { margin: 0; font-size: clamp(2.1rem, 5vw, 4.6rem); line-height: 1.08; letter-spacing: .02em; }
    .mwaEyebrow_bl5h { margin: 0 0 12px; color: #b8efff; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
    .mwaHeroText_bl5h, .mwaSectionDesc_bl5h, .mwaCopy_bl5h, .mwaMediaBody_bl5h p, .mwaExpertText_bl5h p, .mwaReviewCard_bl5h p, .mwaAsidePanelCopy_bl5h p, .mwaFooterInner_bl5h p { color: var(--text-soft-bl5h); line-height: 1.85; }
    .mwaHeroActions_bl5h { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
    .mwaStats_bl5h { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
    .mwaStatCard_bl5h { padding: 18px 16px; border-radius: 22px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); display: grid; gap: 6px; }
    .mwaHeroVisual_bl5h { overflow: hidden; }
    .mwaVisualFrame_bl5h { position: relative; min-height: 620px; border-radius: 26px; overflow: hidden; background: linear-gradient(180deg, rgba(7,13,24,0.10), rgba(7,13,24,0.42)); display: grid; place-items: end stretch; }
    .mwaHeroCover_bl5h { width: 56%; max-width: 350px; justify-self: end; margin: 0 24px 24px 0; aspect-ratio: 3/4; object-fit: cover; border-radius: 28px; box-shadow: 0 22px 55px rgba(6,12,24,0.4); border: 1px solid rgba(255,255,255,0.18); }
    .mwaVisualBadge_bl5h { position: absolute; left: 24px; bottom: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
    .mwaVisualBadge_bl5h span { padding: 10px 14px; background: rgba(8,15,28,0.68); border: 1px solid rgba(255,255,255,0.16); }
    .mwaSectionInner_bl5h, .mwaFooterInner_bl5h { padding: clamp(22px, 4vw, 34px); }
    .mwaBreadcrumbList_bl5h { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; color: var(--text-soft-bl5h); }
    .mwaBreadcrumbItem_bl5h { display: inline-flex; align-items: center; gap: 10px; }
    .mwaBreadcrumbItem_bl5h:not(:last-child)::after { content: '›'; color: rgba(255,255,255,0.45); }
    .mwaSectionHead_bl5h { grid-template-columns: .95fr 1.05fr; align-items: end; margin-bottom: 22px; }
    .mwaSectionTitle_bl5h { margin: 0; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.12; }
    .mwaSearchStatus_bl5h { margin-bottom: 16px; padding: 12px 16px; border-radius: 16px; color: #bfefff; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
    .mwaMediaGrid_bl5h, .mwaExpertGrid_bl5h, .mwaReviewGrid_bl5h { display: grid; gap: 16px; }
    .mwaMediaGrid_bl5h { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mwaExpertGrid_bl5h { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .mwaReviewGrid_bl5h { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mwaMediaCard_bl5h, .mwaExpertCard_bl5h, .mwaReviewCard_bl5h, .mwaFaqItem_bl5h { border-radius: 26px; overflow: hidden; }
    .mwaMediaImageWrap_bl5h { position: relative; overflow: hidden; }
    .mwaMediaImage_bl5h { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .3s ease; }
    .mwaMediaOverlay_bl5h { position: absolute; inset: 0; display: grid; place-items: center; gap: 12px; background: linear-gradient(180deg, rgba(6,10,20,0.08), rgba(6,10,20,0.54)); opacity: 0; transition: opacity .28s ease; }
    .mwaPlayButton_bl5h { width: 70px; height: 70px; position: relative; border-radius: 50%; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.24); }
    .mwaPlayButton_bl5h::before { content: ''; position: absolute; left: 30px; top: 22px; border-left: 18px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
    .mwaOverlayText_bl5h { font-weight: 700; letter-spacing: .08em; }
    .mwaMediaCard_bl5h:hover .mwaMediaImage_bl5h { transform: scale(1.05); }
    .mwaMediaCard_bl5h:hover .mwaMediaOverlay_bl5h { opacity: 1; }
    .mwaMediaBody_bl5h, .mwaExpertCard_bl5h, .mwaReviewCard_bl5h, .mwaArticlePanel_bl5h, .mwaAsidePanel_bl5h { display: grid; gap: 14px; }
    .mwaMediaBody_bl5h, .mwaExpertCard_bl5h, .mwaReviewCard_bl5h { padding: 20px; }
    .mwaMediaBody_bl5h h3, .mwaExpertText_bl5h h3, .mwaReviewMeta_bl5h h3, .mwaAsidePanelCopy_bl5h h3, .mwaFooterInner_bl5h h2 { margin: 0; }
    .mwaTag_bl5h { width: fit-content; padding: 8px 12px; background: rgba(132,224,255,0.12); color: #c3f2ff; border: 1px solid rgba(132,224,255,0.24); }
    .mwaExpertAvatar_bl5h, .mwaReviewAvatar_bl5h { object-fit: cover; border: 1px solid rgba(255,255,255,0.18); }
    .mwaExpertAvatar_bl5h { width: 96px; height: 96px; border-radius: 26px; }
    .mwaExpertText_bl5h { display: grid; gap: 8px; }
    .mwaReviewMeta_bl5h { display: flex; align-items: center; gap: 14px; }
    .mwaReviewAvatar_bl5h { width: 56px; height: 56px; border-radius: 18px; }
    .mwaReviewMeta_bl5h span, .mwaExpertText_bl5h strong, .mwaContactCard_bl5h span { color: #bfefff; font-weight: 600; }
    .mwaContentGrid_bl5h { grid-template-columns: 1.05fr .95fr; }
    .mwaAsideImage_bl5h { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 24px; }
    .mwaContactCard_bl5h { padding: 18px; border-radius: 22px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); display: grid; gap: 8px; }
    .mwaTextLink_bl5h { color: #fff; text-decoration: underline; text-decoration-color: rgba(132,224,255,0.35); text-underline-offset: 4px; }
    .mwaFaqList_bl5h { display: grid; gap: 14px; }
    .mwaFaqSummary_bl5h { list-style: none; cursor: pointer; padding: 22px 24px; font-weight: 700; position: relative; }
    .mwaFaqSummary_bl5h::-webkit-details-marker { display: none; }
    .mwaFaqSummary_bl5h::after { content: '+'; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 1.24rem; color: #bfefff; transition: transform .28s ease; }
    .mwaFaqItem_bl5h[open] .mwaFaqSummary_bl5h::after { transform: translateY(-50%) rotate(45deg); }
    .mwaFaqBody_bl5h { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease, opacity .32s ease; opacity: .6; }
    .mwaFaqBody_bl5h p { margin: 0; padding: 0 24px 0; overflow: hidden; line-height: 1.88; color: var(--text-soft-bl5h); }
    .mwaFaqItem_bl5h[open] .mwaFaqBody_bl5h { grid-template-rows: 1fr; opacity: 1; }
    .mwaFaqItem_bl5h[open] .mwaFaqBody_bl5h p { padding-bottom: 24px; }
    .mwaFooterInner_bl5h { grid-template-columns: 1.2fr .8fr; }
    .mwaFooterLinks_bl5h { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 12px 16px; }
    .mwaFooterLinks_bl5h a { color: #c8f1ff; }
    .is-hidden-bl5h { display: none !important; }
    @media (max-width: 1180px) {
      .mwaNavShell_bl5h, .mwaHeroGrid_bl5h, .mwaSectionHead_bl5h, .mwaContentGrid_bl5h, .mwaFooterInner_bl5h { grid-template-columns: 1fr; }
      .mwaNav_bl5h, .mwaFooterLinks_bl5h { justify-content: flex-start; }
      .mwaMediaGrid_bl5h, .mwaReviewGrid_bl5h { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .mwaExpertGrid_bl5h { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 760px) {
      .mwaHeader_bl5h { padding: 12px 12px 0; }
      .mwaMediaGrid_bl5h, .mwaReviewGrid_bl5h, .mwaExpertGrid_bl5h, .mwaStats_bl5h { grid-template-columns: 1fr; }
      .mwaHeroTitle_bl5h { font-size: clamp(1.9rem, 8vw, 3rem); }
      .mwaVisualFrame_bl5h { min-height: 440px; }
      .mwaHeroCover_bl5h { width: 55%; margin: 0 18px 18px 0; }
    }
