/* Privé NJ Membership — styles */

.prive-wrap { max-width: 720px; margin: 0 auto; }

.prive-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 26px;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	margin-bottom: 20px;
}

.prive-form-title { margin: 0 0 18px; font-size: 20px; font-weight: 700; color: #111827; }

.prive-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin: 14px 0 6px;
}

.prive-input {
	width: 100%;
	box-sizing: border-box;
	padding: 11px 13px;
	font-size: 15px;
	border: 1px solid #d1d5db;
	border-radius: 9px;
	background: #fff;
	color: #111827;
}
.prive-input[readonly] { background: #f3f4f6; color: #6b7280; }
.prive-input:focus { outline: none; border-color: #111827; box-shadow: 0 0 0 3px rgba(17,24,39,.08); }
.prive-input-sm { width: auto; padding: 6px 10px; font-size: 14px; }

.prive-btn {
	display: inline-block;
	border: 0;
	border-radius: 9px;
	padding: 11px 22px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background .15s ease, opacity .15s ease;
}
.prive-btn-primary { background: #111827; color: #fff; margin-top: 18px; }
.prive-btn-primary:hover { background: #374151; color: #fff; }
.prive-btn-ghost { background: #f3f4f6; color: #374151; }
.prive-btn-ghost:hover { background: #e5e7eb; }
.prive-btn-sm { padding: 6px 14px; font-size: 13px; margin-top: 0; }

.prive-table-scroll { overflow-x: auto; }
.prive-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prive-table th {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #6b7280;
	padding: 10px 12px;
	border-bottom: 2px solid #e5e7eb;
}
.prive-table td { padding: 12px; border-bottom: 1px solid #f0f0f1; vertical-align: middle; }
.prive-table tr:last-child td { border-bottom: 0; }

.prive-code {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-weight: 700;
	background: #f3f4f6;
	padding: 3px 8px;
	border-radius: 6px;
	letter-spacing: 1px;
}

.prive-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 11px;
	border-radius: 999px;
	letter-spacing: .3px;
}
.prive-badge-unredeemed { background: #fef3c7; color: #92400e; }
.prive-badge-redeemed { background: #d1fae5; color: #065f46; }

.prive-notice {
	border-radius: 10px;
	padding: 13px 16px;
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: 500;
}
.prive-notice-success { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.prive-notice-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.prive-notice-info { background: #dbeafe; color: #1e40af; border: 1px solid #93c5fd; }

.prive-empty { color: #6b7280; }
.prive-login-prompt p { margin: 0 0 14px; }

.prive-status-edit { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }

/* Admin */
.prive-admin .prive-stats { display: flex; gap: 16px; flex-wrap: wrap; margin: 18px 0 26px; }
.prive-admin .prive-stat {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 18px 22px;
	min-width: 130px;
	flex: 1;
}
.prive-admin .prive-stat-num { display: block; font-size: 30px; font-weight: 800; color: #111827; line-height: 1; }
.prive-admin .prive-stat-label { display: block; margin-top: 6px; color: #6b7280; font-size: 13px; }
.prive-admin .prive-filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 18px; align-items: center; }
.prive-admin .prive-badge { font-size: 11px; }
.prive-shortcode-list { line-height: 2; }
