.policy-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff8f4 0%, #fffdfb 58%, #fff3e7 100%); border-bottom: 1px solid var(--line); }
.policy-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; top: -220px; border: 1px solid rgba(179,22,32,.12); border-radius: 50%; box-shadow: 0 0 0 58px rgba(246,182,50,.06), 0 0 0 116px rgba(179,22,32,.025); }
.policy-hero__inner { position: relative; z-index: 1; display: grid; justify-items: center; padding: clamp(38px, 4vw, 62px) 0 30px; text-align: center; }
.policy-hero .eyebrow { margin-bottom: 10px; }
.policy-hero h1 { margin: 0; font-size: clamp(34px, 3.2vw, 58px); line-height: 1.2; letter-spacing: -.045em; }
.policy-hero__inner > p:not(.eyebrow) { margin: 10px 0 22px; color: var(--muted); font-size: 14px; }
.policy-search { width: min(780px, 100%); min-height: 58px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; padding: 6px 7px 6px 18px; background: white; border: 1px solid #e4d5cf; border-radius: 15px; box-shadow: 0 15px 45px rgba(105,28,20,.11); }
.policy-search > svg { color: var(--green-2); }
.policy-search input { width: 100%; height: 44px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 15px; }
.policy-search input::placeholder { color: #978581; }
.policy-search button { height: 44px; padding: 0 22px; color: white; background: var(--green); border: 0; border-radius: 10px; font-weight: 700; cursor: pointer; transition: background .2s; }
.policy-search button:hover { background: #8f1018; }
.policy-stats { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; margin-top: 20px; color: #74615c; font-size: 12px; }
.policy-stats span { white-space: nowrap; }.policy-stats b { color: var(--green); font: 700 15px "Manrope", sans-serif; }.policy-stats i { width: 3px; height: 3px; background: #c7aaa2; border-radius: 50%; }

.policy-category-section { padding: clamp(54px, 5vw, 84px) 0; }
.policy-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 27px; }
.policy-section-heading .eyebrow { margin-bottom: 7px; }.policy-section-heading h2 { margin: 0; font-size: clamp(26px, 2.3vw, 40px); line-height: 1.3; }.policy-section-heading > p { max-width: 360px; margin: 0 0 5px; color: var(--muted); font-size: 14px; text-align: right; }
.policy-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.policy-category { position: relative; min-height: 112px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; padding: 19px; text-align: left; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; transition: border-color .2s, background .2s, box-shadow .2s; }
.policy-category:hover, .policy-category.is-active { background: #fffaf7; border-color: #dcb4aa; box-shadow: 0 10px 28px rgba(105,28,20,.08); }
.policy-category__icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--green-2); background: #fff0ea; border-radius: 12px; }.policy-category__icon svg { width: 21px; }
.policy-category > span:nth-child(2) { min-width: 0; display: grid; }.policy-category b { font-size: 15px; }.policy-category small { margin-top: 4px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.policy-category em { align-self: start; color: #a58f89; font: 700 12px "Manrope", sans-serif; font-style: normal; }

.policy-list-section { padding: clamp(54px, 5vw, 84px) 0; background: var(--canvas); }
.policy-list-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: clamp(28px, 3vw, 52px); }
.policy-list-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }.policy-list-heading p { margin: 0 0 3px; color: var(--green-2); font-size: 11px; font-weight: 700; letter-spacing: .14em; }.policy-list-heading h2 { margin: 0; font-size: 28px; }.policy-list-heading > div:last-child { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }.policy-list-heading > div:last-child span { color: var(--muted); font-size: 12px; }.policy-list-heading button { padding: 5px 10px; color: var(--green); background: white; border: 1px solid #ddc9c3; border-radius: 8px; font-size: 11px; cursor: pointer; }.policy-list-heading button[aria-pressed="true"] { color: white; background: var(--green); border-color: var(--green); }
.article-list { display: grid; gap: 12px; }
.policy-row { padding: 25px 27px; background: white; border: 1px solid var(--line); border-radius: 16px; transition: border-color .2s, box-shadow .2s; }.policy-row:hover { border-color: #dcb4aa; box-shadow: 0 14px 36px rgba(105,28,20,.08); }
.policy-row__top { display: flex; align-items: center; gap: 8px; }.policy-row__top time { margin-left: auto; color: #8c7974; font-size: 11px; }
.policy-level { display: inline-flex; padding: 4px 8px; color: #785617; background: #fff1c8; border-radius: 20px; font-size: 10px; font-weight: 700; }.policy-level--重大, .policy-level--重要 { color: #a1121b; background: #ffe4e5; }
.policy-row h3 { margin: 14px 0 8px; font-size: clamp(18px, 1.4vw, 23px); line-height: 1.45; }.policy-row h3 a { transition: color .2s; }.policy-row h3 a:hover { color: var(--green-2); }.policy-row > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.policy-row footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 17px; padding-top: 14px; border-top: 1px solid #f1e8e5; }.policy-row footer > span, .policy-row footer a { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; }.policy-row footer > span { color: #887570; }.policy-row footer > span svg { width: 14px; }.policy-row footer a { color: var(--green-2); font-weight: 700; }.policy-row footer a svg { width: 14px; transition: transform .2s; }.policy-row footer a:hover svg { transform: translateX(3px); }
.policy-ai-card { position: sticky; top: 100px; display: grid; justify-items: start; padding: 27px; color: white; background: var(--green); border-radius: 19px; box-shadow: 0 18px 44px rgba(105,28,20,.16); }.policy-ai-card__icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 12px; }.policy-ai-card__icon svg { width: 22px; }.policy-ai-card > p { margin: 20px 0 4px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.policy-ai-card h2 { margin: 0; font-size: 23px; line-height: 1.45; }.policy-ai-card > span:not(.policy-ai-card__icon) { margin-top: 13px; color: #edc8bf; font-size: 12px; }.policy-ai-card button { width: 100%; min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 22px; color: var(--green); background: var(--lime); border: 0; border-radius: 10px; font-weight: 700; cursor: pointer; }.policy-ai-card button svg { width: 15px; }.policy-ai-card small { margin-top: 13px; color: #d9aea4; font-size: 10px; line-height: 1.6; }

.article-detail__inner { max-width: 1240px; }
.article-detail__back { display: inline-flex; align-items: center; gap: 7px; }.article-detail__back svg { width: 15px; transform: rotate(180deg); }
.policy-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 25px; }
.article-detail .policy-detail-main { display: grid; gap: 16px; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }.policy-detail-main > * { background: white; border: 1px solid var(--line); border-radius: 19px; }.policy-detail-main .policy-detail-header { padding: clamp(31px, 4vw, 52px); }.policy-detail-header > div { display: flex; gap: 8px; }.policy-detail-header h1 { margin: 20px 0 15px; font-size: clamp(30px, 4vw, 48px); }.policy-detail-header > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.policy-detail-title { display: flex; align-items: center; gap: 13px; }.policy-detail-title > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green-2); background: #fff0ea; border-radius: 11px; }.policy-detail-title svg { width: 21px; }.policy-detail-title p, .policy-detail-card > p, .policy-detail-aside section > p { margin: 0 0 2px; color: var(--green-2); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.policy-detail-title h2, .policy-detail-card h2 { margin: 0; font-size: 23px; }
.policy-source-card { overflow: hidden; padding: 30px; }.policy-source-card dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 25px 0 0; border: 1px solid var(--line); border-radius: 12px; }.policy-source-card dl > div { min-width: 0; display: grid; gap: 3px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.policy-source-card dl > div:nth-child(3n) { border-right: 0; }.policy-source-card dl > div:nth-last-child(-n+3) { border-bottom: 0; }.policy-source-card dt { color: #8b7772; font-size: 10px; }.policy-source-card dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 600; }.policy-source-card dd a { display: inline-flex; align-items: center; gap: 5px; color: var(--green-2); }.policy-source-card dd svg { width: 13px; }
.policy-source-card .article-detail__cover { width: calc(100% + 60px); margin: 28px -30px 0; }.policy-source-card .article-detail__body { padding: 12px 0 0; }.policy-source-card .article-detail__body p { font-size: 15px; line-height: 1.9; }
.policy-summary-card { padding: 30px; background: #fffaf1 !important; border-color: #ecdcb1 !important; }.policy-summary-card > p { margin: 22px 0 0; color: #4b3b32; font-size: 16px; line-height: 1.9; }
.policy-ai-action { min-height: 41px; display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; padding: 0 15px; color: var(--green); background: white; border: 1px solid #e5cdb8; border-radius: 10px; font-weight: 700; cursor: pointer; }.policy-ai-action svg { width: 15px; }.policy-ai-action svg:last-child { margin-left: 5px; }
.policy-detail-card { padding: 30px; }.policy-detail-card ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }.policy-detail-card li { display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 11px; min-height: 46px; padding: 9px 12px; background: var(--canvas); border-radius: 10px; font-size: 14px; }.policy-detail-card li span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--green-2); background: white; border-radius: 8px; font: 700 9px "Manrope", sans-serif; }
.policy-detail-card--risk li { grid-template-columns: 10px 1fr; }.policy-detail-card--risk li span { width: 8px; height: 8px; background: #d93422; border-radius: 50%; }.policy-detail-card--risk li:nth-child(2) span { background: #e38724; }.policy-detail-card--risk li:nth-child(n+3) span { background: #d8ac32; }
.policy-detail-aside { position: sticky; top: 100px; display: grid; gap: 14px; }.policy-detail-aside section { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 17px; }.policy-detail-aside h2 { margin: 4px 0 0; font-size: 20px; line-height: 1.45; }.policy-detail-aside ul { display: grid; gap: 10px; margin: 20px 0; padding: 0; list-style: none; }.policy-detail-aside li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }.policy-detail-aside li svg { width: 16px; color: var(--green-2); }.policy-detail-aside .button { width: 100%; }
.policy-detail-aside .policy-detail-ai { color: white; background: var(--green); border-color: var(--green); }.policy-detail-ai > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 11px; }.policy-detail-ai > span svg { width: 20px; }.policy-detail-ai > p { margin-top: 16px !important; color: var(--lime) !important; }.policy-detail-ai button { width: 100%; margin-top: 9px; padding: 10px; color: white; text-align: left; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 9px; cursor: pointer; }.policy-detail-ai h2 + button { margin-top: 17px; }.policy-detail-ai small { display: block; margin-top: 14px; color: #d9aea4; font-size: 9px; line-height: 1.6; }

@media (max-width: 1199px) {
  .policy-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .policy-list-layout, .policy-detail-layout { grid-template-columns: 1fr; }
  .policy-ai-card, .policy-detail-aside { position: static; }
  .policy-ai-card { grid-template-columns: 44px 1fr; column-gap: 16px; }.policy-ai-card > *:not(.policy-ai-card__icon) { grid-column: 2; }.policy-ai-card > p { margin-top: 0; }
  .policy-detail-aside { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
  .policy-hero__inner { padding: 34px 0 24px; }.policy-hero h1 { font-size: clamp(31px, 9vw, 38px); }.policy-hero__inner > p:not(.eyebrow) { font-size: 12px; }
  .policy-search { grid-template-columns: 20px 1fr; padding: 6px 12px; }.policy-search button { grid-column: 1 / -1; }.policy-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; width: 100%; text-align: left; }.policy-stats i { display: none; }
  .policy-section-heading { display: block; }.policy-section-heading > p { margin-top: 9px; text-align: left; }
  .policy-category-grid { grid-template-columns: 1fr; }.policy-category { min-height: 96px; }
  .policy-row { padding: 21px 18px; }.policy-row footer { align-items: flex-start; flex-direction: column; }.policy-row__top time { font-size: 9px; }
  .policy-ai-card { display: grid; grid-template-columns: 42px 1fr; padding: 23px; }
  .policy-source-card, .policy-summary-card, .policy-detail-card { padding: 23px 19px; }.policy-source-card dl { grid-template-columns: 1fr; }.policy-source-card dl > div, .policy-source-card dl > div:nth-child(3n), .policy-source-card dl > div:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--line); }.policy-source-card dl > div:last-child { border-bottom: 0; }
  .policy-source-card .article-detail__cover { width: calc(100% + 38px); margin: 24px -19px 0; }.policy-detail-aside { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .policy-search button, .policy-category, .policy-row { transition: none; }
}
