.act-public-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    color: #eadfcd;
}

.act-page-title {
    margin: 0 0 10px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    color: #f6e9d6;
}

.act-kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .75rem;
    color: #c7a978;
    margin-bottom: 10px;
}

.act-hero {
    background:
        radial-gradient(circle at top right, rgba(164, 54, 36, .28), transparent 34%),
        linear-gradient(135deg, #19130f 0%, #241813 45%, #130f0d 100%);
    border: 1px solid rgba(199, 169, 120, .22);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
    overflow: hidden;
    margin-bottom: 24px;
}

.act-hero-compact {
    margin-bottom: 18px;
}

.act-hero-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 30px 28px;
}

.act-hero-text {
    margin: 0;
    max-width: 850px;
    color: #d7c3a7;
    line-height: 1.65;
}

.act-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.act-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
    background: #a24b35;
    color: #fff7ef;
    border: 1px solid rgba(255,255,255,.08);
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
    box-shadow: 0 10px 24px rgba(162, 75, 53, .25);
}

.act-button:hover {
    transform: translateY(-1px);
    background: #b8573f;
    color: #fff7ef;
}

.act-button-secondary {
    background: #2d241d;
    color: #eadfcd;
    box-shadow: none;
    border: 1px solid rgba(199, 169, 120, .22);
}

.act-button-secondary:hover {
    background: #3a2e25;
    color: #fff7ef;
}

.act-grid {
    display: grid;
    gap: 18px;
    margin-bottom: 22px;
}

.act-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.act-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.act-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.act-card {
    background: linear-gradient(180deg, rgba(34, 27, 22, .96), rgba(20, 17, 14, .96));
    border: 1px solid rgba(199, 169, 120, .16);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.act-card-title {
    margin: 0 0 8px;
    font-size: 1.3rem;
    line-height: 1.2;
}

.act-card-title a {
    color: #f4e5cf;
    text-decoration: none;
}

.act-card-title a:hover {
    color: #ffdfaf;
}

.act-card-meta {
    color: #ccb89a;
    line-height: 1.55;
    margin-top: 8px;
}

.act-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 14px;
}

.act-section-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    color: #f3e1c7;
}

.act-inline-link {
    color: #d7b27b;
    text-decoration: none;
    font-weight: 600;
}

.act-inline-link:hover {
    color: #f6d09a;
}

.act-stat-card {
    text-align: center;
    padding: 18px 14px;
}

.act-stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: #fff2de;
    line-height: 1;
    margin-bottom: 8px;
}

.act-stat-label {
    font-size: .95rem;
    color: #d7c3a7;
}

.act-stat-small {
    margin-top: 6px;
    font-size: .82rem;
    color: #a99272;
}

.act-nav-panel {
    padding-top: 18px;
}

.act-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.act-nav-card {
    display: block;
    text-decoration: none;
    color: #eadfcd;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(199, 169, 120, .12);
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.act-nav-card:hover {
    transform: translateY(-2px);
    border-color: rgba(199, 169, 120, .34);
    background: rgba(255,255,255,.04);
    color: #fff4e4;
}

.act-nav-title {
    display: block;
    font-weight: 800;
    margin-bottom: 4px;
    color: #f5e6d1;
}

.act-nav-sub {
    display: block;
    font-size: .88rem;
    color: #cdb797;
    line-height: 1.4;
}

.act-table-wrap {
    overflow-x: auto;
}

.act-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.act-table th,
.act-table td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(199, 169, 120, .12);
    text-align: left;
    vertical-align: top;
}

.act-table th {
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #c9ac80;
    background: rgba(255,255,255,.02);
}

.act-table td {
    color: #eadfcd;
}

.act-table a {
    color: #f0c88f;
    text-decoration: none;
}

.act-table a:hover {
    color: #ffd79f;
}

.act-list-stack {
    display: grid;
    gap: 14px;
}

.act-list-item {
    padding: 14px 0;
    border-bottom: 1px solid rgba(199, 169, 120, .12);
}

.act-list-item:last-child {
    border-bottom: 0;
}

.act-list-meta {
    font-size: .82rem;
    color: #bda78a;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.act-list-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    line-height: 1.35;
}

.act-list-title a {
    color: #f3e1c7;
    text-decoration: none;
}

.act-list-title a:hover {
    color: #ffd9a5;
}

.act-list-text {
    color: #d7c3a7;
    line-height: 1.55;
}

.act-chronicle-stack {
    display: grid;
    gap: 18px;
}

.act-chronicle-entry {
    position: relative;
}

.act-chronicle-meta {
    font-size: .82rem;
    color: #bda78a;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
}

.act-chronicle-title {
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1.25;
    color: #f4e6d4;
}

.act-chronicle-body {
    color: #e1d1bb;
    line-height: 1.7;
}

.act-quote {
    margin: 0 0 12px;
    padding: 12px 16px;
    border-left: 4px solid #a24b35;
    background: rgba(255,255,255,.03);
    color: #f6e8d2;
    font-style: italic;
}

