body {
	letter-spacing: 0;
}

:root {
	--sakura-pink: #fb98c0;
	--sakura-rose: #e674a0;
	--sakura-orange: #fe9600;
	--sakura-ink: #4d4650;
	--sakura-muted: #8c828b;
	--sakura-line: rgba(190, 139, 165, 0.18);
	--sakura-paper: rgba(255, 255, 255, 0.78);
}

@font-face {
	font-family: "iconfont";
	src: url("/static/theme/fonts/iconfont.woff") format("woff"),
		url("/static/theme/fonts/iconfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
#main-container,
.site {
	cursor: url("/static/theme/cursor/normal.cur"), auto;
}

html {
	scrollbar-color: var(--sakura-pink) #ffeeeb;
	scrollbar-width: thin;
}

::-webkit-scrollbar {
	background-color: #ffeeeb;
	height: 6px;
	width: 6px;
}

::-webkit-scrollbar-track {
	background: linear-gradient(180deg, #fff8fb, #ffeeeb);
	border-radius: 25px;
}

::-webkit-scrollbar-thumb {
	background: var(--sakura-pink);
	border-radius: 25px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--sakura-rose);
}

#mo-nav::-webkit-scrollbar {
	height: 0;
	opacity: 0;
	width: 0;
}

.scrollbar,
.scrollbar-progress {
	background: linear-gradient(90deg, var(--sakura-pink), #ffd7e7);
	box-shadow: 0 0 16px rgba(251, 152, 192, 0.6);
	height: 3px;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.18s ease-out;
	width: 100%;
	z-index: 99999;
}

.sakura-petal-layer {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	z-index: 12;
}

.sakura-petal {
	animation: koimoe-petal-fall var(--petal-duration, 12s) linear forwards;
	background: radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.95), rgba(251, 152, 192, 0.74) 52%, rgba(251, 152, 192, 0.08) 72%);
	border-radius: 70% 18% 70% 22%;
	box-shadow: 0 4px 10px rgba(251, 152, 192, 0.16);
	height: var(--petal-size, 10px);
	left: var(--petal-left, 50vw);
	opacity: 0.78;
	position: absolute;
	top: -24px;
	transform: rotate(var(--petal-rotate, 0deg));
	width: calc(var(--petal-size, 10px) * 0.78);
}

@keyframes koimoe-petal-fall {
	0% {
		transform: translate3d(0, -24px, 0) rotate(var(--petal-rotate, 0deg));
	}
	100% {
		transform: translate3d(var(--petal-drift, 80px), 105vh, 0) rotate(calc(var(--petal-rotate, 0deg) + 360deg));
	}
}

@media (prefers-reduced-motion: reduce) {
	.sakura-petal-layer {
		display: none;
	}
}

a,
button,
.searchbox,
.showNav,
.openNav,
.cd-top,
#moblieGoTop,
#changskin,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	cursor: url("/static/theme/cursor/ayuda.cur"), pointer;
}

a:active,
button:active {
	cursor: url("/static/theme/cursor/ayuda.cur"), pointer;
}

input,
textarea,
[contenteditable="true"] {
	cursor: url("/static/theme/cursor/texto.cur"), text;
}

button:disabled,
input:disabled,
textarea:disabled,
[aria-disabled="true"] {
	cursor: url("/static/theme/cursor/No_Disponible.cur"), not-allowed;
}

.admin-preview-banner {
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(255, 247, 251, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(117, 79, 99, 0.12);
	box-sizing: border-box;
	color: var(--sakura-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
	padding: 13px 16px;
}

.admin-preview-banner span {
	color: var(--sakura-pink);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.admin-preview-banner strong {
	color: var(--sakura-ink);
	font-weight: 700;
	margin-right: auto;
}

.admin-preview-banner a {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(251, 152, 192, 0.26);
	border-radius: 8px;
	color: var(--sakura-pink);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.centerbg {
	background-position: center;
	background-size: cover;
}

.headertop .centerbg::after {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 245, 249, 0.42)),
		linear-gradient(90deg, rgba(255, 192, 211, 0.16), rgba(255, 255, 255, 0.04), rgba(254, 150, 0, 0.1));
	content: "";
	inset: 0;
	opacity: var(--hero-overlay-opacity, 1);
	pointer-events: none;
	position: absolute;
}

.focusinfo {
	filter: drop-shadow(0 16px 35px rgba(113, 65, 88, 0.16));
}

.header-info p {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 8px;
	box-shadow: 0 12px 36px rgba(111, 79, 97, 0.12);
	color: #5f5560;
	line-height: 1.75;
	padding: 12px 18px;
}

.site-title .logolink a {
	display: inline-block;
	position: relative;
}

.site-title .logolink a::before {
	background: rgba(255, 255, 255, 0.48);
	border-radius: 54% 46% 58% 42% / 52% 56% 44% 48%;
	box-shadow:
		26px -9px 18px rgba(255, 255, 255, 0.48),
		58px -3px 20px rgba(255, 248, 252, 0.5),
		96px -8px 22px rgba(255, 255, 255, 0.42),
		132px 1px 20px rgba(255, 246, 251, 0.34),
		45px 14px 18px rgba(255, 255, 255, 0.36),
		104px 15px 20px rgba(255, 255, 255, 0.3);
	content: "";
	filter: blur(8px);
	height: 34px;
	left: -10px;
	opacity: 0.86;
	pointer-events: none;
	position: absolute;
	top: 22px;
	width: 82px;
	z-index: 0;
}

.site-title .koimoe-nav-logo {
	display: block;
	filter: drop-shadow(0 8px 18px rgba(128, 82, 105, 0.12));
	height: 52px;
	margin: 11px 0 0;
	max-width: 212px;
	object-fit: contain;
	opacity: 0.9;
	padding: 0;
	position: relative;
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: auto;
	z-index: 1;
}

.site-title .koimoe-nav-logo:hover {
	opacity: 1;
	transform: translateY(-1px);
}

.site-header:hover {
	background: transparent;
}

.showNav,
.openNav {
	display: none !important;
}

.searchbox {
	align-items: center;
	display: inline-flex;
	float: right;
	height: 44px;
	line-height: 1;
	margin: 12px 0 0 12px;
	position: relative;
	z-index: 1002;
}

.searchbox__button,
.user-entry__toggle {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(251, 152, 192, 0.36);
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(128, 82, 105, 0.14);
	display: inline-flex;
	height: 44px;
	justify-content: center;
	transition: border-color 0.46s ease, box-shadow 0.5s ease, color 0.42s ease, transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
	width: 44px;
}

.searchbox__button {
	color: var(--sakura-pink);
	cursor: url("/static/theme/cursor/ayuda.cur"), pointer;
	font-size: 18px;
	padding: 0;
}

.searchbox__button:hover,
.searchbox__button:focus-visible,
.user-entry__toggle:hover,
.user-entry.is-open .user-entry__toggle {
	border-color: rgba(251, 152, 192, 0.78);
	box-shadow: 0 12px 34px rgba(251, 152, 192, 0.26);
	outline: none;
	transform: translateY(-1px);
}

.searchbox__button:hover,
.searchbox__button:focus-visible {
	color: var(--sakura-rose);
}

.site-top .menu {
	display: flex;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-top .menu a {
	color: inherit;
	text-decoration: none;
}

.user-entry {
	float: right;
	margin: 12px 0 0 12px;
	position: relative;
	z-index: 1000;
}

.user-entry__toggle {
	cursor: pointer;
	padding: 2px;
}

.user-entry__toggle img {
	border-radius: 50%;
	display: block;
	height: 38px;
	object-fit: cover;
	width: 38px;
}

.user-entry__menu {
	backdrop-filter: blur(18px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 250, 0.88));
	border: 1px solid rgba(251, 152, 192, 0.22);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(104, 73, 91, 0.16);
	box-sizing: border-box;
	min-width: 176px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 48px;
	transform: translateY(-4px);
	transition: opacity 0.34s ease, transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.user-entry.is-open .user-entry__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.user-entry__menu::before {
	background: rgba(255, 255, 255, 0.92);
	border-left: 1px solid rgba(251, 152, 192, 0.18);
	border-top: 1px solid rgba(251, 152, 192, 0.18);
	content: "";
	height: 10px;
	position: absolute;
	right: 14px;
	top: -6px;
	transform: rotate(45deg);
	width: 10px;
}

.user-entry__menu-indicator {
	background:
		linear-gradient(135deg, rgba(251, 152, 192, 0.14), rgba(255, 246, 251, 0.8)),
		rgba(255, 247, 251, 0.64);
	border: 1px solid rgba(251, 152, 192, 0.12);
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(251, 152, 192, 0.09);
	box-sizing: border-box;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translate3d(var(--user-menu-x, 0), var(--user-menu-y, 0), 0);
	transition: transform 0.58s cubic-bezier(0.16, 1, 0.3, 1), width 0.58s cubic-bezier(0.16, 1, 0.3, 1), height 0.58s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease;
	z-index: 0;
}

.user-entry__menu.is-ready .user-entry__menu-indicator {
	opacity: 1;
}

.user-entry__menu.is-positioning .user-entry__menu-indicator {
	transition: none;
}

.user-entry__menu a,
.user-entry__menu button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 7px;
	box-sizing: border-box;
	color: var(--sakura-ink);
	cursor: pointer;
	display: flex;
	font: 14px/1.2 "Ubuntu", "Noto Serif SC", sans-serif;
	gap: 9px;
	letter-spacing: 0;
	overflow: hidden;
	padding: 10px 11px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: color 0.34s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
	z-index: 1;
}

.user-entry__menu a::before,
.user-entry__menu button::before {
	content: none;
}

.user-entry__menu a:hover,
.user-entry__menu a:focus-visible,
.user-entry__menu button:hover,
.user-entry__menu button:focus-visible {
	color: var(--sakura-rose);
	outline: none;
	transform: translateX(2px);
}

.user-entry__menu form {
	margin: 0;
	position: relative;
	z-index: 1;
}

.user-entry__menu i {
	color: var(--sakura-rose);
	position: relative;
	transition: color 0.34s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	width: 15px;
	z-index: 1;
}

.user-entry__menu a:hover i,
.user-entry__menu a:focus-visible i,
.user-entry__menu button:hover i,
.user-entry__menu button:focus-visible i {
	color: #e779aa;
	transform: translateX(1px);
}

.site-top .menu-admin-login a {
	color: var(--sakura-rose);
}

#show-nav {
	background: transparent;
	border: 0;
	padding: 0;
}

.site-content:has(.single-post-layout) {
	max-width: 1280px;
}

.home-intro {
	box-sizing: border-box;
	color: var(--sakura-ink);
	margin: 44px auto 10px;
	max-width: 780px;
	padding: 0 20px;
	text-align: center;
}

.home-intro h1 {
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 6px 0 10px;
}

.home-intro .home-logo-heading {
	line-height: 1;
	margin: 12px auto 12px;
}

.koimoe-home-logo {
	display: block;
	filter: drop-shadow(0 18px 34px rgba(102, 67, 84, 0.14));
	height: auto;
	margin: 0 auto;
	max-width: min(760px, 88vw);
	width: 100%;
}

.home-intro p {
	color: var(--sakura-muted);
	font-size: 15px;
	line-height: 1.9;
	margin: 0;
}

.home-kicker {
	align-items: center;
	color: var(--sakura-rose) !important;
	display: inline-flex;
	font-family: "Ubuntu", sans-serif;
	font-size: 12px !important;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sakurairo-notice.notice {
	backdrop-filter: blur(14px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 250, 0.76));
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(124, 78, 102, 0.12);
	box-sizing: border-box;
	color: #6c606b;
	margin: 32px auto 0;
	max-width: 860px;
	padding: 13px 18px;
}

.sakurairo-notice .iconfont {
	color: var(--sakura-rose);
}

.sakurairo-feature.top-feature {
	margin-top: 34px;
}

.sakurairo-feature .fes-title,
.sakurairo-main-title {
	color: var(--sakura-ink);
	font-family: "Ubuntu", "Noto Serif SC", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.sakurairo-feature .feature-content {
	gap: 16px;
}

.sakurairo-feature .feature-content li {
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(107, 74, 92, 0.16);
	overflow: hidden;
}

.sakurairo-feature .feature-content a::after {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(82, 58, 72, 0.18)),
		linear-gradient(90deg, rgba(255, 244, 249, 0.18), rgba(255, 255, 255, 0.02));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.28s ease, background 0.28s ease;
	z-index: 2;
}

.sakurairo-feature .feature-content a {
	display: block;
	position: relative;
}

.sakurairo-feature .feature-content a:hover::after {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(82, 58, 72, 0.22)),
		linear-gradient(90deg, rgba(255, 244, 249, 0.22), rgba(255, 255, 255, 0.04));
}

