.whs-ticket-portal,
.whs-ticket-detail {
	--whs-ticket-navy: #172238;
	--whs-ticket-orange: #f7941e;
	--whs-ticket-orange-soft: #fff2df;
	--whs-ticket-ink: #253249;
	--whs-ticket-muted: #69758a;
	--whs-ticket-line: #dfe4ec;
	--whs-ticket-surface: #fff;
	color: var(--whs-ticket-ink);
}

.whs-ticket-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 0 0 28px;
	padding: clamp(24px, 4vw, 40px);
	border-radius: 22px;
	background: linear-gradient(135deg, #172238 0%, #243552 100%);
	box-shadow: 0 18px 45px rgba(23, 34, 56, 0.18);
	color: #fff;
}

.whs-ticket-hero h2,
.whs-ticket-detail h2 {
	margin: 4px 0 10px;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.14;
	letter-spacing: -0.025em;
}

.whs-ticket-hero h2 {
	color: #fff;
}

.whs-ticket-hero p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.65;
}

.whs-ticket-eyebrow {
	margin: 0;
	color: var(--whs-ticket-orange) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.whs-ticket-hero__icon {
	display: grid;
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 21px;
	background: var(--whs-ticket-orange);
	color: var(--whs-ticket-navy);
	font-size: 2rem;
	font-weight: 900;
}

.whs-ticket-layout {
	display: grid;
	grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.45fr);
	gap: 24px;
	align-items: start;
}

.whs-ticket-card {
	min-width: 0;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--whs-ticket-line);
	border-radius: 18px;
	background: var(--whs-ticket-surface);
	box-shadow: 0 10px 30px rgba(23, 34, 56, 0.07);
}

.whs-ticket-card h3 {
	margin: 0 0 20px;
	color: var(--whs-ticket-navy);
	font-size: 1.25rem;
}

.whs-ticket-card__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.whs-ticket-card__heading h3 {
	margin: 0;
}

.whs-ticket-card__heading > span {
	display: grid;
	min-width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 999px;
	background: var(--whs-ticket-orange-soft);
	color: #8b4700;
	font-weight: 800;
}

.whs-ticket-form p {
	margin: 0 0 18px;
}

.whs-ticket-form label {
	display: block;
	margin: 0 0 7px;
	color: var(--whs-ticket-navy);
	font-size: 0.92rem;
	font-weight: 750;
}

.whs-ticket-form input[type="text"],
.whs-ticket-form input[type="file"],
.whs-ticket-form select,
.whs-ticket-form textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: 1px solid #cfd6e1;
	border-radius: 10px;
	background: #fff;
	color: var(--whs-ticket-navy);
	font: inherit;
}

.whs-ticket-form input[type="text"],
.whs-ticket-form select,
.whs-ticket-form textarea {
	padding: 11px 13px;
}

.whs-ticket-form input[type="file"] {
	padding: 8px;
	font-size: 0.86rem;
}

.whs-ticket-form textarea {
	min-height: 130px;
	resize: vertical;
}

.whs-ticket-form small {
	display: block;
	margin-top: 7px;
	color: var(--whs-ticket-muted);
	font-size: 0.78rem;
	line-height: 1.5;
}

.whs-ticket-form input:focus,
.whs-ticket-form select:focus,
.whs-ticket-form textarea:focus,
.whs-ticket-portal a:focus-visible,
.whs-ticket-detail a:focus-visible,
.whs-ticket-detail button:focus-visible {
	outline: 3px solid rgba(247, 148, 30, 0.38);
	outline-offset: 2px;
	border-color: var(--whs-ticket-orange);
}

.whs-ticket-button,
.woocommerce .whs-ticket-button.button.alt {
	min-height: 46px;
	padding: 11px 20px;
	border: 0;
	border-radius: 10px;
	background: var(--whs-ticket-orange);
	color: var(--whs-ticket-navy);
	font-weight: 800;
}

.whs-ticket-button:hover,
.woocommerce .whs-ticket-button.button.alt:hover {
	background: #e8830c;
	color: var(--whs-ticket-navy);
}

.whs-ticket-empty {
	padding: 34px 20px;
	border: 1px dashed #cfd6e1;
	border-radius: 13px;
	background: #f8f9fc;
	text-align: center;
}

.whs-ticket-empty strong {
	display: block;
	color: var(--whs-ticket-navy);
	font-size: 1.08rem;
}

.whs-ticket-empty p {
	margin: 8px auto 0;
	color: var(--whs-ticket-muted);
}

.whs-ticket-table-wrap {
	overflow-x: auto;
}

.whs-ticket-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.whs-ticket-table th,
.whs-ticket-table td {
	padding: 14px 10px;
	border: 0;
	border-bottom: 1px solid #edf0f4;
	vertical-align: middle;
	text-align: left;
}

