.bkr-app,
.bkr-app * {
	box-sizing: border-box;
}

.bkr-app {
	--bkr-primary: #2563eb;
	--bkr-accent: #14b8a6;
	--bkr-dark: #0f172a;
	--bkr-ink: #1e293b;
	--bkr-muted: #64748b;
	--bkr-line: #e2e8f0;
	--bkr-soft: #f8fafc;
	--bkr-white: #fff;
	--bkr-danger: #dc2626;
	--bkr-radius: 18px;
	--bkr-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	color: var(--bkr-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.65;
}

.bkr-template-main {
	display: block;
	min-height: 65vh;
}

.bkr-shell {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 24px;
	width: 100%;
}

.bkr-app h1,
.bkr-app h2,
.bkr-app h3,
.bkr-app p {
	margin-top: 0;
}

.bkr-app h1,
.bkr-app h2,
.bkr-app h3 {
	color: var(--bkr-dark);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.bkr-app a {
	color: var(--bkr-primary);
	text-decoration: none;
}

.bkr-app a:focus-visible,
.bkr-app button:focus-visible,
.bkr-app input:focus-visible,
.bkr-app select:focus-visible,
.bkr-app textarea:focus-visible,
.bkr-app summary:focus-visible {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--bkr-primary) 24%, transparent);
	outline: 2px solid var(--bkr-primary);
	outline-offset: 2px;
}

.bkr-app svg {
	fill: none;
	flex: 0 0 auto;
	height: 1.15em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	vertical-align: -0.16em;
	width: 1.15em;
}

.bkr-eyebrow {
	color: var(--bkr-primary);
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bkr-button {
	align-items: center;
	background: var(--bkr-primary);
	border: 1px solid var(--bkr-primary);
	border-radius: 12px;
	box-shadow: 0 9px 22px color-mix(in srgb, var(--bkr-primary) 22%, transparent);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 750;
	gap: 9px;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 12px 20px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bkr-button:hover {
	background: color-mix(in srgb, var(--bkr-primary) 87%, #000);
	box-shadow: 0 12px 26px color-mix(in srgb, var(--bkr-primary) 28%, transparent);
	color: #fff;
	transform: translateY(-1px);
}

.bkr-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.42);
	box-shadow: none;
}

.bkr-button--ghost:hover {
	background: rgba(255, 255, 255, 0.09);
}

.bkr-button--light {
	background: #fff;
	border-color: #fff;
	box-shadow: none;
	color: var(--bkr-dark) !important;
}

.bkr-button--outline {
	background: transparent;
	box-shadow: none;
	color: var(--bkr-primary) !important;
}

.bkr-button--small {
	border-radius: 10px;
	font-size: 0.86rem;
	min-height: 40px;
	padding: 9px 15px;
}

.bkr-button--full {
	width: 100%;
}

.bkr-text-link {
	align-items: center;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 750;
	gap: 7px;
}

.bkr-hero {
	background: linear-gradient(135deg, var(--bkr-dark) 0%, #172554 55%, color-mix(in srgb, var(--bkr-primary) 68%, #0f172a) 100%);
	color: #fff;
	overflow: hidden;
	padding-block: clamp(76px, 9vw, 126px);
	position: relative;
}

.bkr-hero__glow {
	background: radial-gradient(circle, color-mix(in srgb, var(--bkr-accent) 55%, transparent) 0%, transparent 67%);
	filter: blur(8px);
	height: 680px;
	position: absolute;
	right: -230px;
	top: -310px;
	width: 680px;
}

.bkr-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(38px, 7vw, 84px);
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	position: relative;
}

.bkr-hero .bkr-eyebrow {
	color: #5eead4;
}

.bkr-hero h1 {
	color: #fff;
	font-size: clamp(2.55rem, 5vw, 4.8rem);
	letter-spacing: -0.055em;
	margin-bottom: 22px;
	max-width: 780px;
}

.bkr-hero__copy > p {
	color: #cbd5e1;
	font-size: clamp(1rem, 1.6vw, 1.17rem);
	max-width: 660px;
}

.bkr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.bkr-hero__panel {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 24px;
	box-shadow: 0 28px 80px rgba(2, 6, 23, 0.35);
	color: var(--bkr-ink);
	padding: 26px;
}

.bkr-hero__panel-title {
	color: var(--bkr-dark);
	font-weight: 800;
	margin-bottom: 16px;
}

.bkr-search {
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: 16px;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(230px, 1.6fr) minmax(170px, 0.8fr) minmax(150px, 0.7fr) auto;
	padding: 8px;
}

.bkr-hero__panel .bkr-search {
	background: transparent;
	border: 0;
	grid-template-columns: 1fr;
	padding: 0;
}

.bkr-search__field {
	align-items: center;
	background: var(--bkr-soft);
	border: 1px solid transparent;
	border-radius: 10px;
	display: flex;
	gap: 8px;
	margin: 0;
	min-width: 0;
	padding-inline: 13px;
}

.bkr-search__field:focus-within {
	background: #fff;
	border-color: var(--bkr-primary);
}

.bkr-search__field > span {
	color: var(--bkr-muted);
	display: flex;
}

.bkr-search input,
.bkr-search select {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--bkr-ink);
	font: inherit;
	font-size: 0.89rem;
	height: 46px;
	margin: 0;
	min-width: 0;
	outline: 0;
	padding: 0 !important;
	width: 100%;
}

