#loginView[hidden],
#dashView[hidden] {
  display: none !important;
}

.auth-container { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; }
.auth-card { width: 100%; max-width: 420px; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-hover); padding: 32px; }
.auth-header { text-align: center; margin-bottom: 24px; }
.auth-icon { width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%; background: var(--coral-soft); color: var(--coral-dark); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.auth-form .form-group { margin-bottom: 14px; }
.btn-block { width: 100%; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.filter-row .btn { font-size: 0.85rem; }
