.page-eyebrow {
    margin-bottom: 8px;
    color: var(--astru-gold);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.13em;
}

.display-title,
.dashboard-heading h1 {
    color: var(--astru-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.premium-panel,
.invoice-workspace-panel {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--astru-border);
    border-radius: var(--astru-radius-lg);
    box-shadow: var(--astru-shadow-md);
}

.button,
.primary-action {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-radius: var(--astru-radius-sm);
    font: inherit;
    font-size: 13px;
    font-weight: 780;
    text-decoration: none;
    cursor: pointer;
    transition: 0.16s ease;
}

.button:hover,
.primary-action:hover {
    transform: translateY(-1px);
}

.button-primary,
.primary-action {
    color: white;
    background: linear-gradient(135deg, var(--astru-evergreen), var(--astru-forest));
    border-color: var(--astru-forest);
    box-shadow: 0 8px 18px rgba(18, 49, 38, 0.16);
}

.button-primary:hover,
.primary-action:hover {
    background: linear-gradient(135deg, #235b48, var(--astru-evergreen));
}

.button-secondary {
    color: var(--astru-forest);
    background: var(--astru-white);
    border-color: #bfcbbf;
}

.button-secondary:hover {
    background: var(--astru-sage);
    border-color: var(--astru-sage);
}

.button-gold {
    color: var(--astru-forest);
    background: linear-gradient(135deg, var(--astru-champagne), var(--astru-gold));
    border-color: var(--astru-gold);
}

.button-danger {
    color: var(--astru-danger);
    background: white;
    border-color: #e4c7c7;
}

.button-danger:hover {
    background: #fff3f2;
}

.status-badge {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    color: #59645d;
    background: #edf0ec;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-ready {
    color: #275b39;
    background: #dfeee2;
}

.status-review {
    color: #815817;
    background: #f7eacb;
}

.status-duplicate {
    color: #8c3e3e;
    background: #f4dede;
}

.status-sage {
    color: #284f61;
    background: #deeaed;
}

.status-csv {
    color: #69552d;
    background: #efe5cd;
}

.review-link {
    display: inline-flex;
    padding: 7px 11px;
    color: var(--astru-forest);
    background: var(--astru-sage);
    border-radius: 7px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.review-link:hover {
    color: white;
    background: var(--astru-evergreen);
}

input,
select,
textarea {
    color: var(--astru-ink);
    background: white;
    border: 1px solid #cfd6cf;
    border-radius: 7px;
    font: inherit;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--astru-gold);
    outline: 3px solid rgba(200, 169, 106, 0.18);
}