.bkr-trust-list {
	color: var(--bkr-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.77rem;
	gap: 14px;
	margin-top: 16px;
}

.bkr-trust-list span {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.bkr-trust-list svg {
	color: var(--bkr-accent);
	stroke-width: 2.5;
}

.bkr-stats {
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: 18px;
	box-shadow: var(--bkr-shadow);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -35px;
	padding-block: 25px;
	position: relative;
	z-index: 2;
}

.bkr-stat {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6px 18px;
	text-align: center;
}

.bkr-stat + .bkr-stat {
	border-left: 1px solid var(--bkr-line);
}

.bkr-stat strong {
	color: var(--bkr-dark);
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.1;
}

.bkr-stat span {
	color: var(--bkr-muted);
	font-size: 0.82rem;
}

.bkr-section {
	padding-block: clamp(70px, 8vw, 110px);
}

.bkr-section__head,
.bkr-panel__head,
.bkr-results__bar {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.bkr-section__head {
	margin-bottom: 32px;
}

.bkr-section__head h2,
.bkr-split-cta h2 {
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	margin-bottom: 0;
}

.bkr-job-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkr-job-list {
	display: grid;
	gap: 14px;
}

.bkr-job-card {
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: var(--bkr-radius);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 22px;
	position: relative;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bkr-job-card:hover {
	border-color: color-mix(in srgb, var(--bkr-primary) 45%, var(--bkr-line));
	box-shadow: var(--bkr-shadow);
	transform: translateY(-2px);
}

.bkr-job-card__top {
	align-items: flex-start;
	display: grid;
	gap: 13px;
	grid-template-columns: 48px minmax(0, 1fr) auto;
}

.bkr-logo-wrap {
	align-items: center;
	background: var(--bkr-soft);
	border: 1px solid var(--bkr-line);
	border-radius: 12px;
	color: var(--bkr-primary);
	display: flex;
	font-size: 1.25rem;
	font-weight: 850;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	width: 48px;
}

.bkr-logo-wrap--large {
	border-radius: 16px;
	height: 74px;
	width: 74px;
}

.bkr-logo-wrap--xl {
	border-radius: 20px;
	height: 110px;
	width: 110px;
}

.bkr-company-logo {
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	padding: 7px;
	width: 100% !important;
}

.bkr-job-card h2 {
	font-size: 1.08rem;
	margin: 5px 0 4px;
}

.bkr-job-card h2 a {
	color: var(--bkr-dark);
}

.bkr-company-name,
.bkr-job-card__excerpt {
	color: var(--bkr-muted);
}

.bkr-company-name {
	font-size: 0.83rem;
	margin-bottom: 0;
}

.bkr-badges,
.bkr-skill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.bkr-badge {
	background: #eef2ff;
	border-radius: 999px;
	color: #4338ca;
	font-size: 0.66rem;
	font-weight: 750;
	line-height: 1;
	padding: 6px 9px;
}

.bkr-badge--featured {
	background: #fffbeb;
	color: #a16207;
}

.bkr-badge--closed {
	background: #fef2f2;
	color: #b91c1c;
}

.bkr-bookmark-form {
	margin: 0;
}

.bkr-bookmark {
	align-items: center;
	background: transparent;
	border: 1px solid var(--bkr-line);
	border-radius: 10px;
	color: var(--bkr-muted);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.8rem;
	gap: 6px;
	justify-content: center;
	min-height: 38px;
	padding: 7px 10px;
}

.bkr-bookmark.is-saved {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: var(--bkr-primary);
}

.bkr-bookmark.is-saved svg {
	fill: currentColor;
}

.bkr-job-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
	margin: 19px 0 13px;
}

.bkr-job-card__meta span {
	align-items: center;
	color: var(--bkr-muted);
	display: inline-flex;
	font-size: 0.75rem;
	gap: 5px;
}

.bkr-job-card__excerpt {
	display: -webkit-box;
	font-size: 0.82rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.55;
	margin-bottom: 18px;
	overflow: hidden;
}

.bkr-job-card__foot {
	align-items: center;
	border-top: 1px solid var(--bkr-line);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
}

.bkr-job-card__foot strong {
	color: var(--bkr-dark);
	font-size: 0.82rem;
}

.bkr-job-card__foot span {
	color: var(--bkr-muted);
	font-size: 0.7rem;
}

.bkr-job-card--horizontal {
	padding: 20px;
}

.bkr-job-card--horizontal .bkr-job-card__excerpt {
	-webkit-line-clamp: 1;
}

.bkr-split-cta {
	align-items: center;
	background: linear-gradient(125deg, var(--bkr-primary), #3730a3);
	border-radius: 26px;
	color: #dbeafe;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	margin-bottom: clamp(70px, 8vw, 110px);
	padding-block: clamp(36px, 5vw, 58px);
}

.bkr-split-cta .bkr-eyebrow,
.bkr-split-cta h2 {
	color: #fff;
}

.bkr-split-cta p {
	margin-bottom: 0;
	max-width: 720px;
}

.bkr-page-head {
	background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
	border: 1px solid #dbeafe;
	border-radius: 24px;
	margin: 40px 0;
	padding: clamp(30px, 5vw, 60px);
	text-align: center;
}

.bkr-page-head h1 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	margin-bottom: 12px;
}

.bkr-page-head > p {
	color: var(--bkr-muted);
	margin-inline: auto;
	max-width: 650px;
}

.bkr-page-head .bkr-search {
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
	margin: 28px auto 0;
	max-width: 980px;
	text-align: left;
}

.bkr-listing-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: 250px minmax(0, 1fr);
	margin-bottom: 80px;
}

.bkr-filters {
	align-self: start;
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: var(--bkr-radius);
	padding: 20px;
	position: sticky;
	top: 30px;
}

.bkr-filters__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
}

.bkr-filters__head button,
.bkr-filter-toggle {
	display: none;
}

.bkr-filters form,
.bkr-form,
.bkr-auth-form form,
.bkr-register-card form,
.bkr-apply-form,
.bkr-status-form {
	display: grid;
	gap: 17px;
}

.bkr-app label {
	color: var(--bkr-dark);
	display: grid;
	font-size: 0.83rem;
	font-weight: 720;
	gap: 7px;
	margin: 0;
}

.bkr-app input,
.bkr-app select,
.bkr-app textarea {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	box-shadow: none;
	color: var(--bkr-ink);
	font: inherit;
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
	max-width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.bkr-app textarea {
	min-height: 112px;
	resize: vertical;
}

.bkr-app input:focus,
.bkr-app select:focus,
.bkr-app textarea:focus {
	border-color: var(--bkr-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--bkr-primary) 13%, transparent);
	outline: 0;
}

.bkr-reset {
	font-size: 0.8rem;
	text-align: center;
}

.bkr-results__bar {
	border-bottom: 1px solid var(--bkr-line);
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.bkr-results__bar strong {
	font-size: 0.92rem;
}

.bkr-empty {
	background: var(--bkr-soft);
	border: 1px dashed #cbd5e1;
	border-radius: var(--bkr-radius);
	grid-column: 1 / -1;
	padding: 42px 26px;
	text-align: center;
}

.bkr-empty h3 {
	font-size: 1.15rem;
	margin-bottom: 8px;
}

.bkr-empty p {
	color: var(--bkr-muted);
	margin: 0 auto 18px;
	max-width: 520px;
}

.bkr-pagination {
	margin-top: 30px;
}

.bkr-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bkr-pagination a,
.bkr-pagination span {
	align-items: center;
	border: 1px solid var(--bkr-line);
	border-radius: 9px;
	display: flex;
	font-size: 0.82rem;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding-inline: 11px;
}

.bkr-pagination .current {
	background: var(--bkr-primary);
	border-color: var(--bkr-primary);
	color: #fff;
}

.bkr-company-page {
	padding-bottom: 80px;
}

.bkr-company-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkr-company-card {
	align-items: center;
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: var(--bkr-radius);
	display: grid;
	gap: 14px;
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 20px;
}

.bkr-company-card h2 {
	font-size: 1rem;
	margin-bottom: 5px;
}

.bkr-company-card h2 a {
	color: var(--bkr-dark);
}

.bkr-company-card p {
	color: var(--bkr-muted);
	font-size: 0.78rem;
	margin-bottom: 0;
}

.bkr-company-card__jobs {
	color: var(--bkr-primary);
	font-size: 0.75rem;
	font-weight: 720;
	grid-column: 2;
}

.bkr-verified {
	align-items: center;
	background: var(--bkr-primary);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 0.58em;
	height: 1.55em;
	justify-content: center;
	margin-left: 6px;
	vertical-align: 0.15em;
	width: 1.55em;
}

.bkr-auth-shell {
	background: var(--bkr-soft);
	min-height: 70vh;
	padding: clamp(40px, 8vw, 90px) 24px;
}

.bkr-auth-card,
.bkr-register-card {
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: 24px;
	box-shadow: var(--bkr-shadow);
	margin-inline: auto;
	max-width: 960px;
	overflow: hidden;
}

.bkr-auth-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.bkr-auth-copy {
	background: linear-gradient(145deg, var(--bkr-dark), #1e3a8a);
	color: #cbd5e1;
	padding: clamp(38px, 6vw, 72px);
}

.bkr-auth-copy h1 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.15rem);
}

.bkr-auth-copy .bkr-eyebrow {
	color: #5eead4;
}

.bkr-auth-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 6vw, 64px);
}

