.spo-cb-shell,
.spo-rb-shell {
	color: #172033;
}

.spo-cb-header,
.spo-cb-panel {
	border: 1px solid #d7dee8;
	border-radius: 8px;
	background: #ffffff;
	padding: 20px;
}

.spo-cb-header {
	margin-bottom: 14px;
}

.spo-cb-header h2,
.spo-cb-panel h3 {
	margin: 0 0 8px;
}

.spo-cb-header p,
.spo-cb-panel p {
	margin: 0;
	color: #4f5d75;
}

.spo-cb-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 14px;
	margin-bottom: 14px;
}

.spo-cb-panel {
	margin-bottom: 14px;
}

.spo-cb-score {
	display: inline-flex;
	border-radius: 8px;
	background: #ecfdf3;
	color: #166534;
	font-size: 24px;
	font-weight: 800;
	margin: 8px 0;
	padding: 10px 12px;
}

.spo-cb-notice {
	border-left: 4px solid #174ea6;
	background: #eaf2ff;
	color: #17365f;
	margin: 0 0 14px;
	padding: 12px;
}

.spo-cb-form,
.spo-cb-row {
	display: grid;
	gap: 10px;
}

.spo-cb-form label,
.spo-cb-row label {
	display: grid;
	gap: 6px;
	font-weight: 700;
}

.spo-cb-form input,
.spo-cb-form select,
.spo-cb-form textarea,
.spo-cb-row input,
.spo-cb-row select,
.spo-cb-row textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-sizing: border-box;
	font: inherit;
	padding: 10px;
}

.spo-cb-list {
	display: grid;
	gap: 12px;
}

.spo-cb-row,
.spo-cb-favorite,
.spo-cb-message {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	padding: 14px;
}

.spo-cb-row span {
	display: block;
	color: #4f5d75;
	margin-top: 4px;
}

.spo-cb-actions,
.spo-cb-favorite {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.spo-cb-button {
	border: 1px solid #174ea6;
	border-radius: 8px;
	background: #174ea6;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	padding: 11px 16px;
}

.spo-cb-button--ghost {
	background: #ffffff;
	color: #174ea6;
}

.spo-cb-link {
	border: 0;
	background: transparent;
	color: #174ea6;
	cursor: pointer;
	font-weight: 700;
	padding: 0;
}

.spo-cb-message pre {
	white-space: pre-wrap;
	margin: 0;
}

.spo-rb-header,
.spo-rb-panel {
	border: 1px solid #d7dee8;
	border-radius: 8px;
	background: #ffffff;
	padding: 20px;
}

.spo-rb-header {
	margin-bottom: 14px;
}

.spo-rb-header h2,
.spo-rb-panel h3 {
	margin: 0 0 8px;
}

.spo-rb-header p,
.spo-rb-panel p {
	margin: 0;
	color: #4f5d75;
}

.spo-rb-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 14px;
	margin-bottom: 14px;
}

.spo-rb-panel {
	margin-bottom: 14px;
}

.spo-rb-notice {
	border-left: 4px solid #174ea6;
	background: #eaf2ff;
	color: #17365f;
	margin: 0 0 14px;
	padding: 12px;
}

.spo-rb-form,
.spo-rb-note-form {
	display: grid;
	gap: 10px;
}

.spo-rb-form label,
.spo-rb-note-form label {
	display: grid;
	gap: 6px;
	font-weight: 700;
}

.spo-rb-form input,
.spo-rb-form select,
.spo-rb-form textarea,
.spo-rb-note-form textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-sizing: border-box;
	font: inherit;
	padding: 10px;
}

.spo-rb-mini-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
}

.spo-rb-offers,
.spo-rb-notes {
	margin: 10px 0;
	padding-left: 18px;
}

.spo-rb-list {
	display: grid;
	gap: 12px;
}

.spo-rb-row,
.spo-rb-message {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	padding: 14px;
}

.spo-rb-row__title {
	display: grid;
	gap: 4px;
}

.spo-rb-row__title span {
	color: #4f5d75;
}

.spo-rb-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.spo-rb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #174ea6;
	border-radius: 8px;
	background: #174ea6;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	padding: 11px 16px;
	text-decoration: none;
}

.spo-rb-button--ghost {
	background: #ffffff;
	color: #174ea6;
}

