.nt-team-tool {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.nt-hero,
.nt-panel,
.nt-sprite-card {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(19, 41, 32, .96), rgba(12, 25, 20, .98));
    box-shadow: var(--shadow);
}

.nt-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 18px;
    padding: 18px;
    align-items: stretch;
}

.nt-hero-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.nt-hero h2,
.nt-section-heading h2 {
    margin: 0;
    color: #fff;
    line-height: 1.15;
}

.nt-hero h2 {
    font-size: clamp(28px, 4vw, 48px);
}

.nt-lede {
    max-width: 820px;
    margin: 14px 0 0;
    color: #dce8e1;
    font-size: 17px;
}

.nt-facts,
.nt-links,
.nt-starter-tabs,
.nt-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nt-facts {
    margin-top: 18px;
}

.nt-facts span,
.nt-links a {
    border: 1px solid rgba(226, 180, 67, .28);
    border-radius: 6px;
    background: rgba(226, 180, 67, .08);
    color: #f4d27b;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 800;
}

.nt-sprite-card {
    display: grid;
    align-content: center;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(101, 168, 255, .14), transparent 36%),
        linear-gradient(180deg, #132920, #09130f);
}

.nt-sprite-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    align-items: center;
}

.nt-sprite-row img {
    width: 100%;
    max-height: 96px;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .42));
}

.nt-sprite-card figcaption {
    padding: 10px 12px;
    color: #b9cbc1;
    font-size: 13px;
}

.nt-links {
    align-items: center;
}

.nt-links a:hover {
    border-color: var(--gold);
    color: #fff;
}

.nt-panel {
    padding: 18px;
}

.nt-section-heading {
    margin-bottom: 14px;
}

.nt-starter-tabs {
    margin-bottom: 14px;
}

.nt-starter-tabs button,
.nt-progress button {
    min-height: 36px;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    background: #11221a;
    color: #dbe7df;
    cursor: pointer;
    font-weight: 850;
}

.nt-starter-tabs button {
    padding: 7px 12px;
}

.nt-progress button {
    padding: 7px 12px;
}

.nt-starter-tabs button:hover,
.nt-starter-tabs button.is-active,
.nt-progress button:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.nt-team-output {
    display: grid;
    gap: 12px;
}

.nt-team-output h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
}

.nt-team-output p {
    margin: 0;
    color: #bbccc3;
}

.nt-team-six,
.nt-check-grid,
.nt-boss-grid,
.nt-faq-grid,
.nt-grid,
.nt-budget-list {
    display: grid;
    gap: 12px;
}

.nt-team-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nt-mon-card,
.nt-check,
.nt-boss-grid article,
.nt-faq-grid article,
.nt-budget-list div {
    min-width: 0;
    border: 1px solid rgba(101, 168, 255, .22);
    border-radius: 8px;
    background: rgba(101, 168, 255, .06);
}

.nt-mon-card {
    padding: 10px;
    text-align: center;
}

.nt-mon-card img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    image-rendering: pixelated;
}

.nt-mon-card strong,
.nt-boss-grid strong,
.nt-budget-list strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nt-mon-card span,
.nt-boss-grid span,
.nt-budget-list span {
    display: block;
    margin-top: 5px;
    color: #b7c8bf;
}

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

.nt-check {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, .035);
}

.nt-check input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    accent-color: var(--gold);
}

.nt-check span,
.nt-check strong,
.nt-check em {
    display: block;
    min-width: 0;
}

.nt-check strong {
    color: #fff;
}

.nt-check em {
    margin-top: 3px;
    color: #9fb1a7;
    font-style: normal;
    font-size: 13px;
}

.nt-progress {
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    color: #f4d27b;
    font-weight: 850;
}

.nt-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.nt-controls label,
.nt-controls span {
    display: grid;
    min-width: 0;
}

.nt-controls span {
    margin-bottom: 5px;
    color: #f4d27b;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.nt-controls select,
.nt-controls input {
    width: 100%;
    min-height: 38px;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    background: #0b1612;
    color: #e7f0eb;
    padding: 8px 10px;
}

.nt-count {
    margin-bottom: 10px;
    color: #b7c8bf;
    font-weight: 800;
}

.nt-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.nt-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
}

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

.nt-table th {
    background: rgba(226, 180, 67, .09);
    color: #f4d27b;
    font-size: 12px;
    text-transform: uppercase;
}

.nt-table td {
    color: #dbe7df;
}

.nt-table tr:last-child td {
    border-bottom: 0;
}

.nt-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
}

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

.nt-budget-list div,
.nt-boss-grid article,
.nt-faq-grid article {
    padding: 13px;
}

.nt-warning {
    border-color: rgba(225, 83, 83, .36);
    background: linear-gradient(180deg, rgba(55, 23, 23, .84), rgba(17, 34, 26, .96));
}

.nt-trap-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 18px;
    color: #f0d0d0;
}

.nt-trap-list strong {
    color: #fff;
}

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

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

.nt-faq-grid h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.nt-faq-grid p {
    margin: 6px 0 0;
    color: #b7c8bf;
}

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

    .nt-team-six,
    .nt-check-grid,
    .nt-boss-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .nt-hero,
    .nt-panel {
        padding: 14px;
    }

    .nt-controls,
    .nt-team-six,
    .nt-check-grid,
    .nt-budget-list,
    .nt-boss-grid,
    .nt-faq-grid {
        grid-template-columns: 1fr;
    }

    .nt-sprite-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 14px;
    }

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

    .nt-lede {
        font-size: 16px;
    }
}
