.fuel-page {
    --fuel-red: #eb1c24;
    --fuel-ink: #17191c;
    --fuel-muted: #6b7280;
    background: radial-gradient(circle at 50% 0, rgba(235, 28, 36, .08), transparent 32rem), #f5f6f8 !important;
}

.fuel-hero { max-width: 680px; }
.fuel-kicker {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    color: var(--fuel-red);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fuel-card,
.fuel-results {
    border: 1px solid rgba(23, 25, 28, .09);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(23, 25, 28, .07);
}
.fuel-card { padding: clamp(1.25rem, 3vw, 2rem); }
.fuel-results {
    position: sticky;
    top: 1rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #24272c, #111214);
}

.fuel-section-title {
    margin-bottom: .75rem;
    color: var(--fuel-ink);
    font-size: 1rem;
    font-weight: 800;
}
.fuel-mode {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    padding: .35rem;
    border-radius: .8rem;
    background: #f0f1f3;
}
.fuel-mode-option {
    padding: .75rem;
    border: 1px solid transparent;
    border-radius: .6rem;
    color: var(--fuel-muted);
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: .18s ease;
}
.btn-check:checked + .fuel-mode-option {
    color: var(--fuel-ink);
    border-color: rgba(23, 25, 28, .08);
    background: #fff;
    box-shadow: 0 .25rem .8rem rgba(23, 25, 28, .08);
}
.btn-check:focus-visible + .fuel-mode-option { outline: 3px solid rgba(235, 28, 36, .3); }
.fuel-card .form-label { color: #3f444c; font-size: .88rem; font-weight: 700; }
.fuel-card .form-control,
.fuel-card .form-select,
.fuel-card .input-group-text { min-height: 3.25rem; border-color: #dde0e4; }
.fuel-card .form-control:focus { border-color: var(--fuel-red); box-shadow: 0 0 0 .2rem rgba(235, 28, 36, .12); }
.fuel-card .form-select:focus { border-color: var(--fuel-red); box-shadow: 0 0 0 .2rem rgba(235, 28, 36, .12); }
.fuel-card .input-group-text { color: var(--fuel-muted); background: #f5f6f8; font-size: .82rem; }
.fuel-card hr { border-color: #dfe2e6; opacity: 1; }

.fuel-status {
    padding: .35rem .6rem;
    border-radius: 99rem;
    color: #8ff0b0;
    background: rgba(44, 190, 93, .12);
    font-size: .75rem;
    font-weight: 700;
}
.fuel-total { padding: 1.25rem; border: 1px solid rgba(255, 255, 255, .12); border-radius: .85rem; background: rgba(255, 255, 255, .05); }
.fuel-total > span,
.fuel-total > small { display: block; color: #b8bdc5; }
.fuel-total > strong { display: block; margin: .2rem 0; color: #fff; font-size: clamp(2.2rem, 8vw, 3.5rem); line-height: 1; }
.fuel-total > strong small { color: var(--fuel-red); font-size: 1rem; }
.fuel-total > small { font-size: .78rem; }
.fuel-metric {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .15rem .55rem;
    height: 100%;
    padding: .9rem;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .07);
}
.fuel-metric i { grid-row: span 2; align-self: center; color: var(--fuel-red); }
.fuel-metric span { color: #aeb3bb; font-size: .75rem; }
.fuel-metric strong { font-size: 1.25rem; }
.fuel-strategy { padding-top: .35rem; }
.fuel-strategy li { position: relative; display: flex; gap: .75rem; padding: .4rem 0 .7rem; }
.fuel-strategy li:not(:last-child)::before {
    position: absolute;
    top: 1.05rem;
    bottom: -.35rem;
    left: .28rem;
    width: 1px;
    background: rgba(255, 255, 255, .18);
    content: '';
}
.fuel-step-marker { z-index: 1; flex: 0 0 .6rem; width: .6rem; height: .6rem; margin-top: .35rem; border: 2px solid #24272c; border-radius: 50%; background: var(--fuel-red); box-shadow: 0 0 0 2px var(--fuel-red); }
.fuel-strategy strong,
.fuel-strategy small { display: block; }
.fuel-strategy strong { font-size: .88rem; }
.fuel-strategy small,
.fuel-note { color: #aeb3bb; font-size: .78rem; }
.fuel-note { padding-top: .8rem; border-top: 1px solid rgba(255, 255, 255, .1); }
.fov-games { max-height: 24rem; overflow: auto; scrollbar-color: #555 transparent; }
.fov-games .table { --bs-table-bg: transparent; --bs-table-color: #d9dce1; --bs-table-border-color: rgba(255, 255, 255, .1); font-size: .8rem; }
.fov-games thead { position: sticky; top: 0; z-index: 1; background: #181a1d; }
.fov-games th { color: #9298a2; font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.fov-games td:last-child { color: #fff; }
.fuel-guide { max-width: 850px; color: #555b64; }
.fuel-guide h2 { color: var(--fuel-ink); }

@media (max-width: 991.98px) {
    .fuel-results { position: static; }
}

@media (max-width: 575.98px) {
    .fuel-page .container-md { padding-left: .75rem !important; padding-right: .75rem !important; }
    .fuel-card,
    .fuel-results { border-radius: .8rem; }
    .fuel-mode-option { padding-inline: .4rem; font-size: .88rem; }
}
