:root {
	--mocha-text: #d5dbe3;
	--mocha-muted: #8290a0;
	--mocha-link: #f07232;
	--mocha-link-hover: #ed814c;
	--mocha-bg: #1f1f25;
	--mocha-surface: #2b2b36;
	--mocha-surface-highlight: #191920;
	--mocha-surface-2: #2a2a34;
	--mocha-border: rgba(56, 68, 77, .4);
	--mocha-border-solid: #42424d;
	--mocha-input: #1f1f25;
	--mocha-logo: #f99b06;
	--mocha-title: #e04001;
	--mocha-postnum: #789922;
	--mocha-icon: #565656;
	--mocha-drag: #646472;
	--mocha-panel: #343442;
	--mocha-toolbar-button: #3a4450;
	--mocha-toolbar-button-hover: #465462;
	--mocha-spoiler-bg: #050607;
	--mocha-spoiler-border: #3f4852;
	--mocha-cap-checkbox: #414150;
	--mocha-cap-spinner-bg: #2b3a4a;
	--mocha-quick-header: #18181e;
	--mocha-quick-panel: #15151c;
	--mocha-shadow: rgba(0, 0, 0, .42);
	--mocha-toggle-fg: #d97922;
	--mocha-toggle-track: #d97922;
	--mocha-toggle-bullet: #152332;
}

html[data-mocha-theme="light"] {
	--mocha-text: #2b2b2b;
	--mocha-muted: #6a6a6a;
	--mocha-link: #FF6600;
	--mocha-link-hover: #a74300;
	--mocha-bg: #eeeeee;
	--mocha-surface: #dddddd;
	--mocha-surface-highlight: #cdcbc9;
	--mocha-surface-2: #ededed;
	--mocha-border: #c9c9c9;
	--mocha-border-solid: #a8a8a8;
	--mocha-input: #f2f2f2;
	--mocha-logo: #FF6600;
	--mocha-title: #004A99;
	--mocha-postnum: #789922;
	--mocha-icon: #8a8a8a;
	--mocha-drag: #bdbdbd;
	--mocha-panel: #ffffff;
	--mocha-toolbar-button: #d8d8d8;
	--mocha-toolbar-button-hover: #c0c0c0;
	--mocha-spoiler-bg: #a8a8a8;
	--mocha-spoiler-border: #8a8a8a;
	--mocha-cap-checkbox: #f6f6f6;
	--mocha-cap-spinner-bg: #d8d8d8;
	--mocha-quick-header: #d0d0d0;
	--mocha-quick-panel: #e5e5e5;
	--mocha-shadow: rgba(0, 0, 0, .15);
	--mocha-toggle-fg: #2b2b2b;
	--mocha-toggle-track: #dddddd;
	--mocha-toggle-bullet: #FF6600;
}

html {
	font-size: 15px;
	line-height: 1.3;
}

body {
	background: var(--mocha-bg);
	color: var(--mocha-text);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
}

a,
a:visited,
a.post_no,
div.post.reply div.body a,
.intro a.email span.name {
	color: var(--mocha-link);
	text-decoration: none;
}

a:hover,
a:link:hover,
.intro a.post_no:hover {
	color: var(--mocha-link-hover);
}

hr {
	border: 0;
	border-top: 1px solid var(--mocha-border);
	clear: both;
	height: 0;
}

header {
	margin: 0;
	text-align: center;
}

h1 {
	color: var(--mocha-link);
	font-size: 36px;
	letter-spacing: 0;
	margin: 0;
}

.mocha-board-title-link,
.mocha-board-title-link:hover {
	color: inherit;
	text-decoration: none;
}

header div.subtitle {
	color: var(--mocha-muted);
	font-size: 13px;
}

