body.public-content-body {
    background:
        linear-gradient(180deg, #eef7fb 0%, #f7fbfd 42%, #ffffff 100%);
    color: #12304a;
}

body.public-content-body .page-content.public-content-wrap {
    max-width: 1180px;
    padding-top: 28px;
    padding-bottom: 56px;
}

.pc-page {
    display: grid;
    gap: 24px;
}

.pc-hero,
.pc-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 22px;
    align-items: stretch;
    padding: 28px;
    border: 1px solid rgba(61, 126, 169, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 48px rgba(21, 66, 100, 0.08);
}

.pc-detail-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pc-hero__copy,
.pc-hero-panel,
.pc-template-board,
.pc-side-block,
.pc-card,
.pc-empty,
.pc-section-row,
.pc-category-copy {
    border: 1px solid rgba(61, 126, 169, 0.18);
    border-radius: 8px;
    background: #ffffff;
}

.pc-hero__copy {
    padding: 4px 0;
    border: 0;
    background: transparent;
}

.pc-backlink,
.pc-breadcrumbs a,
.pc-inline-link,
.pc-side-block a {
    color: #087f8c;
    font-weight: 800;
    text-decoration: none;
}

.pc-backlink {
    display: inline-flex;
    margin-bottom: 18px;
}

.pc-backlink:hover,
.pc-breadcrumbs a:hover,
.pc-inline-link:hover,
.pc-side-block a:hover {
    color: #c55f4f;
}

.pc-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(8, 127, 140, 0.2);
    border-radius: 8px;
    background: #e9f6f6;
    color: #087f8c;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.pc-hero h1,
.pc-detail-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #12304a;
    font-size: 48px;
    line-height: 1.02;
    letter-spacing: 0;
}

.pc-hero p,
.pc-detail-hero p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #4c6780;
    font-size: 18px;
    line-height: 1.65;
}

.pc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.pc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
}

.pc-btn--primary {
    background: #087f8c;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(8, 127, 140, 0.2);
}

.pc-btn--ghost {
    border-color: rgba(61, 126, 169, 0.24);
    background: #ffffff;
    color: #12304a;
}

.pc-note {
    display: block;
    margin-top: 12px;
    color: #647c91;
    font-size: 14px;
}

.pc-hero-panel,
.pc-template-board {
    padding: 20px;
}

.pc-panel-metric {
    display: grid;
    gap: 4px;
}

.pc-panel-metric small,
.pc-panel-metric span,
.pc-card__meta,
.pc-section-row span,
.pc-template-board small,
.pc-detail-hero__meta,
.pc-breadcrumbs,
.pc-side-block span {
    color: #647c91;
    font-size: 13px;
    font-weight: 800;
}

.pc-panel-metric strong {
    color: #12304a;
    font-size: 48px;
    line-height: 1;
}

.pc-panel-chart {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    gap: 10px;
    min-height: 150px;
    margin: 22px 0;
    padding: 18px;
    border-radius: 8px;
    background: #f2f7fa;
}

.pc-panel-chart i {
    display: block;
    min-height: 34px;
    border-radius: 8px 8px 0 0;
    background: #2db6a3;
}