.bkr-password {
	align-items: center;
	display: flex;
	position: relative;
}

.bkr-password input {
	padding-right: 60px;
}

.bkr-password button {
	background: transparent;
	border: 0;
	color: var(--bkr-primary);
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 750;
	position: absolute;
	right: 9px;
}

.bkr-check {
	align-items: flex-start;
	display: flex !important;
	font-weight: 500 !important;
	gap: 8px !important;
}

.bkr-check input {
	flex: 0 0 auto;
	height: 17px;
	margin-top: 3px;
	min-height: 0;
	width: 17px;
}

.bkr-auth-links {
	display: flex;
	font-size: 0.78rem;
	gap: 12px;
	justify-content: space-between;
	margin-top: 18px;
}

.bkr-register-card {
	max-width: 780px;
	padding: clamp(30px, 6vw, 60px);
}

.bkr-register-card > header {
	margin-bottom: 28px;
	text-align: center;
}

.bkr-register-card > header h1 {
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	margin-bottom: 12px;
}

.bkr-register-card > header p {
	color: var(--bkr-muted);
	margin-inline: auto;
	max-width: 590px;
}

.bkr-role-picker {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}

.bkr-role-picker label {
	cursor: pointer;
}

.bkr-role-picker input {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bkr-role-picker label > span {
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	display: grid;
	grid-template-columns: 28px 1fr;
	padding: 16px;
}

.bkr-role-picker svg {
	color: var(--bkr-primary);
	grid-row: 1 / 3;
	height: 22px;
	margin-top: 3px;
	width: 22px;
}

.bkr-role-picker strong,
.bkr-role-picker small {
	grid-column: 2;
}

.bkr-role-picker small {
	color: var(--bkr-muted);
	font-size: 0.72rem;
	font-weight: 500;
}

.bkr-role-picker input:checked + span {
	background: #eff6ff;
	border-color: var(--bkr-primary);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--bkr-primary) 15%, transparent);
}

