.article-header h1,
.article-body {
    max-width: calc(100vw - 48px);
    overflow-wrap: anywhere;
}

.exp-tool {
    display: grid;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.exp-hero,
.exp-panel,
.exp-map-card,
.exp-holder-list a {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(19, 41, 32, .96), rgba(12, 24, 20, .96));
    box-shadow: var(--shadow);
}

.exp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(210px, 300px);
    gap: 18px;
    align-items: stretch;
    padding: 20px;
    overflow: hidden;
    border-color: rgba(226, 180, 67, .32);
    background:
        linear-gradient(135deg, rgba(226, 180, 67, .15), transparent 44%),
        linear-gradient(180deg, rgba(19, 41, 32, .97), rgba(8, 16, 13, .98));
}

.exp-hero-copy {
    min-width: 0;
}

.exp-hero h2,
.exp-panel h2 {
    margin: 0;
    color: #fff;
    line-height: 1.08;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.exp-hero h2 {
    max-width: 850px;
    font-size: clamp(30px, 6vw, 54px);
}

.exp-lede,
.exp-fast p,
.exp-panel p,
.exp-map-card p,
.exp-holder-list em,
.exp-notes {
    color: var(--muted);
}

.exp-lede {
    max-width: 840px;
    margin: 14px 0 0;
    font-size: 16px;
}

.exp-fact-strip,
.exp-links,
.exp-tabs,
.exp-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.exp-fact-strip {
    margin-top: 18px;
}

.exp-fact-strip span,
.exp-links a,
.exp-tabs button,
.exp-progress button {
    min-height: 34px;
    border-radius: 6px;
    border: 1px solid rgba(226, 180, 67, .28);
    background: rgba(226, 180, 67, .1);
    color: #f7df9c;
    font-weight: 750;
}

.exp-fact-strip span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
}

.exp-sprite-card {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    min-height: 250px;
    margin: 0;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid rgba(225, 83, 83, .3);
    background:
        radial-gradient(circle at 50% 30%, rgba(225, 83, 83, .28), rgba(8, 16, 13, .08) 58%),
        linear-gradient(180deg, rgba(226, 180, 67, .08), rgba(8, 16, 13, .2));
}

.exp-sprite-card img {
    width: min(170px, 55vw);
    image-rendering: pixelated;
    filter: drop-shadow(0 13px 24px rgba(0, 0, 0, .44));
}

.exp-sprite-card figcaption {
    max-width: 230px;
    color: #d6e1dc;
    text-align: center;
    font-size: 13px;
}

.exp-links a,
.exp-tabs button,
.exp-progress button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
}

.exp-tabs button {
    cursor: pointer;
}

.exp-tabs button.is-active,
.exp-tabs button:hover,
.exp-links a:hover,
.exp-progress button:hover {
    background: var(--gold);
    color: #08100d;
}

.exp-panel {
    padding: 18px;
}

.exp-fast {
    display: grid;
    grid-template-columns: minmax(210px, 360px) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border-color: rgba(68, 201, 130, .34);
    background: linear-gradient(135deg, rgba(68, 201, 130, .12), rgba(19, 41, 32, .96));
}

.exp-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: end;
    margin-bottom: 14px;
}

.exp-check-grid,
.exp-map-grid,
.exp-grid {
    display: grid;
    gap: 12px;
}

.exp-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.exp-check {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-width: 0;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 16, 13, .34);
}

.exp-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
}

.exp-check strong,
.exp-check em,
.exp-holder-list strong,
.exp-holder-list em {
    display: block;
}

.exp-check em,
.exp-holder-list em {
    margin-top: 3px;
    font-style: normal;
}

.exp-progress {
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    color: #f5d987;
}

.exp-map-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.exp-map-card {
    overflow: hidden;
}

.exp-map-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #08100d;
}

.exp-map-card div {
    padding: 14px;
}

.exp-map-card h3 {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.exp-diagnosis {
    display: grid;
    gap: 12px;
}

.exp-diagnosis label {
    display: grid;
    gap: 7px;
    max-width: 520px;
}

.exp-diagnosis select {
    width: 100%;
    min-height: 40px;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    background: #0b1612;
    color: var(--text);
    padding: 8px 10px;
}

.exp-table-wrap {
    overflow-x: auto;
}

.exp-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.exp-table th,
.exp-table td {
    padding: 10px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.exp-table th {
    color: #fff;
    background: rgba(226, 180, 67, .1);
}

.exp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.exp-notes {
    margin: 12px 0 0;
    padding-left: 20px;
}

.exp-notes li + li {
    margin-top: 6px;
}

.exp-holder-list {
    display: grid;
    gap: 10px;
}

.exp-holder-list a {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    background: rgba(8, 16, 13, .34);
}

.exp-holder-list a:hover {
    border-color: rgba(226, 180, 67, .5);
}

.exp-holder-list img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    image-rendering: pixelated;
}

[data-exp-kind].is-hidden {
    display: none;
}

@media (max-width: 860px) {
    .exp-hero,
    .exp-fast,
    .exp-grid {
        grid-template-columns: 1fr;
    }

    .exp-map-grid,
    .exp-check-grid {
        grid-template-columns: 1fr;
    }

    .exp-section-heading {
        display: block;
    }

    .exp-table {
        min-width: 620px;
    }
}

@media (max-width: 560px) {
    .article-header h1,
    .article-body {
        max-width: calc(100vw - 32px);
    }

    .exp-hero,
    .exp-panel {
        padding: 14px;
    }

    .exp-hero h2 {
        font-size: 30px;
    }

    .exp-links a,
    .exp-tabs button {
        flex: 1 1 calc(50% - 8px);
    }
}