div.boardlist {
	background: var(--mocha-surface);
	border-bottom: 1px solid var(--mocha-border);
	color: var(--mocha-muted);
	font-size: 13px;
	height: 30px;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.desktop-style div.boardlist:nth-child(1) {
	background: var(--mocha-surface);
}

.mocha-header {
	background: var(--mocha-bg);
	border-bottom: 1px solid var(--mocha-surface);
	font-size: .86em;
	margin: 0 0 4px;
}

.mocha-header__menu {
	align-items: center;
	display: flex;
	gap: 10px;
	height: 24px;
	justify-content: space-between;
	overflow: hidden;
	padding: 3px 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mocha-header__action {
	color: var(--mocha-link);
	flex: 0 0 auto;
	font-weight: 700;
}

.mocha-style-select {
	color: var(--mocha-muted);
}

.mocha-style-select select {
	background: var(--mocha-input);
	border: 1px solid var(--mocha-border-solid);
	border-radius: 3px;
	color: var(--mocha-text);
}

.mocha-header__brand {
	color: var(--mocha-link);
}

.mocha-header__brand:hover {
	color: var(--mocha-link-hover);
	opacity: .9;
}

.mocha-board-sidebar {
	background: var(--mocha-bg);
	border-right: 1px solid var(--mocha-border);
	color: var(--mocha-text);
	scrollbar-color: var(--mocha-toolbar-button) var(--mocha-bg);
	scrollbar-width: thin;
}

.mocha-board-sidebar::-webkit-scrollbar {
	width: 5px;
}

.mocha-board-sidebar::-webkit-scrollbar-track {
	background: var(--mocha-bg);
}

.mocha-board-sidebar::-webkit-scrollbar-thumb {
	background: var(--mocha-toolbar-button);
}

.mocha-board-sidebar__heading {
	color: var(--mocha-muted);
}

.mocha-board-sidebar__section-title,
.mocha-board-sidebar-toggle {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	border-radius: 2px;
	color: var(--mocha-link);
}

.mocha-board-sidebar__section-title:hover,
.mocha-board-sidebar-toggle:hover {
	background: var(--mocha-panel);
	color: var(--mocha-link-hover);
}

.mocha-board-sidebar__link {
	border-radius: 2px;
	color: var(--mocha-text);
}

.mocha-board-sidebar__link:visited {
	color: var(--mocha-text);
}

.mocha-board-sidebar__link:hover,
.mocha-board-sidebar__link--active {
	background: var(--mocha-surface);
	color: var(--mocha-link-hover);
}

.mocha-board-sidebar__uri {
	color: var(--mocha-link);
}

.mocha-board-sidebar__title {
	color: var(--mocha-muted);
}

.mocha-scroll-nav {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	color: var(--mocha-muted);
}

.mocha-scroll-nav:hover {
	background: var(--mocha-panel);
	color: var(--mocha-link-hover);
}

.mocha-banner-slot--loading {
	background: linear-gradient(90deg, var(--mocha-surface) 25%, var(--mocha-border) 50%, var(--mocha-surface) 75%);
	background-size: 200% 100%;
	animation: mocha-skeleton 1.4s ease infinite;
	border-radius: 2px;
	display: block;
	height: 90px;
	margin: 8px auto 2px;
	width: 250px;
	max-width: 100%;
}

@keyframes mocha-skeleton {
	0%   { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

img.banner,
img.board_image {
	background: var(--mocha-surface);
	border: 0;
	border-radius: 0;
	display: block;
	margin: 8px auto 2px;
	max-width: 100%;
}

@keyframes mocha-skeleton {
	0%   { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

form {
	margin: 0 0 18px;
}

.mocha-post-toggle {
	margin: 0 auto 16px;
	text-align: center;
}

.mocha-post-toggle > summary {
	border-radius: 4px;
	color: var(--mocha-link);
	cursor: pointer;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	list-style: none;
	margin-bottom: 8px;
	padding: 4px 12px;
	user-select: none;
}

.mocha-post-toggle > summary::-webkit-details-marker {
	display: none;
}

.mocha-post-toggle > summary:hover {
	color: var(--mocha-link-hover);
}

.mocha-post-toggle[open] > summary {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	line-height: 1.6;
}

.mocha-post-toggle form {
	margin-bottom: 0;
}


form table {
	background: transparent;
	border-collapse: separate;
	border-spacing: 0 3px;
	margin: auto;
	width: 450px;
	max-width: calc(100vw - 16px);
}

form table tr th {
	background: transparent;
	border: 0;
	color: var(--mocha-text);
	font-size: 13px;
	font-weight: 400;
	padding: 4px 8px 4px 0;
	text-align: left;
	width: 58px;
	white-space: nowrap;
}

form table tr td {
	padding: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
	background: var(--mocha-input);
	border: 1px solid var(--mocha-border-solid);
	border-radius: 3px;
	color: var(--mocha-text);
	padding: 4px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	background: var(--mocha-surface);
	outline: none;
}

textarea {
	min-height: 112px;
}

input[type="submit"],
button,
.button {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border-solid);
	border-radius: 3px;
	color: var(--mocha-text);
	cursor: pointer;
	padding: 4px 8px;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
	filter: brightness(1.15);
}

.mocha-post-form table {
	width: min(720px, calc(100vw - 16px));
}

.mocha-post-form .mocha-subject-row input[name="subject"],
.mocha-post-form textarea {
	box-sizing: border-box;
	width: 100%;
}

.mocha-form-tools {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: space-between;
	padding: 4px 0 0;
}

.mocha-format-toolbar,
.mocha-form-options {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.mocha-format-button {
	align-items: center;
	background: var(--mocha-toolbar-button);
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	color: var(--mocha-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	line-height: 1;
	min-width: 24px;
	padding: 0 6px;
	position: relative;
	z-index: 1;
}

.mocha-format-button > * {
	pointer-events: none;
}

.mocha-format-button:hover {
	background: var(--mocha-toolbar-button-hover);
}

.mocha-format-button--spoiler {
	background: var(--mocha-spoiler-bg);
	border: 1px solid var(--mocha-spoiler-border);
}

.mocha-check {
	align-items: center;
	color: var(--mocha-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 4px;
	white-space: nowrap;
}

.mocha-submit-panel {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	padding-top: 0;
}

.mocha-submit-captcha {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	min-width: 0;
}

.mocha-submit-captcha:empty {
	display: none;
}

.mocha-submit-actions {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
}

.mocha-submit-row input[type="submit"] {
	height: 48px;
	min-height: 48px;
	padding: 0 14px;
}

.mocha-submit-row input[type="submit"]:disabled {
	cursor: not-allowed;
	filter: grayscale(.35);
	opacity: .52;
}

.mocha-post-form[data-post-kind="op"] .mocha-op-option {
	display: none;
}

.mocha-file-picker {
	align-items: center;
	border: 2px dashed var(--mocha-border);
	border-radius: 3px;
	box-sizing: border-box;
	color: var(--mocha-muted);
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	overflow: hidden;
	padding: 8px 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: min(320px, 100%);
}

.mocha-file-picker input[type="file"] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mocha-file-name {
	color: var(--mocha-muted);
	display: inline-block;
	font-size: 13px;
	margin-left: 8px;
	max-width: calc(100% - 220px);
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mocha-cap-row cap-widget {
	--cap-background: var(--mocha-surface);
	--cap-border-color: var(--mocha-border-solid);
	--cap-border-radius: 3px;
	--cap-checkbox-background: var(--mocha-cap-checkbox);
	--cap-checkbox-border: 1px solid var(--mocha-border-solid);
	--cap-checkbox-border-radius: 3px;
	--cap-color: var(--mocha-text);
	--cap-font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	--cap-gap: 10px;
	--cap-spinner-background-color: var(--mocha-cap-spinner-bg);
	--cap-spinner-color: var(--mocha-link);
	--cap-widget-height: 44px;
	--cap-widget-padding: 9px 10px;
	--cap-widget-width: 220px;
	--cap-credits-display: none;
	display: block;
}

.mocha-cap-row cap-widget::part(attribution) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.intro span.subject {
	color: var(--mocha-title);
	font-size: 1.1em;
	font-weight: 700;
}

.intro span.name,
span.trip {
	color: var(--mocha-muted);
	font-weight: 700;
}

span.quote {
	color: var(--mocha-postnum);
}

div.thread {
	align-items: flex-start;
	display: flex;
	flex-flow: column wrap;
	margin: 0;
}

div.thread:after {
	border-top: 1px solid var(--mocha-border);
	clear: both;
	content: "";
	display: block;
	margin: 8px 0;
	width: 100%;
}

div.post.op {
	background: transparent;
	margin: 0 20px 6px 4px;
	padding: 4px;
}

div.post.reply {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	border-radius: 3px;
	box-shadow: none;
	color: var(--mocha-text);
	display: inline-block;
	margin: 0 0 4px 20px;
	overflow: visible;
	padding: 4px;
	position: relative;
}

div.post.op.post-single-file {
	box-sizing: border-box;
}

div.post.reply.post-single-file {
	box-sizing: border-box;
	min-width: 0;
	width: auto;
}

div.post.reply:before {
	color: var(--mocha-icon);
	content: "...";
	left: -21px;
	position: absolute;
	top: -6px;
}

.reply-tooltip__post.reply:before,
.reply-tooltip .reply-tooltip__post:before,
.reply-tooltip .reply-tooltip__post.reply:before {
	content: none !important;
	display: none !important;
}

.reply-tooltip {
	background: transparent;
	color: var(--mocha-text);
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .28));
	max-width: min(640px, calc(100vw - 32px));
	width: max-content;
}

.reply-tooltip .reply-tooltip__post {
	background: var(--mocha-surface) !important;
	border-color: var(--mocha-border) !important;
	color: var(--mocha-text) !important;
	box-sizing: border-box;
	display: block !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.reply-tooltip .reply-tooltip__post .intro,
.reply-tooltip .reply-tooltip__post .intro label {
	flex-wrap: nowrap !important;
	white-space: nowrap;
}

div.post.reply.highlighted {
	background: var(--mocha-surface-highlight);
	border-color: var(--mocha-link);
}

@keyframes mocha-flash-blink {
	0%, 100% { background: transparent; border-color: var(--mocha-border); }
	25%, 75% { background: var(--mocha-surface-highlight); border-color: var(--mocha-link); }
}

div.post.mocha-flash {
	animation: mocha-flash-blink 1.2s ease-in-out 2;
}

#quick-reply {
	background: var(--mocha-surface-highlight) !important;
	border: 1px solid rgba(76, 96, 116, .55) !important;
	border-radius: 3px !important;
	box-shadow: 0 14px 32px var(--mocha-shadow) !important;
	box-sizing: border-box !important;
	color: var(--mocha-text) !important;
	display: flex !important;
	flex-direction: column !important;
	left: auto;
	max-width: calc(100vw - 24px) !important;
	min-width: 0 !important;
	overflow: hidden !important;
	right: 24px;
	top: 84px;
	width: 540px !important;
	z-index: 1000 !important;
}

#quick-reply table {
	background: transparent !important;
	border: 0 !important;
	border-collapse: collapse !important;
	box-sizing: border-box !important;
	max-width: none !important;
	overflow: hidden !important;
	width: 100% !important;
}

#quick-reply th {
	background: var(--mocha-quick-header) !important;
	border: 0 !important;
	border-bottom: 1px solid var(--mocha-border-solid) !important;
	color: var(--mocha-text) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	padding: 7px 10px !important;
	text-align: left !important;
}

#quick-reply th .handle {
	align-items: center !important;
	box-sizing: border-box !important;
	cursor: move !important;
	display: flex !important;
	gap: 7px !important;
	justify-content: flex-start !important;
	min-height: 18px !important;
	padding-right: 28px !important;
	position: relative !important;
	width: 100% !important;
}

#quick-reply th .close-btn {
	color: var(--mocha-text) !important;
	font-size: 18px !important;
	line-height: 1 !important;
	padding: 2px 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
}

#quick-reply td {
	padding: 0 !important;
}

#quick-reply .mocha-subject-row {
	display: none !important;
}

#quick-reply tr:not(:first-child) th {
	display: none !important;
}

