/* PronosticAI — Nova Layout (flat, fără gradiente)
   Colors: pitch #18181B, accent #059669, odds #F59E0B */

html {
    scroll-behavior: smooth;
}

.nv-theme {
    background: #111113;
    color: #e4e4e7;
}

.nv-theme .site-main {
    background: transparent;
}

.nv-theme .site-header {
    background: #18181b;
    border-bottom: 1px solid #27272a;
    box-shadow: none;
}

.nv {
    --nv-radius: 12px;
    --nv-radius-sm: 8px;
    --nv-surface: #1c1c1f;
    --nv-surface-2: #232326;
    --nv-border: #2e2e33;
    font-family: var(--font-body);
    color: #e4e4e7;
    padding-bottom: 3rem;
}

.nv-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 1024px) {
    .nv-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.nv-wrap--wide {
    max-width: 90rem;
}

/* ── Shared ── */
.nv-kicker {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #34d399;
    margin: 0 0 0.5rem;
}

.nv-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    font-weight: 500;
    background: var(--nv-surface-2);
    border: 1px solid var(--nv-border);
    border-radius: 999px;
    color: #d4d4d8;
}

.nv-pill--gold {
    background: #292419;
    border-color: #854d0e;
    color: #fbbf24;
}

.nv-pill--accent {
    background: #142e24;
    border-color: #065f46;
    color: #6ee7b7;
}

.nv-panel {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
    transition: border-color 200ms ease;
}

.nv-panel:hover {
    border-color: #3f3f46;
}

/* ══════════════════════════════════════
   HOMEPAGE
   ══════════════════════════════════════ */
.nv-hero {
    padding: 2.5rem 0 1.5rem;
}

@media (min-width: 768px) {
    .nv-hero {
        padding: 3.5rem 0 2rem;
    }
}

.nv-hero__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.5rem, 7vw, 4rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.nv-hero__sub {
    font-family: var(--font-body);
    font-size: 1.05rem;
    color: #a1a1aa;
    max-width: 32rem;
    margin: 0.75rem 0 0;
    line-height: 1.65;
}

.nv-feature {
    margin-top: 2rem;
    padding: 1.5rem;
}

.nv-feature__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.nv-feature__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.1;
    margin: 0;
    max-width: 28rem;
}

.nv-feature__title a {
    color: #fff;
    text-decoration: none;
    transition: color 200ms;
}

.nv-feature__title a:hover {
    color: #6ee7b7;
}

.nv-feature__odd {
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 600;
    color: #fbbf24;
    white-space: nowrap;
}

.nv-feature__intro {
    font-family: var(--font-body);
    font-size: 0.98rem;
    color: #a1a1aa;
    line-height: 1.65;
    margin: 0 0 1rem;
    max-width: 40rem;
}

.nv-feature__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.nv-feature__picks {
    display: grid;
    gap: 0.4rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .nv-feature__picks {
        grid-template-columns: repeat(2, 1fr);
    }
}

.nv-feature__picks li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 0.8rem;
    background: var(--nv-surface-2);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-sm);
    font-size: 0.85rem;
}

.nv-pick-teams {
    font-weight: 600;
    color: #e4e4e7;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nv-pick-odd {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.8rem;
    color: #fbbf24;
    flex-shrink: 0;
}

.nv-feature__cta {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.35rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #059669;
    border-radius: 999px;
    cursor: pointer;
    transition: background 200ms ease;
}

.nv-feature__cta:hover {
    background: #047857;
}

/* Stats */
.nv-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin: 2rem 0;
}

@media (max-width: 480px) {
    .nv-stats {
        grid-template-columns: 1fr;
    }
}

.nv-stat {
    padding: 1.15rem;
    text-align: center;
}

.nv-stat__val {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.nv-stat__lbl {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #71717a;
    margin-top: 0.3rem;
}

/* Sections */
.nv-section {
    margin-bottom: 2.25rem;
}

.nv-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.nv-section__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d4d4d8;
    margin: 0;
}