.bkr-form-grid {
	display: grid;
	gap: 17px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bkr-field-span {
	grid-column: 1 / -1;
}

.bkr-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bkr-auth-footer {
	font-size: 0.82rem;
	margin: 20px 0 0;
	text-align: center;
}

.bkr-dashboard {
	padding-block: 44px 80px;
}

.bkr-dashboard__head {
	align-items: center;
	background: linear-gradient(125deg, var(--bkr-dark), #1e3a8a);
	border-radius: 22px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding: clamp(24px, 4vw, 40px);
}

.bkr-context-actions,.bkr-context-actions label{display:flex;align-items:center;gap:10px}.bkr-context-actions label{font-size:13px}.bkr-context-actions select{min-width:190px;margin:0}.bkr-form select[multiple]{min-height:150px;padding:8px}.bkr-form label small{display:block;margin-top:6px;color:#64748b}

@media (max-width: 680px){.bkr-context-actions{width:100%;align-items:stretch;flex-direction:column}.bkr-context-actions label{align-items:stretch;flex-direction:column}.bkr-context-actions select{width:100%}}

.bkr-dashboard__head .bkr-eyebrow {
	color: #5eead4;
	margin-bottom: 6px;
}

.bkr-dashboard__head h1 {
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.4rem);
	margin-bottom: 0;
}

.bkr-dashboard__head .bkr-text-link {
	color: #fff;
}

.bkr-dashboard__layout {
	display: grid;
	gap: 22px;
	grid-template-columns: 225px minmax(0, 1fr);
}

.bkr-dashboard__nav {
	align-self: start;
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: var(--bkr-radius);
	display: grid;
	overflow: hidden;
	padding: 8px;
	position: sticky;
	top: 30px;
}

.bkr-dashboard__nav a {
	border-radius: 9px;
	color: var(--bkr-muted);
	font-size: 0.85rem;
	font-weight: 650;
	padding: 11px 12px;
}

.bkr-dashboard__nav a:hover,
.bkr-dashboard__nav a.is-active {
	background: #eff6ff;
	color: var(--bkr-primary);
}

.bkr-panel {
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: var(--bkr-radius);
	min-width: 0;
	padding: clamp(20px, 4vw, 32px);
}

.bkr-panel__head {
	border-bottom: 1px solid var(--bkr-line);
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.bkr-panel__head .bkr-eyebrow {
	margin-bottom: 5px;
}

.bkr-panel__head h2 {
	font-size: clamp(1.35rem, 3vw, 1.9rem);
	margin-bottom: 0;
}

.bkr-metric-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.bkr-metric-grid > div {
	background: var(--bkr-soft);
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.bkr-metric-grid strong {
	color: var(--bkr-dark);
	font-size: 1.75rem;
}

.bkr-metric-grid span {
	color: var(--bkr-muted);
	font-size: 0.78rem;
}

.bkr-progress-card {
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	margin-top: 18px;
	padding: 20px;
}

.bkr-progress-card > div {
	display: flex;
	justify-content: space-between;
}

.bkr-progress-card progress {
	accent-color: var(--bkr-accent);
	height: 9px;
	margin: 10px 0;
	width: 100%;
}

.bkr-progress-card p {
	color: var(--bkr-muted);
	font-size: 0.8rem;
	margin-bottom: 10px;
}

.bkr-completion-pill {
	background: #ecfdf5;
	border-radius: 999px;
	color: #047857;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 7px 12px;
}

.bkr-file-field {
	background: var(--bkr-soft);
	border: 1px dashed #94a3b8;
	border-radius: 12px;
	padding: 15px;
}

.bkr-file-field input {
	background: #fff;
	border: 0;
	font-size: 0.78rem;
	min-height: 0;
	padding: 8px;
}

.bkr-file-field small {
	color: var(--bkr-muted);
	font-weight: 500;
}

.bkr-table-wrap {
	overflow-x: auto;
}

.bkr-table {
	border: 0;
	border-collapse: collapse;
	font-size: 0.82rem;
	min-width: 670px;
	width: 100%;
}

.bkr-table th,
.bkr-table td {
	border-bottom: 1px solid var(--bkr-line);
	padding: 13px 10px;
	text-align: left;
	vertical-align: middle;
}

.bkr-table th {
	color: var(--bkr-muted);
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bkr-table td strong,
.bkr-table td small {
	display: block;
}

.bkr-table td small {
	color: var(--bkr-muted);
	margin-top: 3px;
}

.bkr-status {
	background: #f1f5f9;
	border-radius: 999px;
	color: #475569;
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 750;
	line-height: 1.2;
	padding: 6px 9px;
	white-space: nowrap;
}

.bkr-status--interview,
.bkr-status--shortlisted {
	background: #eff6ff;
	color: #1d4ed8;
}

.bkr-status--hired,
.bkr-status--offered {
	background: #ecfdf5;
	color: #047857;
}

.bkr-status--rejected,
.bkr-status--withdrawn {
	background: #fef2f2;
	color: #b91c1c;
}

.bkr-link-button {
	background: transparent;
	border: 0;
	color: var(--bkr-danger);
	cursor: pointer;
	font: inherit;
	font-size: 0.76rem;
	padding: 0;
}

.bkr-course-grid,
.bkr-package-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkr-course-grid article,
.bkr-package-grid article {
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	overflow: hidden;
}

.bkr-course-grid article > a {
	color: var(--bkr-ink);
	display: block;
}

.bkr-course-grid img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bkr-course-grid article div,
.bkr-package-grid article {
	padding: 16px;
}

.bkr-course-grid span {
	color: var(--bkr-primary);
	font-size: 0.66rem;
	font-weight: 750;
	text-transform: uppercase;
}

.bkr-course-grid h3,
.bkr-package-grid h3 {
	font-size: 0.96rem;
	margin: 5px 0 8px;
}

.bkr-course-grid p,
.bkr-package-grid p {
	color: var(--bkr-muted);
	font-size: 0.76rem;
	margin-bottom: 0;
}

.bkr-package-icon {
	align-items: center;
	background: #eff6ff;
	border-radius: 12px;
	color: var(--bkr-primary);
	display: flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.bkr-package-grid article > strong {
	color: var(--bkr-dark);
	display: block;
	font-size: 1.2rem;
	margin-bottom: 7px;
}

.bkr-package-grid .bkr-button {
	margin-top: 16px;
}

.bkr-candidate-list {
	display: grid;
	gap: 14px;
}

.bkr-candidate-card {
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	overflow: hidden;
}

.bkr-candidate-card__summary {
	align-items: center;
	display: grid;
	gap: 13px;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	padding: 16px;
}

.bkr-avatar img {
	border-radius: 50%;
	display: block;
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.bkr-candidate-card h3 {
	font-size: 1rem;
	margin-bottom: 3px;
}

.bkr-candidate-card p,
.bkr-candidate-card small {
	color: var(--bkr-muted);
	display: block;
	font-size: 0.76rem;
	margin-bottom: 0;
}

.bkr-candidate-card details {
	border-top: 1px solid var(--bkr-line);
}

.bkr-candidate-card summary {
	color: var(--bkr-primary);
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 750;
	padding: 11px 16px;
}

.bkr-candidate-card__details {
	background: var(--bkr-soft);
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr 280px;
	padding: 18px;
}

.bkr-status-form {
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: 12px;
	padding: 14px;
}

.bkr-notice {
	border: 1px solid;
	border-radius: 12px;
	font-size: 0.84rem;
	font-weight: 650;
	margin-bottom: 18px;
	padding: 12px 15px;
}

.bkr-notice--success {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #065f46;
}

.bkr-notice--error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.bkr-single-job,
.bkr-single-company {
	padding-block: 42px 80px;
}

.bkr-back {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.bkr-job-hero,
.bkr-company-hero {
	align-items: center;
	background: linear-gradient(180deg, #eff6ff, #fff);
	border: 1px solid #dbeafe;
	border-radius: 22px;
	display: grid;
	gap: 20px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-bottom: 25px;
	padding: clamp(24px, 4vw, 38px);
}

.bkr-job-hero h1,
.bkr-company-hero h1 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	margin: 6px 0 7px;
}

.bkr-job-hero p,
.bkr-company-hero p {
	color: var(--bkr-muted);
	margin-bottom: 0;
}

.bkr-job-layout,
.bkr-company-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.bkr-job-content,
.bkr-apply-card,
.bkr-company-info {
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: var(--bkr-radius);
	padding: clamp(22px, 4vw, 34px);
}

.bkr-job-content section + section {
	border-top: 1px solid var(--bkr-line);
	margin-top: 30px;
	padding-top: 27px;
}

.bkr-job-content h2,
.bkr-company-info h2 {
	font-size: 1.3rem;
	margin-bottom: 16px;
}

.bkr-job-content img {
	height: auto;
	max-width: 100%;
}

.bkr-skill-list span {
	background: var(--bkr-soft);
	border: 1px solid var(--bkr-line);
	border-radius: 999px;
	font-size: 0.76rem;
	padding: 7px 11px;
}

.bkr-apply-card,
.bkr-company-info {
	align-self: start;
	position: sticky;
	top: 30px;
}

.bkr-salary {
	color: var(--bkr-dark);
	display: block;
	font-size: 1.35rem;
	margin-bottom: 18px;
}

.bkr-apply-card dl,
.bkr-company-info dl {
	display: grid;
	gap: 0;
	margin: 0 0 20px;
}

.bkr-apply-card dl > div,
.bkr-company-info dl > div {
	border-bottom: 1px solid var(--bkr-line);
	display: flex;
	font-size: 0.79rem;
	gap: 12px;
	justify-content: space-between;
	padding: 10px 0;
}

.bkr-apply-card dt,
.bkr-company-info dt {
	color: var(--bkr-muted);
}

.bkr-apply-card dd,
.bkr-company-info dd {
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.bkr-apply-form small {
	color: var(--bkr-muted);
	font-size: 0.7rem;
	text-align: center;
}

.bkr-safety-note {
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 10px;
	color: #92400e;
	font-size: 0.7rem;
	line-height: 1.5;
	margin: 17px 0 0;
	padding: 10px;
}

.bkr-applied-message,
.bkr-closed-message {
	align-items: center;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	border-radius: 10px;
	color: #065f46;
	display: flex;
	font-size: 0.82rem;
	font-weight: 750;
	gap: 7px;
	justify-content: center;
	padding: 12px;
}

.bkr-closed-message {
	background: #f8fafc;
	border-color: var(--bkr-line);
	color: var(--bkr-muted);
}

.bkr-company-hero {
	grid-template-columns: auto minmax(0, 1fr);
}

@media (max-width: 1024px) {
	.bkr-hero__inner,
	.bkr-job-layout,
	.bkr-company-layout {
		grid-template-columns: 1fr;
	}

	.bkr-hero__copy {
		text-align: center;
	}

	.bkr-hero__copy > p {
		margin-inline: auto;
	}

	.bkr-hero__actions {
		justify-content: center;
	}

	.bkr-hero__panel {
		margin-inline: auto;
		max-width: 760px;
		width: 100%;
	}

	.bkr-hero__panel .bkr-search {
		grid-template-columns: repeat(3, 1fr) auto;
	}

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

	.bkr-search {
		grid-template-columns: 1fr 1fr;
	}

	.bkr-search .bkr-button {
		grid-column: span 2;
	}

	.bkr-apply-card,
	.bkr-company-info {
		position: static;
	}

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

@media (max-width: 780px) {
	.bkr-shell {
		padding-inline: 16px;
	}

	.bkr-hero {
		padding-block: 62px 78px;
	}

	.bkr-hero h1 {
		font-size: clamp(2.2rem, 10vw, 3.25rem);
	}

	.bkr-hero__panel .bkr-search,
	.bkr-search {
		grid-template-columns: 1fr;
	}

	.bkr-search .bkr-button {
		grid-column: auto;
	}

	.bkr-stats {
		grid-template-columns: 1fr;
		margin-inline: 16px;
		width: auto;
	}

	.bkr-stat + .bkr-stat {
		border-left: 0;
		border-top: 1px solid var(--bkr-line);
	}

	.bkr-job-grid,
	.bkr-company-grid,
	.bkr-course-grid,
	.bkr-package-grid,
	.bkr-form-grid,
	.bkr-role-picker {
		grid-template-columns: 1fr;
	}

	.bkr-field-span {
		grid-column: auto;
	}

	.bkr-section__head,
	.bkr-split-cta,
	.bkr-panel__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.bkr-listing-layout,
	.bkr-dashboard__layout {
		grid-template-columns: 1fr;
	}

	.bkr-filters {
		bottom: 0;
		box-shadow: 0 -20px 55px rgba(15, 23, 42, 0.22);
		display: none;
		left: 0;
		max-height: 86vh;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: auto;
		z-index: 99999;
	}

	.bkr-filters.is-open {
		display: block;
	}

	.bkr-filters__head button,
	.bkr-filter-toggle {
		background: transparent;
		border: 1px solid var(--bkr-line);
		border-radius: 8px;
		color: var(--bkr-ink);
		cursor: pointer;
		display: inline-flex;
		font: inherit;
		font-size: 0.78rem;
		padding: 6px 10px;
	}

	.bkr-dashboard__nav {
		display: flex;
		overflow-x: auto;
		position: static;
		white-space: nowrap;
	}

	.bkr-auth-card {
		grid-template-columns: 1fr;
	}

	.bkr-auth-copy {
		padding: 32px;
	}

	.bkr-auth-links {
		align-items: flex-start;
		flex-direction: column;
	}

	.bkr-candidate-card__details {
		grid-template-columns: 1fr;
	}

	.bkr-job-hero,
	.bkr-company-hero {
		align-items: start;
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.bkr-job-hero > .bkr-bookmark-form {
		grid-column: 1 / -1;
	}

	.bkr-job-hero > .bkr-bookmark-form .bkr-bookmark {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.bkr-hero__panel,
	.bkr-page-head,
	.bkr-register-card,
	.bkr-panel {
		border-radius: 16px;
		padding: 20px;
	}

	.bkr-hero__actions,
	.bkr-hero__actions .bkr-button {
		width: 100%;
	}

	.bkr-job-card__top {
		grid-template-columns: 44px minmax(0, 1fr) auto;
	}

	.bkr-job-card {
		padding: 17px;
	}

	.bkr-metric-grid {
		grid-template-columns: 1fr;
	}

	.bkr-dashboard__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.bkr-candidate-card__summary {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.bkr-candidate-card__summary .bkr-status {
		grid-column: 2;
		justify-self: start;
	}

	.bkr-job-hero h1,
	.bkr-company-hero h1 {
		font-size: 1.55rem;
	}

	.bkr-logo-wrap--large {
		height: 58px;
		width: 58px;
	}
}

/* v1.2: per-page layout controls compatible with GeneratePress containers. */
body.bkr-layout-contained .site.grid-container,
body.bkr-layout-contained .site-content {
	max-width: 1180px;
}

body.bkr-layout-wide .site.grid-container,
body.bkr-layout-wide .site-content {
	max-width: 1440px;
}

body.bkr-layout-wide .bkr-shell {
	max-width: 1360px;
}

body.bkr-layout-full .site.grid-container,
body.bkr-layout-full .site-content,
body.bkr-layout-full .content-area,
body.bkr-layout-full main.site-main {
	max-width: none;
	width: 100%;
}

body.bkr-layout-full .site-content,
body.bkr-layout-full .inside-article {
	padding-left: 0;
	padding-right: 0;
}

body.bkr-layout-full .bkr-shell {
	max-width: none;
}

.bkr-app .bkr-flyer-field {
	align-items: flex-start;
	display: grid;
	gap: 10px;
}

.bkr-app .bkr-flyer-preview {
	background: #f8fafc;
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	max-width: 360px;
	overflow: hidden;
}

.bkr-app .bkr-flyer-preview img {
	display: block;
	height: auto;
	width: 100%;
}

.bkr-app .bkr-job-flyer {
	background: #f8fafc;
	border: 1px solid var(--bkr-line);
	border-radius: var(--bkr-radius);
	margin: 0 0 28px;
	overflow: hidden;
	text-align: center;
}

.bkr-app .bkr-job-flyer__image {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 760px;
	object-fit: contain;
	width: auto;
}

.bkr-app .bkr-provider-pill,
.bkr-app .bkr-course-certificate {
	background: #eef2ff;
	border-radius: 999px;
	color: #3730a3;
	font-size: .76rem;
	font-weight: 800;
	padding: 7px 11px;
}

.bkr-app .bkr-course-grid progress {
	height: 8px;
	margin: 10px 0 4px;
	width: 100%;
}

.bkr-app .bkr-course-certificate {
	display: inline-flex;
	margin: 0 16px 16px;
}

.bkr-app .bkr-ai-result {
	background: #f8fafc;
	border: 1px solid var(--bkr-line);
	border-radius: 16px;
	margin-top: 24px;
	padding: 20px;
}

.bkr-app .bkr-ai-result > div {
	display: flex;
	justify-content: space-between;
}

.bkr-app .bkr-ai-result pre {
	font-family: inherit;
	font-size: .94rem;
	margin: 18px 0;
	white-space: pre-wrap;
}

@media (prefers-reduced-motion: reduce) {
	.bkr-app *,
	.bkr-app *::before,
	.bkr-app *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Version 1.1: matching, gamification, analytics, assessments, and premium. */
.bkr-app .bkr-feature-grid,
.bkr-app .bkr-match-grid,
.bkr-app .bkr-assessment-grid,
.bkr-app .bkr-insight-grid,
.bkr-app .bkr-talent-grid,
.bkr-app .bkr-game-grid,
.bkr-app .bkr-branding-grid {
	display: grid;
	gap: 18px;
}

.bkr-app .bkr-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bkr-app .bkr-feature-grid article {
	background: linear-gradient(145deg, #fff, #f8fafc);
	border: 1px solid var(--bkr-line);
	border-radius: 18px;
	padding: 24px;
}

.bkr-app .bkr-feature-grid article > span {
	color: var(--bkr-primary);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
}

.bkr-app .bkr-feature-grid h3,
.bkr-app .bkr-assessment-grid h3,
.bkr-app .bkr-match-card h3,
.bkr-app .bkr-fair-card h3,
.bkr-app .bkr-talent-grid h3 {
	margin: 10px 0 6px;
}

.bkr-app .bkr-feature-grid p,
.bkr-app .bkr-assessment-grid p,
.bkr-app .bkr-match-card p,
.bkr-app .bkr-talent-grid p {
	color: var(--bkr-muted);
	margin: 0;
}

.bkr-app .bkr-local-ai,
.bkr-app .bkr-premium-pill,
.bkr-app .bkr-match-inline {
	align-items: center;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	border-radius: 999px;
	color: #065f46;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .04em;
	padding: 7px 11px;
}

.bkr-app .bkr-badge--match {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #065f46;
}

.bkr-app .bkr-premium-pill {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #9a3412;
	letter-spacing: .1em;
}

.bkr-app .bkr-match-inline {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1e40af;
	letter-spacing: 0;
}

.bkr-app .bkr-disclosure {
	background: #f8fafc;
	border-left: 3px solid var(--bkr-primary);
	color: #475569;
	font-size: .88rem;
	margin: 0 0 22px;
	padding: 12px 14px;
}

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

.bkr-app .bkr-match-card {
	align-items: start;
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: 16px;
	display: grid;
	gap: 16px;
	grid-template-columns: 76px minmax(0, 1fr);
	padding: 18px;
}

.bkr-app .bkr-match-score {
	align-items: center;
	background: linear-gradient(145deg, var(--bkr-primary), #1e40af);
	border-radius: 14px;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 72px;
	justify-content: center;
}

.bkr-app .bkr-match-score strong {
	font-size: 1.45rem;
	line-height: 1;
}

.bkr-app .bkr-match-score span {
	font-size: .65rem;
	margin-top: 5px;
}

.bkr-app .bkr-match-card ul,
.bkr-app .bkr-action-list {
	color: #475569;
	font-size: .82rem;
	margin: 10px 0 0;
	padding-left: 18px;
}

.bkr-app .bkr-trend-block,
.bkr-app .bkr-game-grid,
.bkr-app .bkr-consultation {
	border-top: 1px solid var(--bkr-line);
	margin-top: 26px;
	padding-top: 24px;
}

.bkr-app .bkr-skill-list .is-owned {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #065f46;
}

.bkr-app .bkr-skill-list small {
	color: inherit;
	font-size: .68rem;
	opacity: .78;
}

.bkr-app .bkr-metric-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bkr-app .bkr-game-grid {
	grid-template-columns: 1.25fr 1fr;
}

.bkr-app .bkr-badge-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bkr-app .bkr-game-badge {
	align-items: center;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	color: #64748b;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 700;
	gap: 6px;
	padding: 9px 11px;
}

.bkr-app .bkr-game-badge.is-earned {
	background: #fffbeb;
	border-color: #fbbf24;
	border-style: solid;
	color: #92400e;
}

.bkr-app .bkr-game-badge i {
	font-style: normal;
}

.bkr-app .bkr-consent-card {
	background: #f0fdfa;
	border: 1px solid #99f6e4;
	border-radius: 14px;
	margin: 4px 0 18px;
	padding: 14px;
}

.bkr-app .bkr-consent-card span {
	display: grid;
	gap: 3px;
}

.bkr-app .bkr-consent-card small {
	color: #475569;
	font-weight: 400;
}

.bkr-app .bkr-assessment-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkr-app .bkr-assessment-grid article {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--bkr-line);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}

.bkr-app .bkr-quiz {
	gap: 18px;
}

.bkr-app .bkr-quiz fieldset {
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	margin: 0;
	padding: 18px;
}

.bkr-app .bkr-quiz legend {
	font-weight: 800;
	padding: 0 8px;
}

.bkr-app .bkr-answer {
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	font-weight: 500;
	gap: 10px;
	margin-top: 9px;
	padding: 11px 12px;
}

.bkr-app .bkr-answer:has(input:checked) {
	background: #eff6ff;
	border-color: var(--bkr-primary);
}

.bkr-app .bkr-fair-list {
	display: grid;
	gap: 16px;
}

.bkr-app .bkr-fair-card {
	align-items: start;
	background: linear-gradient(145deg, #fff, #f8fafc);
	border: 1px solid var(--bkr-line);
	border-radius: 18px;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 22px;
}

.bkr-app .bkr-fair-action,
.bkr-app .bkr-panel-actions,
.bkr-app .bkr-candidate-scores {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.bkr-app .bkr-panel-actions {
	align-items: center;
	flex-direction: row;
}

.bkr-app .bkr-panel-actions form {
	margin: 0;
}

.bkr-app .bkr-fair-matches {
	background: #eef2ff;
	border-radius: 12px;
	grid-column: 1 / -1;
	padding: 14px;
}

.bkr-app .bkr-fair-matches > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.bkr-app .bkr-fair-matches a,
.bkr-app .bkr-fair-matches > div > span {
	background: #fff;
	border-radius: 999px;
	color: #1e3a8a;
	font-size: .78rem;
	font-weight: 700;
	padding: 7px 10px;
}

.bkr-app .bkr-analytics-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: .8fr 1.2fr;
	margin-top: 28px;
}

.bkr-app .bkr-bars {
	display: grid;
	gap: 11px;
}

.bkr-app .bkr-bars > div {
	align-items: center;
	display: grid;
	font-size: .76rem;
	gap: 8px;
	grid-template-columns: 92px minmax(60px, 1fr) 28px;
}

.bkr-app .bkr-bars i {
	background: #e2e8f0;
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.bkr-app .bkr-bars b {
	background: linear-gradient(90deg, var(--bkr-primary), var(--bkr-accent));
	display: block;
	height: 100%;
}

.bkr-app .bkr-insight-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkr-app .bkr-insight-grid > div {
	background: #f8fafc;
	border: 1px solid var(--bkr-line);
	border-radius: 14px;
	padding: 18px;
}

.bkr-app .bkr-rank-list {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.bkr-app .bkr-rank-list li {
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	font-size: .84rem;
	justify-content: space-between;
	padding: 8px 0;
}

.bkr-app .bkr-premium-lock {
	background: linear-gradient(145deg, #fff7ed, #fffbeb);
	border: 1px solid #fed7aa;
	border-radius: 16px;
	padding: 22px;
}

.bkr-app .bkr-premium-features {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 18px 0 26px;
}

.bkr-app .bkr-premium-features span {
	background: #f8fafc;
	border-radius: 12px;
	color: #334155;
	font-size: .85rem;
	font-weight: 700;
	padding: 13px;
}

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

.bkr-app .bkr-talent-grid article {
	align-items: start;
	border: 1px solid var(--bkr-line);
	border-radius: 15px;
	display: grid;
	gap: 14px;
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 17px;
}

.bkr-app .bkr-talent-grid small,
.bkr-app .bkr-interview-info {
	color: #64748b;
	display: block;
	font-size: .74rem;
	margin: 5px 0;
}

.bkr-app .bkr-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 12px 0;
}

.bkr-app .bkr-job-match {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 14px;
	display: grid;
	margin: 16px 0;
	padding: 14px;
}

.bkr-app .bkr-job-match strong {
	color: #1d4ed8;
	font-size: 1.8rem;
}

.bkr-app .bkr-job-match span {
	font-weight: 800;
}

.bkr-app .bkr-job-match small {
	color: #475569;
	margin-top: 5px;
}

.bkr-app .bkr-branding-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 16px;
}

.bkr-app .bkr-branding-grid > div {
	background: #f8fafc;
	border-radius: 14px;
	padding: 18px;
}

@media (max-width: 1024px) {
	.bkr-app .bkr-feature-grid,
	.bkr-app .bkr-assessment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bkr-app .bkr-analytics-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 780px) {
	.bkr-app .bkr-match-grid,
	.bkr-app .bkr-insight-grid,
	.bkr-app .bkr-game-grid,
	.bkr-app .bkr-talent-grid,
	.bkr-app .bkr-premium-features,
	.bkr-app .bkr-branding-grid {
		grid-template-columns: 1fr;
	}

	.bkr-app .bkr-metric-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bkr-app .bkr-fair-card {
		grid-template-columns: 1fr;
	}

	.bkr-app .bkr-fair-action,
	.bkr-app .bkr-candidate-scores {
		align-items: flex-start;
	}
}

@media (max-width: 520px) {
	.bkr-app .bkr-feature-grid,
	.bkr-app .bkr-assessment-grid,
	.bkr-app .bkr-metric-grid--four {
		grid-template-columns: 1fr;
	}

	.bkr-app .bkr-panel-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}
}
