.gbc-walkthrough-tool {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.gbc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: 18px;
    align-items: stretch;
    min-width: 0;
}

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

.gbc-hero-copy,
.gbc-panel {
    padding: 18px;
    min-width: 0;
}

.gbc-hero-copy h2,
.gbc-section-heading h2 {
    margin: 0;
    color: #fff;
    line-height: 1.12;
}

.gbc-hero-copy h2 {
    font-size: clamp(28px, 5vw, 48px);
}

.gbc-lede {
    max-width: 760px;
    color: #dceae3;
    font-size: 17px;
}

.gbc-status-row,
.gbc-toolbar,
.gbc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gbc-status-row span,
.gbc-links a,
.gbc-toolbar button,
.gbc-progress button {
    border: 1px solid rgba(226, 180, 67, .36);
    border-radius: 6px;
    background: rgba(226, 180, 67, .1);
    color: var(--gold-2);
}

.gbc-status-row span {
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 800;
}

.gbc-map-card {
    display: grid;
    margin: 0;
    overflow: hidden;
}

.gbc-map-card img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    image-rendering: pixelated;
    background: #0a1411;
}

.gbc-map-card figcaption {
    padding: 10px 12px;
    border-top: 1px solid var(--line);
    color: #b7c8c0;
    font-size: 13px;
}

.gbc-toolbar {
    position: sticky;
    top: 64px;
    z-index: 5;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 16, 13, .92);
    backdrop-filter: blur(12px);
}

.gbc-toolbar button,
.gbc-progress button {
    min-height: 36px;
    padding: 7px 12px;
    cursor: pointer;
}

.gbc-toolbar button.is-active,
.gbc-toolbar button:hover,
.gbc-progress button:hover {
    background: var(--gold);
    color: #08100d;
}

.gbc-section-heading {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
}

.gbc-route-list {
    display: grid;
    gap: 10px;
}

.gbc-route-step {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px;
    border: 1px solid rgba(79, 103, 91, .5);
    border-radius: 8px;
    background: rgba(8, 16, 13, .42);
    color: #cfe0d7;
}

.gbc-route-step[hidden] {
    display: none;
}

.gbc-route-step input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--gold);
}

.gbc-route-index {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #203d31;
    color: var(--gold-2);
    font-size: 12px;
    font-weight: 900;
}

.gbc-route-step strong,
.gbc-boss-list strong {
    color: #fff;
}

.gbc-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    color: #b7c8c0;
}

.gbc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
}

.gbc-finder {
    display: grid;
    gap: 10px;
}

.gbc-finder label {
    color: #dceae3;
    font-weight: 800;
}

.gbc-finder select {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid rgba(79, 103, 91, .8);
    border-radius: 6px;
    background: #0b1612;
    color: #fff;
}

.gbc-roadblock-answer {
    min-height: 90px;
    padding: 12px;
    border-left: 3px solid var(--gold);
    border-radius: 6px;
    background: rgba(8, 16, 13, .46);
    color: #cfe0d7;
}

.gbc-table-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.gbc-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

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

.gbc-table th {
    background: rgba(226, 180, 67, .12);
    color: #fff;
    font-size: 13px;
}

.gbc-table td {
    color: #c6d5ce;
}

.gbc-boss-list {
    display: grid;
    gap: 10px;
}

.gbc-boss-list div {
    display: grid;
    gap: 3px;
    padding: 12px;
    border-left: 3px solid var(--gold);
    border-radius: 6px;
    background: rgba(8, 16, 13, .45);
}

.gbc-boss-list span,
.gbc-panel p {
    color: #b7c8c0;
}

.gbc-map-stack img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    image-rendering: pixelated;
    background: #0a1411;
}

.gbc-links a {
    padding: 8px 10px;
    font-weight: 800;
    text-decoration: none;
}

.gbc-links a:hover {
    background: var(--gold);
    color: #08100d;
}

@media (max-width: 820px) {
    .gbc-hero-grid,
    .gbc-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .gbc-toolbar {
        position: static;
    }
}

@media (max-width: 520px) {
    .gbc-hero-copy,
    .gbc-panel {
        padding: 14px;
    }

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

    .gbc-route-step {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .gbc-route-step input {
        grid-row: span 2;
    }

    .gbc-progress {
        align-items: stretch;
        flex-direction: column;
    }
}