.spo-rb-link {
	border: 0;
	background: transparent;
	color: #174ea6;
	cursor: pointer;
	font-weight: 700;
	padding: 0;
	text-align: left;
}

.spo-rb-message {
	margin-top: 12px;
}

.spo-rb-message pre {
	white-space: pre-wrap;
	margin: 0;
}

.spo-account-tools-panel {
	border: 1px solid #cfe0f3;
	border-left: 4px solid #174ea6;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(23, 78, 166, 0.08);
	margin: 0 0 28px;
	padding: 22px;
}

.spo-account-tools-panel__head {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.spo-account-tools-kicker {
	display: inline-flex;
	color: #174ea6;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.spo-account-tools-panel h2 {
	margin: 6px 0 8px;
}

.spo-account-tools-panel p {
	color: #4f5d75;
	margin: 0;
}

.spo-account-tools-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #174ea6;
	border-radius: 8px;
	background: #174ea6;
	color: #ffffff;
	font-weight: 800;
	line-height: 1;
	padding: 12px 16px;
	text-decoration: none;
	white-space: nowrap;
}

.spo-account-tools-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 12px;
}

.spo-account-tools-card {
	display: grid;
	gap: 6px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	color: #172033;
	padding: 14px;
	text-decoration: none;
}

.spo-account-tools-card strong {
	color: #0b2e55;
}

.spo-account-tools-card span {
	color: #4f5d75;
	font-size: 14px;
	line-height: 1.45;
}

@media (max-width: 640px) {
	.spo-cb-actions,
	.spo-cb-favorite,
	.spo-rb-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.spo-cb-button,
	.spo-rb-button {
		width: 100%;
	}

	.spo-account-tools-panel__head {
		align-items: stretch;
		flex-direction: column;
	}

	.spo-account-tools-button {
		width: 100%;
	}
}

.spo-candidate-dashboard {
	color: #172033;
	display: grid;
	gap: 18px;
}

.spo-candidate-hero,
.spo-candidate-card,
.spo-candidate-panel {
	background: #ffffff;
	border: 1px solid #d7e2ef;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(11, 46, 85, 0.07);
}

.spo-candidate-hero {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 26px;
}

.spo-candidate-kicker {
	color: #0b4f86;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.spo-candidate-hero h1 {
	color: #08233f;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.1;
	margin: 6px 0 10px;
}

.spo-candidate-hero p,
.spo-candidate-card p,
.spo-candidate-panel p,
.spo-form-help {
	color: #50627a;
	line-height: 1.6;
	margin: 0;
}

.spo-primary-btn,
.spo-secondary-btn,
.spo-cb-button {
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.15;
	min-height: 44px;
	padding: 12px 16px;
	text-decoration: none;
}

.spo-board-actions-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.spo-primary-btn,
.spo-cb-button {
	background: #0b4f86;
	border: 1px solid #0b4f86;
	color: #ffffff;
}

.spo-secondary-btn,
.spo-cb-button--ghost {
	background: #ffffff;
	border: 1px solid #b9cbe0;
	color: #0b4f86;
}

.spo-primary-btn:focus-visible,
.spo-secondary-btn:focus-visible,
.spo-cb-button:focus-visible,
.spo-cb-link:focus-visible,
.spo-candidate-form input:focus-visible,
.spo-candidate-form select:focus-visible,
.spo-candidate-form textarea:focus-visible,
.spo-cb-row input:focus-visible,
.spo-cb-row select:focus-visible,
.spo-cb-row textarea:focus-visible {
	outline: 3px solid rgba(11, 79, 134, 0.28);
	outline-offset: 2px;
}

.spo-candidate-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spo-candidate-card {
	display: grid;
	gap: 8px;
	padding: 18px;
}

.spo-candidate-card__label {
	color: #50627a;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.spo-candidate-card strong {
	color: #08233f;
	font-size: 30px;
	line-height: 1;
}

.spo-progress {
	background: #e6edf5;
	border-radius: 999px;
	height: 9px;
	overflow: hidden;
	width: 100%;
}

.spo-progress span {
	background: #0b4f86;
	border-radius: inherit;
	display: block;
	height: 100%;
}