.sakurairo-feature .feature-title {
	inset: 0;
	position: absolute;
	z-index: 3;
}

.sakurairo-feature .foverlay-bg {
	background: linear-gradient(180deg, transparent 42%, rgba(255, 244, 249, 0.76) 100%);
	border-radius: 8px;
	height: 100%;
	opacity: 0;
	transition: opacity 0.28s ease;
}

.sakurairo-feature .feature-title .foverlay {
	align-items: center;
	backdrop-filter: blur(14px) saturate(1.12);
	background: rgba(255, 250, 253, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 8px;
	bottom: 18px;
	box-shadow: 0 12px 28px rgba(107, 74, 92, 0.14);
	box-sizing: border-box;
	color: var(--sakura-ink);
	display: inline-flex;
	font-family: "Ubuntu", "Noto Serif SC", sans-serif;
	font-size: 22px;
	font-weight: 500;
	height: auto;
	justify-content: center;
	left: 50%;
	line-height: 1.25;
	max-width: calc(100% - 42px);
	min-height: 52px;
	opacity: 0;
	padding: 10px 22px;
	text-shadow: none;
	transform: translate(-50%, 14px);
	transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
	width: auto;
	z-index: 4;
}

.sakurairo-feature .feature-content li:hover .feature-title .foverlay {
	color: var(--sakura-rose);
	opacity: 1;
	transform: translate(-50%, 0);
}

.post-entry .feature img,
.feature-content img {
	object-fit: cover;
}

.post-list .post-entry {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 251, 0.78));
	border: 1px solid rgba(255, 255, 255, 0.86);
	border-radius: 8px;
	box-shadow: 0 14px 38px rgba(117, 79, 99, 0.1);
	box-sizing: border-box;
	cursor: pointer;
	min-height: 126px;
	padding: 18px 18px 16px 156px;
	position: relative;
	transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.post-list .post-entry:hover,
.post-list .post-entry:focus-visible {
	border-color: rgba(251, 152, 192, 0.22);
	box-shadow: 0 18px 46px rgba(117, 79, 99, 0.13);
	outline: none;
	transform: translateY(-1px);
}

.post-list .feature {
	left: 18px;
	top: 18px;
}

.post-list .feature,
.post-list .feature img {
	border-radius: 7px;
	overflow: hidden;
}

.post-list .feature .overlay {
	display: none;
}

.post-list h1.entry-title,
.post-list p,
.post-list .entry-footer {
	margin-left: 0;
}

.post-list h1.entry-title {
	line-height: 1.42;
	margin-bottom: 8px;
	max-width: calc(100% - 106px);
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	width: auto;
}

.post-list h1.entry-title a {
	color: var(--sakura-ink);
	display: inline;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
}

.post-list h1.entry-title a::after {
	color: var(--sakura-rose);
	content: "...";
	display: inline;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 2px;
	position: static;
}

.post-list h1.entry-title a:hover {
	color: var(--sakura-rose);
}

.post-list .p-time {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 4px;
	right: 18px;
	top: 22px;
}

.post-list .p-time span {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	white-space: nowrap;
}

.post-list .info-meta {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 6px;
	left: 0;
	min-width: 150px;
	text-align: right;
	transform: translate3d(-184px, 0, 0);
	width: 150px;
}

.post-list:hover .info-meta {
	transform: translate3d(-168px, 0, 0);
}

.post-list .info-meta .comnum,
.post-list .info-meta .views {
	display: block;
	float: none;
	margin: 0;
	width: 100%;
}

.post-list .info-meta span {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	gap: 4px;
	justify-content: flex-end;
	line-height: 1.8;
	white-space: nowrap;
}

.post-list .info-meta i {
	display: none;
}

.post-pin-badge {
	align-items: center;
	background: rgba(255, 246, 251, 0.72);
	border: 1px solid rgba(251, 152, 192, 0.14);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
	color: rgba(236, 95, 153, 0.78);
	display: inline-flex;
	font-size: 10px;
	font-weight: 600;
	gap: 4px;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 8px;
	padding: 4px 7px;
	text-transform: none;
	transform: translateY(-0.18em);
	vertical-align: middle;
	white-space: nowrap;
}

.post-pin-badge i {
	font-size: 10px;
	opacity: 0.72;
}

.entry-content {
	font-size: 17px;
	line-height: 1.95;
}

.entry-content p {
	margin: 0 0 1.2em;
}

.post-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 2px 0 12px;
	font-size: 13px;
	color: #888;
}

.post-taxonomy a,
.post-tags a {
	color: inherit;
	text-decoration: none;
}

.post-taxonomy a:hover,
.post-tags a:hover {
	color: #fe9600;
}

.single-post-layout {
	margin-top: 32px;
}

.single-post-layout.content-area.with-sidebar {
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) 300px;
	max-width: 1240px;
}

.single-post-layout .site-main {
	max-width: none;
	width: 100%;
}

.sakurairo-single {
	backdrop-filter: blur(12px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 252, 0.76));
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(117, 79, 99, 0.12);
	overflow: visible;
}

.single-cover {
	aspect-ratio: 16 / 6;
	background-position: center;
	background-size: cover;
	position: relative;
}

.single-cover::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 248, 252, 0.72));
	content: "";
	inset: 0;
	position: absolute;
}

.sakurairo-single .entry-header {
	margin: 0 auto;
	max-width: 840px;
	padding: 38px 42px 18px;
	text-align: center;
}