.nv-section__link {
    font-size: 0.8rem;
    font-weight: 600;
    color: #34d399;
    text-decoration: none;
    transition: color 200ms;
}

.nv-section__link:hover {
    color: #6ee7b7;
}

.nv-slips {
    display: grid;
    gap: 0.65rem;
}

@media (min-width: 640px) {
    .nv-slips {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .nv-slips {
        grid-template-columns: repeat(3, 1fr);
    }
}

.nv-slip-card {
    display: block;
    padding: 1.1rem;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.nv-slip-card__date {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #71717a;
    margin: 0 0 0.3rem;
}

.nv-slip-card__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    color: #fafafa;
}

.nv-slip-card__odd {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.82rem;
    color: #fbbf24;
    margin-top: 0.4rem;
}

.nv-verdicts {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-verdicts li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.9rem;
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-sm);
    font-size: 0.86rem;
}

.nv-newsletter .newsletter-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
}

/* ══════════════════════════════════════
   SLIPS INDEX PAGE
   ══════════════════════════════════════ */
.nv-slips-page {
    padding-top: 2rem;
}

.nv-page-head {
    margin-bottom: 2rem;
}

.nv-page-head__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0;
    color: #fff;
}

.nv-page-head__sub {
    font-size: 1rem;
    color: #a1a1aa;
    margin: 0.65rem 0 0;
    max-width: 36rem;
    line-height: 1.6;
}

.nv-slip-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.nv-slip-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
}

@media (min-width: 768px) {
    .nv-slip-row {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.nv-slip-row__main {
    flex: 1;
    min-width: 0;
}

.nv-slip-row__top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 0.65rem;
}

.nv-slip-row__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0;
}

.nv-slip-row__title a {
    color: #fafafa;
    text-decoration: none;
    transition: color 200ms;
}

.nv-slip-row__title a:hover {
    color: #6ee7b7;
}

.nv-slip-row__date {
    font-size: 0.82rem;
    color: #71717a;
    white-space: nowrap;
}

.nv-slip-row__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.nv-slip-row__excerpt {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #a1a1aa;
    margin: 0 0 0.85rem;
    max-width: 52rem;
}

.nv-slip-row__verdicts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.nv-slip-row__verdicts li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.82rem;
    color: #a1a1aa;
    padding: 0.35rem 0;
    border-top: 1px solid var(--nv-border);
}

.nv-slip-row__cta {
    flex-shrink: 0;
    align-self: flex-start;
    padding: 0.6rem 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #34d399;
    border: 1px solid #065f46;
    border-radius: 999px;
    background: #142e24;
    transition: background 200ms, color 200ms;
    cursor: pointer;
    white-space: nowrap;
}

.nv-slip-row__cta:hover {
    background: #059669;
    border-color: #059669;
    color: #fff;
}

.nv-empty {
    text-align: center;
    color: #71717a;
    padding: 3rem 1rem;
}

/* Pagination */
.nv-pagination {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--nv-border);
}

.nv-pagination nav[role="navigation"] {
    display: flex;
    justify-content: center;
}

.nv-pagination .pagination,
.nv-pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-pagination .page-link,
.nv-pagination a,
.nv-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #d4d4d8;
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-sm);
    text-decoration: none;
    transition: background 200ms, border-color 200ms;
}

.nv-pagination a:hover {
    background: var(--nv-surface-2);
    border-color: #3f3f46;
    color: #fff;
}

.nv-pagination .active span,
.nv-pagination span[aria-current="page"] {
    background: #059669;
    border-color: #059669;
    color: #fff;
}

.nv-pagination .disabled span {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ══════════════════════════════════════
   SLIP ARTICLE PAGE
   ══════════════════════════════════════ */
.nv-slip-page {
    padding-bottom: 3rem;
}

.nv-slip-hero {
    padding: 2rem 0 1.5rem;
    border-bottom: 1px solid var(--nv-border);
    margin-bottom: 1.5rem;
}

.nv-crumb {
    font-size: 0.8rem;
    color: #71717a;
    margin-bottom: 1rem;
}

.nv-crumb a {
    color: #a1a1aa;
    text-decoration: none;
    transition: color 200ms;
}

.nv-crumb a:hover {
    color: #34d399;
}

.nv-slip-hero__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.65rem, 4vw, 2.5rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0;
    color: #fff;
}

