/* Fuel ECEL — platform support (not organizer payouts) */

.fuel {
    --fuel-orange: #ff6a00;
    --fuel-gold: #ffc44d;
    --fuel-line: rgba(255, 196, 77, 0.28);
    position: relative;
    isolation: isolate;
}
.fuel *, .fuel *::before, .fuel *::after { box-sizing: border-box; }

.fuel-banner {
    max-width: 1180px;
    margin: 0 auto 1.6rem;
    padding: 1.15rem 1.25rem 1.2rem;
    border-radius: 22px;
    border: 1px solid var(--fuel-line);
    background:
        radial-gradient(520px 180px at 8% 0%, rgba(255, 106, 0, 0.22), transparent 70%),
        radial-gradient(420px 160px at 100% 120%, rgba(255, 196, 77, 0.12), transparent 70%),
        linear-gradient(165deg, rgba(18, 14, 10, 0.96), rgba(8, 9, 14, 0.98));
    box-shadow: 0 18px 50px -24px rgba(255, 106, 0, 0.45);
}
.fuel-banner__row {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.1rem;
    align-items: center;
}
.fuel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.35rem;
    color: var(--fuel-gold);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.fuel-banner h2 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}
.fuel-banner p {
    margin: 0;
    color: #c5cdd8;
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 52ch;
}
.fuel-note {
    display: inline-block;
    margin-top: 0.55rem;
    color: #8b95a5;
    font-size: 0.75rem;
}
.fuel-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}
.fuel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.86rem;
    border: 1px solid transparent;
    cursor: pointer;
}
.fuel-btn--primary {
    color: #140b04;
    background: linear-gradient(135deg, #ffc44d, #ff6a00);
    box-shadow: 0 8px 22px -10px rgba(255, 106, 0, 0.8);
}
.fuel-btn--ghost {
    color: #ffe08a;
    background: rgba(255, 196, 77, 0.08);
    border-color: rgba(255, 196, 77, 0.35);
}
.fuel-btn:hover { filter: brightness(1.08); }

.fuel-faces {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.9rem;
    flex-wrap: wrap;
}
.fuel-face {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(255, 196, 77, 0.45);
    background: #12151e;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #ffc44d;
    font-size: 0.72rem;
    font-weight: 800;
}
.fuel-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fuel-face--more {
    width: auto;
    padding: 0 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    color: #ffe08a;
}

.fuel-compact {
    margin-top: 0.9rem;
    padding: 0.95rem 1.1rem;
    border-radius: 18px;
    border: 1px dashed rgba(255, 106, 0, 0.4);
    background: linear-gradient(120deg, rgba(255, 106, 0, 0.1), rgba(10, 12, 18, 0.92) 55%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
}
.fuel-compact h3 {
    margin: 0 0 0.2rem;
    color: #fff;
    font-size: 0.98rem;
}
.fuel-compact p {
    margin: 0;
    color: #9aa4b2;
    font-size: 0.8rem;
    line-height: 1.45;
}

/* Wall page */
.fuel-page {
    min-height: 100vh;
    padding: 5.6rem 1rem 4rem;
    background:
        radial-gradient(900px 420px at 12% -10%, rgba(255, 106, 0, 0.22), transparent 60%),
        radial-gradient(700px 380px at 90% 0%, rgba(255, 196, 77, 0.12), transparent 62%),
        #07080d;
    color: #f8fafc;
}
.fuel-page__inner { max-width: 1180px; margin: 0 auto; }

.fuel-hero {
    text-align: center;
    margin-bottom: 1.8rem;
}
.fuel-hero h1 {
    margin: 0.2rem 0 0.45rem;
    font-size: clamp(2.1rem, 6vw, 4.2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.95;
    background: linear-gradient(180deg, #fff 20%, #ffc44d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.fuel-hero p {
    margin: 0 auto 1.1rem;
    max-width: 58ch;
    color: #c5cdd8;
    font-size: 1.02rem;
    line-height: 1.55;
}
.fuel-stats {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
    flex-wrap: wrap;
    margin: 0.4rem 0 1.2rem;
}
.fuel-stat b {
    display: block;
    font-size: 1.6rem;
    color: #fff;
}
.fuel-stat span {
    color: #8b95a5;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fuel-amounts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
}
.fuel-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 196, 77, 0.32);
    color: #ffe08a;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 800;
    background: rgba(255, 196, 77, 0.08);
    cursor: pointer;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.fuel-chip:hover {
    border-color: rgba(255, 196, 77, 0.7);
    background: rgba(255, 196, 77, 0.16);
}
.fuel-chip.is-active,
.fuel-chip[aria-pressed="true"] {
    color: #140b04;
    background: linear-gradient(135deg, #ffc44d, #ff6a00);
    border-color: #ff6a00;
    box-shadow: 0 8px 20px -10px rgba(255, 106, 0, 0.95);
}
.fuel-amounts--row {
    justify-content: flex-start;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem;
}
.fuel-amounts--row .fuel-chip {
    width: 100%;
    justify-content: center;
}
.fuel-cta--center { justify-content: center; }
.fuel-check--center { justify-content: center; margin: 0.7rem auto 0.9rem; }

.fuel-claim {
    max-width: 560px;
    margin: 1.4rem auto 2rem;
    padding: 1.15rem 1.2rem;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.03);
    text-align: left;
}
.fuel-claim h2 {
    margin: 0 0 0.3rem;
    font-size: 1.05rem;
}
.fuel-claim p { margin: 0 0 0.85rem; color: #94a3b8; font-size: 0.85rem; }
.fuel-field { margin-bottom: 0.7rem; }
.fuel-field label {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.28rem;
}
.fuel-field input, .fuel-field textarea {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(148,163,184,.2);
    color: #fff;
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    font: inherit;
}
.fuel-field textarea { min-height: 72px; resize: vertical; }
.fuel-check { display: flex; align-items: center; gap: 0.45rem; color: #cbd5e1; font-size: 0.84rem; margin: 0.35rem 0; }
.fuel-pick {
    margin: 0.15rem 0 0.2rem;
    color: #ffc44d;
    font-size: 0.82rem;
    font-weight: 800;
}
.fuel-msg { margin-top: 0.65rem; font-size: 0.85rem; min-height: 1.2em; }

.fuel-wall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    gap: 0.65rem;
    margin-top: 1.4rem;
}
.fuel-card {
    position: relative;
    padding: 0.85rem 0.6rem 0.75rem;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: linear-gradient(180deg, rgba(18, 21, 32, 0.95), rgba(8, 10, 16, 0.98));
    text-align: center;
}
.fuel-card--featured {
    border-color: rgba(255, 196, 77, 0.45);
    background:
        radial-gradient(220px 90px at 50% 0%, rgba(255, 196, 77, 0.18), transparent 70%),
        linear-gradient(180deg, rgba(28, 22, 10, 0.96), rgba(8, 10, 16, 0.98));
}
.fuel-card__av {
    width: 64px;
    height: 64px;
    margin: 0 auto 0.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 196, 77, 0.4);
    display: grid;
    place-items: center;
    background: #12151e;
    color: #ffc44d;
    font-weight: 800;
    font-size: 1.1rem;
}
.fuel-card--featured .fuel-card__av { width: 72px; height: 72px; }
.fuel-card__av img { width: 100%; height: 100%; object-fit: cover; }
.fuel-card h3 {
    margin: 0;
    font-size: 0.82rem;
    color: #fff;
    word-break: break-word;
    line-height: 1.25;
}
.fuel-card small {
    display: block;
    margin-top: 0.25rem;
    color: #ffc44d;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.fuel-card q {
    display: block;
    margin-top: 0.4rem;
    color: #94a3b8;
    font-size: 0.75rem;
    line-height: 1.35;
    quotes: none;
}
.fuel-card--photo { grid-column: span 2; }
.fuel-card__photo {
    margin: -0.85rem -0.6rem 0.65rem;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #0b0d14;
}
.fuel-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.fuel-cta--pay { flex-direction: column; align-items: flex-end; }
.fuel-check--inline { margin: 0; font-size: 0.78rem; }
.fuel-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2.4rem 1rem;
    color: #8b95a5;
}

.fuel-tiers {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin: 0.2rem 0 1.1rem;
}
.fuel-tier {
    font-size: 0.72rem;
    color: #cbd5e1;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.18);
}

@media (max-width: 800px) {
    .fuel-banner { margin-left: 0.75rem; margin-right: 0.75rem; }
    .fuel-banner__row, .fuel-compact { grid-template-columns: 1fr; }
    .fuel-cta { justify-content: flex-start; }
    .fuel-cta--pay { align-items: stretch; }
    .fuel-card--photo { grid-column: span 1; }
    .fuel-wall { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); }
    .hq .fuel-banner { margin-left: 0; margin-right: 0; }
    .fuel-slim { grid-template-columns: 1fr; }
    .fuel-top__row { grid-template-columns: 1.6rem 2rem minmax(0, 1fr) auto; }
    .fuel-top__meta { display: none; }
}

.hq .fuel-banner {
    margin: 0 0 16px;
    max-width: none;
}

.fuel-banner--slim {
    padding: 0.55rem 0.8rem;
    border-radius: 14px;
    margin-bottom: 0.85rem;
    box-shadow: 0 10px 28px -20px rgba(255, 106, 0, 0.5);
}
.fuel-drop { margin: 0; }
.fuel-drop__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    cursor: pointer;
    list-style: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.fuel-drop__summary:focus-visible {
    outline: 2px solid rgba(255, 196, 77, 0.65);
    outline-offset: 2px;
    border-radius: 10px;
}
.fuel-drop__summary::-webkit-details-marker,
.fuel-drop__summary::marker {
    display: none;
    content: none;
}
.fuel-drop__chevron {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ffc44d;
    background: rgba(255, 196, 77, 0.1);
    border: 1px solid rgba(255, 196, 77, 0.28);
    font-size: 0.72rem;
    transition: transform 0.18s ease;
}
.fuel-drop[open] .fuel-drop__chevron { transform: rotate(180deg); }
.fuel-drop__panel {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255, 196, 77, 0.18);
}
.fuel-slim {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    gap: 0.75rem 1rem;
    align-items: center;
}
.fuel-slim__copy { min-width: 0; }
.fuel-slim__copy .fuel-kicker { margin-bottom: 0.2rem; }
.fuel-slim__copy p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: #c5cdd8;
    max-width: none;
}
.fuel-banner--slim .fuel-cta--pay { align-items: flex-start; gap: 0.45rem; }
.fuel-banner--slim .fuel-chip { padding: 0.32rem 0.7rem; font-size: 0.78rem; }
.fuel-banner--slim .fuel-btn { min-height: 36px; padding: 0.4rem 0.85rem; font-size: 0.8rem; }
.fuel-slim__actions { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.fuel-banner--slim .fuel-msg { min-height: 0; margin-top: 0; font-size: 0.78rem; }

.fuel-top { margin: 0 0 1.6rem; }
.fuel-top__head { margin: 0 0 0.75rem; }
.fuel-top__head h2 {
    margin: 0;
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}
.fuel-top__head h2 i { color: #ffc44d; }
.fuel-top__head p { margin: 0.25rem 0 0; color: #8b95a5; font-size: 0.85rem; }
.fuel-top__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.fuel-top__row {
    display: grid;
    grid-template-columns: 2rem 2.2rem minmax(0, 1fr) auto auto;
    gap: 0.65rem;
    align-items: center;
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(18, 21, 32, 0.92);
}
.fuel-top__row--1 { border-color: rgba(255, 196, 77, 0.5); background: rgba(255, 196, 77, 0.08); }
.fuel-top__row--2 { border-color: rgba(203, 213, 225, 0.35); }
.fuel-top__row--3 { border-color: rgba(255, 106, 0, 0.35); }
.fuel-top__rank { font-weight: 800; color: #ffc44d; text-align: center; }
.fuel-top__av {
    width: 36px; height: 36px; border-radius: 50%; overflow: hidden;
    display: grid; place-items: center; background: #12151e; color: #ffc44d;
    font-weight: 800; font-size: 0.8rem; border: 2px solid rgba(255, 196, 77, 0.35);
}
.fuel-top__av img { width: 100%; height: 100%; object-fit: cover; }
.fuel-top__name { color: #fff; font-weight: 700; font-size: 0.9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fuel-top__meta { color: #8b95a5; font-size: 0.75rem; }
.fuel-top__total { color: #ffc44d; font-weight: 800; font-size: 0.92rem; }

@media (max-width: 800px) {
    .fuel-banner {
        margin: 0 0.85rem 1rem;
        width: auto;
        max-width: none;
        box-sizing: border-box;
    }
    .hq .fuel-banner,
    .hq .fuel-banner--slim {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .fuel-banner--slim {
        padding: 0.7rem 0.8rem;
        border-radius: 14px;
    }
    .fuel-drop__summary { align-items: flex-start; }
    .fuel-slim {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    .fuel-slim__copy {
        text-align: left;
    }
    .fuel-slim__copy .fuel-kicker {
        letter-spacing: 0.1em;
        margin-bottom: 0.35rem;
    }
    .fuel-slim__copy p {
        font-size: 0.8rem;
        line-height: 1.45;
    }
    .fuel-banner--slim .fuel-cta--pay,
    .fuel-cta--pay {
        width: 100%;
        align-items: stretch;
        gap: 0.55rem;
    }
    .fuel-amounts,
    .fuel-amounts--row {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
        margin: 0;
        width: 100%;
        justify-content: stretch;
    }
    .fuel-chip,
    .fuel-banner--slim .fuel-chip {
        width: 100%;
        min-height: 40px;
        justify-content: center;
        padding: 0.4rem 0;
        font-size: 0.82rem;
    }
    .fuel-chip.is-active,
    .fuel-banner--slim .fuel-chip.is-active {
        color: #140b04;
        background: linear-gradient(135deg, #ffc44d, #ff6a00);
        border-color: #ff6a00;
    }
    .fuel-slim__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.4rem;
        width: 100%;
    }
    .fuel-banner--slim .fuel-btn,
    .fuel-slim__actions .fuel-btn,
    .fuel-hero .fuel-btn,
    .fuel-cta--center .fuel-btn {
        width: 100%;
        min-height: 44px;
        padding: 0.55rem 0.9rem;
        font-size: 0.88rem;
    }
    .fuel-hero {
        text-align: left;
    }
    .fuel-hero h1 {
        font-size: clamp(1.7rem, 10vw, 2.4rem);
        line-height: 1.05;
    }
    .fuel-hero p {
        margin-left: 0;
        margin-right: 0;
        font-size: 0.92rem;
    }
    .fuel-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
        margin: 0.8rem 0 1rem;
    }
    .fuel-stat { text-align: center; }
    .fuel-stat b { font-size: 1.15rem; }
    .fuel-tiers {
        justify-content: flex-start;
        margin-bottom: 0.9rem;
    }
    .fuel-cta--center {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .fuel-check--center {
        justify-content: flex-start;
        margin: 0.65rem 0;
    }
    .fuel-top__row {
        grid-template-columns: 1.5rem 2rem minmax(0, 1fr) auto;
        gap: 0.45rem;
        padding: 0.5rem 0.6rem;
    }
    .fuel-top__meta { display: none; }
    .fuel-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }
    .fuel-card--photo { grid-column: span 2; }
}

@media (max-width: 420px) {
    .fuel-amounts,
    .fuel-amounts--row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