.single-kicker {
	align-items: center;
	color: var(--sakura-rose);
	display: inline-flex;
	font-family: "Ubuntu", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.sakurairo-single .entry-title {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(30px, 4.8vw, 48px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.24;
	margin: 0;
}

.sakurairo-single .entry-census {
	align-items: center;
	color: #9b929b;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px 14px;
	justify-content: center;
	margin: 18px 0 0;
}

.sakurairo-single .entry-census span {
	align-items: center;
	background: rgba(251, 152, 192, 0.1);
	border: 1px solid rgba(251, 152, 192, 0.12);
	border-radius: 999px;
	display: inline-flex;
	gap: 6px;
	padding: 6px 11px;
}

.sakurairo-single .entry-content {
	color: #58515a;
	margin: 0 auto;
	max-width: 840px;
	padding: 18px 42px 12px;
}

.sakurairo-single .entry-content a {
	color: var(--sakura-rose);
	text-decoration: none;
}

.sakurairo-single .entry-content img {
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(117, 79, 99, 0.14);
	display: block;
	height: auto;
	margin: 26px auto;
	max-width: 100%;
}

.sakurairo-single .entry-content blockquote {
	background: rgba(251, 152, 192, 0.08);
	border-left: 4px solid var(--sakura-pink);
	border-radius: 0 8px 8px 0;
	color: #746a73;
	margin: 24px 0;
	overflow: hidden;
	padding: 20px 64px 20px 72px;
	position: relative;
}

.sakurairo-single .entry-content blockquote::before,
.sakurairo-single .entry-content blockquote::after {
	color: rgba(251, 152, 192, 0.72);
	font-size: 2.7rem;
	line-height: 1;
	pointer-events: none;
	z-index: 0;
}

.sakurairo-single .entry-content blockquote::before {
	left: 18px;
	top: 10px;
}

.sakurairo-single .entry-content blockquote::after {
	bottom: 10px;
	right: 18px;
}

.sakurairo-single .entry-content blockquote > * {
	position: relative;
	z-index: 1;
}

.sakurairo-single .entry-content pre {
	background: rgba(67, 55, 68, 0.92);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(77, 70, 80, 0.16);
	color: #fff8fb;
	overflow-x: auto;
	padding: 18px;
}

.sakurairo-single .post-footer {
	border-bottom: 0;
	display: grid;
	gap: 14px;
	height: auto;
	margin: 0 auto;
	max-width: 840px;
	padding: 20px 42px 46px;
}

.post-lincenses {
	background: rgba(255, 238, 235, 0.66);
	border: 1px solid rgba(251, 152, 192, 0.14);
	border-radius: 8px;
	color: #8a7d86;
	font-size: 13px;
	line-height: 1.6;
	padding: 13px 15px;
}

.post-lincenses a {
	color: inherit;
	text-decoration: none;
}

.post-share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.post-share > span {
	color: #8a7d86;
	font-size: 13px;
	font-weight: 700;
	margin-right: 2px;
}

.post-share a,
.post-share button {
	align-items: center;
	background: rgba(251, 152, 192, 0.1);
	border: 0;
	border-radius: 999px;
	color: var(--sakura-rose);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	gap: 6px;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	padding: 0 11px;
	text-decoration: none;
	transition: background-color 0.42s ease, box-shadow 0.46s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.post-share a:hover,
.post-share button:hover,
.post-share button.is-copied {
	background: rgba(251, 152, 192, 0.18);
	box-shadow: 0 10px 22px rgba(251, 152, 192, 0.14);
	transform: translateY(-1px);
}

.post-reward {
	background: rgba(255, 250, 253, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.18);
	border-radius: 16px;
	padding: 16px;
	text-align: center;
}

.post-reward-toggle {
	align-items: center;
	background: linear-gradient(135deg, rgba(251, 152, 192, 0.92), rgba(255, 194, 220, 0.92));
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(251, 152, 192, 0.18);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	gap: 7px;
	padding: 9px 18px;
}

.post-reward p {
	color: #8a7d86;
	font-size: 13px;
	line-height: 1.7;
	margin: 12px auto 0;
	max-width: 520px;
}

.post-reward-codes {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 16px;
}

.post-reward-codes[hidden] {
	display: none;
}

.post-reward-codes figure {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.16);
	border-radius: 14px;
	margin: 0;
	padding: 10px;
}

.post-reward-codes img {
	aspect-ratio: 1;
	border-radius: 8px;
	display: block;
	height: 150px;
	object-fit: cover;
	width: 150px;
}

.post-reward-codes figcaption {
	color: #8a7d86;
	font-size: 12px;
	margin-top: 8px;
}

.single-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 1.5;
	padding-bottom: 2px;
}

.single-taxonomy .post-tags {
	background: rgba(251, 152, 192, 0.1);
	border-radius: 999px;
	color: #746a73;
	float: none;
	font-size: 13px;
	padding: 7px 11px;
	text-transform: none;
}

.single-author {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(117, 79, 99, 0.1);
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	grid-template-columns: 88px 1fr auto;
	margin: 22px 0;
	padding: 18px;
}

.single-author img {
	border: 4px solid rgba(255, 255, 255, 0.94);
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(117, 79, 99, 0.14);
	height: 88px;
	object-fit: cover;
	width: 88px;
}

.single-author p {
	color: var(--sakura-rose);
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.single-author h2 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 4px;
}

.single-author span {
	color: var(--sakura-muted);
	font-size: 13px;
	line-height: 1.6;
}

.koimoe-social-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.koimoe-social-links a {
	align-items: center;
	background: rgba(255, 247, 251, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.26);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(117, 79, 99, 0.08);
	color: var(--sakura-rose);
	display: inline-flex;
	font-size: 14px;
	gap: 6px;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	padding: 0 10px;
	text-decoration: none;
	transition: background 0.48s ease, border-color 0.48s ease, box-shadow 0.5s ease, color 0.42s ease, transform 0.54s cubic-bezier(0.22, 1, 0.36, 1);
}

.koimoe-social-links a:hover {
	background: rgba(255, 232, 243, 0.94);
	border-color: rgba(251, 152, 192, 0.48);
	transform: translateY(-1px);
}

.article-toc {
	background: rgba(255, 250, 253, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.22);
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(117, 79, 99, 0.08);
	margin: 0 auto 26px;
	max-width: 840px;
	padding: 18px 22px;
}

.article-toc p {
	align-items: center;
	color: var(--sakura-rose);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.article-toc ol {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.article-toc a {
	color: #6f5a65;
	display: inline-flex;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

.article-toc a:hover {
	color: var(--sakura-rose);
}

.article-toc .toc-level-3 {
	padding-left: 18px;
}

.article-toc .toc-level-4 {
	padding-left: 36px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	scroll-margin-top: 104px;
}

.legacy-begin {
	color: var(--sakura-rose);
	float: left;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 3.1em;
	line-height: 0.92;
	margin: 0.08em 0.14em 0 0;
}

.legacy-shortcode,
.legacy-collapse,
.legacy-download,
.legacy-image {
	border-radius: 8px;
	box-sizing: border-box;
	margin: 20px 0;
}

.legacy-shortcode {
	align-items: flex-start;
	border: 1px solid rgba(251, 152, 192, 0.2);
	box-shadow: 0 12px 26px rgba(117, 79, 99, 0.08);
	display: flex;
	gap: 12px;
	padding: 15px 16px;
}

.legacy-shortcode i {
	margin-top: 0.2em;
}

.legacy-shortcode > div > :first-child,
.legacy-collapse-content > :first-child {
	margin-top: 0;
}

.legacy-shortcode > div > :last-child,
.legacy-collapse-content > :last-child {
	margin-bottom: 0;
}

.legacy-warning {
	background: rgba(255, 248, 218, 0.86);
	color: #8a6422;
}

.legacy-task {
	background: rgba(255, 250, 253, 0.86);
	color: #6f5a65;
}

.legacy-noway {
	background: rgba(255, 239, 241, 0.9);
	color: #9d2f45;
}

.legacy-buy {
	background: rgba(229, 248, 252, 0.9);
	color: #256273;
}

.legacy-collapse {
	background: rgba(255, 250, 253, 0.78);
	border: 1px solid rgba(251, 152, 192, 0.24);
	box-shadow: 0 12px 28px rgba(117, 79, 99, 0.08);
	overflow: hidden;
}

.legacy-collapse summary {
	align-items: center;
	color: var(--sakura-deep);
	cursor: pointer;
	display: flex;
	font-weight: 700;
	gap: 10px;
	list-style: none;
	padding: 14px 16px;
}

.legacy-collapse summary::-webkit-details-marker {
	display: none;
}

.legacy-collapse summary i {
	transition: transform 0.2s ease;
}

.legacy-collapse[open] summary i {
	transform: rotate(180deg);
}

.legacy-collapse-content {
	border-top: 1px solid rgba(251, 152, 192, 0.16);
	padding: 16px;
}

.legacy-download {
	align-items: center;
	background: rgba(251, 152, 192, 0.12);
	border: 1px solid rgba(251, 152, 192, 0.26);
	color: var(--sakura-rose);
	display: inline-flex;
	font-weight: 700;
	gap: 9px;
	padding: 11px 15px;
	text-decoration: none;
}

.legacy-download:hover {
	background: rgba(251, 152, 192, 0.2);
	color: var(--sakura-deep);
}

.legacy-image {
	text-align: center;
}

.legacy-image a {
	display: inline-block;
}

.legacy-image img {
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(117, 79, 99, 0.12);
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.hero-social-links {
	justify-content: center;
	margin-top: 14px;
}

.hero-social-links a {
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.28);
	border-color: rgba(255, 255, 255, 0.56);
	color: #fff;
	text-shadow: 0 1px 8px rgba(84, 54, 75, 0.35);
}

.author-social-links {
	margin-top: 9px;
}

.sidebar-social-links {
	justify-content: flex-end;
	opacity: 0.62;
	position: absolute;
	right: 14px;
	top: 14px;
}

.sidebar-social-links a {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: rgba(236, 95, 153, 0.68);
	font-size: 12px;
	height: 24px;
	min-width: 24px;
	padding: 0;
	transition: background-color 0.46s ease, border-color 0.46s ease, box-shadow 0.52s ease, color 0.42s ease, transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.sidebar-social-links a:hover,
.sidebar-social-links a:focus-visible {
	background: rgba(255, 238, 247, 0.62);
	border-color: rgba(251, 152, 192, 0.2);
	box-shadow: 0 8px 18px rgba(251, 152, 192, 0.08);
	color: rgba(236, 95, 153, 0.9);
	outline: none;
	transform: translateY(-1px);
}

.footer-social-links {
	justify-content: center;
	margin-top: 4px;
	opacity: 0.58;
}

.footer-social-links a {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: rgba(143, 132, 141, 0.78);
	font-size: 11px;
	height: auto;
	min-width: auto;
	padding: 2px 5px;
}

.single-actions a,
.post-nextprev a {
	color: var(--sakura-rose);
	text-decoration: none;
}

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

.single-actions a,
.post-like-button {
	align-items: center;
	background: rgba(251, 152, 192, 0.1);
	border: 0;
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--sakura-rose);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 7px;
	height: 46px;
	justify-content: center;
	line-height: 1;
	padding: 0 16px;
	text-decoration: none;
	transition: background-color 0.42s ease, box-shadow 0.46s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	vertical-align: top;
	white-space: nowrap;
}

.post-like-button {
	appearance: none;
	-webkit-appearance: none;
}

.single-actions a i,
.post-like-button i,
.post-like-button span,
.post-like-button strong {
	align-items: center;
	display: inline-flex;
	line-height: 1;
}

.post-like-button strong {
	font-family: "Ubuntu", sans-serif;
	font-size: 13px;
}

.single-actions a:hover,
.post-like-button:hover,
.post-like-button.is-liked {
	background: rgba(251, 152, 192, 0.18);
	box-shadow: 0 10px 22px rgba(251, 152, 192, 0.14);
	transform: translateY(-1px);
}

.post-like-button.is-liked i,
.post-like-button.is-liked span,
.post-like-button.is-liked strong {
	color: #e674a0;
}

.post-like-button.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.post-like-button.has-error {
	background: rgba(254, 242, 242, 0.92);
	color: #b42318;
}

.post-nextprev {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 22px 0;
}

.post-nextprev a {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(117, 79, 99, 0.09);
	box-sizing: border-box;
	display: grid;
	gap: 8px;
	min-height: 116px;
	padding: 18px;
}

.post-nextprev a.next {
	text-align: right;
}

.post-nextprev span {
	color: #aaa;
	font-size: 12px;
	text-transform: uppercase;
}

.post-nextprev strong {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.post-nextprev a:hover strong {
	color: var(--sakura-rose);
}

.related-posts {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(117, 79, 99, 0.1);
	margin: 26px 0;
	padding: 22px;
}

.related-posts .section-title {
	margin-bottom: 16px;
	text-align: center;
}

.related-posts .section-title p {
	color: var(--sakura-rose);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.related-posts .section-title h2 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
}

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

.related-post-card {
	background: rgba(255, 250, 253, 0.78);
	border: 1px solid rgba(251, 152, 192, 0.14);
	border-radius: 8px;
	color: inherit;
	display: grid;
	gap: 10px;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-post-card:hover {
	box-shadow: 0 14px 28px rgba(251, 152, 192, 0.14);
	transform: translateY(-2px);
}

.related-post-cover {
	background-position: center;
	background-size: cover;
	display: block;
	height: 112px;
}

.related-post-body {
	display: grid;
	gap: 7px;
	padding: 0 13px 14px;
}

.related-post-body strong {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

.related-post-body small {
	color: #9b929b;
	font-size: 12px;
}

.sakurairo-archives-layout {
	margin-top: 32px;
}

.archives-hero {
	backdrop-filter: blur(14px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 252, 0.74));
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(117, 79, 99, 0.12);
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 34px 28px;
	text-align: center;
}

.archives-hero h1 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(30px, 4.6vw, 46px);
	font-weight: 400;
	letter-spacing: 0;
	margin: 4px 0 8px;
}

.archives-hero p:last-child {
	color: var(--sakura-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.archives-timeline {
	display: grid;
	gap: 22px;
	position: relative;
}

.archives-timeline::before {
	background: linear-gradient(180deg, rgba(251, 152, 192, 0.05), rgba(251, 152, 192, 0.34), rgba(251, 152, 192, 0.05));
	content: "";
	inset: 18px auto 18px 20px;
	position: absolute;
	width: 1px;
}

.archive-month {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(117, 79, 99, 0.1);
	box-sizing: border-box;
	margin-left: 48px;
	padding: 18px;
	position: relative;
}

.archive-month::before {
	background: var(--sakura-pink);
	border: 4px solid rgba(255, 255, 255, 0.94);
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(251, 152, 192, 0.28);
	content: "";
	height: 13px;
	left: -34px;
	position: absolute;
	top: 24px;
	width: 13px;
}

.archive-month header {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.archive-month header span {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 24px;
	font-weight: 400;
}

.archive-month header strong {
	background: rgba(251, 152, 192, 0.1);
	border-radius: 999px;
	color: var(--sakura-rose);
	font-size: 12px;
	padding: 6px 10px;
}

.archive-month-posts {
	display: grid;
	gap: 10px;
}

.archive-post-row {
	align-items: center;
	background: rgba(255, 248, 252, 0.58);
	border: 1px solid rgba(251, 152, 192, 0.12);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--sakura-ink);
	display: grid;
	gap: 12px;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	padding: 12px 14px;
	text-decoration: none;
	transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.archive-post-row:hover {
	border-color: rgba(251, 152, 192, 0.34);
	box-shadow: 0 12px 26px rgba(117, 79, 99, 0.1);
	transform: translateY(-1px);
}

.archive-post-row time {
	color: var(--sakura-rose);
	font-family: "Ubuntu", sans-serif;
	font-size: 13px;
}

.archive-post-row span {
	line-height: 1.45;
	min-width: 0;
}

.archive-post-row small {
	color: #aaa;
	font-size: 12px;
	white-space: nowrap;
}

.empty-archive p {
	color: var(--sakura-muted);
	line-height: 1.8;
	margin: 0;
}

.sakurairo-links-layout {
	margin-top: 32px;
}

.links-hero {
	backdrop-filter: blur(14px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 252, 0.72)),
		url("/static/curated-sakura-images/originals/fuji-pagoda-sakura-01.jpg") center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(117, 79, 99, 0.12);
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 34px 28px;
	text-align: center;
}

.links-hero h1 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(30px, 4.6vw, 46px);
	font-weight: 400;
	letter-spacing: 0;
	margin: 4px 0 8px;
}

.links-hero p:last-child {
	color: var(--sakura-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.friend-link-sections {
	display: grid;
	gap: 20px;
}

.friend-link-section {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(117, 79, 99, 0.1);
	box-sizing: border-box;
	padding: 22px;
}

.friend-link-section header {
	margin-bottom: 16px;
}

.friend-link-section h2 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 6px;
}

.friend-link-section header p {
	color: var(--sakura-muted);
	line-height: 1.7;
	margin: 0;
}

.friend-link-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.friend-link-card {
	align-items: center;
	background: rgba(255, 248, 252, 0.7);
	border: 1px solid rgba(251, 152, 192, 0.14);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--sakura-ink);
	display: grid;
	gap: 12px;
	grid-template-columns: 58px minmax(0, 1fr);
	min-height: 92px;
	padding: 14px;
	text-decoration: none;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.friend-link-card:hover {
	border-color: rgba(251, 152, 192, 0.38);
	box-shadow: 0 14px 30px rgba(117, 79, 99, 0.12);
	transform: translateY(-2px);
}

.friend-link-avatar {
	align-items: center;
	background: linear-gradient(135deg, rgba(251, 152, 192, 0.16), rgba(255, 255, 255, 0.72));
	border: 3px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(251, 152, 192, 0.18);
	color: var(--sakura-rose);
	display: flex;
	height: 52px;
	justify-content: center;
	overflow: hidden;
	width: 52px;
}

.friend-link-avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.friend-link-body {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.friend-link-body strong {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.friend-link-body small {
	color: var(--sakura-muted);
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.empty-links {
	text-align: center;
}

.taxonomy-hero {
	backdrop-filter: blur(14px);
	background:
		radial-gradient(circle at 92% 14%, rgba(251, 152, 192, 0.12), transparent 28%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 252, 0.76));
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(117, 79, 99, 0.12);
	box-sizing: border-box;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 24px;
	overflow: hidden;
	padding: 30px 28px;
	position: relative;
}

.taxonomy-hero::after {
	background:
		radial-gradient(circle, rgba(251, 152, 192, 0.16) 0 2px, transparent 3px);
	background-size: 18px 18px;
	bottom: 18px;
	content: "";
	height: 44px;
	opacity: 0.7;
	pointer-events: none;
	position: absolute;
	right: 22px;
	width: 150px;
}

.taxonomy-hero.has-cover {
	align-items: center;
	grid-template-columns: 220px minmax(0, 1fr);
	min-height: 178px;
}

.taxonomy-hero > img {
	aspect-ratio: 16 / 10;
	border: 4px solid rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(117, 79, 99, 0.14);
	height: 100%;
	max-height: 150px;
	object-fit: cover;
	width: 100%;
}

.taxonomy-hero h1 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(30px, 4.4vw, 44px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 4px 0 8px;
}

.taxonomy-hero p:last-child {
	color: var(--sakura-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.taxonomy-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
}

.taxonomy-meta span {
	background: rgba(251, 152, 192, 0.1);
	border: 1px solid rgba(251, 152, 192, 0.18);
	border-radius: 999px;
	color: #8f7e89;
	font: 700 12px/1 "Ubuntu", sans-serif;
	padding: 8px 12px;
}

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

.taxonomy-actions a {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(251, 152, 192, 0.24);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(117, 79, 99, 0.08);
	color: var(--sakura-rose);
	font: 700 12px/1 "Ubuntu", sans-serif;
	padding: 10px 14px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.taxonomy-actions a:hover {
	background: rgba(251, 152, 192, 0.14);
	border-color: rgba(251, 152, 192, 0.46);
	transform: translateY(-1px);
}

.taxonomy-results-bar {
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(251, 152, 192, 0.14);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(117, 79, 99, 0.08);
	box-sizing: border-box;
	color: #91858f;
	display: flex;
	font: 700 13px/1.4 "Ubuntu", sans-serif;
	justify-content: space-between;
	margin: 0 0 18px;
	padding: 14px 18px;
}

.taxonomy-results-bar i {
	color: var(--sakura-rose);
	margin-right: 6px;
}

.taxonomy-results-bar small {
	color: #b4a6b0;
	font-size: 12px;
}

.taxonomy-empty-state {
	background:
		radial-gradient(circle at 50% 22%, rgba(251, 152, 192, 0.12), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 252, 0.72));
	border: 1px solid rgba(251, 152, 192, 0.16);
	border-radius: 8px;
	box-shadow: 0 22px 58px rgba(117, 79, 99, 0.1);
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 40px 24px;
	text-align: center;
}

.taxonomy-empty-mark,
.koimoe-empty-mark {
	align-items: center;
	background: rgba(251, 152, 192, 0.12);
	border-radius: 50%;
	color: var(--sakura-rose);
	display: inline-flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	margin: 0 0 16px;
	width: 58px;
}

.taxonomy-empty-state h2,
.koimoe-empty-state h2 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(26px, 3.6vw, 36px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 12px;
}

.taxonomy-empty-state p,
.koimoe-empty-state p {
	color: var(--sakura-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 520px;
}

.taxonomy-empty-actions {
	justify-content: center;
}

.sakurairo-moments-layout {
	margin-top: 32px;
}

.moments-hero {
	backdrop-filter: blur(14px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 252, 0.72)),
		url("/static/curated-sakura-images/originals/white-castle-sakura.jpg") center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(117, 79, 99, 0.12);
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 34px 28px;
	text-align: center;
}

.moments-hero h1 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(30px, 4.6vw, 46px);
	font-weight: 400;
	letter-spacing: 0;
	margin: 4px 0 8px;
}

.moments-hero p:last-child {
	color: var(--sakura-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.moments-timeline {
	display: grid;
	gap: 18px;
	position: relative;
}

.moments-timeline::before {
	background: linear-gradient(180deg, rgba(251, 152, 192, 0.38), rgba(251, 152, 192, 0.06));
	content: "";
	inset: 10px auto 10px 19px;
	position: absolute;
	width: 2px;
}

.moment-card {
	display: grid;
	gap: 14px;
	grid-template-columns: 40px minmax(0, 1fr);
	position: relative;
}

.moment-dot {
	background: #fff;
	border: 4px solid rgba(251, 152, 192, 0.55);
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(251, 152, 192, 0.18);
	height: 14px;
	margin-top: 24px;
	width: 14px;
	z-index: 1;
}

.moment-paper {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(117, 79, 99, 0.1);
	box-sizing: border-box;
	padding: 18px 20px;
}

.moment-paper header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

.moment-paper img {
	border: 3px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(251, 152, 192, 0.16);
	height: 44px;
	object-fit: cover;
	width: 44px;
}

.moment-paper strong {
	color: var(--sakura-ink);
	display: block;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 17px;
	font-weight: 400;
}

.moment-paper span {
	color: var(--sakura-muted);
	display: block;
	font-size: 12px;
	margin-top: 2px;
}

.moment-paper p {
	color: #5e5660;
	font-size: 15px;
	line-height: 1.9;
	margin: 0;
	white-space: pre-wrap;
}

.content-area.with-sidebar {
	align-items: start;
	box-sizing: border-box;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 280px;
	margin: 18px auto 0;
	max-width: 1180px;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}

.sakurairo-home-layout {
	position: relative;
}

.with-sidebar .site-main {
	min-width: 0;
}

.sakurairo-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 86px;
}

.sidebar-card {
	backdrop-filter: blur(14px);
	background: var(--sakura-paper);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(117, 79, 99, 0.1);
	box-sizing: border-box;
	padding: 18px;
}

.sidebar-card h2 {
	color: var(--sakura-ink);
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 14px;
}

.profile-card {
	position: relative;
	text-align: center;
}

.profile-avatar {
	border: 4px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(117, 79, 99, 0.14);
	height: 96px;
	object-fit: cover;
	width: 96px;
}

.profile-card h2 {
	font-size: 18px;
	margin: 10px 0 6px;
}

.profile-card p {
	color: var(--sakura-muted);
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
}

.site-stats {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
	margin-top: 14px;
}

.site-stats span {
	background: rgba(251, 152, 192, 0.1);
	border-radius: 8px;
	color: var(--sakura-muted);
	font-size: 12px;
	padding: 8px 4px;
}

.site-stats strong {
	color: var(--sakura-rose);
	display: block;
	font-family: "Ubuntu", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.private-post-notice {
	align-items: center;
	background: rgba(255, 247, 251, 0.88);
	border: 1px solid rgba(251, 152, 192, 0.2);
	border-radius: 8px;
	color: var(--sakura-pink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin: 12px 0 0;
	padding: 9px 12px;
}

.sidebar-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-list li {
	display: grid;
	gap: 4px;
}

.sidebar-list.compact li {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sidebar-list a {
	color: var(--sakura-ink);
	line-height: 1.45;
	text-decoration: none;
}

.sidebar-list a:hover {
	color: var(--sakura-rose);
}

.sidebar-list span {
	color: #aaa;
	font-size: 12px;
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-cloud a {
	background: rgba(251, 152, 192, 0.1);
	border-radius: 999px;
	color: #70646f;
	font-size: 13px;
	padding: 6px 8px;
	text-decoration: none;
}

.tag-cloud a:hover {
	background: rgba(254, 150, 0, 0.12);
	color: var(--sakura-orange);
}

.tag-cloud span {
	color: #aaa;
	margin-left: 4px;
}

.sakurairo-pagination {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin: 32px 0;
}

.sakurairo-pagination a {
	align-items: center;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(251, 152, 192, 0.2);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(117, 79, 99, 0.1);
	color: var(--sakura-rose);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	width: 42px;
}

.sakurairo-pagination a:hover {
	background: rgba(251, 152, 192, 0.14);
	border-color: rgba(251, 152, 192, 0.44);
	transform: translateY(-1px);
}

.sakurairo-pagination span {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(251, 152, 192, 0.14);
	border-radius: 999px;
	color: #999;
	font-family: "Ubuntu", sans-serif;
	padding: 10px 16px;
}

.search-form input[name="q"] {
	width: min(640px, 80vw);
}

body.search-open {
	overflow: hidden;
}

.search-form--modal {
	backdrop-filter: blur(10px);
	background:
		radial-gradient(circle at 78% 70%, rgba(251, 152, 192, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 251, 0.68));
}

.search-form.is-visible {
	background:
		radial-gradient(circle at 78% 70%, rgba(251, 152, 192, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 251, 0.68));
}

.search-form--modal .search-form__inner {
	box-sizing: border-box;
	height: auto;
	max-height: min(760px, calc(100vh - 80px));
	max-width: 760px;
	overflow: auto;
	text-align: left;
}

.search-form--modal .micro {
	position: relative;
}

.search-form--modal .micro p {
	color: #9d8f98;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 18px;
	padding-left: 24px;
}

.search-form--modal .micro i {
	color: var(--sakura-pink);
	left: 20px;
	opacity: 0.86;
}

.search-form--modal input[type="search"] {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.34);
	box-shadow: 0 18px 48px rgba(113, 78, 96, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.76);
	color: var(--sakura-ink);
	height: 58px;
}

.search-form--modal input[type="search"]:focus {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(251, 152, 192, 0.82);
	box-shadow: 0 20px 52px rgba(113, 78, 96, 0.18), 0 0 0 4px rgba(251, 152, 192, 0.16);
}

.live-search-panel {
	margin-top: 18px;
	max-height: min(420px, calc(100vh - 320px));
	overflow: auto;
	padding-right: 4px;
}

.live-search-hint {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(251, 152, 192, 0.18);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
	color: #9d8f98;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	padding: 14px 16px;
}

.live-search-section {
	margin-top: 16px;
}

.live-search-section:first-child {
	margin-top: 0;
}

.live-search-section h3 {
	color: var(--sakura-pink);
	font-family: "Ubuntu", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.live-search-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(251, 152, 192, 0.14);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(113, 78, 96, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
	color: var(--sakura-ink);
	display: grid;
	gap: 12px;
	grid-template-columns: 42px minmax(0, 1fr);
	margin-top: 8px;
	padding: 12px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.live-search-item:hover,
.live-search-item:focus-visible {
	border-color: rgba(251, 152, 192, 0.42);
	box-shadow: 0 18px 44px rgba(251, 152, 192, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transform: translateY(-1px);
}

.live-search-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(251, 152, 192, 0.18), rgba(255, 245, 249, 0.86));
	border-radius: 50%;
	color: var(--sakura-pink);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.live-search-thumb {
	background: rgba(255, 247, 251, 0.72);
	border: 2px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 22px rgba(113, 78, 96, 0.12);
	overflow: hidden;
}

.live-search-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.live-search-item strong,
.live-search-item em {
	display: block;
	letter-spacing: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.live-search-item strong {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 1.35;
}

.live-search-item em {
	color: #8f838b;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.6;
	margin-top: 4px;
}

.live-search-item mark {
	background: rgba(251, 152, 192, 0.18);
	border-radius: 4px;
	color: #f36fa7;
	padding: 0 2px;
}

.search-form .search_close {
	border-radius: 50%;
	transition: background 0.2s ease, transform 0.2s ease;
}

.search-form .search_close:hover {
	background: rgba(251, 152, 192, 0.1);
	transform: rotate(90deg);
}

.sakurairo-search-layout .site-main {
	min-width: 0;
}

.koimoe-search-hero {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 251, 0.64)),
		radial-gradient(circle at 12% 20%, rgba(251, 152, 192, 0.16), transparent 28%);
	border: 1px solid rgba(251, 152, 192, 0.16);
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(107, 74, 92, 0.12);
	box-sizing: border-box;
	margin: 0 0 28px;
	padding: 32px 28px;
	text-align: center;
}

.koimoe-search-hero h1 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 8px 0 20px;
}

.koimoe-search-form {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin: 0 auto;
	max-width: 760px;
}

.koimoe-search-form input {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.32);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	color: var(--sakura-ink);
	flex: 1;
	font-size: 15px;
	height: 46px;
	min-width: 0;
	outline: none;
	padding: 0 18px;
}

.koimoe-search-form input:focus {
	border-color: rgba(251, 152, 192, 0.82);
	box-shadow: 0 0 0 4px rgba(251, 152, 192, 0.14);
}

.koimoe-search-form button {
	align-items: center;
	background: rgba(251, 152, 192, 0.9);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(251, 152, 192, 0.22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 700 13px/1 "Ubuntu", sans-serif;
	gap: 8px;
	height: 46px;
	justify-content: center;
	letter-spacing: 0;
	padding: 0 20px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.koimoe-search-form button:hover {
	background: var(--sakura-rose);
	transform: translateY(-1px);
}

.koimoe-search-note {
	color: var(--sakura-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 18px auto 0;
	max-width: 640px;
}

.koimoe-search-results-bar {
	align-items: center;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(251, 152, 192, 0.16);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(107, 74, 92, 0.08);
	box-sizing: border-box;
	color: #91858f;
	display: flex;
	flex-wrap: wrap;
	font: 700 12px/1 "Ubuntu", sans-serif;
	gap: 10px;
	margin: -10px 0 22px;
	padding: 14px 16px;
}

.koimoe-search-results-bar span {
	background: rgba(251, 152, 192, 0.1);
	border: 1px solid rgba(251, 152, 192, 0.16);
	border-radius: 999px;
	padding: 8px 12px;
}

.koimoe-search-taxonomy,
.koimoe-search-suggestions {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 28px;
}

.koimoe-search-taxonomy a,
.koimoe-search-suggestions > div {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(251, 152, 192, 0.16);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(107, 74, 92, 0.1);
	color: var(--sakura-ink);
	padding: 18px;
	text-decoration: none;
}

.koimoe-search-taxonomy a {
	display: grid;
	gap: 6px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.koimoe-search-taxonomy a:hover {
	border-color: rgba(251, 152, 192, 0.42);
	transform: translateY(-1px);
}

.koimoe-search-taxonomy span,
.koimoe-search-taxonomy small {
	color: var(--sakura-muted);
	font-size: 12px;
}

.koimoe-search-taxonomy strong {
	color: var(--sakura-rose);
	font-family: "Noto Serif SC", serif;
	font-size: 20px;
	font-weight: 400;
}

.koimoe-search-suggestions h2 {
	color: var(--sakura-rose);
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 0 14px;
}

.koimoe-empty-state {
	background:
		radial-gradient(circle at 50% 24%, rgba(251, 152, 192, 0.12), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 251, 0.7));
	border: 1px solid rgba(251, 152, 192, 0.16);
	border-radius: 8px;
	box-shadow: 0 22px 58px rgba(107, 74, 92, 0.1);
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 40px 24px;
	text-align: center;
}

.koimoe-empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

.koimoe-empty-actions a {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(251, 152, 192, 0.24);
	border-radius: 999px;
	color: var(--sakura-rose);
	font: 700 12px/1 "Ubuntu", sans-serif;
	padding: 10px 14px;
	text-decoration: none;
}

.koimoe-empty-actions a:hover {
	background: rgba(251, 152, 192, 0.14);
}

.sakurairo-comments {
	margin: 48px auto 20px;
	max-width: 780px;
}

.comments-title {
	color: #666;
	font-family: "Ubuntu", sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 24px;
	text-align: center;
}

.comment-message {
	border-radius: 8px;
	margin: 0 0 16px;
	padding: 10px 14px;
}

.comment-message.success {
	background: #f0fff6;
	color: #2f855a;
}

.comment-message.error {
	background: #fff5f5;
	color: #c53030;
}

.comment-list {
	display: grid;
	gap: 16px;
	margin-bottom: 24px;
}

.comment-body {
	display: grid;
	gap: 12px;
	grid-template-columns: 44px 1fr;
}

.comment-body:target .comment-main {
	border-color: rgba(251, 152, 192, 0.64);
	box-shadow: 0 14px 34px rgba(251, 152, 192, 0.18);
}

.comment-avatar {
	align-items: center;
	background: linear-gradient(135deg, #fb98c0, #f7d9df);
	border: 3px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(251, 152, 192, 0.22);
	color: #fff;
	display: flex;
	font-family: "Ubuntu", sans-serif;
	height: 44px;
	justify-content: center;
	text-transform: uppercase;
	width: 44px;
}

.comment-main {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(251, 152, 192, 0.22);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(117, 79, 99, 0.08);
	padding: 12px 14px;
}

.comment-meta {
	align-items: baseline;
	flex-wrap: wrap;
	display: flex;
	gap: 10px;
	margin-bottom: 6px;
}

.comment-meta span,
.no-comments {
	color: #999;
	font-size: 13px;
}

.comment-private-badge {
	align-items: center;
	background: rgba(251, 152, 192, 0.12);
	border: 1px solid rgba(251, 152, 192, 0.24);
	border-radius: 999px;
	color: var(--sakura-rose) !important;
	display: inline-flex;
	gap: 5px;
	padding: 3px 8px;
}

.comment-main p {
	margin: 0;
}

.comment-content {
	color: #665d67;
	font-size: 14px;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.comment-content > * + * {
	margin-top: 10px;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content blockquote,
.comment-content pre,
.comment-content table {
	margin-bottom: 0;
	margin-top: 0;
}

.comment-content ul,
.comment-content ol {
	padding-left: 1.4em;
}

.comment-content a {
	color: var(--sakura-rose);
	text-decoration: none;
}

.comment-content a:hover {
	text-decoration: underline;
}

.comment-content blockquote {
	background: rgba(255, 246, 250, 0.86);
	border-left: 3px solid var(--sakura-pink);
	border-radius: 6px;
	color: #8a7a86;
	padding: 8px 10px;
}

.comment-content code {
	background: rgba(251, 152, 192, 0.14);
	border-radius: 5px;
	color: #d86998;
	font-family: "Source Code Pro", Consolas, monospace;
	font-size: 0.92em;
	padding: 1px 5px;
}

.comment-content pre {
	background: rgba(64, 54, 63, 0.88);
	border-radius: 8px;
	color: #fff7fb;
	overflow-x: auto;
	padding: 10px 12px;
}

.comment-content pre code {
	background: transparent;
	color: inherit;
	padding: 0;
}

.comment-content img {
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(117, 79, 99, 0.12);
	display: block;
	height: auto;
	max-width: 100%;
}

.comment-content img[alt="Comment image"] {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(251, 152, 192, 0.18);
	margin: 8px 0;
	padding: 4px;
}

.comment-reply-to {
	align-items: center;
	color: var(--sakura-rose) !important;
	display: inline-flex;
	gap: 5px;
}

.comment-actions {
	margin-top: 10px;
}

.comment-reply-button,
.comment-cancel-reply {
	background: rgba(255, 247, 251, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.26);
	border-radius: 999px;
	color: var(--sakura-rose);
	cursor: pointer;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 13px;
	padding: 5px 12px;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.comment-reply-button:hover,
.comment-cancel-reply:hover {
	background: rgba(255, 232, 243, 0.92);
	border-color: rgba(251, 152, 192, 0.46);
	transform: translateY(-1px);
}

.comment-replies {
	display: grid;
	gap: 12px;
	grid-column: 2;
	margin-top: 2px;
}

.comment-replies .comment-body {
	grid-template-columns: 38px 1fr;
}

.comment-replies .comment-avatar {
	font-size: 13px;
	height: 38px;
	width: 38px;
}

.comment-private-text {
	color: #9c8f98;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 14px;
}

.comment-form {
	display: grid;
	gap: 14px;
}

.comment-reply-context {
	align-items: center;
	background: rgba(255, 247, 251, 0.86);
	border: 1px solid rgba(251, 152, 192, 0.22);
	border-radius: 8px;
	color: #9d8f98;
	display: flex;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 14px;
	justify-content: space-between;
	padding: 10px 12px;
}

.comment-reply-context[hidden] {
	display: none;
}

.comment-reply-context strong {
	color: var(--sakura-rose);
}

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

.comment-form input,
.comment-form textarea {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--sakura-pink);
	border-radius: 15px;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	outline: none;
	padding: 12px 14px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
	width: 100%;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
	color: rgba(140, 130, 139, 0.72);
}

.comment-form input:focus,
.comment-form textarea:focus {
	background: rgba(255, 255, 255, 0.94);
	border-color: var(--sakura-pink);
	box-shadow: 0 0 0 4px rgba(251, 152, 192, 0.14);
}

.comment-textarea {
	position: relative;
}

.comment-form textarea {
	display: block;
	line-height: 1.8;
	min-height: 180px;
	padding: 21px;
	resize: vertical;
}

.comment-tools {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -4px 0 0;
}

.comment-tools button {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.28);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(117, 79, 99, 0.08);
	color: var(--sakura-rose);
	display: inline-flex;
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
	padding: 8px 13px;
}

.comment-tools button:hover {
	background: rgba(251, 152, 192, 0.14);
	color: var(--sakura-deep);
}

.comment-tools span {
	color: var(--sakura-muted);
	font-size: 12px;
}

.comment-textarea .input-label {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 6px;
	color: var(--sakura-pink);
	font-size: 13px;
	left: 16px;
	line-height: 1;
	opacity: 0;
	padding: 5px 8px;
	pointer-events: none;
	position: absolute;
	top: 14px;
	transform: translateY(4px);
	transform-origin: left top;
	transition: color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.commentbody:focus ~ .input-label,
.commentbody:not(:placeholder-shown) ~ .input-label {
	background-color: var(--sakura-pink);
	color: #fff;
	opacity: 1;
	transform: scale(0.78) translate(-2px, -34px);
}

.comment-form-footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
}

.comment-tip {
	color: var(--sakura-muted);
	font-size: 13px;
}

.comment-private-option {
	align-items: center;
	color: var(--sakura-muted);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	margin: 0;
}

.comment-private-option input {
	accent-color: var(--sakura-pink);
	height: auto;
	margin: 0;
	width: auto;
}

.comment-private-option span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.comment-form button {
	background: linear-gradient(135deg, var(--sakura-pink), #f7a7c9);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(251, 152, 192, 0.25);
	color: #fff;
	cursor: pointer;
	justify-self: end;
	padding: 10px 22px;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.comment-form button:hover {
	box-shadow: 0 14px 28px rgba(251, 152, 192, 0.34);
	transform: translateY(-1px);
}

.comment-form .comment-cancel-reply {
	background: rgba(255, 247, 251, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.26);
	box-shadow: none;
	color: var(--sakura-rose);
	padding: 5px 12px;
}

.comment-form .comment-cancel-reply:hover {
	background: rgba(255, 232, 243, 0.92);
	box-shadow: none;
}

.hp-field {
	display: none;
}

.koimoe-error-layout {
	box-sizing: border-box;
	margin: 68px auto 80px;
	max-width: 980px;
	padding: 0 22px;
}

.koimoe-error-layout .site-main {
	width: 100%;
}

.koimoe-error-card {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 251, 0.72));
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(102, 72, 90, 0.14);
	overflow: hidden;
	text-align: center;
}

.koimoe-error-cover {
	aspect-ratio: 16 / 5;
	background-position: center;
	background-size: cover;
	filter: saturate(0.88) brightness(1.08);
	opacity: 0.58;
	position: relative;
}

.koimoe-error-cover::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 247, 251, 0.84));
	content: "";
	inset: 0;
	position: absolute;
}

.koimoe-error-body {
	margin: -28px auto 0;
	max-width: 660px;
	padding: 0 32px 50px;
	position: relative;
}

.koimoe-error-body h1 {
	color: var(--sakura-ink);
	font-family: "Noto Serif SC", Georgia, serif;
	font-size: clamp(32px, 5vw, 54px);
	font-weight: 400;
	line-height: 1.18;
	margin: 12px 0 18px;
}

.koimoe-error-body p {
	color: var(--sakura-muted);
	font-size: 16px;
	line-height: 1.9;
	margin: 0 auto;
}

.koimoe-error-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 30px;
}

.koimoe-error-actions a,
.koimoe-error-actions button {
	align-items: center;
	background: rgba(255, 240, 247, 0.82);
	border: 1px solid rgba(251, 152, 192, 0.26);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(251, 152, 192, 0.12);
	color: var(--sakura-rose);
	cursor: pointer;
	display: inline-flex;
	font: 15px/1.2 "Ubuntu", "Noto Serif SC", sans-serif;
	gap: 8px;
	letter-spacing: 0;
	padding: 12px 22px;
	text-decoration: none;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.koimoe-error-actions a:hover,
.koimoe-error-actions button:hover {
	background: rgba(255, 230, 242, 0.96);
	box-shadow: 0 15px 34px rgba(251, 152, 192, 0.22);
	transform: translateY(-1px);
}

@media (max-width: 860px) {
	.site-header {
		backdrop-filter: blur(16px);
		background: rgba(255, 255, 255, 0.86);
		box-shadow: 0 10px 28px rgba(117, 79, 99, 0.1);
		min-height: 65px;
		overflow: visible;
	}

	.site-top {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		gap: 10px;
		height: 65px;
		justify-content: space-between;
		padding: 0 12px;
		position: relative;
		width: 100%;
	}

	.site-branding {
		float: none;
		height: auto;
		line-height: 1;
		margin: 0 auto 0 0;
		min-width: 0;
		order: 1;
	}

	.user-entry,
	.searchbox {
		float: none;
		flex: 0 0 auto;
		margin: 0;
	}

	.user-entry {
		order: 2;
	}

	.searchbox {
		order: 3;
	}

	.site-top .lower {
		display: flex !important;
		float: none;
		margin: 0 0 0 8px;
		order: 4;
		position: static;
	}

	.site-top .lower #show-nav {
		align-items: center;
		backdrop-filter: blur(12px);
		background: rgba(255, 255, 255, 0.76);
		border: 1px solid rgba(251, 152, 192, 0.36);
		border-radius: 50%;
		box-shadow: 0 10px 28px rgba(128, 82, 105, 0.14);
		display: inline-flex !important;
		float: none;
		height: 44px;
		justify-content: center;
		margin: 0;
		position: relative;
		width: 44px;
	}

	.site-top .lower #show-nav .line {
		left: 50%;
		margin-left: -12px;
		width: 24px;
	}

	.site-top .lower nav.site-nav {
		backdrop-filter: blur(18px);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 250, 0.92));
		border: 1px solid rgba(251, 152, 192, 0.22);
		border-radius: 8px;
		box-shadow: 0 18px 46px rgba(104, 73, 91, 0.18);
		box-sizing: border-box;
		display: block;
		float: none;
		max-height: calc(100vh - 88px);
		min-width: 0;
		opacity: 0;
		overflow: auto;
		padding: 8px;
		pointer-events: none;
		position: absolute;
		right: 12px;
		top: 64px;
		transform: translateY(-6px);
		transition: opacity 0.18s ease, transform 0.18s ease;
		width: min(280px, calc(100vw - 24px));
		z-index: 1200;
	}

	body.mobile-nav-open .site-top .lower nav.site-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.site-top .lower nav.site-nav ul {
		background: transparent;
		display: grid;
		gap: 4px;
		margin: 0;
		padding: 0;
	}

	.site-top .lower nav.site-nav ul li {
		float: none;
		margin: 0;
	}

	.site-top .lower nav.site-nav ul li a {
		border-radius: 7px;
		box-sizing: border-box;
		color: var(--sakura-ink);
		display: block;
		font: 14px/1.2 "Ubuntu", "Noto Serif SC", sans-serif;
		letter-spacing: 0;
		padding: 12px 13px;
	}

	.site-top .lower nav.site-nav ul li a::after {
		display: none;
	}

	.site-top .lower nav.site-nav ul li a:hover,
	.site-top .lower nav.site-nav ul li a:focus-visible {
		background: rgba(251, 152, 192, 0.14);
		color: var(--sakura-rose);
		outline: none;
	}

	.search-form--modal .search-form__inner {
		max-height: calc(100vh - 48px);
		padding: 24px 18px;
		width: calc(100vw - 28px);
	}

	.search-form--modal input[type="search"] {
		width: 100%;
	}

	.live-search-panel {
		max-height: calc(100vh - 280px);
	}

	.live-search-item {
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 10px;
	}

	.live-search-icon {
		height: 36px;
		width: 36px;
	}

	.site-title .koimoe-nav-logo {
		height: 36px;
		margin-right: 0;
		margin-top: 0;
		max-width: 156px;
	}

	.site-title .logolink a::before {
		box-shadow:
			18px -6px 14px rgba(255, 255, 255, 0.48),
			42px -2px 16px rgba(255, 248, 252, 0.5),
			70px -5px 18px rgba(255, 255, 255, 0.38),
			92px 4px 16px rgba(255, 246, 251, 0.3),
			35px 10px 14px rgba(255, 255, 255, 0.34);
		filter: blur(7px);
		height: 26px;
		left: -7px;
		top: 8px;
		width: 58px;
	}

	.home-intro .home-logo-heading {
		margin-top: 8px;
	}

	.koimoe-home-logo {
		max-width: 90vw;
	}

	.content-area.with-sidebar {
		display: block;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.content-area.sakurairo-search-layout,
	.content-area.sakurairo-taxonomy-layout,
	.content-area.sakurairo-archives-layout,
	.content-area.sakurairo-links-layout,
	.content-area.sakurairo-moments-layout {
		margin-top: 82px;
	}

	.single-post-layout.content-area.with-sidebar {
		margin-top: 82px;
		max-width: none;
		padding-left: 8px;
		padding-right: 8px;
	}

	.single-post-layout .site-main {
		width: 100%;
	}

	.sakurairo-single,
	.single-author,
	.post-nextprev,
	.comments-area {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 100%;
	}

	.sakurairo-single .entry-header,
	.sakurairo-single .entry-content,
	.article-toc,
	.sakurairo-single .post-footer {
		box-sizing: border-box;
		max-width: none;
		padding-left: 18px;
		padding-right: 18px;
	}

	.single-cover {
		aspect-ratio: 16 / 9;
		border-radius: 8px 8px 0 0;
	}

	.sakurairo-single .entry-header {
		padding-top: 28px;
	}

	.sakurairo-single .entry-title {
		font-size: 28px;
		line-height: 1.32;
	}

	.sakurairo-single .entry-census {
		display: grid;
		gap: 9px;
		grid-template-columns: 1fr 1fr;
	}

	.sakurairo-single .entry-census span {
		box-sizing: border-box;
		justify-content: center;
		min-width: 0;
		text-align: center;
	}

	.article-toc {
		margin-left: 18px;
		margin-right: 18px;
		padding-bottom: 18px;
		padding-top: 18px;
		width: auto;
	}

	.sakurairo-single .entry-content {
		font-size: 15.5px;
		line-height: 1.9;
		padding-top: 10px;
	}

	.sakurairo-single .entry-content p {
		height: auto;
		margin: 0 0 1.15em;
		overflow: visible;
	}

	.sakurairo-single .entry-content blockquote {
		margin: 20px 0;
		padding: 18px 18px 18px 24px;
	}

	.sakurairo-single .entry-content blockquote::before,
	.sakurairo-single .entry-content blockquote::after {
		display: none;
	}

	.sakurairo-single .entry-content pre {
		font-size: 13px;
		margin-left: -4px;
		margin-right: -4px;
		padding: 14px;
	}

	.sakurairo-single .post-footer {
		padding-bottom: 28px;
		padding-top: 14px;
	}

	.post-lincenses {
		text-align: center;
	}

	.post-share {
		align-items: center;
		justify-content: center;
	}

	.single-taxonomy {
		display: grid;
		gap: 8px;
		justify-items: center;
	}

	.sakurairo-sidebar {
		display: none;
	}

	.comment-grid {
		grid-template-columns: 1fr;
	}

	.comment-form-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.comment-form button {
		justify-self: stretch;
		width: 100%;
	}

	.single-author,
	.post-nextprev {
		display: grid;
	}

	.single-author {
		gap: 14px;
		grid-template-columns: 88px minmax(0, 1fr);
		padding: 18px;
		text-align: left;
	}

	.single-author img {
		align-self: start;
		grid-row: 1 / span 2;
		margin: 0;
	}

	.single-author a {
		display: inline-flex;
		margin-top: 12px;
	}

	.single-actions {
		align-items: center;
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.single-actions a,
	.single-actions .post-like-button {
		align-items: center;
		display: inline-flex;
		height: 46px;
		margin-top: 0 !important;
		min-height: 46px;
		padding-bottom: 0;
		padding-top: 0;
		vertical-align: top;
	}

	.single-actions .post-like-button.is-liked,
	.single-actions .post-like-button:hover,
	.single-actions a:hover {
		transform: none;
	}

	.post-nextprev {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.post-nextprev a {
		margin-top: 14px;
		min-height: 0;
		padding: 16px;
	}

	.related-posts {
		padding: 18px;
	}

	.related-post-grid {
		grid-template-columns: 1fr;
	}

	.related-post-card {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.related-post-cover {
		height: 100%;
		min-height: 86px;
	}

	.related-post-body {
		align-content: center;
		padding: 12px 12px 12px 0;
	}

	.comments-area {
		margin-top: 28px;
	}

	.comments-title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.archive-month {
		margin-left: 24px;
		padding: 14px;
	}

	.archives-hero,
	.links-hero,
	.moments-hero,
	.koimoe-search-hero,
	.taxonomy-hero {
		margin-bottom: 18px;
		padding: 22px 16px;
	}

	.archives-hero h1,
	.links-hero h1,
	.moments-hero h1,
	.koimoe-search-hero h1,
	.taxonomy-hero h1 {
		font-size: 28px;
		line-height: 1.28;
	}

	.archives-timeline::before,
	.moments-timeline::before {
		left: 10px;
	}

	.archive-month::before {
		left: -22px;
	}

	.archive-post-row {
		align-items: start;
		gap: 8px 10px;
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 11px 12px;
	}

	.archive-post-row time {
		font-size: 12px;
	}

	.archive-post-row span {
		line-height: 1.5;
	}

	.archive-post-row small {
		grid-column: 2;
		white-space: normal;
	}

	.moment-card {
		gap: 12px;
		grid-template-columns: 20px minmax(0, 1fr);
	}

	.moment-paper {
		padding: 16px;
	}

	.friend-link-grid {
		grid-template-columns: 1fr;
	}

	.friend-link-card {
		grid-template-columns: 52px minmax(0, 1fr);
		padding: 14px;
	}

	.friend-link-avatar {
		height: 52px;
		width: 52px;
	}

	.taxonomy-hero,
	.taxonomy-hero.has-cover {
		grid-template-columns: 1fr;
		padding: 24px 18px;
	}

	.taxonomy-hero > img {
		height: auto;
		max-height: none;
	}

	.taxonomy-hero::after {
		bottom: 12px;
		right: 12px;
		width: 96px;
	}

	.taxonomy-actions,
	.koimoe-empty-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.taxonomy-actions a,
	.koimoe-empty-actions a {
		text-align: center;
	}

	.taxonomy-results-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.koimoe-search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.koimoe-search-form button {
		width: 100%;
	}

	.koimoe-search-taxonomy,
	.koimoe-search-suggestions {
		grid-template-columns: 1fr;
	}

	.koimoe-search-results-bar {
		margin-top: -4px;
	}

	.koimoe-error-layout {
		margin-top: 42px;
		padding: 0 14px;
	}

	.koimoe-error-cover {
		aspect-ratio: 16 / 8;
	}

	.koimoe-error-body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.koimoe-error-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.koimoe-error-actions a,
	.koimoe-error-actions button {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 860px) {
	.post-list .post-entry {
		align-items: start;
		display: grid;
		gap: 6px 14px;
		grid-template-columns: 68px minmax(0, 1fr);
		min-height: 0;
		padding: 14px;
	}

	.post-list .feature {
		grid-column: 1;
		grid-row: 1 / span 3;
		height: 68px;
		left: auto;
		margin: 0;
		position: static;
		top: auto;
		width: 68px;
	}

	.post-list .feature img {
		height: 68px;
		width: 68px;
	}

	.post-list h1.entry-title,
	.post-list p,
	.post-list .entry-footer,
	.post-list .post-taxonomy,
	.post-list .p-time {
		margin-left: 0;
	}

	.post-list h1.entry-title {
		display: block;
		font-size: 16px;
		grid-column: 2;
		line-height: 1.45;
		margin-bottom: 2px;
		max-width: 100%;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
		width: 100%;
	}

	.post-list h1.entry-title a {
		display: inline;
		padding-right: 0;
	}

	.post-list h1.entry-title a::after {
		bottom: auto;
		content: "...";
		display: inline;
		margin-left: 2px;
		position: static;
	}

	.post-list h1.entry-title a:hover::after {
		color: var(--sakura-rose);
	}

	.post-list .p-time {
		align-items: center;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		font-size: 12px;
		gap: 6px 10px;
		grid-column: 2;
		line-height: 1.4;
		margin-bottom: 4px;
		margin-top: 2px;
		position: static;
		right: auto;
		top: auto;
	}

	.post-list .post-pin-badge {
		font-size: 9px;
		margin: 0 0 0 6px;
		padding: 3px 6px;
	}

	.post-list .post-taxonomy {
		grid-column: 2;
		gap: 6px 10px;
		line-height: 1.5;
		margin: 0;
	}

	.post-list .post-taxonomy a {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.post-list p {
		grid-column: 1 / -1;
		height: auto;
		line-height: 1.8;
		margin-top: 10px;
		max-width: 100%;
		min-height: 0;
		overflow: visible;
	}

	.post-list .entry-footer {
		display: none;
	}

	.post-list hr {
		margin-top: 26px;
		width: 30%;
	}
}