#quick-reply tr:not(:first-child) {
	display: block !important;
}

#quick-reply tr.quick-reply-hidden-row {
	display: none !important;
}

#quick-reply tr:not(:first-child) td {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
}

#quick-reply input[type="text"],
#quick-reply textarea,
#quick-reply select {
	background: var(--mocha-input) !important;
	border: 0 !important;
	border-top: 1px solid var(--mocha-border-solid) !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	color: var(--mocha-text) !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	width: 100% !important;
}

#quick-reply textarea {
	box-sizing: border-box !important;
	min-height: 170px !important;
	resize: both !important;
}

#quick-reply .mocha-form-tools {
	background: var(--mocha-quick-panel) !important;
	border-top: 1px solid var(--mocha-border-solid) !important;
	box-sizing: border-box !important;
	padding: 5px 6px !important;
}

#quick-reply .mocha-format-button {
	font-size: 12px !important;
	height: 24px !important;
	min-width: 24px !important;
	padding: 0 6px !important;
}

#quick-reply .mocha-submit-row td {
	background: var(--mocha-quick-panel) !important;
	border-top: 1px solid var(--mocha-border-solid) !important;
	padding: 8px 12px !important;
}

#quick-reply .mocha-submit-panel {
	align-items: center !important;
	box-sizing: border-box !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	justify-content: flex-end !important;
	padding-top: 0 !important;
	width: 100% !important;
}