.whs-ticket-table th {
	color: var(--whs-ticket-muted);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.whs-ticket-table td {
	color: var(--whs-ticket-ink);
	font-size: 0.9rem;
}

.whs-ticket-table td small {
	display: block;
	margin-top: 3px;
	color: var(--whs-ticket-muted);
	font-size: 0.76rem;
}

.whs-ticket-open,
.whs-ticket-back a {
	color: #a65300;
	font-weight: 750;
}

.whs-ticket-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 18px;
}

.whs-ticket-pagination .page-numbers {
	display: inline-flex;
	min-width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 9px;
	border: 1px solid var(--whs-ticket-line);
	border-radius: 8px;
	color: var(--whs-ticket-navy);
	text-decoration: none;
}

.whs-ticket-pagination .current {
	border-color: var(--whs-ticket-orange);
	background: var(--whs-ticket-orange-soft);
	font-weight: 800;
}

.whs-ticket-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 29px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 800;
	white-space: nowrap;
}

.whs-ticket-status--new {
	background: #fff0d7;
	color: #864500;
}

.whs-ticket-status--open {
	background: #e5f4ff;
	color: #075985;
}

.whs-ticket-status--closed {
	background: #edf0f4;
	color: #566276;
}

.whs-ticket-back {
	margin: 0 0 18px;
}

.whs-ticket-detail__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
	padding: clamp(24px, 3vw, 34px);
	border-radius: 18px;
	background: var(--whs-ticket-navy);
	color: #fff;
}

.whs-ticket-detail__header h2 {
	color: #fff;
}

.whs-ticket-detail__header p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
}

.whs-ticket-thread {
	display: grid;
	gap: 16px;
	margin-bottom: 24px;
}

.whs-ticket-message {
	width: min(86%, 720px);
	box-sizing: border-box;
	padding: 18px 20px;
	border: 1px solid var(--whs-ticket-line);
	border-radius: 15px 15px 15px 4px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(23, 34, 56, 0.06);
}

.whs-ticket-message--customer {
	justify-self: end;
	border-color: #f5cf9f;
	border-radius: 15px 15px 4px;
	background: #fff8ef;
}

.whs-ticket-message--system {
	width: 100%;
	padding: 11px 15px;
	border-style: dashed;
	border-radius: 10px;
	background: #f5f7fa;
	box-shadow: none;
	color: var(--whs-ticket-muted);
}

.whs-ticket-message header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.whs-ticket-message header strong {
	color: var(--whs-ticket-navy);
}

.whs-ticket-message header time {
	color: var(--whs-ticket-muted);
	font-size: 0.75rem;
}

.whs-ticket-message__body {
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.whs-ticket-attachments {
	display: grid;
	gap: 7px;
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}

.whs-ticket-attachments li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 11px;
	border-radius: 8px;
	background: rgba(23, 34, 56, 0.06);
	font-size: 0.84rem;
}

.whs-ticket-attachments a {
	color: #914800;
	font-weight: 750;
	overflow-wrap: anywhere;
}

.whs-ticket-attachments span {
	color: var(--whs-ticket-muted);
	white-space: nowrap;
}

.whs-ticket-reply {
	max-width: 760px;
	margin-top: 24px;
}

.whs-ticket-reply > p {
	margin-top: -10px;
	color: var(--whs-ticket-muted);
}

.whs-ticket-close-form {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--whs-ticket-line);
}

.whs-ticket-button--quiet {
	color: #7b2f2f !important;
}

@media (max-width: 900px) {
	.whs-ticket-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.whs-ticket-hero,
	.whs-ticket-detail__header {
		align-items: flex-start;
		padding: 22px;
	}

	.whs-ticket-hero__icon {
		display: none;
	}

	.whs-ticket-detail__header {
		flex-direction: column;
	}

	.whs-ticket-card {
		padding: 20px;
	}

	.whs-ticket-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.whs-ticket-table,
	.whs-ticket-table tbody,
	.whs-ticket-table tr,
	.whs-ticket-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.whs-ticket-table tr {
		margin-bottom: 14px;
		padding: 12px;
		border: 1px solid var(--whs-ticket-line);
		border-radius: 11px;
	}

	.whs-ticket-table td {
		display: grid;
		grid-template-columns: 90px 1fr;
		gap: 12px;
		padding: 7px 0;
		border: 0;
	}

	.whs-ticket-table td::before {
		content: attr(data-label);
		color: var(--whs-ticket-muted);
		font-size: 0.72rem;
		font-weight: 800;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.whs-ticket-message {
		width: 96%;
	}

	.whs-ticket-message header {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.whs-ticket-portal *,
	.whs-ticket-detail * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
