.prd-page,
.prd-detail {
    --prd-surface: #fff;
    --prd-surface-soft: #f8fafc;
    --prd-surface-muted: #f4f7fb;
    --prd-surface-tint: #eff6ff;
    --prd-surface-green: #ecfdf5;
    --prd-border: #eef2f7;
    --prd-border-strong: #e5edf5;
    --prd-text: #111827;
    --prd-text-body: #1f2937;
    --prd-text-soft: #334155;
    --prd-text-muted: #64748b;
    --prd-accent: #38a3ff;
    --prd-green: #15957f;
    --prd-green-strong: #059669;
    --prd-warning-bg: #fff7ed;
    --prd-warning-text: #c2410c;
    --prd-lock-bg: #fffbeb;
    --prd-lock-border: #fbbf24;
    --prd-tooltip-bg: #111827;
    --prd-button-text: #fff;
    --prd-shadow: rgba(15, 23, 42, .06);
    max-width: 1212px;
    margin: 0 auto;
    padding: 12px 16px 56px;
    position: relative;
}

body.dark-theme .prd-page,
body.dark-theme .prd-detail {
    --prd-surface: var(--main-bg-color, #323335);
    --prd-surface-soft: rgba(255, 255, 255, .045);
    --prd-surface-muted: var(--muted-bg-color, #2d2e31);
    --prd-surface-tint: rgba(56, 163, 255, .12);
    --prd-surface-green: rgba(21, 149, 127, .16);
    --prd-border: var(--main-border-color, rgba(114, 114, 114, .1));
    --prd-border-strong: rgba(184, 184, 184, .12);
    --prd-text: var(--key-color, var(--prd-surface-soft));
    --prd-text-body: var(--main-color, #e5eef7);
    --prd-text-soft: var(--main-color, #e5eef7);
    --prd-text-muted: var(--muted-color, #b4b6bb);
    --prd-warning-bg: rgba(249, 115, 22, .12);
    --prd-warning-text: #fb923c;
    --prd-lock-bg: rgba(251, 191, 36, .12);
    --prd-lock-border: rgba(251, 191, 36, .42);
    --prd-tooltip-bg: #111827;
    --prd-shadow: rgba(0, 0, 0, .16);
}

.prd-template {
    background: transparent;
    min-height: 60vh;
    padding-top: 0;
}

body:has(.prd-page) main.container,
body:has(.prd-detail) main.container,
body:has(.prd-page) .content-wrap,
body:has(.prd-detail) .content-wrap,
body:has(.prd-page) .content-layout,
body:has(.prd-detail) .content-layout,
body:has(.prd-page) article.page-article,
body:has(.prd-detail) article.page-article,
body:has(.prd-page) .wp-posts-content {
    background: transparent !important;
    box-shadow: none !important;
}

body:has(.prd-detail) .wp-posts-content {
    background: transparent !important;
    box-shadow: none !important;
}

body:has(.prd-page) main.container,
body:has(.prd-detail) main.container {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

body:has(.prd-page) article.page-article,
body:has(.prd-detail) article.page-article {
    border: 0 !important;
    padding: 0 !important;
}

body:has(.prd-page) .wp-posts-content,
body:has(.prd-detail) .wp-posts-content {
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.prd-page) .content-wrap,
body:has(.prd-detail) .content-wrap,
body:has(.prd-page) .content-layout,
body:has(.prd-detail) .content-layout,
body:has(.prd-page) article.page-article,
body:has(.prd-detail) article.page-article {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.project-radar-list-page main.container,
body.project-radar-detail-page main.container {
    display: block !important;
    max-width: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

body.project-radar-list-page .content-wrap,
body.project-radar-detail-page .content-wrap,
body.project-radar-list-page .content-layout,
body.project-radar-detail-page .content-layout,
body.project-radar-list-page article.page-article,
body.project-radar-detail-page article.page-article,
body.project-radar-list-page .wp-posts-content,
body.project-radar-detail-page .wp-posts-content {
    background: transparent !important;
    box-shadow: none !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
}

body.project-radar-list-page .sidebar,
body.project-radar-detail-page .sidebar {
    display: none !important;
}

.prd-detail-header,
.prd-section {
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 16px;
}

.prd-back-link {
    align-items: center;
    background: var(--prd-surface);
    border: 1px solid var(--prd-border-strong);
    border-radius: 6px;
    color: var(--prd-accent);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 6px;
    min-height: 34px;
    margin: 0 0 10px;
    padding: 0 12px;
    text-decoration: none;
}

.prd-back-link::before {
    content: "<";
    font-size: 15px;
    line-height: 1;
}

.prd-eyebrow {
    color: var(--prd-green);
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.prd-detail-header h1 {
    color: var(--prd-text);
    font-size: 32px;
    line-height: 1.25;
    margin: 0;
}

.prd-summary {
    color: var(--prd-text-muted);
    line-height: 1.7;
    margin: 0;
}

.prd-list-hero {
    align-items: center;
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 12px;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin: 0 0 14px;
    padding: 28px;
}

.prd-list-hero h1 {
    color: var(--prd-text);
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 4px;
}

.prd-list-hero p:last-child {
    color: var(--prd-text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.prd-list-stats {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.prd-list-stats div {
    background: var(--prd-surface-tint);
    border-radius: 6px;
    min-width: 84px;
    padding: 10px 12px;
    text-align: center;
}

.prd-list-stats strong {
    color: var(--prd-accent);
    display: block;
    font-size: 22px;
    line-height: 1.1;
}

.prd-list-stats span {
    color: var(--prd-text-muted);
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.prd-list-shell {
    display: grid;
    gap: 14px;
}

.prd-filters {
    display: grid;
    gap: 12px;
}

.prd-filter-panel {
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 12px;
    padding: 16px 16px 14px;
}

.prd-search-form {
    align-items: center;
    background: var(--prd-surface-muted);
    border-radius: 999px;
    display: grid;
    gap: 8px;
    grid-template-columns: 22px minmax(0, 1fr);
    min-width: 0;
    margin-bottom: 6px;
    min-height: 48px;
    padding: 0 18px;
}

.prd-search-icon {
    color: var(--prd-text-muted);
    display: block;
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 19px;
}

.prd-search {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--prd-text-soft);
    font-size: 14px;
    min-height: 44px;
    outline: 0;
    padding: 0;
    width: 100%;
}

.prd-search::placeholder {
    color: var(--prd-text-muted);
}

.prd-filter-row {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding-top: 8px;
}

.prd-filter-label {
    color: var(--prd-text-muted);
    font-size: 13px;
    font-weight: 700;
    padding-top: 8px;
}

.prd-filter-options {
    display: block;
    gap: 9px;
    min-width: 0;
    padding-right: 44px;
    position: relative;
}

.prd-filter-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 9px;
    max-height: 34px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.prd-filter-options.is-expanded,
.prd-filter-options.is-expanded .prd-filter-scroll {
    overflow: visible;
}

.prd-filter-options.is-expanded .prd-filter-scroll,
.prd-filter-options.is-expanded {
    white-space: normal;
}

.prd-filter-options.is-expanded .prd-filter-scroll {
    flex-wrap: wrap;
    max-height: none;
}

.prd-filter-option,
.prd-sort-tab {
    align-items: center;
    background: color-mix(in srgb, var(--prd-surface) 62%, transparent);
    border: 1px solid var(--prd-border-strong);
    border-radius: 999px;
    color: var(--prd-text-muted);
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    min-height: 32px;
    padding: 0 16px;
    text-decoration: none;
}

.prd-filter-more {
    background: transparent;
    border: 0;
    color: var(--prd-accent);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    min-height: 32px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.prd-filter-option.is-active,
.prd-sort-tab.is-active {
    background: var(--prd-accent);
    border-color: var(--prd-accent);
    color: var(--prd-button-text);
}

.prd-sort-row {
    align-items: center;
    grid-template-columns: 72px auto minmax(0, 1fr);
}

.prd-sort-tabs {
    display: flex;
    gap: 8px;
}

.prd-result-count {
    color: var(--prd-text-muted);
    font-size: 13px;
    justify-self: end;
}

.prd-list-layout {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 286px;
}

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

.prd-card {
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .18s ease, transform .18s ease;
}

.prd-card:hover {
    box-shadow: 0 12px 28px var(--prd-shadow);
    transform: translateY(-2px);
}

.prd-card a {
    color: inherit;
    text-decoration: none;
}

.prd-cover {
    display: block;
    width: 100%;
    aspect-ratio: 2.25 / 1;
    object-fit: cover;
    background: var(--prd-border);
}

.prd-cover-detail {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    height: auto;
    min-height: 0;
}

.prd-card-body {
    display: grid;
    gap: 13px;
    padding: 16px;
}

.prd-card h2 {
    color: var(--prd-accent);
    font-size: 19px;
    line-height: 1.35;
    margin: 0;
}

.prd-card p {
    color: var(--prd-text-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    min-height: 48px;
}

.prd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.prd-card-tags,
.prd-card-badges {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    min-height: 26px;
}

.prd-card-tags {
    display: none;
}

.prd-card-badges span {
    background: var(--prd-surface-tint);
    border-radius: 5px;
    color: var(--prd-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
}

.prd-card-badges span:nth-child(2) {
    background: var(--prd-warning-bg);
    color: var(--prd-warning-text);
}

.prd-card-facts {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 24px;
}

.prd-card-facts span,
.prd-card-facts strong,
.prd-card-facts em {
    background: var(--prd-surface-muted);
    border-radius: 8px;
    color: var(--prd-text-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px;
    text-align: center;
}

.prd-card-facts strong {
    background: var(--prd-surface-green);
    color: var(--prd-green-strong);
    font-size: 13px;
    font-weight: 800;
}

.prd-card-facts em {
    background: var(--prd-surface-tint);
    color: var(--prd-accent);
    font-style: normal;
}

.prd-tags span {
    border-radius: 999px;
    background: var(--prd-surface-green);
    color: var(--prd-green-strong);
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
}

.prd-card-placeholder {
    align-items: center;
    aspect-ratio: 2.25 / 1;
    background: linear-gradient(135deg, var(--prd-surface-tint), var(--prd-surface-green));
    border-radius: 8px;
    color: var(--prd-green-strong);
    display: flex;
    font-size: 22px;
    font-weight: 800;
    justify-content: center;
    margin-top: 2px;
    padding: 18px;
    text-align: center;
}

.prd-trend-sidebar {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 86px;
}

.prd-trend-card {
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 12px;
    padding: 16px;
}

.prd-trend-card h2 {
    color: var(--prd-text);
    font-size: 16px;
    line-height: 1;
    margin: 0 0 14px;
}

.prd-trend-list {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.prd-trend-list li + li {
    border-top: 1px solid var(--prd-border);
}

.prd-trend-list a {
    align-items: center;
    color: inherit;
    display: grid;
    gap: 8px;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    min-height: 34px;
    text-decoration: none;
}

.prd-trend-list span {
    align-items: center;
    background: var(--prd-surface-tint);
    border-radius: 5px;
    color: var(--prd-accent);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.prd-trend-list strong {
    color: var(--prd-text-muted);
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prd-trend-list em {
    color: var(--prd-accent);
    font-size: 12px;
    font-style: normal;
}

.prd-trend-bars {
    display: grid;
    gap: 12px;
}

.prd-trend-bars div {
    display: grid;
    gap: 7px;
}

.prd-trend-bars span {
    color: var(--prd-text-muted);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prd-trend-bars i {
    background: var(--prd-border);
    border-radius: 999px;
    display: block;
    height: 5px;
    overflow: hidden;
}

.prd-trend-bars b {
    background: var(--prd-accent);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.prd-term-trail {
    color: var(--prd-accent);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 12px;
}

.prd-tags {
    margin: 0;
}

.prd-summary {
    background: var(--prd-warning-bg);
    border-radius: 6px;
    color: var(--prd-warning-text);
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
    padding: 9px 12px;
    margin: 0;
}

.prd-detail-meta {
    align-items: start;
    display: grid;
    gap: 14px;
    justify-items: start;
    margin-top: 16px;
}

.prd-detail-title {
    display: block;
}

.prd-detail-title h1 {
    max-width: 100%;
}

.prd-detail-main {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 420px;
}

.prd-detail-main-no-cover {
    grid-template-columns: minmax(0, 1fr);
}

.prd-detail-info {
    min-width: 0;
}

.prd-detail-cover {
    align-self: center;
    min-width: 0;
}

.prd-detail-cover .prd-cover {
    box-shadow: none;
}

.prd-detail-placeholder {
    align-items: center;
    background: linear-gradient(135deg, var(--prd-surface-tint), var(--prd-surface-green));
    color: var(--prd-green-strong);
    display: flex;
    font-size: 28px;
    font-weight: 800;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.prd-related-button {
    align-items: center;
    background: var(--prd-accent);
    border-radius: 6px;
    color: var(--prd-button-text);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    min-height: 36px;
    padding: 0 14px;
    text-decoration: none;
}

.prd-detail-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: -2px 0 18px;
}

.prd-detail-stats div {
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 10px;
    min-width: 0;
    padding: 14px 16px;
}

.prd-detail-stats strong {
    color: var(--prd-text);
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prd-detail-stats span {
    color: var(--prd-text-muted);
    display: block;
    font-size: 12px;
    margin-top: 7px;
}

.prd-insight-section {
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 12px;
    margin-bottom: 18px;
    padding: 24px;
}

.prd-insight-section h2 {
    align-items: center;
    color: var(--prd-text);
    display: flex;
    gap: 10px;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 18px;
}

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

.prd-insight-card {
    background: var(--prd-surface-soft);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    min-height: 82px;
    padding: 16px 18px;
}

.prd-insight-card-wide {
    background: var(--prd-surface-tint);
    grid-column: 1 / -1;
}

.prd-insight-section-single .prd-insight-card {
    grid-column: 1 / -1;
}

.prd-insight-card strong {
    color: var(--prd-accent);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.prd-insight-card p {
    color: var(--prd-text-soft);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.prd-rich-section .prd-insight-grid {
    gap: 10px;
}

.prd-rich-card {
    align-content: start;
    gap: 10px;
}

.prd-rich-section-single .prd-rich-card {
    grid-column: 1 / -1;
}

.prd-rich-card .prd-section-body {
    color: var(--prd-text-soft);
    font-size: 15px;
    line-height: 1.85;
}

.prd-rich-card .prd-section-body p {
    margin: 0 0 12px;
}

.prd-rich-card .prd-section-body p:last-child,
.prd-rich-card .prd-section-body ul:last-child,
.prd-rich-card .prd-section-body ol:last-child {
    margin-bottom: 0;
}

.prd-rich-card .prd-section-body ul,
.prd-rich-card .prd-section-body ol {
    margin: 8px 0 12px 20px;
    padding: 0;
}

.prd-rich-card .prd-section-body li {
    margin: 4px 0;
}

.prd-rich-card .prd-section-body a,
.prd-section-body a {
    color: var(--prd-green);
    font-weight: 700;
    text-decoration: none;
}

.prd-rich-card .prd-section-body a:hover,
.prd-section-body a:hover {
    text-decoration: underline;
}

.prd-rich-card .prd-section-body blockquote,
.prd-section-body blockquote {
    border-left: 3px solid var(--prd-accent);
    color: var(--prd-text-muted);
    margin: 10px 0 12px;
    padding: 4px 0 4px 14px;
}

.prd-rich-card .prd-section-body img,
.prd-section-body img {
    border-radius: 8px;
    display: block;
    height: auto;
    margin: 12px 0;
    max-width: 100%;
}

.prd-section h2 {
    align-items: center;
    color: var(--prd-text-soft);
    display: flex;
    gap: 8px;
    font-size: 18px;
    margin: 0 0 16px;
}

.prd-section h2 em {
    color: var(--prd-text-muted);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.prd-section-icon {
    color: var(--prd-green-strong);
    display: inline-flex;
    flex: 0 0 auto;
    font-style: normal;
    height: 22px;
    width: 22px;
}

.prd-section-icon svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 100%;
}

.prd-section-body {
    color: var(--prd-text-body);
    font-size: 16px;
    line-height: 1.9;
}

.prd-section-body p {
    margin: 0 0 14px;
}

.prd-action-rail {
    display: grid;
    gap: 10px;
    position: fixed;
    right: max(18px, calc((100vw - 1212px) / 2 - 82px));
    top: 190px;
    z-index: 30;
}

.prd-action-button {
    align-items: center;
    background: var(--prd-surface);
    border: 1px solid var(--prd-border);
    border-radius: 999px;
    box-shadow: 0 8px 18px var(--prd-shadow);
    color: var(--prd-text-muted);
    cursor: pointer;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 46px;
}

.prd-action-button:hover,
.prd-action-button.is-active {
    border-color: var(--prd-surface-green);
    color: var(--prd-green);
}

.prd-action-button svg {
    display: block;
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 20px;
}

.prd-action-count {
    align-items: center;
    background: var(--prd-text-muted);
    border-radius: 999px;
    color: var(--prd-button-text);
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    padding: 3px 5px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.prd-action-count.is-text {
    font-size: 10px;
    min-width: 0;
    right: -10px;
}

.prd-action-button em {
    background: var(--prd-tooltip-bg);
    border-radius: 6px;
    color: var(--prd-button-text);
    display: none;
    font-size: 12px;
    font-style: normal;
    padding: 6px 8px;
    position: absolute;
    right: 56px;
    white-space: nowrap;
}

.prd-action-button:hover em {
    display: block;
}

.prd-action-button.is-copied::after {
    background: var(--prd-green);
    border-radius: 6px;
    color: var(--prd-button-text);
    content: "已复制";
    font-size: 12px;
    padding: 6px 8px;
    position: absolute;
    right: 56px;
    white-space: nowrap;
}

.prd-resource-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--prd-border-strong);
    margin-top: 16px;
}

.prd-resource-extra {
    display: grid;
    gap: 0;
}

.prd-resource-extra[hidden],
.prd-case-extra[hidden] {
    display: none !important;
}

.prd-case-list {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.prd-case-card {
    background: var(--prd-surface-soft);
    border: 1px solid var(--prd-border-strong);
    border-radius: 8px;
    padding: 14px;
}

.prd-case-card-head {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.prd-platform-badge {
    background: var(--prd-surface-green);
    border-radius: 6px;
    color: var(--prd-green-strong);
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 1;
    padding: 7px 9px;
}

.prd-case-card-head a,
.prd-case-card-head strong {
    color: var(--prd-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.prd-case-card img {
    border: 1px solid var(--prd-border-strong);
    border-radius: 8px;
    display: block;
    max-height: 340px;
    max-width: 100%;
    object-fit: contain;
}

.prd-case-extra {
    display: grid;
    gap: 16px;
}

.prd-case-more {
    align-self: start;
    background: var(--prd-surface-green);
    border: 0;
    border-radius: 6px;
    color: var(--prd-green-strong);
    cursor: pointer;
    font-weight: 700;
    margin-top: 2px;
    min-height: 34px;
    padding: 0 14px;
}

.prd-resource-card {
    align-items: center;
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid var(--prd-border-strong);
    color: inherit;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 70px;
    padding: 14px 8px 14px 0;
    text-decoration: none;
}

.prd-resource-card:hover {
    background: var(--prd-surface-soft);
}

.prd-resource-index {
    align-items: center;
    background: var(--prd-surface-green);
    border-radius: 8px;
    color: var(--prd-green);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.prd-resource-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.prd-resource-card strong {
    color: var(--prd-text);
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.prd-resource-card em {
    color: var(--prd-text-muted);
    font-size: 12px;
    font-style: normal;
}

.prd-resource-card b {
    color: var(--prd-green);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.prd-resource-more {
    align-self: stretch;
    background: var(--prd-surface-green);
    border: 0;
    border-radius: 6px;
    color: var(--prd-green-strong);
    cursor: pointer;
    font-weight: 700;
    margin-top: 12px;
    min-height: 38px;
    padding: 0 14px;
}

.prd-locked {
    border-color: var(--prd-lock-border);
    background: var(--prd-lock-bg);
}

.prd-lock-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 6px;
    padding: 0 14px;
    background: var(--prd-green);
    color: var(--prd-button-text);
    text-decoration: none;
}

.prd-empty {
    grid-column: 1 / -1;
    background: var(--prd-surface);
    border: 1px solid var(--prd-border-strong);
    border-radius: 8px;
    padding: 24px;
}

.prd-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}

.prd-pagination a {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--prd-border-strong);
    border-radius: 6px;
    background: var(--prd-surface);
    color: var(--prd-text-soft);
    text-decoration: none;
}

.prd-pagination a.is-active {
    background: var(--prd-green);
    border-color: var(--prd-green);
    color: var(--prd-button-text);
}

@media (max-width: 960px) {
    .prd-list-hero,
    .prd-list-layout {
        grid-template-columns: 1fr;
    }

    .prd-list-hero {
        align-items: stretch;
        display: grid;
    }

    .prd-trend-sidebar {
        position: static;
    }

    .prd-detail-main {
        grid-template-columns: 1fr;
    }

    .prd-detail-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .prd-detail-cover {
        order: -1;
    }

    .prd-cover-detail {
        aspect-ratio: 16 / 7;
    }

    .prd-action-rail {
        bottom: 16px;
        display: flex;
        gap: 8px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
    }

    .prd-action-button {
        height: 42px;
        width: 42px;
    }

    .prd-action-count {
        min-width: 16px;
        padding: 2px 5px;
        right: -4px;
        top: -4px;
    }

    .prd-action-button em,
    .prd-action-button:hover em,
    .prd-action-button.is-copied::after {
        display: none;
    }

    .prd-grid {
        grid-template-columns: 1fr 1fr;
    }

    .prd-search {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .prd-page,
    .prd-detail {
        padding: 18px 12px 84px;
    }

    .prd-detail-header,
    .prd-section,
    .prd-insight-section {
        padding: 20px;
    }

    .prd-detail-header h1 {
        font-size: 24px;
    }

    .prd-detail-title .prd-tags {
        justify-content: flex-start;
    }

    .prd-filters,
    .prd-grid,
    .prd-card-facts {
        grid-template-columns: 1fr;
    }

    .prd-list-stats {
        grid-template-columns: 1fr;
    }

    .prd-detail-stats {
        grid-template-columns: 1fr;
    }

    .prd-insight-grid {
        grid-template-columns: 1fr;
    }

    .prd-insight-card {
        padding: 14px;
    }

    .prd-rich-card .prd-section-body,
    .prd-section-body {
        font-size: 15px;
        line-height: 1.8;
    }

    .prd-resource-card {
        align-items: start;
        gap: 10px;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 13px 0;
    }

    .prd-resource-card b {
        grid-column: 2;
        justify-self: start;
    }

    .prd-resource-index {
        height: 32px;
        width: 32px;
    }

    .prd-action-button {
        box-shadow: 0 6px 14px var(--prd-shadow);
    }

    .prd-filter-row,
    .prd-sort-row {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .prd-result-count {
        justify-self: start;
    }
}
