.spo-wrap {
	box-sizing: border-box;
	max-width: 1120px;
	margin: 0 auto;
	padding: 1rem;
	color: #0f172a;
}

.spo-wrap *,
.spo-wrap *::before,
.spo-wrap *::after {
	box-sizing: inherit;
}

.spo-notice {
	padding: 1rem;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
	color: #0f172a;
}

.spo-notice-info {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1e3a8a;
}

.spo-notice-error {
	margin: 0 0 1.5rem;
	border-color: #fecaca;
	background: #fef2f2;
	color: #7f1d1d;
}

.spo-notice-success {
	margin: 0 0 1.5rem;
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.spo-notice-error p {
	margin: 0 0 .5rem;
	font-weight: 700;
}

.spo-notice-error ul {
	margin: 0;
	padding-left: 1.25rem;
}

.spo-title {
	margin: 0 0 .5rem;
	color: #0f172a;
	font-size: 1.75rem;
	line-height: 1.2;
}

.spo-intro {
	margin: 0 0 1.5rem;
	color: #475569;
}

.spo-form {
	display: grid;
	gap: 1.25rem;
}

.spo-ux-panel,
.spo-preview-panel,
.spo-form-section,
.spo-panel {
	border: 1px solid #dbe3ee;
	border-radius: 8px;
	background: #ffffff;
	padding: 1.25rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.spo-ux-panel {
	border-color: #bfdbfe;
	background: #f8fbff;
}

.spo-ux-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	align-items: end;
}

.spo-ux-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1rem;
}

.spo-draft-status {
	min-height: 1.4rem;
	margin: .75rem 0 0;
	color: #2563eb;
	font-size: .92rem;
	font-weight: 700;
}

.spo-score {
	display: grid;
	gap: .5rem;
}

.spo-score-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	color: #1e293b;
	font-weight: 800;
}

.spo-score-track {
	width: 100%;
	height: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: #dbeafe;
}

.spo-score-track span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #2563eb;
	transition: width .2s ease;
}

.spo-preview-panel[hidden] {
	display: none;
}

.spo-preview-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.spo-preview-card {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 1rem;
	background: #ffffff;
}

.spo-preview-job h4 {
	margin: .5rem 0;
	color: #0b2550;
	font-size: 1.35rem;
	line-height: 1.25;
}

.spo-preview-job h5 {
	margin: 1rem 0 .35rem;
	color: #0f172a;
	font-size: 1rem;
}

.spo-preview-job p {
	margin: 0;
	color: #334155;
}

.spo-preview-meta {
	font-weight: 700;
}

.spo-preview-badges {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.spo-preview-badges span {
	border-radius: 999px;
	background: #e0f2fe;
	color: #075985;
	padding: .25rem .6rem;
	font-size: .82rem;
	font-weight: 800;
}

.spo-preview-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: .75rem;
	margin: 1rem 0;
}

.spo-preview-list div {
	border-left: 3px solid #bfdbfe;
	padding-left: .75rem;
}

.spo-preview-list dt {
	color: #64748b;
	font-size: .82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.spo-preview-list dd {
	margin: .15rem 0 0;
	color: #0f172a;
	font-weight: 700;
}

.spo-muted {
	color: #64748b;
	font-style: italic;
}

.spo-section-title {
	margin: 0 0 1rem;
	color: #0b2550;
	font-size: 1.15rem;
	line-height: 1.3;
}

.spo-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.spo-grid-full {
	grid-column: 1 / -1;
}

.spo-field {
	display: grid;
	gap: .4rem;
	margin: 0;
}

.spo-field label,
.spo-choice,
.spo-check-grid label,
.spo-consents label,
.spo-fieldset legend {
	color: #1e293b;
	font-weight: 700;
}

.spo-field input,
.spo-field select,
.spo-field textarea {
	width: 100%;
	min-height: 44px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
	color: #0f172a;
	padding: .75rem;
	font: inherit;
}

.spo-field textarea {
	resize: vertical;
}

.spo-field input:focus,
.spo-field select:focus,
.spo-field textarea:focus {
	border-color: #1d4ed8;
	outline: 3px solid rgba(29, 78, 216, .16);
}

.spo-help,
.spo-rgpd-note {
	color: #64748b;
	font-size: .92rem;
}

.spo-required {
	color: #b91c1c;
}

.spo-choice,
.spo-consents {
	margin: 1rem 0 0;
}

.spo-choice label,
.spo-check-grid label,
.spo-consents label {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	font-weight: 600;
	line-height: 1.45;
}

.spo-check-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: .75rem;
	margin: 0 0 1rem;
}

.spo-check-grid input,
.spo-consents input,
.spo-choice input {
	margin-top: .2rem;
}

.spo-fieldset {
	margin: 1rem 0 0;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 1rem;
}

.spo-fieldset legend {
	padding: 0 .35rem;
}

.spo-consents {
	display: grid;
	gap: .75rem;
}

.spo-actions {
	margin: 0;
}

.spo-actions-inline {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1.25rem;
}

.spo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
	color: #0f172a;
	padding: .75rem 1rem;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.spo-button:hover,
