:root {
    --tfv3-dash-orange: #f04b23;
    --tfv3-dash-orange-dark: #cf3718;
    --tfv3-dash-ink: #171f31;
    --tfv3-dash-muted: #667085;
    --tfv3-dash-border: rgba(23, 31, 49, .09);
    --tfv3-dash-soft: #f7f2ec;
    --tfv3-dash-card: #ffffff;
    --tfv3-dash-green: #249a4c;
    --tfv3-dash-shadow: 0 18px 48px rgba(23, 31, 49, .09);
}

body .tfv3-account-dashboard {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(44px, 6vw, 82px) 0 clamp(72px, 8vw, 112px);
    color: var(--tfv3-dash-ink);
}

body .tfv3-account-dashboard,
body .tfv3-account-dashboard * {
    box-sizing: border-box;
}

body .tfv3-account-dashboard a {
    text-decoration: none;
}

body .tfv3-account-dashboard__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 380px);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 18px;
}

body .tfv3-account-dashboard__hero-copy,
body .tfv3-account-dashboard__hero-panel,
body .tfv3-account-dashboard__card,
body .tfv3-account-dashboard__help {
    border: 1px solid var(--tfv3-dash-border);
    border-radius: 28px;
    background: var(--tfv3-dash-card);
    box-shadow: var(--tfv3-dash-shadow);
}

body .tfv3-account-dashboard__hero-copy {
    min-height: 320px;
    padding: clamp(28px, 4vw, 46px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

body .tfv3-account-dashboard__hero-copy:after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(240, 75, 35, .16), rgba(240, 75, 35, 0) 68%);
    pointer-events: none;
}

body .tfv3-account-dashboard__eyebrow,
body .tfv3-account-dashboard__section-head p,
body .tfv3-account-dashboard__help p {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--tfv3-dash-orange);
}

body .tfv3-account-dashboard__hero h1 {
    margin: 0 0 14px;
    max-width: 720px;
    font-size: clamp(42px, 5.4vw, 70px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: -.06em;
    color: var(--tfv3-dash-ink);
}

body .tfv3-account-dashboard__hero-copy > p {
    max-width: 710px;
    margin: 0;
    font-size: 18px;
    line-height: 1.58;
    color: var(--tfv3-dash-muted);
}

body .tfv3-account-dashboard__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
}

body .tfv3-account-dashboard__primary,
body .tfv3-account-dashboard__secondary,
body .tfv3-account-dashboard__help-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease;
}

body .tfv3-account-dashboard__primary {
    background: var(--tfv3-dash-orange);
    color: #fff;
    box-shadow: 0 14px 28px rgba(240, 75, 35, .24);
}

body .tfv3-account-dashboard__secondary {
    background: var(--tfv3-dash-soft);
    color: var(--tfv3-dash-ink);
}

body .tfv3-account-dashboard__primary:hover,
body .tfv3-account-dashboard__secondary:hover,
body .tfv3-account-dashboard__quick-card:hover,
body .tfv3-account-dashboard__help-actions a:hover {
    transform: translateY(-1px);
}

body .tfv3-account-dashboard__primary:hover {
    background: var(--tfv3-dash-orange-dark);
    color: #fff;
}

body .tfv3-account-dashboard__hero-panel {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-content: center;
}

body .tfv3-account-dashboard__hero-stat {
    min-height: 128px;
    padding: 22px;
    border-radius: 22px;
    background: var(--tfv3-dash-soft);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .tfv3-account-dashboard__hero-stat strong {
    display: block;
    font-size: 54px;
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.06em;
    color: var(--tfv3-dash-orange);
}

body .tfv3-account-dashboard__hero-stat span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 900;
    color: var(--tfv3-dash-muted);
}

body .tfv3-account-dashboard__progress {
    grid-column: 1 / -1;
    padding: 20px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--tfv3-dash-border);
}

body .tfv3-account-dashboard__progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    color: var(--tfv3-dash-muted);
    font-size: 14px;
    font-weight: 900;
}

body .tfv3-account-dashboard__progress-head strong {
    color: var(--tfv3-dash-ink);
}

body .tfv3-account-dashboard__progress-track {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: #efe8df;
    overflow: hidden;
}

body .tfv3-account-dashboard__progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--tfv3-dash-orange);
}

body .tfv3-account-dashboard__quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 24px;
}