#quick-reply .mocha-submit-captcha {
	flex: 0 1 auto !important;
}

#quick-reply .mocha-form-options {
	gap: 6px !important;
	margin-left: auto !important;
}

#quick-reply input[type="submit"] {
	background: var(--mocha-surface) !important;
	border: 1px solid var(--mocha-border-solid) !important;
	border-radius: 3px !important;
	color: var(--mocha-text) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	height: 42px !important;
	margin: 0 !important;
	min-height: 42px !important;
	padding: 0 14px !important;
	width: auto !important;
}

#quick-reply input[type="submit"]:hover {
	background: var(--mocha-panel) !important;
}

#quick-reply .mocha-upload-row td {
	border-top: 1px solid var(--mocha-border-solid) !important;
	box-sizing: border-box !important;
	padding: 8px 12px !important;
}

#quick-reply .mocha-file-picker {
	min-height: 34px !important;
	width: min(100%, 100%) !important;
}

#quick-reply .mocha-file-picker__text {
	font-size: 14px !important;
}

#quick-reply .mocha-file-name {
	display: inline-block !important;
	margin-left: 12px !important;
	max-width: 210px !important;
}

#quick-reply .mocha-cap-row cap-widget {
	--cap-widget-height: 38px;
	--cap-widget-padding: 7px 8px;
	--cap-widget-width: 210px;
}

div.post {
	word-break: break-word;
	word-wrap: break-word;
}

.intro {
	align-items: center;
	color: var(--mocha-muted);
	column-gap: 6px;
	display: flex;
	flex-flow: row wrap;
	font-size: .9em;
	line-height: 1;
	margin: 0;
	padding: 4px 0;
	row-gap: 4px;
}

/* Keep every flex item on the same baseline-free centre — Windows Chrome
 * disagrees with macOS about the baseline of icon glyphs vs text. */
.intro > * {
	align-self: center;
	line-height: 1;
}