.spo-button:focus {
	border-color: #0b2550;
	color: #0b2550;
	text-decoration: none;
}

.spo-button-primary {
	border-color: #0b2550;
	background: #0b2550;
	color: #ffffff;
}

.spo-button-primary:hover,
.spo-button-primary:focus {
	background: #12376f;
	color: #ffffff;
}

.spo-button-danger {
	border-color: #b91c1c;
	background: #b91c1c;
	color: #ffffff;
}

.spo-button-danger:hover,
.spo-button-danger:focus {
	border-color: #991b1b;
	background: #991b1b;
	color: #ffffff;
}

.spo-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.spo-kicker {
	margin: 0 0 .5rem;
	color: #2563eb;
	font-size: .82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.spo-confirmation .spo-panel {
	max-width: 760px;
}

.spo-list-head {
	margin-bottom: 1rem;
}

.spo-filter-form {
	margin-bottom: 1.5rem;
	border: 1px solid #dbe3ee;
	border-radius: 8px;
	background: #ffffff;
	padding: 1rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.spo-filter-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.spo-filter-checks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.spo-filter-checks label {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	color: #1e293b;
	font-weight: 700;
}

.spo-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1rem;
}

.spo-results-count {
	margin: 0 0 1rem;
	color: #475569;
	font-weight: 800;
}

.spo-job-grid,
.spo-recruiter-grid,
.spo-candidate-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.spo-job-card,
.spo-recruiter-card,
.spo-candidate-card,
.spo-single-card {
	border: 1px solid #dbe3ee;
	border-radius: 8px;
	background: #ffffff;
	padding: 1.25rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.spo-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	min-height: 1.4rem;
}

.spo-badge,
.spo-tag-list span {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: .25rem .6rem;
	font-size: .82rem;
	font-weight: 800;
}

.spo-badge-urgent {
	background: #fee2e2;
	color: #991b1b;
}

.spo-badge-featured {
	background: #fef3c7;
	color: #92400e;
}

.spo-badge-success {
	background: #dcfce7;
	color: #166534;
}

.spo-card-title {
	margin: .35rem 0 .5rem;
	font-size: 1.25rem;
	line-height: 1.25;
}

.spo-card-title a {
	color: #0b2550;
	text-decoration: none;
}

.spo-card-title a:hover,
.spo-card-title a:focus {
	color: #1d4ed8;
	text-decoration: underline;
}

.spo-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem .75rem;
	margin: 0 0 .75rem;
	color: #475569;
	font-weight: 800;
}

.spo-card-meta span:not(:last-child)::after {
	content: "";
}

.spo-card-line,
.spo-card-excerpt {
	margin: 0 0 .75rem;
	color: #334155;
}

.spo-card-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	padding-top: .75rem;
	border-top: 1px solid #e2e8f0;
	color: #64748b;
	font-weight: 700;
}

.spo-pagination {
	margin-top: 1.25rem;
}

.spo-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.spo-pagination a,
.spo-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
	color: #0f172a;
	padding: .4rem .7rem;
	text-decoration: none;
	font-weight: 800;
}

.spo-pagination .current {
	border-color: #0b2550;
	background: #0b2550;
	color: #ffffff;
}

.spo-single-card {
	margin: 1rem 0 2rem;
}

.spo-single-header {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e2e8f0;
}

.spo-single-title {
	margin: 0 0 .75rem;
	color: #0b2550;
	font-size: 2rem;
	line-height: 1.15;
}

.spo-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin: 1rem 0;
}

.spo-button-disabled {
	cursor: not-allowed;
	opacity: .65;
}

.spo-single-section {
	padding: 1.25rem 0;
	border-top: 1px solid #e2e8f0;
}

.spo-single-section h2 {
	margin: 0 0 .75rem;
	color: #0f172a;
	font-size: 1.25rem;
	line-height: 1.3;
}

.spo-detail-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: .75rem;
	margin: 0;
}

.spo-detail-list div {
	border-left: 3px solid #bfdbfe;
	padding-left: .75rem;
}

.spo-detail-list dt {
	color: #64748b;
	font-size: .82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.spo-detail-list dd {
	margin: .15rem 0 0;
	color: #0f172a;
	font-weight: 700;
}

.spo-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.spo-tag-list span {
	background: #e0f2fe;
	color: #075985;
}

.spo-content {
	color: #334155;
	line-height: 1.65;
}

.spo-content p {
	margin: 0 0 1rem;
}

.spo-job-manage {
	display: grid;
	gap: 1rem;
}

.spo-manage-summary {
	margin-bottom: .25rem;
}

.spo-manage-form {
	gap: 1rem;
}

.spo-manage-actions {
	margin-top: .25rem;
}

.spo-manage-actions form {
	margin: 0;
}

.spo-contact-form {
	margin-top: 1rem;
}

@media (min-width: 720px) {
	.spo-wrap {
		padding: 1.5rem;
	}

	.spo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spo-check-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spo-ux-grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
	}

	.spo-preview-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spo-filter-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.spo-job-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spo-recruiter-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.spo-candidate-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.spo-detail-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