body .tfv3-account-dashboard__quick-card {
    min-height: 132px;
    padding: 22px;
    border: 1px solid var(--tfv3-dash-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(23, 31, 49, .07);
    color: var(--tfv3-dash-ink);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body .tfv3-account-dashboard__quick-card--primary {
    background: linear-gradient(135deg, #fff, #fff7f2);
    border-color: rgba(240, 75, 35, .18);
}

body .tfv3-account-dashboard__quick-card span {
    display: block;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.03em;
}

body .tfv3-account-dashboard__quick-card small {
    display: block;
    margin-top: 14px;
    color: var(--tfv3-dash-muted);
    font-size: 14px;
    line-height: 1.38;
    font-weight: 650;
}

body .tfv3-account-dashboard__grid,
body .tfv3-account-dashboard__activity-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 22px;
    margin-bottom: 26px;
}

body .tfv3-account-dashboard__card {
    padding: 26px;
}

body .tfv3-account-dashboard__section-head {
    margin-bottom: 18px;
}

body .tfv3-account-dashboard__section-head h2,
body .tfv3-account-dashboard__list-head h3,
body .tfv3-account-dashboard__help h2 {
    margin: 0;
    color: var(--tfv3-dash-ink);
    font-weight: 950;
    letter-spacing: -.04em;
}

body .tfv3-account-dashboard__section-head h2 {
    font-size: 28px;
    line-height: 1;
}

body .tfv3-account-dashboard__status-list {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

body .tfv3-account-dashboard__status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 16px;
    background: var(--tfv3-dash-soft);
}

body .tfv3-account-dashboard__status-row span {
    color: var(--tfv3-dash-muted);
    font-weight: 800;
}

body .tfv3-account-dashboard__status-row strong {
    color: var(--tfv3-dash-ink);
    font-weight: 950;
}

body .tfv3-account-dashboard__notice {
    padding: 18px;
    border-radius: 18px;
    background: #fff8eb;
    border: 1px solid rgba(245, 181, 60, .35);
}

body .tfv3-account-dashboard__notice--ok {
    background: #eefaf1;
    border-color: rgba(36, 154, 76, .28);
}

body .tfv3-account-dashboard__notice span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(240, 75, 35, .09);
    color: var(--tfv3-dash-orange);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}

body .tfv3-account-dashboard__notice--ok span {
    background: rgba(36, 154, 76, .11);
    color: var(--tfv3-dash-green);
}

body .tfv3-account-dashboard__notice strong {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 950;
}

body .tfv3-account-dashboard__notice p,
body .tfv3-account-dashboard__steps p,
body .tfv3-account-dashboard__help span,
body .tfv3-account-dashboard__empty {
    margin: 0;
    color: var(--tfv3-dash-muted);
    line-height: 1.55;
}

body .tfv3-account-dashboard__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}

body .tfv3-account-dashboard__steps li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
}

body .tfv3-account-dashboard__steps li.is-muted {
    opacity: .68;
}

body .tfv3-account-dashboard__step-mark {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--tfv3-dash-soft);
    color: var(--tfv3-dash-orange);
    font-weight: 950;
}

body .tfv3-account-dashboard__steps li.is-done .tfv3-account-dashboard__step-mark {
    background: #eefaf1;
    color: var(--tfv3-dash-green);
}

body .tfv3-account-dashboard__step-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

body .tfv3-account-dashboard__step-title strong {
    font-size: 17px;
    line-height: 1.15;
    font-weight: 950;
}

body .tfv3-account-dashboard__step-title em {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--tfv3-dash-soft);
    color: var(--tfv3-dash-muted);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .04em;
}

body .tfv3-account-dashboard__steps li.is-done .tfv3-account-dashboard__step-title em {
    background: #eefaf1;
    color: var(--tfv3-dash-green);
}

body .tfv3-account-dashboard__steps a,
body .tfv3-account-dashboard__disabled {
    display: inline-flex;
    margin-top: 7px;
    font-weight: 950;
}

body .tfv3-account-dashboard__steps a {
    color: var(--tfv3-dash-orange);
}

body .tfv3-account-dashboard__disabled {
    color: var(--tfv3-dash-muted);
}

body .tfv3-account-dashboard__activity {
    margin-bottom: 26px;
}

body .tfv3-account-dashboard__list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

body .tfv3-account-dashboard__list-head h3 {
    font-size: 22px;
    line-height: 1.05;
}

body .tfv3-account-dashboard__list-head a {
    color: var(--tfv3-dash-orange);
    font-weight: 950;
    white-space: nowrap;
}

body .tfv3-account-dashboard__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 4px;
}

body .tfv3-account-dashboard__list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--tfv3-dash-border);
}

body .tfv3-account-dashboard__list li:last-child {
    border-bottom: 0;
}

body .tfv3-account-dashboard__list a {
    color: var(--tfv3-dash-ink);
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .tfv3-account-dashboard__list a:hover {
    color: var(--tfv3-dash-orange);
}

body .tfv3-account-dashboard__list span {
    color: var(--tfv3-dash-muted);
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
}

body .tfv3-account-dashboard__help {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 28px;
    background: linear-gradient(135deg, #ffffff, #fff7f2);
}

body .tfv3-account-dashboard__help h2 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1;
}

body .tfv3-account-dashboard__help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body .tfv3-account-dashboard__help-actions a {
    min-height: 44px;
    padding: 0 16px;
    background: #fff;
    color: var(--tfv3-dash-ink);
    border: 1px solid var(--tfv3-dash-border);
}

body .tfv3-account-dashboard__help-actions a:hover {
    background: var(--tfv3-dash-orange);
    border-color: var(--tfv3-dash-orange);
    color: #fff;
}

@media (max-width: 1040px) {
    body .tfv3-account-dashboard__hero,
    body .tfv3-account-dashboard__help {
        grid-template-columns: 1fr;
    }

    body .tfv3-account-dashboard__hero-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .tfv3-account-dashboard__quick {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .tfv3-account-dashboard__grid,
    body .tfv3-account-dashboard__activity-grid {
        grid-template-columns: 1fr;
    }

    body .tfv3-account-dashboard__help-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    body .tfv3-account-dashboard {
        width: min(100% - 28px, 1160px);
        padding-top: 34px;
    }

    body .tfv3-account-dashboard__hero-copy,
    body .tfv3-account-dashboard__hero-panel,
    body .tfv3-account-dashboard__card,
    body .tfv3-account-dashboard__help {
        border-radius: 22px;
    }

    body .tfv3-account-dashboard__hero-copy,
    body .tfv3-account-dashboard__card,
    body .tfv3-account-dashboard__help {
        padding: 20px;
    }

    body .tfv3-account-dashboard__hero-panel {
        padding: 18px;
        grid-template-columns: 1fr;
    }

    body .tfv3-account-dashboard__quick {
        grid-template-columns: 1fr;
    }

    body .tfv3-account-dashboard__hero h1 {
        font-size: 42px;
    }

    body .tfv3-account-dashboard__hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body .tfv3-account-dashboard__list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