.pc-panel-chart i:nth-child(1) { height: 42%; background: #6f9eed; }
.pc-panel-chart i:nth-child(2) { height: 58%; background: #2db6a3; }
.pc-panel-chart i:nth-child(3) { height: 76%; background: #e3b64f; }
.pc-panel-chart i:nth-child(4) { height: 62%; background: #c55f4f; }
.pc-panel-chart i:nth-child(5) { height: 92%; background: #087f8c; }

.pc-hero-panel p {
    margin: 0;
    color: #4c6780;
    line-height: 1.55;
}

.pc-template-board {
    display: grid;
    gap: 12px;
}

.pc-template-board div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(61, 126, 169, 0.16);
    border-radius: 8px;
    background: #f7fbfd;
}

.pc-template-board span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #e9f6f6;
    color: #087f8c;
    font-weight: 900;
}

.pc-template-board strong {
    color: #12304a;
    font-size: 16px;
}

.pc-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pc-category-nav a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(61, 126, 169, 0.22);
    border-radius: 8px;
    background: #ffffff;
    color: #12304a;
    font-weight: 850;
    text-decoration: none;
}

.pc-category-nav a.is-active,
.pc-category-nav a:hover {
    border-color: rgba(8, 127, 140, 0.35);
    background: #e9f6f6;
    color: #087f8c;
}

.pc-category-nav span {
    color: #647c91;
    font-size: 12px;
}

.pc-category-copy {
    padding: 20px;
    color: #4c6780;
    line-height: 1.7;
}

.pc-layout,
.pc-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
    gap: 22px;
    align-items: start;
}

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

.pc-card-grid--templates {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.pc-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 250px;
    padding: 20px;
}

.pc-card__meta,
.pc-detail-hero__meta,
.pc-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.pc-card__meta a {
    color: #087f8c;
    text-decoration: none;
}

.pc-card h2,
.pc-card h3,
.pc-section-head h2,
.pc-section-row h2,
.pc-empty h2 {
    margin: 0;
    color: #12304a;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
}

.pc-card h3 {
    font-size: 18px;
}

.pc-card h2 a,
.pc-card h3 a {
    color: inherit;
    text-decoration: none;
}

.pc-card h2 a:hover,
.pc-card h3 a:hover {
    color: #087f8c;
}

.pc-card p,
.pc-empty p,
.pc-side-block p,
.pc-section-row p {
    margin: 0;
    color: #4c6780;
    line-height: 1.6;
}

.pc-inline-link {
    margin-top: auto;
}

.pc-side {
    display: grid;
    gap: 14px;
}

.pc-side--sticky {
    position: sticky;
    top: 18px;
}

.pc-side-block {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.pc-side-block strong {
    color: #12304a;
    font-size: 16px;
}

.pc-side-block a {
    display: block;
}

.pc-side-block--accent {
    border-color: rgba(8, 127, 140, 0.25);
    background: #e9f6f6;
}

.pc-empty {
    grid-column: 1 / -1;
    padding: 24px;
}

.pc-empty--small {
    min-height: auto;
}

.pc-empty span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #087f8c;
    font-weight: 900;
}

.pc-detail-hero__meta span,
.pc-detail-hero__meta time {
    padding: 7px 10px;
    border-radius: 8px;
    background: #eef5fb;
}

.pc-prose {
    padding: 26px;
    border: 1px solid rgba(61, 126, 169, 0.18);
    border-radius: 8px;
    background: #ffffff;
    color: #243f57;
    font-size: 17px;
    line-height: 1.75;
}

.pc-prose h2,
.pc-prose h3,
.pc-prose h4 {
    margin: 28px 0 12px;
    color: #12304a;
    line-height: 1.2;
    letter-spacing: 0;
}

.pc-prose h2:first-child,
.pc-prose h3:first-child,
.pc-prose h4:first-child,
.pc-prose p:first-child {
    margin-top: 0;
}

.pc-prose p,
.pc-prose ul,
.pc-prose ol,
.pc-prose blockquote,
.pc-prose table {
    margin: 0 0 18px;
}

.pc-prose a {
    color: #087f8c;
    font-weight: 800;
}

.pc-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.pc-prose table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
    font-size: 15px;
}

.pc-prose th,
.pc-prose td {
    padding: 11px;
    border: 1px solid rgba(61, 126, 169, 0.18);
    text-align: left;
    vertical-align: top;
}

.pc-prose th {
    background: #eef5fb;
    color: #12304a;
}

.pc-related {
    display: grid;
    gap: 16px;
}

.pc-section-head {
    display: grid;
    gap: 4px;
}

.pc-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pc-chip-list span {
    padding: 7px 10px;
    border-radius: 8px;
    background: #f2f7fa;
    color: #3f6079;
    font-size: 12px;
    font-weight: 850;
}

.pc-section-list {
    display: grid;
    gap: 12px;
}

.pc-section-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
}

.pc-section-row > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #eef5fb;
    color: #087f8c;
    font-size: 14px;
}

.pc-section-row div {
    display: grid;
    gap: 8px;
}

@media (max-width: 980px) {
    .pc-hero,
    .pc-layout,
    .pc-detail-layout,
    .pc-card-grid--templates,
    .pc-card-grid--compact {
        grid-template-columns: 1fr;
    }

    .pc-side--sticky {
        position: static;
    }
}

@media (max-width: 720px) {
    body.public-content-body .page-content.public-content-wrap {
        padding: 16px 12px 40px;
    }

    .pc-hero,
    .pc-detail-hero,
    .pc-prose {
        padding: 18px;
    }

    .pc-hero h1,
    .pc-detail-hero h1 {
        font-size: 34px;
    }

    .pc-hero p,
    .pc-detail-hero p {
        font-size: 16px;
    }

    .pc-card-grid {
        grid-template-columns: 1fr;
    }

    .pc-actions,
    .pc-btn {
        width: 100%;
    }

    .pc-section-row {
        grid-template-columns: 1fr;
    }
}
