.id180-mh-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    padding: 12px 18px;
    text-decoration: none !important;
    transition: transform var(--id180-mh-transition), box-shadow var(--id180-mh-transition), background var(--id180-mh-transition);
}

.id180-mh-button:hover {
    transform: translateY(-1px);
}

.id180-mh-button-primary {
    background: var(--id180-mh-primary);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22);
    color: #fff !important;
}

.id180-mh-button-primary:hover {
    background: var(--id180-mh-primary-dark);
}

.id180-mh-button-secondary {
    background: var(--id180-mh-primary-soft);
    color: var(--id180-mh-primary-dark) !important;
}

.id180-mh-card,
.id180-mh-feature-card,
.id180-mh-empty-state,
.id180-mh-public-message {
    background: var(--id180-mh-surface);
    border: 1px solid var(--id180-mh-border);
    border-radius: var(--id180-mh-radius);
    box-shadow: var(--id180-mh-shadow-soft);
}

.id180-mh-card {
    min-height: 190px;
    padding: var(--id180-mh-space-lg);
    position: relative;
}

.id180-mh-card h3,
.id180-mh-feature-card h3,
.id180-mh-empty-state h3 {
    color: var(--id180-mh-ink);
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.id180-mh-card p,
.id180-mh-feature-card p,
.id180-mh-empty-state p {
    color: var(--id180-mh-muted);
    margin: 0;
}

.id180-mh-card-meta {
    color: var(--id180-mh-muted);
    font-size: 13px;
    font-weight: 700;
    margin-top: var(--id180-mh-space-lg);
    text-transform: uppercase;
}

.id180-mh-badge {
    background: var(--id180-mh-primary-soft);
    border-radius: 999px;
    color: var(--id180-mh-primary-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin-bottom: var(--id180-mh-space);
    padding: 6px 10px;
    text-transform: uppercase;
}

.id180-mh-progress {
    margin-top: var(--id180-mh-space);
}

.id180-mh-progress-track {
    background: #e5e7eb;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

.id180-mh-progress-fill {
    background: var(--id180-mh-primary);
    border-radius: inherit;
    height: 100%;
    min-width: 0;
    transition: width 300ms ease;
}

.id180-mh-progress-label {
    color: var(--id180-mh-muted);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
}

.id180-mh-empty-state,
.id180-mh-public-message {
    margin-top: var(--id180-mh-space-lg);
    padding: var(--id180-mh-space-xl);
    text-align: center;
}

.id180-mh-empty-icon {
    font-size: 32px;
    margin-bottom: var(--id180-mh-space);
}