.spo-candidate-layout {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.spo-candidate-main,
.spo-candidate-side {
	display: grid;
	gap: 18px;
}

.spo-candidate-panel {
	padding: 20px;
}

.spo-candidate-panel__head {
	align-items: start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.spo-candidate-panel h2 {
	color: #08233f;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.spo-candidate-panel h3 {
	color: #08233f;
	font-size: 17px;
	line-height: 1.25;
	margin: 16px 0 8px;
}

.spo-candidate-form,
.spo-cb-row {
	display: grid;
	gap: 12px;
}

.spo-candidate-form label,
.spo-cb-row label {
	color: #08233f;
	display: grid;
	font-size: 14px;
	font-weight: 800;
	gap: 7px;
}

.spo-candidate-form input,
.spo-candidate-form select,
.spo-candidate-form textarea,
.spo-cb-row input,
.spo-cb-row select,
.spo-cb-row textarea {
	background: #ffffff;
	border: 1px solid #b9cbe0;
	border-radius: 8px;
	box-shadow: inset 0 1px 2px rgba(11, 46, 85, 0.04);
	box-sizing: border-box;
	color: #172033;
	font: inherit;
	min-height: 44px;
	padding: 11px 12px;
	width: 100%;
}

.spo-candidate-form textarea,
.spo-cb-row textarea {
	line-height: 1.5;
	resize: vertical;
}

.spo-empty-state {
	background: #f8fbff;
	border: 1px dashed #b9cbe0;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	padding: 18px;
}

.spo-empty-state h3 {
	margin: 0;
}

.spo-empty-state--compact {
	margin-top: 12px;
	padding: 14px;
}

.spo-cb-list {
	display: grid;
	gap: 14px;
}

.spo-cb-row,
.spo-cb-favorite,
.spo-cb-message {
	background: #f8fbff;
	border: 1px solid #dbe6f2;
	border-radius: 8px;
	padding: 16px;
}

.spo-cb-row__title {
	display: grid;
	gap: 4px;
}

.spo-cb-row__title strong {
	color: #08233f;
	font-size: 17px;
}

.spo-cb-row__title span,
.spo-cb-favorite span {
	color: #50627a;
}

.spo-cb-actions,
.spo-cb-favorite {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.spo-cb-link {
	border: 0;
	background: transparent;
	color: #0b4f86;
	cursor: pointer;
	font-weight: 800;
	padding: 0;
}

.spo-candidate-checklist {
	display: grid;
	gap: 8px;
	margin: 10px 0 0;
	padding-left: 18px;
}

.spo-cb-message {
	margin-top: 14px;
}

.spo-cb-message pre {
	color: #172033;
	font: inherit;
	line-height: 1.55;
	margin: 0;
	white-space: pre-wrap;
}

@media (max-width: 980px) {
	.spo-candidate-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spo-candidate-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.spo-candidate-dashboard {
		gap: 14px;
	}

	.spo-candidate-hero,
	.spo-candidate-panel,
	.spo-candidate-card {
		padding: 16px;
	}

	.spo-candidate-hero,
	.spo-candidate-panel__head,
	.spo-cb-actions,
	.spo-cb-favorite {
		align-items: stretch;
		flex-direction: column;
	}

	.spo-candidate-summary {
		grid-template-columns: 1fr;
	}

	.spo-primary-btn,
	.spo-secondary-btn,
	.spo-cb-button {
		width: 100%;
	}
}

.spo-candidate-dashboard,
.spo-recruiter-dashboard {
	box-sizing: border-box;
	display: grid;
	gap: 18px;
	margin: 0 auto 34px;
	max-width: 1160px;
	width: min(100%, 1160px);
}

.spo-candidate-dashboard *,
.spo-recruiter-dashboard * {
	box-sizing: border-box;
}

.spo-candidate-hero,
.spo-recruiter-hero,
.spo-candidate-card,
.spo-recruiter-card,
.spo-candidate-panel,
.spo-recruiter-panel {
	background: #ffffff;
	border: 1px solid #d5e2ef;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(8, 35, 63, 0.08);
}

.spo-candidate-hero,
.spo-recruiter-hero {
	align-items: center;
	background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 24px;
}

.spo-candidate-kicker,
.spo-recruiter-kicker {
	color: #0b4f86;
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.spo-candidate-hero h1,
.spo-recruiter-hero h1 {
	color: #08233f;
	font-size: 40px;
	line-height: 1.12;
	margin: 0 0 12px;
}

.spo-candidate-hero p,
.spo-recruiter-hero p,
.spo-candidate-card p,
.spo-recruiter-card p,
.spo-candidate-panel p,
.spo-recruiter-panel p,
.spo-form-help {
	color: #41546b;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.spo-candidate-summary,
.spo-recruiter-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spo-candidate-card,
.spo-recruiter-card {
	display: grid;
	gap: 8px;
	min-height: 150px;
	padding: 18px;
}

.spo-candidate-card__label,
.spo-recruiter-card__label {
	color: #50627a;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.spo-candidate-card strong,
.spo-recruiter-card strong {
	color: #08233f;
	font-size: 30px;
	line-height: 1;
}

.spo-candidate-layout,
.spo-recruiter-layout {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.spo-candidate-main,
.spo-candidate-side,
.spo-recruiter-main,
.spo-recruiter-side {
	display: grid;
	gap: 18px;
}

.spo-candidate-panel,
.spo-recruiter-panel {
	padding: 20px;
}

.spo-candidate-panel__head,
.spo-recruiter-panel__head {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.spo-candidate-panel h2,
.spo-recruiter-panel h2 {
	color: #08233f;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.spo-candidate-panel h3,
.spo-recruiter-panel h3 {
	color: #08233f;
	font-size: 18px;
	line-height: 1.25;
	margin: 14px 0 8px;
}

.spo-primary-btn,
.spo-secondary-btn,
.spo-cb-button,
.spo-rb-button {
	border-radius: 8px;
	display: inline-flex;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 12px 16px;
	text-decoration: none;
}

.spo-primary-btn,
.spo-cb-button,
.spo-rb-button {
	background: #0b4f86;
	border: 1px solid #0b4f86;
	color: #ffffff;
}

.spo-secondary-btn,
.spo-cb-button--ghost,
.spo-rb-button--ghost {
	background: #ffffff;
	border: 1px solid #b8cbdf;
	color: #0b4f86;
}

.spo-candidate-form,
.spo-cb-row,
.spo-rb-form,
.spo-rb-note-form {
	display: grid;
	gap: 12px;
}

.spo-candidate-form label,
.spo-cb-row label,
.spo-rb-form label,
.spo-rb-note-form label {
	color: #08233f;
	display: grid;
	font-size: 14px;
	font-weight: 800;
	gap: 7px;
}

.spo-candidate-form input,
.spo-candidate-form select,
.spo-candidate-form textarea,
.spo-cb-row input,
.spo-cb-row select,
.spo-cb-row textarea,
.spo-rb-form input,
.spo-rb-form select,
.spo-rb-form textarea,
.spo-rb-note-form textarea {
	background: #ffffff;
	border: 1px solid #b8cbdf;
	border-radius: 8px;
	box-shadow: inset 0 1px 2px rgba(8, 35, 63, 0.04);
	color: #172033;
	font: inherit;
	min-height: 44px;
	padding: 11px 12px;
	width: 100%;
}

.spo-candidate-form textarea,
.spo-cb-row textarea,
.spo-rb-form textarea,
.spo-rb-note-form textarea {
	line-height: 1.5;
	resize: vertical;
}

.spo-rb-mini-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spo-rb-list,
.spo-cb-list {
	display: grid;
	gap: 14px;
}

.spo-rb-row,
.spo-cb-row,
.spo-cb-favorite,
.spo-rb-message,
.spo-cb-message,
.spo-empty-state {
	background: #f8fbff;
	border: 1px solid #dbe7f2;
	border-radius: 8px;
	padding: 16px;
}

.spo-empty-state {
	border-style: dashed;
	display: grid;
	gap: 10px;
}

.spo-empty-state h3 {
	margin: 0;
}

.spo-empty-state--compact {
	margin-top: 12px;
	padding: 14px;
}

.spo-cb-actions,
.spo-rb-actions,
.spo-cb-favorite {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.spo-rb-row__title,
.spo-cb-row__title {
	display: grid;
	gap: 4px;
}

.spo-rb-row__title strong,
.spo-cb-row__title strong {
	color: #08233f;
	font-size: 17px;
}

.spo-rb-row__title span,
.spo-cb-row__title span,
.spo-cb-favorite span {
	color: #50627a;
}

.spo-rb-offers,
.spo-rb-notes,
.spo-candidate-checklist {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
	padding-left: 18px;
}

.spo-rb-link,
.spo-cb-link {
	background: transparent;
	border: 0;
	color: #0b4f86;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 0;
	text-align: left;
}

.spo-rb-message pre,
.spo-cb-message pre {
	color: #172033;
	font: inherit;
	line-height: 1.55;
	margin: 0;
	white-space: pre-wrap;
}

.spo-progress {
	background: #e6edf5;
	border-radius: 999px;
	height: 9px;
	overflow: hidden;
	width: 100%;
}

.spo-progress span {
	background: #0b4f86;
	border-radius: inherit;
	display: block;
	height: 100%;
}

@media (max-width: 980px) {
	.spo-candidate-summary,
	.spo-recruiter-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spo-candidate-layout,
	.spo-recruiter-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.spo-candidate-hero,
	.spo-recruiter-hero,
	.spo-candidate-panel,
	.spo-recruiter-panel,
	.spo-candidate-card,
	.spo-recruiter-card {
		padding: 16px;
	}

	.spo-candidate-hero,
	.spo-recruiter-hero,
	.spo-candidate-panel__head,
	.spo-recruiter-panel__head,
	.spo-cb-actions,
	.spo-rb-actions,
	.spo-cb-favorite {
		align-items: stretch;
		flex-direction: column;
	}

	.spo-candidate-hero h1,
	.spo-recruiter-hero h1 {
		font-size: 30px;
	}

	.spo-candidate-summary,
	.spo-recruiter-summary,
	.spo-rb-mini-grid {
		grid-template-columns: 1fr;
	}

	.spo-primary-btn,
	.spo-secondary-btn,
	.spo-cb-button,
	.spo-rb-button {
		width: 100%;
	}
}

.spo-credit-packs {
	box-sizing: border-box;
	display: grid;
	gap: 18px;
	margin: 0 auto 34px;
	max-width: 1160px;
	width: min(100%, 1160px);
}

.spo-credit-packs *,
.spo-credit-packs *::before,
.spo-credit-packs *::after {
	box-sizing: border-box;
}

.spo-credit-packs__hero,
.spo-credit-pack {
	background: #ffffff;
	border: 1px solid #d5e2ef;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(8, 35, 63, 0.08);
}

.spo-credit-packs__hero {
	align-items: center;
	background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 24px;
}

.spo-credit-packs__hero h2 {
	color: #08233f;
	font-size: 34px;
	line-height: 1.12;
	margin: 0 0 10px;
}

.spo-credit-packs__hero p,
.spo-credit-pack p {
	color: #41546b;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.spo-credit-packs__balance {
	background: #eaf3fb;
	border: 1px solid #c9ddec;
	border-radius: 8px;
	display: grid;
	gap: 6px;
	min-width: 140px;
	padding: 14px;
	text-align: center;
}

.spo-credit-packs__balance span {
	color: #50627a;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.spo-credit-packs__balance strong {
	color: #08233f;
	font-size: 34px;
	line-height: 1;
}

.spo-credit-packs__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spo-credit-pack {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.spo-credit-pack h3 {
	color: #08233f;
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}

.spo-credit-pack > strong {
	color: #0b4f86;
	font-size: 28px;
	line-height: 1;
}

.spo-credit-pack form {
	margin: 0;
}

@media (max-width: 900px) {
	.spo-credit-packs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.spo-credit-packs__hero {
		align-items: stretch;
		flex-direction: column;
		padding: 16px;
	}

	.spo-credit-packs__hero h2 {
		font-size: 28px;
	}

	.spo-credit-packs__grid {
		grid-template-columns: 1fr;
	}
}

.spo-dashboard-panel__head,
.spo-candidate-panel__head,
.spo-recruiter-panel__head {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.spo-dashboard-panel__body[hidden],
.spo-candidate-panel [data-spo-dashboard-panel][hidden],
.spo-recruiter-panel [data-spo-dashboard-panel][hidden],
.spo-cb-row[hidden],
.spo-rb-row[hidden],
.spo-filter-empty[hidden] {
	display: none;
}

.spo-dashboard-toggle {
	align-items: center;
	background: #ffffff;
	border: 1px solid #bfd4e8;
	border-radius: 999px;
	color: #0b4f86;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	white-space: nowrap;
}

.spo-dashboard-toggle[aria-expanded="true"] .spo-dashboard-toggle__open,
.spo-dashboard-toggle[aria-expanded="false"] .spo-dashboard-toggle__close {
	display: none;
}

.spo-dashboard-toggle:focus-visible {
	outline: 3px solid rgba(11, 79, 134, 0.26);
	outline-offset: 2px;
}

.spo-board-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.spo-summary-link {
	color: inherit;
	text-decoration: none;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.spo-summary-link:hover,
.spo-summary-link:focus {
	border-color: #8fb7d8;
	box-shadow: 0 18px 38px rgba(8, 35, 63, 0.12);
	color: inherit;
	text-decoration: none;
	transform: translateY(-1px);
}

.spo-summary-link:focus-visible {
	outline: 3px solid rgba(11, 79, 134, 0.26);
	outline-offset: 3px;
}

.spo-summary-link__cta {
	color: #0b4f86;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	margin-top: 8px;
}

.spo-cb-message-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.spo-cb-saved-message {
	background: #f8fbff;
	border: 1px solid #dbe7f2;
	border-radius: 8px;
	display: grid;
	gap: 8px;
	padding: 14px;
}

.spo-cb-saved-message strong {
	color: #08233f;
	font-size: 15px;
}

.spo-cb-saved-message span {
	color: #66788f;
	font-size: 12px;
	font-weight: 800;
}

.spo-cb-saved-message pre {
	background: #ffffff;
	border: 1px solid #dbe7f2;
	border-radius: 8px;
	color: #243a52;
	font: inherit;
	line-height: 1.55;
	margin: 0;
	padding: 12px;
	white-space: pre-wrap;
}

.spo-profile-fields {
	display: grid;
	gap: 8px;
	margin: 12px 0 16px;
}

.spo-profile-fields div {
	background: #f8fbff;
	border: 1px solid #dbe7f2;
	border-radius: 8px;
	display: grid;
	gap: 4px;
	padding: 10px 12px;
}

.spo-profile-fields dt {
	color: #51677f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.spo-profile-fields dd {
	color: #08233f;
	font-size: 14px;
	font-weight: 800;
	margin: 0;
	overflow-wrap: anywhere;
}

.spo-favorite-box {
	background: #f8fbff;
	border: 1px solid #dbe7f2;
	border-radius: 8px;
	margin: 18px 0;
	padding: 14px;
}

.spo-favorite-box .spo-secondary-btn {
	width: auto;
}

.spo-cb-favorite small {
	color: #5f748a;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 3px;
}

.spo-board-filters {
	background: #f8fbff;
	border: 1px solid #dbe7f2;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr);
	margin: 18px 0;
	padding: 14px;
}

.spo-board-filters label {
	color: #08233f;
	display: grid;
	font-size: 13px;
	font-weight: 900;
	gap: 7px;
	margin: 0;
}

.spo-board-filters input,
.spo-board-filters select {
	background: #ffffff;
	border: 1px solid #bfd4e8;
	border-radius: 8px;
	color: #08233f;
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.spo-board-filters input:focus,
.spo-board-filters select:focus {
	border-color: #0b4f86;
	box-shadow: 0 0 0 3px rgba(11, 79, 134, 0.14);
	outline: none;
}

.spo-board-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.spo-board-meta span {
	color: #51677f;
	font-size: 12px;
	font-weight: 800;
}

.spo-board-chip {
	background: #eaf3fb;
	border: 1px solid #c9ddec;
	border-radius: 999px;
	color: #0b4f86 !important;
	padding: 6px 9px;
}

@media (max-width: 680px) {
	.spo-dashboard-panel__head,
	.spo-candidate-panel__head,
	.spo-recruiter-panel__head {
		align-items: stretch;
		flex-direction: column;
	}

	.spo-dashboard-toggle {
		width: 100%;
	}

	.spo-board-hero-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.spo-board-actions-inline {
		align-items: stretch;
		flex-direction: column;
	}

	.spo-board-filters {
		grid-template-columns: 1fr;
	}
}