.act-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.act-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(162, 75, 53, .16);
    border: 1px solid rgba(162, 75, 53, .26);
    color: #f0d7b6;
    text-decoration: none;
    font-size: .84rem;
    line-height: 1;
}

a.act-tag:hover {
    background: rgba(162, 75, 53, .26);
    color: #fff0da;
}

.act-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.act-badge.is-yes {
    background: rgba(72, 141, 97, .18);
    color: #b7e7c2;
    border: 1px solid rgba(72, 141, 97, .3);
}

.act-badge.is-no {
    background: rgba(156, 81, 66, .18);
    color: #edb7ad;
    border: 1px solid rgba(156, 81, 66, .3);
}

.act-badge-status {
    background: rgba(199, 169, 120, .14);
    color: #f0d9b8;
    border: 1px solid rgba(199, 169, 120, .26);
}

.act-directory-top {
    margin-bottom: 10px;
}

.act-mini-card {
    text-decoration: none;
    color: #eadfcd;
    padding: 16px;
}

.act-mini-card:hover {
    color: #fff1dd;
    border-color: rgba(199, 169, 120, .34);
}

.act-mini-title {
    font-weight: 800;
    margin-bottom: 6px;
    color: #f1e2cd;
}

.act-mini-meta {
    font-size: .92rem;
    color: #d2b99a;
}

.act-battle-card {
    padding: 18px 20px;
}

.act-battle-topline {
    font-size: .82rem;
    color: #bda78a;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
}

.act-battle-title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    line-height: 1.25;
}

.act-battle-title a {
    color: #f4e6d4;
    text-decoration: none;
}

.act-battle-title a:hover {
    color: #ffd9a5;
}

.act-battle-meta {
    color: #d8c4a7;
    line-height: 1.55;
}

.act-definition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.act-definition-grid > div {
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(199, 169, 120, .09);
    border-radius: 12px;
    padding: 12px 14px;
}

.act-definition-grid strong {
    display: block;
    margin-bottom: 6px;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #c8ab7f;
}

.act-definition-grid span,
.act-definition-grid a {
    color: #f1e2cd;
    text-decoration: none;
}

.act-definition-grid a:hover {
    color: #ffd8a1;
}

.act-text-block {
    margin-top: 18px;
    color: #dfceb9;
    line-height: 1.7;
}

.act-text-block h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    color: #f0dfc7;
}

.act-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    font-size: .92rem;
    color: #bda78a;
}

.act-breadcrumbs a {
    color: #d7b27b;
    text-decoration: none;
}

.act-breadcrumbs a:hover {
    color: #ffd59c;
}

.act-map-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
    border-radius: 14px;
    background:
        radial-gradient(circle at center, rgba(148, 45, 35, .14), transparent 40%),
        linear-gradient(180deg, #171210 0%, #120e0c 100%);
    border: 1px solid rgba(199, 169, 120, .12);
}

.act-map-svg {
    width: 100%;
    min-width: 900px;
    height: auto;
    display: block;
}

.act-map-line {
    stroke: rgba(199, 169, 120, .35);
    stroke-width: 3;
}

.act-map-node circle {
    stroke: rgba(255, 232, 203, .65);
    stroke-width: 2;
    transition: transform .18s ease, fill .18s ease, stroke .18s ease;
    transform-origin: center;
}

.act-map-node.is-controlled circle {
    fill: rgba(162, 75, 53, .75);
}

.act-map-node.is-uncontrolled circle {
    fill: rgba(82, 71, 60, .75);
}

.act-map-node:hover circle {
    transform: scale(1.08);
    stroke: rgba(255, 223, 173, .9);
}

.act-map-label,
.act-map-sublabel {
    text-anchor: middle;
    font-family: inherit;
    pointer-events: none;
}

.act-map-label {
    font-size: 20px;
    fill: #f4e3cb;
    font-weight: 700;
}

.act-map-sublabel {
    font-size: 14px;
    fill: #d9c1a0;
}

.act-map-legend {
    margin-top: 6px;
}

body .entry-content .act-public-wrap a:not(.wp-block-button__link),
body .entry-content .act-public-wrap a:visited {
    color: inherit;
}

body .entry-content .act-public-wrap .act-inline-link,
body .entry-content .act-public-wrap .act-breadcrumbs a,
body .entry-content .act-public-wrap .act-table a,
body .entry-content .act-public-wrap .act-card-title a,
body .entry-content .act-public-wrap .act-battle-title a,
body .entry-content .act-public-wrap .act-list-title a,
body .entry-content .act-public-wrap .act-tag,
body .entry-content .act-public-wrap .act-button,
body .entry-content .act-public-wrap .act-nav-card,
body .entry-content .act-public-wrap .act-mini-card {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .act-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .act-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .act-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .act-hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .act-grid-2,
    .act-grid-3,
    .act-grid-4,
    .act-nav-grid,
    .act-definition-grid {
        grid-template-columns: 1fr;
    }

    .act-public-wrap {
        padding: 18px 12px 40px;
    }

    .act-card {
        padding: 16px;
    }

    .act-page-title {
        font-size: 2rem;
    }

    .act-table {
        min-width: 640px;
    }
}
