.csc-profile-section {
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw !important;
	margin-top: clamp(5rem, 10vw, 7.5rem);
	margin-right: calc(50% - 50vw) !important;
	margin-bottom: clamp(4rem, 8vw, 6rem);
	margin-left: calc(50% - 50vw) !important;
	border-top: 1px solid rgba(239, 230, 210, 0.22);
	border-bottom: 1px solid rgba(239, 230, 210, 0.22);
	background:
		linear-gradient(135deg, transparent 0 47%, rgba(182, 255, 59, 0.2) 47% 53%, transparent 53%),
		linear-gradient(90deg, rgba(91, 92, 255, 0.16), rgba(255, 79, 184, 0.12) 52%, rgba(168, 74, 42, 0.18)),
		var(--wp--preset--color--surface, #15151d);
	box-shadow: 14px 14px 0 rgba(255, 79, 184, 0.22);
	color: var(--wp--preset--color--ink, #efe6d2);
	overflow: visible;
	padding: clamp(3.4rem, 6vw, 5.4rem) 0;
	--csc-profile-edge: max(1rem, calc((100vw - var(--wp--style--global--wide-size, 72rem)) / 2));
	--csc-profile-media-width: clamp(19rem, 34vw, 31rem);
	--csc-profile-media-gap: clamp(2rem, 5vw, 5rem);
}

.csc-profile-section__heading {
	position: absolute;
	top: -0.58em;
	left: var(--csc-profile-edge);
	z-index: 2;
	margin: 0;
	color: var(--wp--preset--color--toxic, #b6ff3b);
	font-family: var(--font-display-ja, "Dela Gothic One", sans-serif);
	font-size: clamp(1.85rem, 4vw, 3.6rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-shadow: 3px 3px 0 rgba(255, 79, 184, 0.48), 7px 7px 0 rgba(91, 92, 255, 0.24);
	text-transform: none;
}

.csc-profile-section__inner {
	position: static;
	width: min(var(--wp--style--global--wide-size, 72rem), calc(100% - 2rem));
	margin-right: auto;
	margin-left: auto;
}

.csc-profile-section--has-image .csc-profile-section__inner {
	min-height: clamp(24rem, 38vw, 33rem);
}

.csc-profile-section--no-image .csc-profile-section__content {
	max-width: min(52rem, 100%);
}

.csc-profile-section__content {
	position: relative;
	z-index: 2;
	width: min(43rem, 100%);
	min-width: 0;
}

.csc-profile-section--has-image .csc-profile-section__content {
	max-width: calc(100% - var(--csc-profile-media-width) - var(--csc-profile-media-gap));
}

.csc-profile-section__name {
	margin: 0 0 0.35rem;
	color: var(--wp--preset--color--ink, #efe6d2);
	font-family: var(--font-body-ja, sans-serif);
	font-size: clamp(1.35rem, 2.4vw, 2.15rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
}

.csc-profile-section__title {
	display: inline-block;
	width: fit-content;
	margin: 0 0 1.35rem;
	background: var(--wp--preset--color--rust, #a84a2a);
	color: var(--wp--preset--color--ink, #efe6d2);
	font-family: var(--font-label-en, sans-serif);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	padding: 0.28rem 0.62rem;
	text-transform: uppercase;
}

.csc-profile-section__description {
	max-width: 42rem;
	color: rgba(239, 230, 210, 0.9);
	font-family: var(--font-body-ja, sans-serif);
	font-size: clamp(0.92rem, 1.2vw, 1.02rem);
	line-height: 1.92;
}

.csc-profile-section__description > :first-child {
	margin-top: 0;
}

.csc-profile-section__description > :last-child {
	margin-bottom: 0;
}

.csc-profile-section__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.62rem;
	margin-top: 1.6rem;
}

.csc-profile-section__social-link {
	display: inline-flex;
	width: 2.85rem;
	height: 2.85rem;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(239, 230, 210, 0.32);
	background: rgba(13, 15, 23, 0.66);
	color: var(--wp--preset--color--toxic, #b6ff3b);
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.csc-profile-section__social-link:hover,
.csc-profile-section__social-link:focus-visible {
	background: var(--wp--preset--color--toxic, #b6ff3b);
	color: var(--wp--preset--color--base, #0d0f17);
	transform: translateY(-2px);
}

.csc-profile-section__social-link svg {
	width: 1.22rem;
	height: 1.22rem;
	fill: currentColor;
}

.csc-profile-section__media {
	display: block;
	position: absolute;
	top: clamp(-4.8rem, -5vw, -2.8rem);
	right: var(--csc-profile-edge);
	bottom: clamp(-4.8rem, -5vw, -2.8rem);
	z-index: 1;
	overflow: hidden;
	width: var(--csc-profile-media-width);
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	min-height: 0;
}

.csc-profile-section__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: initial;
}

.csc-profile-section [data-csc-profile-reveal] {
	opacity: 0.01;
	transform: translateX(-1.6rem);
	clip-path: inset(0 100% 0 0);
	transition: clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1), opacity 520ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.csc-profile-section [data-csc-profile-reveal]:nth-child(2),
.csc-profile-section__media[data-csc-profile-reveal] {
	transition-delay: 120ms;
}

.csc-profile-section.is-visible [data-csc-profile-reveal],
.csc-profile-section--editor [data-csc-profile-reveal] {
	opacity: 1;
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
}

.csc-speech-bubble {
	width: min(58rem, calc(100% - 2rem));
	max-width: none;
	margin: clamp(3rem, 7vw, 5rem) auto;
	color: var(--wp--preset--color--ink, #efe6d2);
}

.csc-speech-bubble--left {
	margin-left: max(1rem, calc((100% - var(--wp--style--global--wide-size, 72rem)) / 2));
	margin-right: auto;
}

.csc-speech-bubble--right {
	margin-left: auto;
	margin-right: max(1rem, calc((100% - var(--wp--style--global--wide-size, 72rem)) / 2));
}

.csc-speech-bubble__inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(0.85rem, 2vw, 1.3rem);
}

.csc-speech-bubble--left .csc-speech-bubble__inner {
	justify-content: flex-start;
}

.csc-speech-bubble--right .csc-speech-bubble__inner {
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.csc-speech-bubble__avatar-wrap {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	max-width: 5.5rem;
}

.csc-speech-bubble__avatar {
	display: inline-flex;
	overflow: hidden;
	width: clamp(3.35rem, 7vw, 4.8rem);
	height: clamp(3.35rem, 7vw, 4.8rem);
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(239, 230, 210, 0.34);
	border-radius: 999px;
	background:
		radial-gradient(circle at 32% 24%, rgba(182, 255, 59, 0.36), transparent 42%),
		var(--wp--preset--color--surface, #15151d);
	box-shadow: 5px 5px 0 rgba(91, 92, 255, 0.34);
	color: var(--wp--preset--color--toxic, #b6ff3b);
	font-family: var(--font-display-en, sans-serif);
	font-size: 1.2rem;
	font-weight: 700;
}

.csc-speech-bubble__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.csc-speech-bubble__speaker {
	display: block;
	max-width: 100%;
	color: rgba(239, 230, 210, 0.72);
	font-family: var(--font-label-en, sans-serif);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: center;
	overflow-wrap: anywhere;
}

.csc-speech-bubble__bubble {
	position: relative;
	max-width: min(40rem, 100%);
	border: 1px solid rgba(239, 230, 210, 0.3);
	border-radius: 1.3rem;
	background:
		linear-gradient(135deg, rgba(255, 79, 184, 0.14), transparent 42%),
		rgba(13, 15, 23, 0.84);
	box-shadow: 9px 9px 0 rgba(255, 79, 184, 0.22);
	padding: clamp(1rem, 2.8vw, 1.55rem) clamp(1rem, 3vw, 1.8rem);
}

.csc-speech-bubble__bubble::before,
.csc-speech-bubble__bubble::after {
	position: absolute;
	top: 1.25rem;
	width: 0;
	height: 0;
	content: "";
}

.csc-speech-bubble__bubble::before {
	left: -0.78rem;
	border-top: 0.72rem solid transparent;
	border-right: 0.8rem solid rgba(239, 230, 210, 0.3);
	border-bottom: 0.72rem solid transparent;
}

.csc-speech-bubble__bubble::after {
	left: -0.66rem;
	border-top: 0.62rem solid transparent;
	border-right: 0.7rem solid rgba(13, 15, 23, 0.92);
	border-bottom: 0.62rem solid transparent;
}

.csc-speech-bubble--right .csc-speech-bubble__bubble::before {
	right: -0.78rem;
	left: auto;
	border-right: 0;
	border-left: 0.8rem solid rgba(239, 230, 210, 0.3);
}

.csc-speech-bubble--right .csc-speech-bubble__bubble::after {
	right: -0.66rem;
	left: auto;
	border-right: 0;
	border-left: 0.7rem solid rgba(13, 15, 23, 0.92);
}

.csc-speech-bubble__text {
	margin: 0;
	color: var(--wp--preset--color--ink, #efe6d2);
	font-family: var(--font-body-ja, sans-serif);
	font-size: clamp(0.96rem, 1.5vw, 1.08rem);
	line-height: 1.9;
	overflow-wrap: anywhere;
}

.csc-speech-bubble__text span {
	display: inline-block;
	opacity: 0;
	transform: translateY(0.4em);
	transition: opacity 280ms ease, transform 280ms ease;
	transition-delay: calc(var(--csc-char-index) * 68ms);
}

.csc-speech-bubble__text.is-visible span,
.csc-speech-bubble--editor .csc-speech-bubble__text span {
	opacity: 1;
	transform: translateY(0);
}

.csc-inline-ruby {
	ruby-position: over;
	text-decoration: none;
	vertical-align: baseline;
}

ruby.csc-inline-ruby rt {
	color: var(--wp--preset--color--toxic, #b6ff3b);
	font-family: var(--font-readable-ja, sans-serif);
	font-size: 0.5em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 0 1px 0 rgba(13, 15, 23, 0.8);
}

span.csc-inline-ruby {
	position: relative;
	display: inline-block;
	padding-top: calc(0.5em + 7px);
	line-height: 1.18;
}

span.csc-inline-ruby::before {
	position: absolute;
	top: 0;
	left: 50%;
	color: var(--wp--preset--color--toxic, #b6ff3b);
	content: attr(data-csc-ruby);
	font-family: var(--font-readable-ja, sans-serif);
	font-size: 0.5em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 0 1px 0 rgba(13, 15, 23, 0.8);
	transform: translateX(-50%);
	white-space: nowrap;
}

.csc-inline-emphasis {
	background: rgba(182, 255, 59, 0.82);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: var(--wp--preset--color--base, #0d0f17);
	font-weight: 800;
	padding: 0.02em 0.1em;
}

.csc-inline-emphasis a,
a.csc-inline-emphasis {
	color: var(--wp--preset--color--electric, #5b5cff);
}

.csc-inline-emphasis a:hover,
.csc-inline-emphasis a:focus,
a.csc-inline-emphasis:hover,
a.csc-inline-emphasis:focus {
	color: var(--wp--preset--color--neon-pink, #ff4fb8);
}

.csc-inline-note {
	position: relative;
	border-bottom: 1px dotted currentColor;
	color: var(--wp--preset--color--neon-pink, #ff4fb8);
	cursor: help;
	text-decoration: none;
	text-underline-offset: 0.18em;
}

.csc-inline-note:hover,
.csc-inline-note:focus-visible {
	color: #ff6b7a;
	outline: 0;
}

.csc-inline-emphasis.csc-inline-note {
	border-bottom-color: #d60055;
	color: var(--wp--preset--color--base, #0d0f17);
}

.csc-inline-emphasis.csc-inline-note:hover,
.csc-inline-emphasis.csc-inline-note:focus-visible {
	border-bottom-color: #ff174f;
	color: var(--wp--preset--color--base, #0d0f17);
}

@media (hover: hover) and (pointer: fine) {
	.csc-inline-note:hover::before,
	.csc-inline-note:focus-visible::before,
	.csc-inline-note:hover::after,
	.csc-inline-note:focus-visible::after {
		position: absolute;
		z-index: 120;
		pointer-events: none;
	}

	.csc-inline-note:hover::before,
	.csc-inline-note:focus-visible::before {
		bottom: calc(100% + 0.32rem);
		left: 50%;
		width: 0;
		height: 0;
		border-top: 0.46rem solid rgba(239, 230, 210, 0.92);
		border-right: 0.42rem solid transparent;
		border-left: 0.42rem solid transparent;
		content: "";
		transform: translateX(-50%);
	}

	.csc-inline-note:hover::after,
	.csc-inline-note:focus-visible::after {
		bottom: calc(100% + 0.74rem);
		left: 50%;
		box-sizing: border-box;
		width: max-content;
		max-width: min(20rem, 70vw);
		border: 1px solid rgba(239, 230, 210, 0.32);
		background:
			linear-gradient(135deg, rgba(91, 92, 255, 0.2), transparent 46%),
			rgba(13, 15, 23, 0.96);
		box-shadow: 6px 6px 0 rgba(255, 79, 184, 0.22);
		color: var(--wp--preset--color--ink, #efe6d2);
		content: attr(data-csc-note);
		font-family: var(--font-body-ja, sans-serif);
		font-size: 0.82rem;
		font-weight: 400;
		line-height: 1.65;
		padding: 0.78rem 0.92rem;
		transform: translateX(-50%);
		white-space: pre-line;
	}
}

.csc-inline-spoiler {
	border-radius: 0.12em;
	background:
		repeating-linear-gradient(135deg, rgba(239, 230, 210, 0.86) 0 0.28em, rgba(91, 92, 255, 0.9) 0.28em 0.56em);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: transparent;
	cursor: pointer;
	padding: 0.04em 0.16em;
	text-shadow: none;
	transition: background 180ms ease, color 180ms ease;
	user-select: none;
}

.csc-inline-spoiler:focus-visible {
	outline: 2px solid var(--wp--preset--color--toxic, #b6ff3b);
	outline-offset: 0.12em;
}

.csc-inline-spoiler.is-revealed,
.csc-inline-spoiler.is-revealed:focus-visible {
	background: rgba(182, 255, 59, 0.16);
	color: inherit;
	cursor: inherit;
	outline: 0;
	user-select: auto;
}

.csc-inline-note-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	background: rgba(13, 15, 23, 0.7);
	padding: 1.25rem;
}

.csc-inline-note-modal__panel {
	position: relative;
	box-sizing: border-box;
	width: min(28rem, 100%);
	border: 1px solid rgba(239, 230, 210, 0.32);
	background:
		linear-gradient(135deg, rgba(91, 92, 255, 0.2), transparent 46%),
		rgba(13, 15, 23, 0.98);
	box-shadow: 9px 9px 0 rgba(255, 79, 184, 0.24);
	color: var(--wp--preset--color--ink, #efe6d2);
	padding: 1.35rem 3rem 1.35rem 1.35rem;
}

.csc-inline-note-modal__close {
	position: absolute;
	top: 0.62rem;
	right: 0.62rem;
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border: 1px solid rgba(239, 230, 210, 0.28);
	background: transparent;
	color: var(--wp--preset--color--toxic, #b6ff3b);
	cursor: pointer;
	font: inherit;
	line-height: 1;
}

.csc-inline-note-modal__close:hover,
.csc-inline-note-modal__close:focus-visible {
	background: var(--wp--preset--color--toxic, #b6ff3b);
	color: var(--wp--preset--color--base, #0d0f17);
}

.csc-inline-note-modal__text {
	margin: 0;
	color: rgba(239, 230, 210, 0.94);
	font-family: var(--font-body-ja, sans-serif);
	font-size: 0.94rem;
	line-height: 1.8;
	white-space: pre-line;
}

.csc-notice-block {
	position: relative;
	box-sizing: border-box;
	display: grid;
	width: min(54rem, calc(100% - 2rem));
	max-width: none;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 1rem;
	margin: clamp(1.8rem, 4vw, 2.8rem) auto 100px !important;
	border: 1px solid rgba(182, 255, 59, 0.48);
	background:
		linear-gradient(135deg, rgba(182, 255, 59, 0.12), transparent 44%),
		rgba(13, 15, 23, 0.82);
	box-shadow: 7px 7px 0 rgba(91, 92, 255, 0.24);
	color: var(--wp--preset--color--ink, #efe6d2);
	padding: clamp(1rem, 2.5vw, 1.35rem);
}

.csc-notice-block__label {
	background: var(--wp--preset--color--toxic, #b6ff3b);
	color: var(--wp--preset--color--base, #0d0f17);
	font-family: var(--font-label-en, sans-serif);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 0.42rem 0.56rem;
	text-transform: uppercase;
}

.csc-notice-block__text {
	color: rgba(239, 230, 210, 0.92);
	font-family: var(--font-body-ja, sans-serif);
	font-size: 0.95rem;
	line-height: 1.75;
}

.csc-notice-block__text > :first-child {
	margin-top: 0;
}

.csc-notice-block__text > :last-child {
	margin-bottom: 0;
}

.csc-info-block {
	box-sizing: border-box;
	width: min(60rem, calc(100% - 2rem));
	max-width: none;
	margin: clamp(2.4rem, 5vw, 4rem) auto;
	border: 1px solid rgba(239, 230, 210, 0.24);
	background:
		linear-gradient(180deg, rgba(91, 92, 255, 0.12), transparent 56%),
		rgba(23, 26, 36, 0.82);
	box-shadow: 10px 10px 0 rgba(255, 79, 184, 0.18);
	color: var(--wp--preset--color--ink, #efe6d2);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.csc-info-block__heading {
	display: inline-block;
	margin: 0 0 1.35rem;
	background: var(--wp--preset--color--toxic, #b6ff3b);
	color: var(--wp--preset--color--base, #0d0f17);
	font-family: var(--font-display-ja, sans-serif);
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 400;
	line-height: 1.1;
	padding: 0.36rem 0.62rem;
}

.csc-info-block__layout {
	display: grid;
	grid-template-columns: minmax(0, 4fr) minmax(8.5rem, 1fr);
	gap: clamp(1.2rem, 3vw, 2rem);
	align-items: start;
}

.csc-info-block--no-image .csc-info-block__layout {
	grid-template-columns: minmax(0, 1fr);
}

.csc-info-block__content {
	min-width: 0;
}

.csc-info-block__list {
	display: grid;
	gap: 0;
	margin: 0;
}

.csc-info-block__row {
	display: grid;
	grid-template-columns: minmax(5.5rem, 0.28fr) minmax(0, 1fr);
	gap: 1rem;
	border-top: 1px solid rgba(239, 230, 210, 0.16);
	padding: 0.72rem 0;
}

.csc-info-block__row:last-child {
	border-bottom: 1px solid rgba(239, 230, 210, 0.16);
}

.csc-info-block__row dt,
.csc-info-block__row dd {
	margin: 0;
}

.csc-info-block__row dt {
	color: var(--wp--preset--color--toxic, #b6ff3b);
	font-family: var(--font-label-en, sans-serif);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.csc-info-block__row dd {
	color: rgba(239, 230, 210, 0.94);
	font-family: var(--font-body-ja, sans-serif);
	font-size: 0.94rem;
	line-height: 1.65;
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.csc-info-block__synopsis {
	margin-top: 1.35rem;
	color: rgba(239, 230, 210, 0.9);
	font-family: var(--font-body-ja, sans-serif);
	font-size: 0.94rem;
	line-height: 1.82;
}

.csc-info-block__synopsis h3 {
	margin: 0 0 0.5rem;
	border: 0;
	color: var(--wp--preset--color--ink, #efe6d2);
	font-family: var(--font-label-en, sans-serif);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.csc-info-block__synopsis > :last-child {
	margin-bottom: 0;
}

.csc-info-block__synopsis p,
.csc-info-block__source {
	white-space: pre-line;
}

.csc-info-block__source,
.csc-info-block__price-note {
	color: rgba(239, 230, 210, 0.66);
	font-family: var(--font-mono, monospace);
	font-size: 0.78rem;
	line-height: 1.55;
}

.csc-info-block__source a {
	color: var(--wp--preset--color--electric, #5b5cff);
}

.csc-info-block__media {
	margin: 0;
}

.csc-info-block__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	border: 1px solid rgba(239, 230, 210, 0.18);
	object-fit: initial;
}

.csc-score-block {
	--csc-score-bg: rgba(91, 92, 255, 0.36);
	--csc-score-accent: var(--wp--preset--color--electric, #5b5cff);
	box-sizing: border-box;
	display: grid;
	width: min(58rem, calc(100% - 2rem));
	max-width: none;
	grid-template-columns: minmax(10rem, 3fr) minmax(0, 7fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: stretch;
	margin: clamp(2.8rem, 6vw, 4.8rem) auto;
	border: 1px solid rgba(239, 230, 210, 0.22);
	background:
		linear-gradient(135deg, var(--csc-score-bg), transparent 58%),
		rgba(13, 15, 23, 0.88);
	box-shadow: 11px 11px 0 rgba(13, 15, 23, 0.44);
	color: var(--wp--preset--color--ink, #efe6d2);
	padding: clamp(1.15rem, 3vw, 1.8rem);
}

.csc-score-block--tone-s {
	--csc-score-bg: rgba(182, 255, 59, 0.3);
	--csc-score-accent: var(--wp--preset--color--toxic, #b6ff3b);
}

.csc-score-block--tone-a {
	--csc-score-bg: rgba(91, 92, 255, 0.34);
	--csc-score-accent: var(--wp--preset--color--electric, #5b5cff);
}

.csc-score-block--tone-b {
	--csc-score-bg: rgba(255, 79, 184, 0.24);
	--csc-score-accent: var(--wp--preset--color--neon-pink, #ff4fb8);
}

.csc-score-block--tone-c {
	--csc-score-bg: rgba(168, 74, 42, 0.32);
	--csc-score-accent: var(--wp--preset--color--rust, #a84a2a);
}

.csc-score-block--no-comment:not(.csc-score-block--editor) {
	grid-template-columns: 1fr;
}

.csc-score-block__mark {
	display: grid;
	min-height: 9rem;
	align-content: center;
	justify-items: center;
	border: 1px solid rgba(239, 230, 210, 0.22);
	background: rgba(13, 15, 23, 0.46);
	box-shadow: inset 0 0 0 4px rgba(13, 15, 23, 0.2);
	padding: 1rem;
	text-align: center;
}

.csc-score-block--no-comment:not(.csc-score-block--editor) .csc-score-block__mark {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.csc-score-block__label {
	color: var(--csc-score-accent);
	font-family: var(--font-label-en, sans-serif);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.csc-score-block__mark strong {
	display: block;
	margin-top: 0.34rem;
	color: var(--wp--preset--color--ink, #efe6d2);
	font-family: var(--font-display-en, sans-serif);
	font-size: clamp(3rem, 8vw, 5.6rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.92;
	text-shadow: 4px 4px 0 rgba(13, 15, 23, 0.45);
}

.csc-score-block__comment {
	display: grid;
	align-content: center;
	color: rgba(239, 230, 210, 0.92);
	font-family: var(--font-body-ja, sans-serif);
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	line-height: 1.9;
}

.csc-score-block__comment > :first-child {
	margin-top: 0;
}

.csc-score-block__comment > :last-child {
	margin-bottom: 0;
}

.csc-editor-image-preview {
	display: block;
	width: 100%;
	max-width: 15rem;
	height: auto;
	margin: 0.75rem 0;
}

.csc-editor-note {
	margin: 1rem 0 0;
	color: rgba(239, 230, 210, 0.72);
	font-size: 0.82rem;
}

.csc-profile-section--editor,
.csc-speech-bubble--editor,
.csc-notice-block--editor,
.csc-info-block--editor,
.csc-score-block--editor {
	box-sizing: border-box;
}

.csc-notice-block--editor,
.csc-info-block--editor,
.csc-score-block--editor {
	width: 100%;
	max-width: none;
}

.csc-profile-section--editor {
	width: 100%;
	max-width: none !important;
	margin: 3rem 0;
	padding: 3rem 1.5rem;
}

.csc-profile-section--editor .csc-profile-section__heading {
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 1.5rem;
}

.csc-profile-section--editor .csc-profile-section__inner {
	display: grid;
	width: 100%;
	min-height: 0;
	grid-template-columns: minmax(0, 0.9fr) minmax(14rem, 0.7fr);
	gap: 1.5rem;
}

.csc-profile-section--editor .csc-profile-section__content {
	max-width: none;
	width: auto;
}

.csc-profile-section--editor .csc-profile-section__media {
	display: grid;
	position: relative;
	inset: auto;
	place-items: center;
	width: 100%;
	min-height: 18rem;
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.csc-score-block--no-comment:not(.csc-score-block--editor) {
		width: min(17.4rem, calc(100% - 2rem)) !important;
		margin-right: auto !important;
		margin-left: max(1rem, calc((100% - 58rem) / 2)) !important;
	}
}

@media (min-width: 768px) and (max-width: 1439px) {
	.csc-profile-section {
		--csc-profile-media-width: 31rem;
	}

	.csc-profile-section__media {
		right: -2.5rem;
	}
}

@media (max-width: 767px) {
	ruby.csc-inline-ruby {
		display: ruby;
		line-height: inherit;
		vertical-align: baseline;
	}

	ruby.csc-inline-ruby rt {
		position: relative;
		top: 0.14em;
		font-size: 0.5em;
		line-height: 1;
	}

	span.csc-inline-ruby {
		padding-top: calc(0.5em + 7px);
		line-height: 1.08;
	}

	.csc-profile-section {
		width: 100vw;
		max-width: 100vw !important;
		margin-top: 4.5rem;
		margin-right: calc(50% - 50vw) !important;
		margin-left: calc(50% - 50vw) !important;
		padding: 3rem 0 1.35rem;
		box-shadow: 8px 8px 0 rgba(255, 79, 184, 0.22);
		--csc-profile-edge: 0.75rem;
	}

	.csc-profile-section__heading {
		left: var(--csc-profile-edge);
		font-size: clamp(1.9rem, 11vw, 3rem);
	}

	.csc-profile-section__inner {
		width: min(calc(100% - 1.5rem), 42rem);
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.csc-profile-section--has-image .csc-profile-section__inner {
		min-height: 0;
	}

	.csc-profile-section--has-image .csc-profile-section__content {
		max-width: none;
	}

	.csc-profile-section__media {
		position: relative;
		inset: auto;
		order: 1;
		width: 100%;
		min-height: 0;
		margin: 0;
		aspect-ratio: 4 / 5;
		box-shadow: none;
	}

	.csc-profile-section__content {
		order: 2;
	}

	.csc-profile-section__name {
		font-size: clamp(1.35rem, 6.4vw, 1.9rem);
	}

	.csc-profile-section__title {
		font-size: 0.78rem;
	}

	.csc-profile-section__social-link {
		width: 2.65rem;
		height: 2.65rem;
	}

	.csc-speech-bubble,
	.csc-speech-bubble--left,
	.csc-speech-bubble--right {
		width: min(calc(100% - 1.5rem), 42rem);
		margin-right: auto;
		margin-left: auto;
	}

	.csc-speech-bubble__inner {
		gap: 0.75rem;
	}

	.csc-speech-bubble__avatar-wrap {
		max-width: 4.3rem;
	}

	.csc-speech-bubble__bubble {
		border-radius: 1rem;
		box-shadow: 6px 6px 0 rgba(255, 79, 184, 0.2);
	}

	.csc-notice-block {
		width: min(calc(100% - 1.5rem), 42rem);
		grid-template-columns: 1fr;
		gap: 0.75rem;
		box-shadow: 5px 5px 0 rgba(91, 92, 255, 0.22);
	}

	.csc-notice-block__label {
		width: fit-content;
	}

	.csc-info-block {
		width: min(calc(100% - 1.5rem), 42rem);
		padding: 1rem;
		box-shadow: 6px 6px 0 rgba(255, 79, 184, 0.18);
	}

	.csc-info-block__heading {
		margin-bottom: 1rem;
		font-size: 1rem;
	}

	.csc-info-block__layout,
	.csc-info-block--no-image .csc-info-block__layout {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.csc-info-block__media {
		order: -1;
	}

	.csc-info-block__media img {
		height: auto;
		max-height: none;
		aspect-ratio: auto;
	}

	.csc-info-block__row {
		grid-template-columns: 1fr;
		gap: 0.2rem;
		padding: 0.68rem 0;
	}

	.csc-score-block {
		width: min(calc(100% - 1.5rem), 42rem);
		grid-template-columns: 1fr;
		gap: 1rem;
		box-shadow: 6px 6px 0 rgba(13, 15, 23, 0.44);
	}

	.csc-score-block__mark {
		min-height: 7.5rem;
	}

	.csc-score-block__mark strong {
		font-size: clamp(2.7rem, 18vw, 4.4rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.csc-profile-section [data-csc-profile-reveal],
	.csc-speech-bubble__text span {
		opacity: 1;
		transform: none;
		clip-path: none;
		transition: none;
	}
}
