.arsenal-main {
            min-height: calc(100vh - 170px);
            color: #181311;
            background: #fbf7f2
        }

        .arsenal-wrap {
            width: var(--content);
            margin: 0 auto;
            padding: 48px 0 78px
        }

        .arsenal-back {
            display: inline-flex;
            margin-bottom: 28px;
            color: #554c46;
            font-size: 10px;
            font-weight: 950;
            letter-spacing: .09em;
            text-decoration: none;
            text-transform: uppercase
        }

        .arsenal-back::before {
            margin-right: 8px;
            content: '←'
        }

        .arsenal-back:hover {
            color: #d94b22
        }

        .arsenal-intro {
            max-width: 780px;
            margin-bottom: 34px
        }

        .arsenal-kicker {
            margin: 0 0 12px;
            color: #d94b22;
            font-size: 10px;
            font-weight: 950;
            letter-spacing: .15em;
            text-transform: uppercase
        }

        .arsenal-intro h1 {
            margin: 0;
            font-family: Impact, Arial Black, sans-serif;
            font-size: clamp(42px, 5vw, 66px);
            font-weight: 500;
            line-height: .96;
            text-transform: uppercase
        }

        .arsenal-intro>p:last-child {
            margin: 18px 0 0;
            color: #665d56;
            font-size: 16px;
            line-height: 1.65
        }

        .arsenal-card,
        .arsenal-table-card {
            overflow: hidden;
            border: 1px solid #d9d0c6;
            border-radius: 5px;
            background: #f8f5f0;
            box-shadow: 0 18px 45px rgba(63, 40, 29, .08)
        }

        .arsenal-card>header,
        .arsenal-table-card>header {
            padding: 26px;
            text-align: center;
            border-bottom: 1px solid #ded5cc
        }

        .arsenal-card h2,
        .arsenal-table-card h2 {
            margin: 0;
            font-family: Impact, Arial Black, sans-serif;
            font-size: 31px;
            font-weight: 500;
            line-height: 1;
            text-transform: uppercase
        }

        .arsenal-card header p,
        .arsenal-table-card header p {
            max-width: 760px;
            margin: 9px auto 0;
            color: #665d56;
            font-size: 13px;
            line-height: 1.55
        }

        .arsenal-modes {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
            padding: 12px;
            background: #eee7df
        }

        .arsenal-mode {
            min-height: 52px;
            padding: 10px 14px;
            border: 1px solid transparent;
            border-radius: 4px;
            color: #685a52;
            background: transparent;
            cursor: pointer;
            font-size: 11px;
            font-weight: 950;
            letter-spacing: .04em;
            text-transform: uppercase
        }

        .arsenal-mode:hover,
        .arsenal-mode[aria-selected=true] {
            border-color: #d6c9bd;
            color: #fff;
            background: linear-gradient(135deg, #2a1b16, #59301f);
            box-shadow: 0 7px 18px rgba(53, 30, 20, .18)
        }

        .arsenal-panel {
            padding: 26px
        }

        .arsenal-panel[hidden] {
            display: none
        }

        .arsenal-panel-copy {
            margin: 0 0 22px;
            color: #665d56;
            font-size: 13px;
            line-height: 1.55;
            text-align: center
        }

        .arsenal-fields {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            align-items: end;
            gap: 16px
        }

        .arsenal-fields--three {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .arsenal-fields--five {
            grid-template-columns: repeat(5, minmax(0, 1fr))
        }

        .arsenal-fields--six {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .arsenal-field {
            display: grid;
            align-content: end;
            gap: 7px;
            text-align: center
        }

        .arsenal-field label {
            display: flex;
            min-height: 30px;
            align-items: flex-end;
            justify-content: center;
            color: #554c46;
            font-size: 10px;
            font-weight: 900;
            letter-spacing: .05em;
            line-height: 1.35;
            text-transform: uppercase
        }

        .arsenal-resource-label {
            min-height: 82px !important;
            align-items: center !important;
            flex-direction: column;
            justify-content: flex-end !important;
            gap: 5px
        }

        .arsenal-resource-label img,
        .arsenal-result img,
        .arsenal-table-icon {
            display: block;
            object-fit: contain;
            filter: drop-shadow(0 5px 5px rgba(38, 25, 20, .16))
        }

        .arsenal-resource-label img {
            width: 55px;
            height: 55px
        }

        .arsenal-field :is(select, input) {
            width: 100%;
            height: 54px;
            box-sizing: border-box;
            padding: 0 13px;
            border: 1px solid #cfc3b8;
            border-radius: 4px;
            color: #181311;
            background: #fff;
            font: inherit;
            font-size: 16px;
            font-weight: 800;
            text-align: center
        }

        .arsenal-field select {
            padding-inline: 38px;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1.5 5 5 5-5' fill='none' stroke='%23554c46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 14px center;
            text-align-last: center
        }

        .arsenal-field select option {
            text-align: center
        }

        .arsenal-field :is(select, input):focus {
            outline: 0;
            border-color: #d65728;
            box-shadow: 0 0 0 3px rgba(214, 87, 40, .12)
        }

        .arsenal-results {
            margin-top: 28px;
            padding-top: 22px;
            border-top: 1px solid #ded5cc
        }

        .arsenal-results>h3 {
            margin: 0 0 14px;
            color: #d94b22;
            font-size: 10px;
            font-weight: 950;
            letter-spacing: .13em;
            text-align: center;
            text-transform: uppercase
        }

        .arsenal-result-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 10px
        }

        .arsenal-result {
            display: flex;
            min-height: 142px;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            padding: 14px;
            border: 1px solid #e0d7ce;
            border-radius: 4px;
            background: #fff;
            text-align: center
        }

        .arsenal-result.is-missing {
            border-color: #ef936f;
            background: #fff2ec
        }

        .arsenal-result img {
            width: 52px;
            height: 52px;
            margin-bottom: 7px
        }

        .arsenal-result strong {
            font-family: Impact, Arial Black, sans-serif;
            font-size: 30px;
            font-weight: 500;
            line-height: 1
        }

        .arsenal-result span {
            display: flex;
            min-height: 28px;
            align-items: center;
            margin-top: 7px;
            color: #665d56;
            font-size: 9px;
            font-weight: 850;
            line-height: 1.3;
            text-transform: uppercase
        }

        .arsenal-note {
            margin: 14px 0 0;
            color: #6a5f57;
            font-size: 11px;
            line-height: 1.55;
            text-align: center
        }

        .arsenal-note.is-warning {
            color: #b33e1d;
            font-weight: 800
        }

        .arsenal-tables {
            display: grid;
            gap: 30px;
            margin-top: 48px
        }

        .arsenal-table-scroll {
            overflow-x: auto
        }

        .arsenal-table {
            width: 100%;
            min-width: 680px;
            border-collapse: collapse
        }

        .arsenal-table th,
        .arsenal-table td {
            padding: 11px 14px;
            border-bottom: 1px solid #e2dad2;
            text-align: center
        }

        .arsenal-table th {
            color: #765648;
            background: #fbf0e9;
            font-size: 9px;
            font-weight: 950;
            letter-spacing: .06em;
            text-transform: uppercase
        }

        .arsenal-table td {
            color: #4e4540;
            font-size: 13px;
            font-weight: 700
        }

        .arsenal-table tbody tr:last-child td {
            border-bottom: 0
        }

        .arsenal-table-icon {
            width: 40px;
            height: 40px;
            margin: auto
        }

        .arsenal-table .estimated {
            color: #b44925
        }

        .arsenal-table .collection-empty {
            color: #aaa19a
        }

        .arsenal-tier {
            font-weight: 900;
            text-transform: uppercase
        }

        .arsenal-table-card .arsenal-table-note {
            margin: 0;
            padding: 16px 22px;
            border-top: 1px solid #ded5cc;
            color: #705f54;
            background: #fff9f3;
            font-size: 11px;
            line-height: 1.55;
            text-align: center
        }

        @media(max-width:1000px) {
            .arsenal-fields--five,
            .arsenal-fields--six {
                grid-template-columns: repeat(3, minmax(0, 1fr))
            }
        }

        @media(max-width:760px) {

            .arsenal-fields,
            .arsenal-fields--three,
            .arsenal-fields--five,
            .arsenal-fields--six {
                grid-template-columns: repeat(2, minmax(0, 1fr))
            }
        }

        @media(max-width:620px) {
            .arsenal-wrap {
                padding: 33px 0 58px
            }

            .arsenal-card>header,
            .arsenal-table-card>header,
            .arsenal-panel {
                padding: 21px 17px
            }

            .arsenal-modes,
            .arsenal-fields,
            .arsenal-fields--three,
            .arsenal-fields--five,
            .arsenal-fields--six,
            .arsenal-result-grid {
                grid-template-columns: 1fr
            }

            .arsenal-intro>p:last-child {
                font-size: 14px
            }

            .arsenal-result {
                min-height: 126px
            }

            .arsenal-table-card--reform .arsenal-table-scroll,
            .arsenal-table-card--improvement .arsenal-table-scroll {
                overflow-x: visible
            }

            .arsenal-table-card--reform .arsenal-table,
            .arsenal-table-card--improvement .arsenal-table {
                min-width: 0;
                table-layout: fixed
            }

            .arsenal-table-card--reform .arsenal-table th,
            .arsenal-table-card--reform .arsenal-table td,
            .arsenal-table-card--improvement .arsenal-table th,
            .arsenal-table-card--improvement .arsenal-table td {
                padding: 9px 5px;
                font-size: 10px;
                overflow-wrap: anywhere
            }

            .arsenal-table-card--reform .arsenal-table-icon,
            .arsenal-table-card--improvement .arsenal-table-icon {
                width: 30px;
                height: 30px
            }

            .arsenal-table-card--reform .arsenal-table th:first-child {
                width: 17%
            }

            .arsenal-table-card--promotion .arsenal-table-scroll {
                overflow-x: visible
            }

            .arsenal-table-card--promotion .arsenal-table {
                display: block;
                min-width: 0
            }

            .arsenal-table-card--promotion .arsenal-table thead {
                display: none
            }

            .arsenal-table-card--promotion .arsenal-table tbody {
                display: grid;
                gap: 10px;
                padding: 12px
            }

            .arsenal-table-card--promotion .arsenal-table tr {
                display: block;
                overflow: hidden;
                border: 1px solid #ded5cc;
                border-radius: 4px;
                background: #fff
            }

            .arsenal-table-card--promotion .arsenal-table td {
                display: grid;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                align-items: center;
                gap: 12px;
                padding: 10px 12px;
                border-bottom: 1px solid #eee5dc;
                font-size: 11px;
                text-align: right;
                overflow-wrap: anywhere
            }

            .arsenal-table-card--promotion .arsenal-table td::before {
                color: #765648;
                content: attr(data-label);
                font-size: 8px;
                font-weight: 950;
                letter-spacing: .05em;
                line-height: 1.3;
                text-align: left;
                text-transform: uppercase
            }

            .arsenal-table-card--promotion .arsenal-table td:last-child {
                border-bottom: 0
            }
        }
body.calculator-page--arsenal .calculator-hero-art--hero-equipment{width:330px;height:180px}body.calculator-page--arsenal .calculator-hero-art--hero-equipment img:only-child{inset:0;width:100%;height:100%;object-fit:contain}@media(max-width:850px){body.calculator-page--arsenal .calculator-hero-art--hero-equipment{width:270px}}@media(max-width:620px){body.calculator-page--arsenal .calculator-hero-art--hero-equipment{width:min(100%,330px);height:120px}body.calculator-page--arsenal .calculator-hero-art--hero-equipment img:only-child{width:100%;height:100%}}