.nv-slip-hero__intro {
    font-family: var(--font-body);
    font-size: 1rem;
    color: #a1a1aa;
    line-height: 1.65;
    margin: 0.85rem 0 0;
    max-width: 42rem;
}

.nv-slip-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.nv-picks-bar {
    margin-bottom: 1.5rem;
    padding: 1rem;
    overflow: hidden;
}

.nv-picks-bar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.65rem;
}

.nv-picks-bar__label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #71717a;
}

.nv-picks-bar__total {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fbbf24;
}

.nv-picks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.nv-pick-row {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 0.65rem 1rem;
    padding: 0.7rem 0.85rem;
    background: var(--nv-surface-2);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-sm);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: border-color 200ms, background 200ms;
}

@media (max-width: 540px) {
    .nv-pick-row {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
    }

    .nv-pick-row__sel {
        grid-column: 2;
    }

    .nv-pick-row__odd {
        grid-column: 1 / -1;
        justify-self: end;
    }
}

.nv-pick-row:hover {
    border-color: #065f46;
    background: #142e24;
}

.nv-pick-row__num {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    font-weight: 600;
    color: #71717a;
    min-width: 1.25rem;
}

.nv-pick-row__teams {
    font-size: 0.88rem;
    font-weight: 600;
    color: #e4e4e7;
    min-width: 0;
}

.nv-pick-row__sel {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.75rem;
    color: #34d399;
    text-align: right;
}

.nv-pick-row__odd {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fbbf24;
    white-space: nowrap;
}

.nv-legend {
    font-size: 0.78rem;
    color: #71717a;
    margin: 0 0 1.5rem;
}

.nv-matches-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #71717a;
    margin: 0 0 1rem;
}

.nv-match-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nv-match {
    scroll-margin-top: 5rem;
    overflow: hidden;
}

.nv-match__accent {
    height: 3px;
    background: #059669;
}

.nv-match__inner {
    padding: 1.35rem;
}

.nv-match__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    margin-bottom: 0.75rem;
}

.nv-match__index {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.7rem;
    color: #71717a;
}

.nv-match__league {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #34d399;
}

.nv-match__time {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    color: #a1a1aa;
    margin-left: auto;
}

.nv-match__teams {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 1rem;
    color: #fff;
}

.nv-match__teams .nv-vs {
    font-weight: 500;
    color: #52525b;
    font-size: 0.75em;
    margin: 0 0.3rem;
}

.nv-match__pick-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem 1.5rem;
    padding: 0.85rem 1rem;
    background: var(--nv-surface-2);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-sm);
    margin-bottom: 1rem;
}

.nv-match__pick-kicker {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #34d399;
    margin-bottom: 0.15rem;
}

.nv-match__pick-val {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
}

.nv-match__pick-hint {
    display: block;
    font-family: var(--font-body);
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #b4b4bc;
    margin-top: 0.2rem;
}

.nv-match__odd-box {
    margin-left: auto;
    text-align: right;
}

.nv-match__odd {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fbbf24;
}

.nv-match .confidence {
    margin-bottom: 0.85rem;
}

.nv-match__prose {
    font-family: var(--font-prose);
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 400;
    color: #f0f0f3;
    text-align: left;
    width: 100%;
    max-width: none;
    letter-spacing: normal;
}

.nv-match__prose p {
    margin: 0 0 0.85rem;
}

.nv-match__prose p:last-child {
    margin-bottom: 0;
}

.nv-slip-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--nv-border);
}

/* Comments */
.nv-comments {
    margin-top: 2.5rem;
    padding: 1.25rem;
}

.nv-comments__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.nv-comments__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.nv-comment-form textarea {
    width: 100%;
    min-height: 6rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--nv-border);
    border-radius: 0.5rem;
    background: var(--nv-surface-2);
    color: #fafafa;
    font-family: Roboto, sans-serif;
    font-size: 0.95rem;
    line-height: 1.55;
    resize: vertical;
}

