.asj-delete-account,
.asj-delete-admin {
	--asj-delete-primary: #b16d36;
	--asj-delete-primary-2: #7c3f1d;
	--asj-delete-danger: #b42318;
	--asj-delete-warning: #92400e;
	--asj-delete-success: #166534;
	--asj-delete-ink: #17211d;
	--asj-delete-muted: #65736c;
	--asj-delete-line: #eadfd7;
	color: var(--asj-delete-ink);
}

.asj-delete-account * {
	box-sizing: border-box;
}

.asj-delete-hero,
.asj-delete-card,
.asj-delete-detail {
	border: 1px solid var(--asj-delete-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(23, 33, 29, .08);
}

.asj-delete-hero {
	margin-bottom: 16px;
	padding: clamp(18px, 3vw, 26px);
	background:
		radial-gradient(700px 260px at 12% 0%, rgba(177,109,54,.16), transparent 60%),
		linear-gradient(135deg, #fff, #fff7ef);
}

.asj-delete-hero span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff0e6;
	color: var(--asj-delete-primary);
	font-weight: 900;
}

.asj-delete-hero h2,
.asj-delete-card h3 {
	margin: 10px 0 8px;
	color: var(--asj-delete-ink);
	font-weight: 950;
	line-height: 1.35;
}

.asj-delete-hero p,
.asj-delete-card p,
.asj-delete-card li,
.asj-delete-card small {
	color: var(--asj-delete-muted);
	line-height: 1.9;
}

.asj-delete-grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 16px;
	align-items: start;
}

.asj-delete-card {
	padding: 18px;
}

.asj-delete-card.is-warning {
	border-color: #fed7aa;
	background: linear-gradient(145deg, #fff, #fff7ed);
}

.asj-delete-card.is-status {
	border-color: #bfdbfe;
	background: linear-gradient(145deg, #fff, #eff6ff);
}

.asj-delete-card ul {
	margin: 0;
	padding: 0 22px 0 0;
}

.asj-delete-form {
	display: grid;
	gap: 13px;
}

.asj-delete-summary {
	display: grid;
	gap: 4px;
	padding: 13px;
	border: 1px solid #d8eee9;
	border-radius: 12px;
	background: #f0fdfa;
}

.asj-delete-summary span {
	color: #0f766e;
	font-size: 12px;
	font-weight: 900;
}

.asj-delete-summary strong {
	font-size: 18px;
	line-height: 1.45;
}

.asj-delete-summary small {
	color: var(--asj-delete-muted);
	direction: ltr;
	text-align: right;
}

.asj-delete-form label:not(.asj-delete-check) {
	display: grid;
	gap: 7px;
}

.asj-delete-form label > span {
	color: var(--asj-delete-ink);
	font-weight: 900;
}

.asj-delete-form input[type="tel"],
.asj-delete-form input[type="password"],
.asj-delete-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid var(--asj-delete-line);
	border-radius: 12px;
	background: #fffaf7;
	color: var(--asj-delete-ink);
	box-shadow: none;
}

.asj-delete-phone-field {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid var(--asj-delete-line);
	border-radius: 12px;
	background: #fffaf7;
}

.asj-delete-phone-prefix {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-right: 1px solid var(--asj-delete-line);
	background: #fff1e8;
	color: var(--asj-delete-primary);
	font-weight: 950;
	direction: ltr;
}

.asj-delete-phone-field input[type="tel"] {
	min-height: 46px;
	border: 0;
	border-radius: 0;
	background: transparent;
	direction: ltr;
	text-align: left;
}

.asj-delete-form textarea {
	min-height: 120px;
	padding: 12px;
	resize: vertical;
}

.asj-delete-form input:focus,
.asj-delete-form textarea:focus {
	outline: 2px solid rgba(177,109,54,.18);
	border-color: var(--asj-delete-primary);
	background: #fff;
}

.asj-delete-phone-field:focus-within {
	outline: 2px solid rgba(177,109,54,.18);
	border-color: var(--asj-delete-primary);
	background: #fff;
}

.asj-delete-phone-field:focus-within input {
	outline: 0;
	background: transparent;
}

.asj-delete-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border: 1px solid #fed7aa;
	border-radius: 12px;
	background: #fff7ed;
	color: var(--asj-delete-warning);
	font-weight: 850;
	line-height: 1.8;
}

.asj-delete-check input {
	width: 18px;
	height: 18px;
	margin-top: 5px;
	accent-color: var(--asj-delete-primary);
}

.asj-delete-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--asj-delete-primary), var(--asj-delete-primary-2));
	color: #fff;
	font-weight: 950;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 14px 26px rgba(177,109,54,.20);
}

.asj-delete-button.is-secondary {
	background: #eef2f7;
	color: #334155;
	box-shadow: none;
}

.asj-delete-admin > p {
	color: var(--asj-delete-muted);
	font-size: 14px;
	line-height: 1.8;
}

.asj-delete-table {
	margin-top: 14px;
}

.asj-delete-table th,
.asj-delete-table td {
	vertical-align: top;
}

.asj-delete-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eef2f7;
	color: #334155;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.asj-delete-status.is-pending {
	background: #fffbeb;
	color: #92400e;
}

.asj-delete-status.is-isolated {
	background: #fef2f2;
	color: #991b1b;
}

.asj-delete-status.is-deleted {
	background: #111827;
	color: #fff;
}

.asj-delete-status.is-cancelled,
.asj-delete-status.is-restored {
	background: #f0fdf4;
	color: #166534;
}

.asj-delete-admin-actions {
	display: grid;
	gap: 8px;
	max-width: 310px;
}

.asj-delete-admin-actions textarea {
	width: 100%;
	min-height: 54px;
	border-radius: 8px;
}

.asj-delete-admin-actions > div {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.asj-delete-admin-actions small,
.asj-delete-muted {
	color: var(--asj-delete-muted);
}

.column-asj_delete_request {
	width: 190px;
}

.asj-delete-user-muted {
	color: #94a3b8;
	font-weight: 800;
}

.asj-delete-user-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid #fed7aa;
	border-radius: 999px;
	background: #fffbeb;
	color: #92400e;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.4;
	text-decoration: none;
	white-space: normal;
}

.asj-delete-user-badge:hover,
.asj-delete-user-badge:focus {
	color: #7c2d12;
	border-color: #fdba74;
	background: #fff7ed;
}

.asj-delete-user-badge.is-isolated {
	border-color: #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.asj-delete-user-badge.is-closed {
	border-color: #d8eee9;
	background: #f8fafc;
	color: #475569;
}

.asj-delete-users-notice p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.asj-delete-detail {
	margin: 16px 0;
	padding: 18px;
	background: #fffaf7;
}

.asj-delete-detail-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 12px;
}

.asj-delete-detail-grid p {
	margin: 0;
	padding: 10px;
	border: 1px solid var(--asj-delete-line);
	border-radius: 10px;
	background: #fff;
}

.asj-delete-detail pre {
	overflow: auto;
	max-height: 420px;
	padding: 14px;
	border: 1px solid var(--asj-delete-line);
	border-radius: 10px;
	background: #17211d;
	color: #e2e8f0;
	direction: ltr;
	text-align: left;
	white-space: pre-wrap;
}

@media (max-width: 900px) {
	.asj-delete-grid,
	.asj-delete-detail-grid {
		grid-template-columns: 1fr;
	}

	.asj-delete-button {
		width: 100%;
	}
}
