.wdcs-notice { padding: 10px 14px; border-radius: 4px; margin-bottom: 1em; }
.wdcs-notice--error { background: #fbe1e1; color: #8a1f1f; }
.wdcs-notice--success { background: #d7f5dd; color: #146c2e; }
.wdcs-notice--pending { background: #fdf0d5; color: #8a5a00; }
.wdcs-membership-gate { max-width: 520px; }
.wdcs-register-form input { display: block; width: 100%; max-width: 360px; margin-top: 4px; }
.wdcs-dashboard-tabs { display: flex; gap: 8px; border-bottom: 1px solid #ddd; margin-bottom: 1em; }
.wdcs-dashboard-tab { padding: 8px 14px; text-decoration: none; border-bottom: 2px solid transparent; }
.wdcs-dashboard-tab.is-active { border-bottom-color: #2271b1; font-weight: 600; }