.nv-comment-form textarea:focus {
    outline: none;
    border-color: #059669;
}

.nv-comment-form__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.nv-comment-form__hint {
    font-size: 0.82rem;
    color: #71717a;
}

.nv-comments__guest,
.nv-comments__empty {
    font-size: 0.92rem;
    color: #a1a1aa;
    margin: 0 0 1rem;
    line-height: 1.6;
}

.nv-comments__guest a {
    color: #34d399;
    text-decoration: underline;
}

.nv-comment-list {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.nv-comment {
    padding: 1rem;
    border: 1px solid var(--nv-border);
    border-radius: 0.5rem;
    background: var(--nv-surface-2);
}

.nv-comment__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.nv-comment__author {
    color: #fafafa;
    font-size: 0.9rem;
}

.nv-comment__date {
    font-size: 0.78rem;
    color: #71717a;
}

.nv-comment__body {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #d4d4d8;
    white-space: pre-wrap;
}

.nv-flash {
    padding: 0.65rem 0.85rem;
    border-radius: 0.5rem;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

.nv-flash--ok {
    border: 1px solid #065f46;
    background: #142e24;
    color: #6ee7b7;
}

.nv-field-error {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    color: #f87171;
}

/* Auth pages */
.nv-wrap--narrow {
    max-width: 28rem;
}

.nv-auth-page {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.nv-auth-form {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nv-field label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #a1a1aa;
    margin-bottom: 0.35rem;
}

.nv-field input {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--nv-border);
    border-radius: 0.5rem;
    background: var(--nv-surface-2);
    color: #fafafa;
    font-size: 0.95rem;
}

.nv-field input:focus {
    outline: none;
    border-color: #059669;
}

.nv-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: #a1a1aa;
    cursor: pointer;
}

.nv-auth-form__submit {
    width: 100%;
    margin-top: 0.25rem;
}

.nv-auth-alt {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 0.9rem;
    color: #a1a1aa;
}

.nv-auth-alt a {
    color: #34d399;
    font-weight: 600;
}

.nv-check a {
    color: #34d399;
    text-decoration: underline;
}

/* Profile page */
.nv-wrap--profile {
    max-width: 36rem;
}

.nv-profile-page {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.nv-profile-section {
    margin-top: 1.25rem;
    padding: 1.25rem;
}

.nv-profile-section__title {
    margin: 0 0 1rem;
    font-family: var(--nv-font-display, 'Barlow Condensed', sans-serif);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fafafa;
}

.nv-profile-meta {
    margin: 0;
    font-size: 0.82rem;
    color: #71717a;
}

.nv-profile-empty {
    margin: 0;
    font-size: 0.9rem;
    color: #a1a1aa;
}

.nv-profile-empty a {
    color: #34d399;
}

.nv-profile-comments {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.nv-profile-comment {
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--nv-border);
}

.nv-profile-comment:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.nv-profile-comment__body {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    color: #e4e4e7;
    line-height: 1.5;
}

.nv-profile-comment__meta {
    margin: 0;
    font-size: 0.78rem;
    color: #71717a;
}

.nv-profile-comment__meta a {
    color: #34d399;
}

.nv-profile-section--danger {
    border-color: #7f1d1d;
}

.nv-profile-danger-text {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: #fca5a5;
}

.nv-profile-delete-btn {
    border-color: #7f1d1d !important;
    color: #fca5a5 !important;
}

.nv-profile-delete-btn:hover {
    background: #450a0a !important;
}

.nv-theme .btn-secondary {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    color: #e4e4e7;
}

.nv-theme .btn-secondary:hover {
    border-color: #3f3f46;
    background: var(--nv-surface-2);
}

.nv-theme .confidence__dot {
    background: #3f3f46;
}

.nv-theme .confidence__dot--on {
    background: #34d399;
}

.nv-theme .confidence__label {
    color: #a1a1aa;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
