/* Payment proofs — landing-short theme */

.ls-proofs-page {
    padding-top: calc(var(--lp-nav-h, 64px) + 0.35rem);
    padding-bottom: 2rem;
}

/* ─── Hero ─── */
.ls-proofs-hero {
    position: relative;
    padding: 1.75rem 0 1.25rem;
    overflow: hidden;
    isolation: isolate;
}

.ls-proofs-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ls-proofs-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.25rem;
    text-align: center;
}

.ls-proofs-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.75rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #86efac;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.22);
}

.ls-proofs-hero__title {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 0 0 0.65rem;
}

.ls-proofs-hero__sub {
    font-size: 0.95rem;
    color: var(--lp-muted);
    line-height: 1.6;
    margin: 0 auto 1.35rem;
    max-width: 36rem;
}

.ls-proofs-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    text-align: left;
}

.ls-proofs-stat {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--lp-border);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ls-proofs-stat:hover {
    border-color: rgba(34, 197, 94, 0.25);
    transform: translateY(-2px);
}

.ls-proofs-stat__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.ls-proofs-stat__icon--green {
    color: var(--lp-green);
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.ls-proofs-stat__icon--cyan {
    color: #22d3ee;
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.18);
}

.ls-proofs-stat__icon--gold {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.ls-proofs-stat__body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.ls-proofs-stat__body strong {
    font-family: 'IBM Plex Mono', ui-monospace, monospace;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--lp-text);
}

.ls-proofs-stat__body span {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--lp-muted);
}

/* ─── Methods strip ─── */
.ls-proofs-wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.ls-proofs-methods {
    margin-bottom: 1rem;
}

.ls-proofs-methods__label {
    margin: 0 0 0.5rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-muted);
}

.ls-proofs-methods__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ls-proofs-methods__track::-webkit-scrollbar {
    display: none;
}

.ls-proofs-methods__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    padding: 0.4rem 0.75rem;
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--lp-text);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--lp-border);
    border-radius: 999px;
    white-space: nowrap;
}

.ls-proofs-methods__chip i {
    color: var(--lp-green);
    font-size: 0.82rem;
}

/* ─── Feed / table ─── */
.ls-proofs-feed {
    border-radius: var(--lp-radius, 16px);
    background: linear-gradient(165deg, rgba(34, 197, 94, 0.05) 0%, rgba(8, 8, 14, 0.98) 40%);
    border: 1px solid var(--lp-border);
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.ls-proofs-feed__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ls-proofs-feed__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.ls-proofs-feed__title i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: var(--lp-green);
    background: rgba(34, 197, 94, 0.12);
}

.ls-proofs-feed__sub {
    margin: 0.25rem 0 0;
    font-size: 0.78rem;
    color: var(--lp-muted);
}

.ls-proofs-feed__page {
    flex-shrink: 0;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--lp-muted);
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ls-proofs-table__head {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.9fr 1fr;
    gap: 0.75rem;
    padding: 0.65rem 1.2rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-muted);
    background: rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ls-proofs-table__head span:last-child {
    text-align: right;
}

.ls-proofs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ls-proofs-item {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.9fr 1fr;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.15s ease;
}

.ls-proofs-item:last-child {
    border-bottom: none;
}

.ls-proofs-item:hover {
    background: rgba(255, 255, 255, 0.025);
}

.ls-proofs-item__user {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.ls-proofs-item__avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: var(--lp-green);
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.ls-proofs-item__address {
    font-weight: 700;
    font-size: 0.86rem;
    color: var(--lp-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ls-proofs-item__method-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    max-width: 100%;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-proofs-item__method-pill--faucetpay {
    color: #86efac;
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
}

.ls-proofs-item__method-pill--usdt_bep20,
.ls-proofs-item__method-pill--usdt_trc20,
.ls-proofs-item__method-pill--usdc {
    color: #67e8f9;
    background: rgba(34, 211, 238, 0.1);
    border-color: rgba(34, 211, 238, 0.2);
}

.ls-proofs-item__method-pill--bnb {
    color: #fde047;
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.2);
}

.ls-proofs-item__date {
    font-size: 0.78rem;
    color: var(--lp-muted);
}

.ls-proofs-item__amount-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.ls-proofs-item__amount {
    font-family: 'IBM Plex Mono', ui-monospace, monospace;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--lp-green);
}

.ls-proofs-item__status {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--lp-green);
}

/* ─── Empty ─── */
.ls-proofs-empty {
    padding: 3rem 1.5rem;
    text-align: center;
}

.ls-proofs-empty__icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    border-radius: 16px;
    font-size: 1.5rem;
    color: var(--lp-green);
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.18);
    opacity: 0.75;
}

.ls-proofs-empty h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.ls-proofs-empty p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--lp-muted);
}

/* ─── Pagination ─── */
.ls-proofs-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 1rem 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ls-proofs-pagination a,
.ls-proofs-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 0.5rem;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--lp-muted);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.18s, color 0.18s, background 0.18s;
}

.ls-proofs-pagination a:hover {
    color: var(--lp-green);
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.08);
}

.ls-proofs-pagination span.is-current {
    color: var(--lp-green);
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.12);
}

.ls-proofs-pagination span.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ─── CTA ─── */
.ls-proofs-cta {
    max-width: 920px;
    margin: 1.75rem auto 0;
    padding: 0 1.25rem;
}

.ls-proofs-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.35rem;
    border-radius: var(--lp-radius, 16px);
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.08) 0%, rgba(12, 12, 20, 0.96) 55%);
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.ls-proofs-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.45rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fbbf24;
}

.ls-proofs-cta__copy h2 {
    font-size: clamp(1.15rem, 3vw, 1.45rem);
    font-weight: 800;
    margin: 0 0 0.4rem;
    letter-spacing: -0.02em;
}

.ls-proofs-cta__copy > p {
    margin: 0 0 0.75rem;
    max-width: 28rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--lp-muted);
}

.ls-proofs-cta__perks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.ls-proofs-cta__perks li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--lp-muted);
}

.ls-proofs-cta__perks i {
    color: var(--lp-green);
    font-size: 0.85rem;
}

.ls-proofs-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex-shrink: 0;
    min-width: min(100%, 220px);
}

.ls-proofs-cta__actions .ls-btn {
    justify-content: center;
    white-space: nowrap;
}

/* ─── Responsive ─── */
@media (max-width: 767.98px) {
    .ls-proofs-stats {
        grid-template-columns: 1fr;
    }

    .ls-proofs-table__head {
        display: none;
    }

    .ls-proofs-item {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 0.55rem 0.75rem;
        padding: 0.9rem 1rem;
    }

    .ls-proofs-item__user {
        grid-column: 1 / -1;
    }

    .ls-proofs-item__method {
        grid-column: 1;
    }

    .ls-proofs-item__date {
        grid-column: 2;
        text-align: right;
        align-self: center;
    }

    .ls-proofs-item__amount-wrap {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 0.35rem;
        border-top: 1px dashed rgba(255, 255, 255, 0.06);
    }

    .ls-proofs-cta__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .ls-proofs-cta__perks {
        justify-content: center;
    }

    .ls-proofs-cta__actions {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .ls-proofs-hero {
        padding-top: 1.25rem;
    }

    .ls-proofs-feed__head {
        flex-direction: column;
        gap: 0.65rem;
    }

    .ls-proofs-feed__page {
        align-self: flex-start;
    }
}