.intro label {
	align-items: center;
	display: inline-flex;
	flex-flow: row wrap;
	gap: 6px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.intro label > * {
	align-self: center;
	line-height: 1;
}

/* The flex parent already provides a 6px column gap between siblings —
 * neutralise per-element margins so spacing stays consistent. */
.intro .mocha-watcher-star,
.intro .thread-post-number,
.intro .thread-media-feed-link {
	margin-left: 0;
	margin-right: 0;
}

/* Fixed-box centring for glyph/number siblings so Windows font metrics
 * don't drift them off the .intro centreline (★, post counter, ⋮ button). */
.intro .mocha-watcher-star,
.intro .thread-post-number,
.intro .post-action-menu-button {
	align-items: center;
	display: inline-flex;
	height: 20px;
	justify-content: center;
	line-height: 1;
	padding: 0 2px;
}
.intro .thread-post-number {
	min-width: 14px;
}

/* The two consecutive post_no links (№ and 123) read as one token. */
.intro a.post_no + a.post_no {
	margin-left: -6px;
}

/* Keep the action menu (… button) inline with the rest of the metadata,
 * just after the post counter, so its position is anchored to the header
 * content rather than to the post's right edge (which varies by width). */

.intro a.post_no,
.intro time,
p.intro a.ip-link {
	color: var(--mocha-muted);
}

.intro span.capcode,
.intro a.capcode {
	color: #d61b1b;
	font-weight: 700;
}

/* Spoiler — hidden until user clicks the masked text. */
.body span.spoiler,
span.spoiler {
	background: var(--mocha-text, #111);
	border-radius: 2px;
	color: var(--mocha-text, #111);
	cursor: pointer;
	padding: 0 2px;
	transition: color .12s ease;
}

.body span.spoiler.is-revealed,
span.spoiler.is-revealed,
body.mocha-spoiler-hover .body span.spoiler:hover,
body.mocha-spoiler-hover span.spoiler:hover {
	color: var(--mocha-surface, #fff);
	cursor: text;
}

.body span.spoiler a,
span.spoiler a {
	color: inherit !important;
	pointer-events: none;
}

.body span.spoiler.is-revealed a,
span.spoiler.is-revealed a,
body.mocha-spoiler-hover .body span.spoiler:hover a,
body.mocha-spoiler-hover span.spoiler:hover a {
	color: var(--mocha-link, #d97922) !important;
	pointer-events: auto;
}

input.delete {
	margin: 1px 6px 0 0;
}

body.is-not-moderator input.delete {
	display: none;
}

div.post div.body {
	max-height: 600px;
	overflow: auto;
	padding: 16px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

div.post div.body.body--expanded {
	max-height: none;
	overflow: visible;
}

div.post.op div.body {
	max-height: none;
	padding: 16px 36px;
}

div.post.reply div.body {
	margin: 0;
	overflow-wrap: anywhere;
	padding: 16px;
}

div.post div.body.has-single-file {
	min-width: 0;
	overflow: visible;
	padding: 32px 12px 12px 6px;
}

div.post div.body.has-multiple-files {
	clear: both;
}

div.post div.body span.heading {
	color: inherit;
}

div.post div.body pre.code,
div.post div.body code.code-inline {
	background: var(--mocha-input);
	border: 1px solid var(--mocha-border);
	border-radius: 4px;
	color: var(--mocha-text);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
	font-size: 13px;
	line-height: 1.45;
	tab-size: 4;
}

div.post div.body code.code-inline {
	display: inline;
	padding: 1px 6px;
}

.mocha-preview-btn {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border-solid);
	border-radius: 3px;
	color: var(--mocha-text);
	cursor: pointer;
	display: none;
	font: inherit;
	height: 44px;
	min-height: 44px;
	padding: 0 14px;
}

.mocha-preview-btn:hover {
	filter: brightness(1.15);
}

body.mocha-preview-enabled .mocha-preview-btn {
	display: inline-block;
}

.mocha-settings-note {
	color: var(--mocha-muted);
	display: block;
	font-size: 11px;
	font-weight: 400;
	margin-top: 2px;
}

#quick-reply .mocha-preview-btn {
	display: none !important;
}

#quick-reply .mocha-preview-slot {
	display: none !important;
}

.mocha-preview-btn:hover {
	background: var(--mocha-panel);
	color: var(--mocha-link);
}

.mocha-preview-slot {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	border-radius: 3px;
	margin: 12px 0 0;
	overflow: hidden;
	text-align: left;
}

.mocha-preview-slot__head {
	align-items: center;
	background: var(--mocha-panel);
	border-bottom: 1px solid var(--mocha-border);
	color: var(--mocha-muted);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: space-between;
	padding: 6px 12px;
	text-transform: uppercase;
}

.mocha-preview-slot__close {
	background: none;
	border: 0;
	color: var(--mocha-muted);
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0 4px;
}

.mocha-preview-slot__close:hover {
	color: var(--mocha-link);
}

.mocha-preview-slot__post {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mocha-preview-slot__post::before {
	display: none !important;
}

.mocha-preview-slot div.post.reply div.body {
	max-width: none;
}

div.post div.body pre.code.hljs {
	padding: 12px 14px;
}

html[data-mocha-theme="dark"] div.post div.body pre.code.hljs {
	border-color: #30363d;
}

html[data-mocha-theme="light"] div.post div.body pre.code.hljs {
	border-color: #d0d7de;
}

.file:not(.multifile) {
	float: left;
	margin: 0;
	padding: 0 10px 8px 32px;
}

.file:not(.multifile) .post-image,
.post-image {
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
}

p.fileinfo,
div.post p.fileinfo {
	color: var(--mocha-muted);
	font-size: .8em;
	line-height: 1.15;
	margin: 4px 0 0;
	padding: 0;
}

.fileinfo-name,
.fileinfo-details {
	display: block;
	margin: 0;
	padding: 0;
}

.fileinfo-name a {
	color: var(--mocha-link);
	font-weight: 700;
}

span.omitted {
	clear: both;
	color: var(--mocha-muted);
	display: block;
	font-size: .9em;
	margin: 8px 0 0 32px;
}

.thread-expand-button:hover {
	color: var(--mocha-link);
}

div.pages,
div.ban {
	background: var(--mocha-surface);
	border-color: var(--mocha-border);
	color: var(--mocha-text);
}

div.pages {
	border: 1px solid var(--mocha-border);
	border-radius: 3px;
	display: inline-block;
	font-size: .9em;
	margin: 0 0 10px 8px;
	padding: 8px;
}

div.pages a.selected {
	color: var(--mocha-text);
	font-weight: 700;
}

div.blotter {
	color: var(--mocha-muted);
	text-align: center;
}

div.blotter:empty {
	background: linear-gradient(90deg, var(--mocha-surface) 25%, var(--mocha-border) 50%, var(--mocha-surface) 75%);
	background-size: 200% 100%;
	animation: mocha-skeleton 1.4s ease infinite;
	border-radius: 2px;
	display: block;
	height: 14px;
	width: 160px;
	max-width: 60%;
	margin: 4px auto;
}

#post-moderation-fields {
	font-size: .9em;
	margin: 0 8px;
}

.unimportant,
.unimportant * {
	color: var(--mocha-muted);
}

footer p.unimportant {
	color: var(--mocha-muted);
	font-size: 11px;
}

body.theme-catalog {
	font-size: 16px;
}

.theme-catalog header {
	margin-bottom: 12px;
}

.theme-catalog .threads {
	margin-left: 0;
	padding: 8px 10px 18px;
	text-align: left;
}

.theme-catalog #Grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
}

.theme-catalog .mix {
	box-sizing: border-box;
	display: block;
	flex: 0 0 260px;
	width: 260px;
}

.theme-catalog .mix .thread {
	box-sizing: border-box;
	max-width: 260px !important;
	width: 260px !important;
}

.theme-catalog .mix .replies {
	max-width: 100%;
	overflow: hidden;
}

.theme-catalog div.thread,
.theme-catalog div.thread.grid-li {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	border-radius: 3px;
	box-sizing: border-box;
	color: var(--mocha-text);
	font-size: .92rem;
	height: 360px;
	line-height: 1.24;
	margin: 0;
	max-height: 360px;
	overflow: hidden;
	padding: 8px;
	text-align: left;
	width: 260px;
}

.theme-catalog div.thread:hover {
	background: var(--mocha-surface-2);
	border-color: rgba(240, 114, 50, .45);
}

.theme-catalog div.thread a {
	display: block;
	text-align: center;
}

.theme-catalog div.thread img,
.theme-catalog img.thread-image {
	border: 0;
	box-shadow: none;
	display: block;
	float: none !important;
	height: auto;
	margin: 0 auto 8px;
	max-height: 210px;
	max-width: 100%;
	object-fit: contain;
}

.theme-catalog div.grid-size-vsmall,
.theme-catalog div.thread.grid-size-vsmall {
	height: 230px;
	max-height: 230px;
	min-width: 160px;
	width: 160px;
}

.theme-catalog div.grid-size-vsmall img {
	max-height: 120px;
}

.theme-catalog div.grid-size-small,
.theme-catalog div.thread.grid-size-small {
	height: 360px;
	max-height: 360px;
	min-width: 260px;
	width: 260px;
}

.theme-catalog div.grid-size-small img {
	max-height: 210px;
}

.theme-catalog div.grid-size-large,
.theme-catalog div.thread.grid-size-large {
	height: 480px;
	max-height: 480px;
	min-width: 340px;
	width: 340px;
}

.theme-catalog div.grid-size-large img {
	max-height: 300px;
}

.theme-catalog div.thread strong {
	color: var(--mocha-muted);
	font-size: .9em;
	margin-bottom: 4px;
}

.theme-catalog div.thread p.intro {
	font-size: .98em;
	margin-bottom: 3px;
}


html[data-mocha-style="darkchan"][data-mocha-theme="dark"] {
	--mocha-text: #b9bec3;
	--mocha-muted: #5a6066;
	--mocha-link: #cdd1d5;
	--mocha-link-hover: #e6e9ec;
	--mocha-bg: #050608;
	--mocha-surface: #0d1013;
	--mocha-surface-highlight: #090b0e;
	--mocha-surface-2: #14181c;
	--mocha-border: rgba(255, 255, 255, .08);
	--mocha-border-solid: #1c2127;
	--mocha-input: #0a0d10;
	--mocha-logo: #b9bec3;
	--mocha-title: #d4d8dc;
	--mocha-postnum: #9aa0a6;
	--mocha-icon: #4a5159;
	--mocha-drag: #2b313a;
	--mocha-panel: #0d1013;
	--mocha-toolbar-button: #131820;
	--mocha-toolbar-button-hover: #1c2127;
	--mocha-spoiler-bg: #050608;
	--mocha-spoiler-border: #1c2127;
	--mocha-cap-checkbox: #131820;
	--mocha-cap-spinner-bg: #0d1013;
	--mocha-quick-header: #02040666;
	--mocha-quick-panel: #07090c;
	--mocha-shadow: rgba(0, 0, 0, .72);
	--mocha-toggle-fg: #b9bec3;
	--mocha-toggle-track: #1c2127;
	--mocha-toggle-bullet: #b9bec3;
}

html[data-mocha-style="darkchan"][data-mocha-theme="dark"] body {
	font-family: ui-monospace, SFMono-Regular, "JetBrains Mono", "Fira Code", Menlo, Consolas, "Liberation Mono", monospace;
	font-size: 14px;
	line-height: 1.35;
}

html[data-mocha-style="darkchan"][data-mocha-theme="dark"] div.post.reply {
	margin: 0 0 4px 30px;
}

html[data-mocha-style="darkchan"][data-mocha-theme="dark"] div.post.reply:before {
	left: -30px;
}

html[data-mocha-style="pinkchan"][data-mocha-theme="light"] {
	--mocha-text: #4a1d2e;
	--mocha-muted: #8a5a72;
	--mocha-link: #c2185b;
	--mocha-link-hover: #8a0e3e;
	--mocha-bg: #fff0f5;
	--mocha-surface: #ffdce8;
	--mocha-surface-highlight: #ffe9f0;
	--mocha-surface-2: #fff5f8;
	--mocha-border: #f5c0d2;
	--mocha-border-solid: #f0aec4;
	--mocha-input: #fff5f8;
	--mocha-logo: #c2185b;
	--mocha-title: #8a0e3e;
	--mocha-postnum: #789922;
	--mocha-icon: #b08294;
	--mocha-drag: #f0aec4;
	--mocha-panel: #ffffff;
	--mocha-toolbar-button: #ffdce8;
	--mocha-toolbar-button-hover: #f5c0d2;
	--mocha-spoiler-bg: #d99bb3;
	--mocha-spoiler-border: #c98aa3;
	--mocha-cap-checkbox: #fff5f8;
	--mocha-cap-spinner-bg: #ffdce8;
	--mocha-quick-header: #ffdce8;
	--mocha-quick-panel: #fff5f8;
	--mocha-shadow: rgba(160, 50, 100, .18);
	--mocha-toggle-fg: #4a1d2e;
	--mocha-toggle-track: #f5c0d2;
	--mocha-toggle-bullet: #c2185b;
}

html[data-mocha-style="burichan"][data-mocha-theme="light"] {
	--mocha-text: #000000;
	--mocha-muted: #707070;
	--mocha-link: #34345c;
	--mocha-link-hover: #d00;
	--mocha-bg: #eef2ff;
	--mocha-surface: #d6daf0;
	--mocha-surface-highlight: #e6ebff;
	--mocha-surface-2: #f0f3ff;
	--mocha-border: #b7c5d9;
	--mocha-border-solid: #a8b8d0;
	--mocha-input: #f0f3ff;
	--mocha-logo: #af0a0f;
	--mocha-title: #af0a0f;
	--mocha-postnum: #789922;
	--mocha-icon: #98a3bc;
	--mocha-drag: #b7c5d9;
	--mocha-panel: #ffffff;
	--mocha-toolbar-button: #d6daf0;
	--mocha-toolbar-button-hover: #b7c5d9;
	--mocha-spoiler-bg: #b7c5d9;
	--mocha-spoiler-border: #a8b8d0;
	--mocha-cap-checkbox: #f0f3ff;
	--mocha-cap-spinner-bg: #d6daf0;
	--mocha-quick-header: #98a3bc;
	--mocha-quick-panel: #d6daf0;
	--mocha-shadow: rgba(52, 52, 92, .18);
	--mocha-toggle-fg: #34345c;
	--mocha-toggle-track: #b7c5d9;
	--mocha-toggle-bullet: #af0a0f;
}

html[data-mocha-style="tomorrow"][data-mocha-theme="dark"] {
	--mocha-text: #c5c8c6;
	--mocha-muted: #767977;
	--mocha-link: #b294bb;
	--mocha-link-hover: #d4b3dd;
	--mocha-bg: #1d1f21;
	--mocha-surface: #282a2e;
	--mocha-surface-highlight: #232527;
	--mocha-surface-2: #2d2f33;
	--mocha-border: rgba(197, 200, 198, .12);
	--mocha-border-solid: #373b41;
	--mocha-input: #282a2e;
	--mocha-logo: #81a2be;
	--mocha-title: #81a2be;
	--mocha-postnum: #b5bd68;
	--mocha-icon: #5f6364;
	--mocha-drag: #3c3f43;
	--mocha-panel: #282a2e;
	--mocha-toolbar-button: #373b41;
	--mocha-toolbar-button-hover: #4b5159;
	--mocha-spoiler-bg: #1d1f21;
	--mocha-spoiler-border: #373b41;
	--mocha-cap-checkbox: #373b41;
	--mocha-cap-spinner-bg: #282a2e;
	--mocha-quick-header: #1d1f21;
	--mocha-quick-panel: #282a2e;
	--mocha-shadow: rgba(0, 0, 0, .45);
	--mocha-toggle-fg: #b294bb;
	--mocha-toggle-track: #373b41;
	--mocha-toggle-bullet: #b294bb;
}

html[data-mocha-style="gurochan"][data-mocha-theme="dark"] {
	--mocha-text: #d4c4c4;
	--mocha-muted: #806060;
	--mocha-link: #c83232;
	--mocha-link-hover: #e44a4a;
	--mocha-bg: #1a0808;
	--mocha-surface: #2a0e0e;
	--mocha-surface-highlight: #1f0b0b;
	--mocha-surface-2: #2f1212;
	--mocha-border: rgba(212, 196, 196, .12);
	--mocha-border-solid: #401818;
	--mocha-input: #1f0b0b;
	--mocha-logo: #c83232;
	--mocha-title: #8a2020;
	--mocha-postnum: #789922;
	--mocha-icon: #5a3838;
	--mocha-drag: #401818;
	--mocha-panel: #2a0e0e;
	--mocha-toolbar-button: #401818;
	--mocha-toolbar-button-hover: #5a2020;
	--mocha-spoiler-bg: #100404;
	--mocha-spoiler-border: #401818;
	--mocha-cap-checkbox: #401818;
	--mocha-cap-spinner-bg: #2a0e0e;
	--mocha-quick-header: #100404;
	--mocha-quick-panel: #1f0b0b;
	--mocha-shadow: rgba(0, 0, 0, .65);
	--mocha-toggle-fg: #c83232;
	--mocha-toggle-track: #401818;
	--mocha-toggle-bullet: #c83232;
}

html[data-mocha-style="sepia"][data-mocha-theme="light"] {
	--mocha-text: #3c2e21;
	--mocha-muted: #7d6a55;
	--mocha-link: #8b4513;
	--mocha-link-hover: #5a2d0a;
	--mocha-bg: #f4ecd8;
	--mocha-surface: #e8dcc0;
	--mocha-surface-highlight: #efe5cc;
	--mocha-surface-2: #f0e6cf;
	--mocha-border: #d4c4a8;
	--mocha-border-solid: #c4b298;
	--mocha-input: #faf3e3;
	--mocha-logo: #8b4513;
	--mocha-title: #6b3410;
	--mocha-postnum: #6b8e23;
	--mocha-icon: #a89880;
	--mocha-drag: #c4b298;
	--mocha-panel: #faf3e3;
	--mocha-toolbar-button: #e8dcc0;
	--mocha-toolbar-button-hover: #d4c4a8;
	--mocha-spoiler-bg: #c4b298;
	--mocha-spoiler-border: #a89880;
	--mocha-cap-checkbox: #faf3e3;
	--mocha-cap-spinner-bg: #e8dcc0;
	--mocha-quick-header: #d4c4a8;
	--mocha-quick-panel: #e8dcc0;
	--mocha-shadow: rgba(60, 46, 33, .15);
	--mocha-toggle-fg: #3c2e21;
	--mocha-toggle-track: #d4c4a8;
	--mocha-toggle-bullet: #8b4513;
}

.poster_id {
	font-weight: 600;
}

body.mocha-home {
	background: var(--mocha-bg);
	color: var(--mocha-text);
	margin: 0;
	min-height: 100vh;
}

.home-top {
	align-items: center;
	border-bottom: 1px solid var(--mocha-border);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 14px 24px;
}

.home-brand {
	align-items: center;
	color: var(--mocha-link);
	display: inline-flex;
	font-size: 22px;
	font-weight: 700;
	gap: 10px;
	text-decoration: none;
}

.home-brand__logo {
	height: 28px;
	width: 28px;
}

.home-top__nav {
	display: inline-flex;
	gap: 18px;
}

.home-top__nav a {
	color: var(--mocha-muted);
	font-size: 14px;
	text-decoration: none;
}

.home-top__nav a:hover {
	color: var(--mocha-link);
}

.home-main {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1080px;
}

.home-hero {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
	margin: 32px 0 36px;
	width: 100%;
}

.home-hero__title {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 16px;
}

.home-hero__lead {
	color: var(--mocha-muted);
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 24px;
	max-width: 56ch;
}

.home-hero__actions {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home-cta {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border-solid);
	border-radius: 4px;
	color: var(--mocha-text);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font: inherit;
	font-weight: 600;
	padding: 12px 22px;
	text-decoration: none;
	transition: background .15s, color .15s, border-color .15s;
}

.home-cta:hover {
	background: var(--mocha-panel);
	color: var(--mocha-link);
}

.home-cta--primary {
	background: var(--mocha-link);
	border-color: var(--mocha-link);
	color: #fff;
}

.home-cta--primary:hover,
.home-cta--primary:focus {
	background: var(--mocha-link-hover);
	border-color: var(--mocha-link-hover);
	color: #fff;
}

.home-hero__stats {
	align-content: start;
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(2, 1fr);
}

.home-stat {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	border-radius: 4px;
	padding: 8px 10px;
}

.home-stat__num {
	color: var(--mocha-link);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
}

.home-stat__label {
	color: var(--mocha-muted);
	font-size: 11px;
	margin-top: 2px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.home-block {
	margin-bottom: 36px;
	width: 100%;
}

.home-block__head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.home-block__title {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.home-block__more {
	color: var(--mocha-muted);
	font-size: 13px;
	text-decoration: none;
}

.home-block__more:hover {
	color: var(--mocha-link);
}

.home-active {
	border: 1px solid var(--mocha-border);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.home-active__row + .home-active__row {
	border-top: 1px solid var(--mocha-border);
}

.home-active__link {
	align-items: center;
	color: inherit;
	display: flex;
	gap: 14px;
	padding: 12px 14px;
	text-decoration: none;
	transition: background .12s;
}

.home-active__link:hover {
	background: var(--mocha-surface);
}

.home-active__thumb {
	background: var(--mocha-surface-2);
	border-radius: 4px;
	flex: 0 0 auto;
	height: 56px;
	object-fit: cover;
	width: 56px;
}

.home-active__thumb--empty {
	align-items: center;
	color: var(--mocha-muted);
	display: inline-flex;
	font-size: 18px;
	justify-content: center;
}

.home-active__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.home-active__meta {
	align-items: center;
	color: var(--mocha-muted);
	display: inline-flex;
	font-size: 12px;
	gap: 8px;
}

.home-active__board {
	color: var(--mocha-link);
	font-weight: 700;
}

.home-active__title {
	color: var(--mocha-link) !important;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-active__text {
	color: var(--mocha-muted) !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 4px;
}

.home-active__replies {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	border-radius: 999px;
	color: var(--mocha-muted);
	flex: 0 0 auto;
	font-size: 12px;
	min-width: 28px;
	padding: 4px 10px;
	text-align: center;
}

.home-boards {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.home-board-group__title {
	color: var(--mocha-muted);
	font-size: 12px;
	letter-spacing: .06em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.home-board-group__items {
	border: 1px solid var(--mocha-border);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.home-board {
	align-items: baseline;
	background: transparent;
	color: inherit;
	display: grid;
	gap: 12px;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	padding: 8px 14px;
	text-decoration: none;
	transition: background .12s;
}

.home-board + .home-board {
	border-top: 1px solid var(--mocha-border);
}

.home-board:hover {
	background: var(--mocha-surface);
}

.home-board__head {
	align-items: baseline;
	display: inline-flex;
	gap: 6px;
}

.home-board__uri {
	color: var(--mocha-link);
	font-weight: 700;
}

.home-board__title {
	font-weight: 600;
}

.home-board__sub {
	color: var(--mocha-muted);
	font-size: 13px;
	line-height: 1.3;
	margin-left: 8px;
}

.home-board__count {
	color: var(--mocha-muted);
	font-size: 12px;
	white-space: nowrap;
}

@media (max-width: 540px) {
	.home-board {
		grid-template-columns: 60px minmax(0, 1fr);
		row-gap: 2px;
	}
	.home-board__count {
		grid-column: 2;
	}
	.home-board__sub {
		grid-column: 1 / -1;
		margin-left: 0;
	}
}

.home-nsfw {
	color: #c44;
	font-size: 11px;
	font-weight: 700;
	margin-left: 4px;
	vertical-align: middle;
	white-space: nowrap;
}

.home-news {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-news__item {
	background: var(--mocha-surface);
	border: 1px solid var(--mocha-border);
	border-radius: 6px;
	color: var(--mocha-text);
	padding: 10px 14px;
	text-decoration: none;
}

.home-news__item:hover {
	background: var(--mocha-panel);
	color: var(--mocha-link);
}

.home-footer {
	box-sizing: border-box;
	color: var(--mocha-muted);
	font-size: 13px;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 16px;
}

.home-footer__inner {
	align-items: center;
	border-top: 1px solid var(--mocha-border);
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	padding: 18px 0 34px;
}

.home-footer a {
	color: var(--mocha-muted);
	text-decoration: none;
}

.home-footer a:hover {
	color: var(--mocha-link);
}

.home-footer__sep {
	opacity: .5;
}

.home-footer__muted {
	text-align: center;
	opacity: .7;
}

@media (max-width: 760px) {
	.home-top {
		padding: 12px 16px;
	}

	.home-hero__title {
		font-size: 28px;
	}

	.home-hero__stats {
		grid-template-columns: repeat(1, 1fr);
		max-width: 160px;
		width: 100%;
		margin-left: auto;
	}
}

@media (max-width: 520px) {
	.home-hero {
		grid-template-columns: 1fr;
	}

	.home-hero__stats {
		grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
		margin-left: 0;
	}
}
