.apcs-registration-launcher {
	--apcs-registration-footer: var(--apcs-footer, #1a2e44);
	--apcs-registration-footer-soft: rgb(26 46 68 / 0.08);
	--apcs-registration-panel: rgb(255 255 255 / 0.96);
	--apcs-registration-panel-muted: rgb(255 255 255 / 0.72);
	--apcs-registration-panel-subtle: rgb(255 255 255 / 0.12);
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.wp-block-post-content-is-layout-flow > .apcs-registration-launcher,
.entry-content > .apcs-registration-launcher {
	margin-block-start: 0;
}

.apcs-registration-launcher__shell {
	display: grid;
	gap: 16px;
	max-width: var(--apcs-landing-content-rail, 1088px);
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.apcs-registration-launcher__markets {
	display: grid;
	gap: 16px;
}

.apcs-registration-launcher__market {
	border: 0;
	background: transparent;
	box-shadow: none;
	box-sizing: border-box;
}

.apcs-registration-launcher__support {
	border: 0;
	background:
		linear-gradient(135deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.02)),
		var(--apcs-registration-footer);
	color: #fff;
	box-shadow: 0 24px 60px rgb(18 20 23 / 0.16);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 18px 20px;
}

.apcs-registration-launcher__market {
	padding: 0;
	overflow: hidden;
}

.apcs-registration-launcher__market-header {
	display: grid;
	gap: 0;
}

.apcs-registration-launcher__market-label,
.apcs-registration-launcher__modal-eyebrow {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgb(255 255 255 / 0.66);
}

.apcs-registration-launcher__market-title,
.apcs-registration-launcher__modal-title {
	margin: 10px 0 0;
	font-family: "Noto Sans CJK KR", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Manrope", sans-serif;
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #fff;
}

.apcs-registration-launcher__market-copy,
.apcs-registration-launcher__market-note {
	margin: 12px 0 0;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: var(--apcs-registration-panel-muted);
}

.apcs-registration-launcher__empty {
	display: grid;
	gap: 8px;
	padding: 16px;
	border: 0;
	background: var(--apcs-registration-panel);
	color: var(--apcs-ink, #121417);
}

.apcs-registration-launcher__empty-title,
.apcs-registration-launcher__empty-copy {
	margin: 0;
}

.apcs-registration-launcher__empty-copy,
.apcs-registration-launcher__modal-copy {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.apcs-registration-launcher__empty-copy {
	color: var(--apcs-muted, #516171);
}

.apcs-registration-launcher__market-header + .apcs-registration-launcher__table-wrap,
.apcs-registration-launcher__market-header + .apcs-registration-launcher__empty {
	margin-top: 16px;
}

.apcs-registration-launcher__table-wrap {
	margin: 0;
	overflow-x: auto;
	border: 0;
	background: var(--apcs-registration-panel);
	box-shadow: inset 0 1px 0 var(--apcs-registration-panel-subtle);
}

.apcs-registration-launcher__mobile-list {
	display: none;
}

.apcs-registration-launcher__table {
	width: 100%;
	min-width: 680px;
	border-collapse: separate;
	border-spacing: 0;
	font-family: "Manrope", sans-serif;
	color: var(--apcs-ink, #121417);
}

.apcs-registration-launcher__table th,
.apcs-registration-launcher__table td {
	padding: clamp(15px, 1.5vw, 18px) clamp(16px, 1.8vw, 22px);
	border: 0;
	vertical-align: top;
	text-align: left;
}

.apcs-registration-launcher__table thead th {
	background: rgb(26 46 68 / 0.08);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: var(--apcs-registration-footer);
}

.apcs-registration-launcher__table tbody tr + tr th,
.apcs-registration-launcher__table tbody tr + tr td {
	box-shadow: inset 0 1px 0 var(--apcs-registration-footer-soft);
}

.apcs-registration-launcher__window-label,
.apcs-registration-launcher__window-badge,
.apcs-registration-launcher__mobile-badge,
.apcs-registration-launcher__mobile-window {
	display: block;
}

.apcs-registration-launcher__window-badge,
.apcs-registration-launcher__mobile-badge {
	display: inline-flex;
	width: fit-content;
	margin-top: 6px;
	padding: 3px 8px;
	background: var(--apcs-registration-footer);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
}

.apcs-registration-launcher__table tbody th {
	width: 24%;
	background: rgb(26 46 68 / 0.04);
	font-family: "Noto Sans CJK KR", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Manrope", sans-serif;
	font-size: clamp(19px, 1.8vw, 24px);
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-align: center;
	vertical-align: middle;
	color: var(--apcs-registration-footer);
}

.apcs-registration-launcher__table tbody td {
	text-align: left;
}

.apcs-registration-launcher__table-cell {
	display: grid;
	gap: 8px;
	min-width: 0;
	justify-items: start;
}

.apcs-registration-launcher__table-price {
	margin: 0;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 800;
	line-height: 1.2;
	color: var(--apcs-ink, #121417);
}

.apcs-registration-launcher__table-copy {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 1.45;
	color: var(--apcs-muted, #516171);
}

.apcs-registration-launcher__table-note,
.apcs-registration-launcher__table-unavailable {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: var(--apcs-muted, #516171);
}

.apcs-registration-launcher__table-action,
.apcs-registration-launcher__modal-action {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 0;
	background: var(--apcs-registration-footer);
	color: #fff;
	text-decoration: none;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	box-sizing: border-box;
}

.apcs-registration-launcher__table-action:hover,
.apcs-registration-launcher__table-action:focus-visible,
.apcs-registration-launcher__modal-action:hover,
.apcs-registration-launcher__modal-action:focus-visible {
	background: var(--apcs-ink, #121417);
	color: #fff;
}

.apcs-registration-launcher__table-action--disabled {
	background: rgb(26 46 68 / 0.1);
	color: rgb(26 46 68 / 0.58);
	cursor: not-allowed;
}

.apcs-registration-launcher__support-link,
.apcs-registration-launcher__modal-secondary,
.apcs-registration-launcher__modal-close {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.apcs-registration-launcher__modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.apcs-registration-launcher__modal[hidden] {
	display: none;
}

.apcs-registration-launcher__modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(18, 20, 23, 0.62);
	backdrop-filter: blur(2px);
}

.apcs-registration-launcher__modal-dialog {
	position: relative;
	width: min(100%, 720px);
	max-height: calc(100vh - 48px);
	overflow: auto;
	margin: 0;
	padding: 34px 36px 30px;
	border: 0;
	background:
		linear-gradient(135deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.02)),
		var(--apcs-registration-footer);
	box-shadow: 0 28px 80px rgba(18, 20, 23, 0.22);
	box-sizing: border-box;
	color: #fff;
}

.apcs-registration-launcher__modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.apcs-registration-launcher__modal-heading {
	display: grid;
	gap: 0;
	min-width: 0;
}

.apcs-registration-launcher__modal-title {
	font-size: clamp(28px, 2vw, 34px);
	max-width: 18ch;
}

.apcs-registration-launcher__modal-body {
	margin-top: 20px;
	padding-top: 20px;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.14);
}

.apcs-registration-launcher__modal-copy {
	max-width: 52ch;
	color: rgb(255 255 255 / 0.78);
}

.apcs-registration-launcher__modal-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
	margin-top: 28px;
}

.apcs-registration-launcher__modal-action {
	width: 100%;
	min-width: 0;
	min-height: 50px;
	background: #fff;
	color: var(--apcs-registration-footer);
	text-align: center;
}

.apcs-registration-launcher__modal-action:hover,
.apcs-registration-launcher__modal-action:focus-visible {
	background: rgb(255 255 255 / 0.88);
	color: var(--apcs-registration-footer);
}

.apcs-registration-launcher__modal-action--secondary {
	background: rgb(255 255 255 / 0.12);
	color: #fff;
}

.apcs-registration-launcher__modal-action--secondary:hover,
.apcs-registration-launcher__modal-action--secondary:focus-visible {
	background: rgb(255 255 255 / 0.18);
	color: #fff;
}

.apcs-registration-launcher__modal-dismiss {
	display: flex;
	justify-content: center;
	margin-top: 18px;
	padding-top: 18px;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.14);
}

.apcs-registration-launcher__modal-icon-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border: 0;
	background: rgb(255 255 255 / 0.12);
	color: #fff;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.apcs-registration-launcher__modal-icon-close .apcs-material-icon {
	font-size: 20px;
	line-height: 1;
}

.apcs-registration-launcher__modal-icon-close:hover,
.apcs-registration-launcher__modal-icon-close:focus-visible {
	background: #fff;
	color: var(--apcs-registration-footer);
}

.apcs-registration-launcher__modal-close:hover,
.apcs-registration-launcher__modal-close:focus-visible,
.apcs-registration-launcher__modal-secondary:hover,
.apcs-registration-launcher__modal-secondary:focus-visible,
.apcs-registration-launcher__support-link:hover,
.apcs-registration-launcher__support-link:focus-visible {
	color: #fff;
	text-decoration: underline;
}

body.apcs-registration-launcher-modal-open {
	overflow: hidden;
}

.apcs-registration-thankyou {
	--apcs-registration-footer: var(--apcs-footer, #1a2e44);
	margin-top: 24px;
	padding: 22px;
	border: 0;
	background:
		linear-gradient(135deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.02)),
		var(--apcs-registration-footer);
	color: #fff;
}

.apcs-registration-thankyou__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.apcs-registration-launcher-editor-preview {
	display: grid;
	gap: 12px;
}

.apcs-registration-launcher-editor-help {
	margin: 0;
	padding: 12px 14px;
	background: var(--apcs-registration-footer, var(--apcs-footer, #1a2e44));
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.apcs-registration-launcher__table {
		min-width: 640px;
	}

	.apcs-registration-launcher__table th,
	.apcs-registration-launcher__table td {
		padding: 13px 14px;
	}
}

@media (max-width: 782px) {
	.apcs-registration-launcher__shell {
		padding: 0;
	}

	.apcs-registration-launcher__support,
	.apcs-registration-thankyou {
		padding: 18px;
	}

	.apcs-registration-launcher__modal {
		padding: 16px;
		align-items: flex-start;
	}

	.apcs-registration-launcher__table-wrap {
		display: none;
	}

	.apcs-registration-launcher__mobile-list {
		display: grid;
		gap: 10px;
		margin-top: 0;
	}

	.apcs-registration-launcher__market-header + .apcs-registration-launcher__mobile-list {
		margin-top: 14px;
	}

	.apcs-registration-launcher__mobile-group {
		border: 0;
		background: var(--apcs-registration-panel);
		color: var(--apcs-ink, #121417);
	}

	.apcs-registration-launcher__mobile-title {
		margin: 0;
		padding: 14px;
		box-shadow: inset 0 -1px 0 var(--apcs-registration-footer-soft);
		font-family: "Noto Sans CJK KR", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "Manrope", sans-serif;
		font-size: 22px;
		line-height: 1.1;
		color: var(--apcs-registration-footer);
	}

	.apcs-registration-launcher__mobile-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 14px;
	}

	.apcs-registration-launcher__mobile-row + .apcs-registration-launcher__mobile-row {
		box-shadow: inset 0 1px 0 var(--apcs-registration-footer-soft);
	}

	.apcs-registration-launcher__mobile-window {
		margin: 0;
		font-family: "Manrope", sans-serif;
		font-size: 13px;
		font-weight: 800;
		text-transform: uppercase;
		color: var(--apcs-registration-footer);
	}

	.apcs-registration-launcher__table-cell {
		gap: 7px;
	}

	.apcs-registration-launcher__table-price {
		font-size: clamp(20px, 7vw, 25px);
	}

	.apcs-registration-launcher__table-copy {
		font-size: 14px;
	}

	.apcs-registration-launcher__table-action {
		width: 100%;
		min-height: 46px;
	}

	.apcs-registration-launcher__support,
	.apcs-registration-thankyou__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.apcs-registration-launcher__modal-actions {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.apcs-registration-launcher__modal-header {
		gap: 12px;
	}

	.apcs-registration-launcher__modal-dialog {
		width: 100%;
		max-height: calc(100vh - 32px);
		padding: 20px 18px;
	}

	.apcs-registration-launcher__modal-title {
		font-size: 22px;
	}

	.apcs-registration-launcher__modal-copy {
		max-width: none;
		font-size: 15px;
		line-height: 1.6;
	}

	.apcs-registration-launcher__modal-action {
		min-height: 48px;
	}
}
