.md-sc-account {
    --md-sc-accent: #111827;
    --md-sc-accent-contrast: #ffffff;
    --md-sc-border: #e5e7eb;
    --md-sc-muted: #6b7280;
}

.md-sc-account {
    margin: 16px 0;
}

.md-sc-checkout__meta {
    margin: 6px 0;
}

.md-sc-checkout__meta-earn {
    font-weight: 600;
}

.md-sc-checkout__controls {
    display: flex;
    gap: 8px;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 10px;
}

.md-sc-checkout__label {
    font-weight: 600;
}

.md-sc-checkout__input {
    max-width: 120px;
}

.md-sc-checkout__apply,
.md-sc-checkout__clear {
    margin: 0;
}

.md-sc-account__hero {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-bottom: 18px;
}

.md-sc-account__card {
    border: 1px solid var(--md-sc-border);
    border-radius: 12px;
    padding: 14px 16px;
    background: #ffffff;
}

.md-sc-account__card-label {
    font-size: 12px;
    color: var(--md-sc-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.md-sc-account__card-value {
    font-size: 20px;
    font-weight: 700;
}

.md-sc-account__progress {
    border: 1px solid var(--md-sc-border);
    border-radius: 12px;
    padding: 16px;
    background: #ffffff;
    margin-bottom: 18px;
}

.md-sc-account__progress-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.md-sc-account__progress-bar {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: #eef2f7;
    overflow: hidden;
}

.md-sc-account__progress-fill {
    display: block;
    height: 100%;
    background: var(--md-sc-accent);
}

.md-sc-account__progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--md-sc-muted);
    margin-top: 10px;
    gap: 8px;
    flex-wrap: wrap;
}

.md-sc-account-table th,
.md-sc-account-table td {
    vertical-align: middle;
}
