.bbs-title {
	display: inline-block;
}

.post-body {
	margin-left: 22px;
	margin-top: 6px;
}

.reply-list {
	margin-left: 22px;
	margin-top: 5px;
}

.msg-no-input {
	ime-mode: inactive;
}

.joyful-credit {
	font-size: 10px;
	font-family: Verdana,Helvetica,Arial;
}

.form-hidden-row {
	display: none;
}

.honeypot-offscreen {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.form-preview-cell {
	padding-left: 18px;
	width: 480px;
	min-width: 480px;
}

.form-preview-image {
	max-width: 150px;
	max-height: 96px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.form-preview-random-image {
	max-width: 170px;
	max-height: 110px;
	width: auto;
	height: auto;
	object-fit: contain;
	image-rendering: auto;
	display: block;
	margin: 0 auto;
}

.form-preview-no-image {
	font-size: 28px;
	font-weight: bold;
	color: #ff4fd8;
	text-shadow: 0 0 4px #ff4fd8, 0 0 10px #ff4fd8;
	letter-spacing: 1px;
	padding: 10px 0 4px;
}

.form-preview-empty {
	width: 470px;
	height: 295px;
}

.form-preview-empty-image {
	display: block;
	max-width: 440px;
	max-height: 270px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.file-hidden {
	display: none;
}

.file-label {
	cursor: pointer;
	vertical-align: middle;
}

.file-label-button {
	padding: 3px 8px;
	border: 1px outset #aaa;
	background: #ddd;
	font-size: small;
}

.file-label-text {
	font-size: small;
	display: inline-block;
	max-width: 72ch;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.file-label-help {
	font-size: 11px;
	color: #c8c8c8;
}

.file-current {
	font-size: 11px;
	color: #9fd0ff;
}

.row-attach td {
	padding-bottom: 6px;
}

.row-password td {
	padding-top: 4px;
}

.post-submit-button,
.post-reset-button {
	height: 26px;
	min-width: 74px;
	padding: 0 10px;
	line-height: 24px;
	font-size: 12px;
	box-sizing: border-box;
	vertical-align: middle;
}

.post-reset-button {
	margin-left: 4px;
}

.album-nav-button {
	min-width: 124px;
	width: auto;
	height: 32px;
	font-size: 14px;
	padding: 0 10px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
}

.page-jump-link,
.page-jump-current {
	background: linear-gradient(90deg, #ff4d6d, #b06bff, #39d98a, #3aa6ff, #c77dff, #ff4d6d);
	background-size: 300% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: pageJumpHue 6s linear infinite;
	font-weight: bold;
	display: inline-block;
	min-width: 3ch;
	padding: 0 0.22em;
	text-align: right;
	font-family: "Courier New", monospace;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
	transition: filter 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.page-jump-link {
	text-decoration: none;
}

.page-jump-link:hover {
	background: linear-gradient(90deg, #ffffff, #b388ff, #57ff8f, #47d7ff, #ff77dd, #ffffff);
	background-size: 240% 100%;
	filter: drop-shadow(0 0 4px rgba(255,255,255,0.85)) drop-shadow(0 0 10px rgba(96,210,255,0.75)) drop-shadow(0 0 16px rgba(255,119,221,0.58));
	transform: translateY(-1px) scale(1.05);
	animation-duration: 1.5s;
}

.page-jump-current {
	background: linear-gradient(90deg, #ffffff, #fff089, #7dffb7, #7ed9ff, #ff9ae7, #ffffff);
	background-size: 220% 100%;
	filter: drop-shadow(0 0 5px rgba(255,255,255,0.95)) drop-shadow(0 0 11px rgba(122,228,255,0.85)) drop-shadow(0 0 18px rgba(255,154,231,0.72));
	animation: pageJumpHue 2.2s linear infinite, pageJumpCurrentGlow 1.4s ease-in-out infinite;
}

.page-jump-token {
	display: inline-block;
	white-space: nowrap;
	margin-right: 0;
}

.page-jump-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
	column-gap: 0.12em;
	row-gap: 0.1em;
	margin-left: -0.36em;
	padding-left: 0.36em;
}

.page-jump-now {
	margin: 4px 0 6px;
	font-size: 12px;
	letter-spacing: 0.04em;
	font-family: "Courier New", monospace;
	text-align: center;
	width: 100%;
}

.page-jump-now-current {
	display: inline-block;
	min-width: 2ch;
	padding: 0 0.15em;
	color: #fff5bf;
	font-weight: bold;
	text-shadow: 0 0 3px rgba(255,245,191,0.7), 0 0 8px rgba(126,217,255,0.42);
	animation: pageJumpNowGlow 1.9s ease-in-out infinite;
}

@keyframes pageJumpHue {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}

@keyframes pageJumpCurrentGlow {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.08); }
}

@keyframes pageJumpNowGlow {
	0%, 100% { opacity: 0.94; }
	50% { opacity: 1; }
}
