.badge-draft {
    background: rgba(157, 0, 255, 0.2);
    color: var(--primary-hover);
    border: 1px solid rgba(157, 0, 255, 0.3);
}

.alert-period-warning {
    background: rgba(238, 184, 92, 0.08);
    border: 1px solid rgba(238, 184, 92, 0.25);
    color: var(--warning);
    border-radius: var(--radius-md);
}

.label-micro {
    font-size: 0.7em;
    letter-spacing: 0.05em;
}

.label-section {
    font-size: 0.75em;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.text-owner-result-lg {
    font-size: 1.1em;
}

.text-draft {
    color: var(--primary-hover);
}

.text-tiny {
    font-size: 0.75em;
}

.chart-h-300 {
    height: 300px;
}

.chart-h-250 {
    height: 250px;
}

.card-form-narrow {
    max-width: 480px;
}

.prose-container {
    max-width: 700px;
}

.card-no-period {
    border: 2px solid var(--warning) !important;
}

.empty-icon {
    font-size: 3rem;
    opacity: 0.4;
}

.total-sub {
    font-size: 1.1rem;
    opacity: 0.85;
    margin-top: 10px;
}

.total-meta {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-top: 5px;
}

[data-theme="light"] .badge-draft {
    background: rgba(157, 0, 255, 0.1);
    color: var(--primary);
    border-color: rgba(157, 0, 255, 0.2);
}

[data-theme="light"] .alert-period-warning {
    background: rgba(207, 138, 21, 0.08);
    border-color: rgba(207, 138, 21, 0.3);
    color: var(--warning);
}

[data-theme="light"] .text-draft {
    color: var(--primary);
}
