body {
    background: #f4f5f7;
    color: #1f2328;
}

.topbar {
    background: #17191c;
    color: white;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-small {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    color: #f6c344;
}

.welcome {
    font-size: 1.05rem;
    font-weight: 700;
}

.dashboard-wrap {
    max-width: 1180px;
}

.form-wrap {
    max-width: 980px;
}

.soft-card {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    box-shadow: 0 7px 24px rgba(0,0,0,.05);
}

.eyebrow,
.section-title,
.insight-label {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    color: #6b7280;
}

.section-title {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: .6rem;
    margin-bottom: 1rem;
}

.stats-table th,
.stats-table td {
    padding: .95rem 1rem;
}

.stats-table thead th {
    background: #f7f7f8;
    font-size: .82rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.stats-table thead small {
    font-weight: 400;
    color: #7a7f87;
    text-transform: none;
}

.stats-table tbody td {
    font-weight: 700;
    font-size: 1.05rem;
}

.trend-value {
    font-size: 1.35rem;
    font-weight: 800;
}

.form-label {
    font-weight: 600;
}

.auth-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #17191c;
    padding: 24px;
}

.auth-card {
    width: 100%;
    max-width: 430px;
    background: white;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
}

.brand-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: #f6c344;
    color: #17191c;
    font-weight: 900;
    border-radius: 14px;
    margin-bottom: 18px;
}

@media (max-width: 700px) {
    .topbar {
        padding: 12px 14px;
        gap: 10px;
    }
}
