.inherited-css {
	cursor: wait;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	font-size: 15px;
	line-height: 21px;
	word-wrap: break-word;
}
body {
	background: #eeeeee;
}
@charset "UTF-8";
hr {
	overflow: visible;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
a {
	background-color: transparent;
}
b {
	font-weight: bolder;
}
img {
	border-style: none;
}
.fa--xf {
	display: inline-block;
	line-height: 1;
}
.fa--xf svg {
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
	color: currentColor;
}
.fa--xf:empty {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
b {
	font-weight: 700;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #8a0f11;
	text-decoration: underline;
}
svg {
	fill: currentColor;
}
* {
	box-sizing: border-box;
}
[dir="auto"] {
	text-align: left;
}
img {
	-ms-interpolation-mode: bicubic;
}
.u-dt[title] {
	border: none;
	text-decoration: none;
}
.u-srOnly {
	position: absolute;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.pairs {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.pairs > dt {
	padding: 0;
	margin: 0;
	color: #333;
}
.pairs > dt:after {
	content: ":";
}
.pairs > dd {
	padding: 0;
	margin: 0;
}
.pairs.pairs--justified:before,
.pairs.pairs--justified:after {
	content: " ";
	display: table;
}
.pairs.pairs--justified:after {
	clear: both;
}
.pairs.pairs--justified > dt {
	float: left;
	max-width: 100%;
	margin-right: 6px;
}
.pairs.pairs--justified > dd {
	float: right;
	text-align: right;
	max-width: 100%;
}
.block {
	margin-bottom: 20px;
}
.block-container {
	color: #000;
	background: #b9b9b9;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	border-radius: 4px;
}
@media (min-width: 650px) {
	.block-container:not(.block-container--noStripRadius) > :first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.block-container:not(.block-container--noStripRadius) > :last-child {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
}
.block-header {
	padding: 6px 10px;
	margin: 0;
	font-weight: 400;
	text-decoration: none;
	font-size: 20px;
	color: #000;
	background: #878787;
	border-bottom: 1px solid #383838;
	background: linear-gradient(0deg, #878787, #949494);
}
.block-header:before,
.block-header:after {
	content: " ";
	display: table;
}
.block-header:after {
	clear: both;
}
.block-header a {
	color: inherit;
	text-decoration: none;
}
.block-header a:hover {
	text-decoration: underline;
}
.block-body {
	list-style: none;
	margin: 0;
	padding: 0;
}
.block-row {
	margin: 0;
	padding: 6px 10px;
}
.block-row:before,
.block-row:after {
	content: " ";
	display: table;
}
.block-row:after {
	clear: both;
}
.blockMessage {
	margin-bottom: 20px;
	padding: 6px 10px;
	color: #000;
	background: #b9b9b9;
	border-width: 1px;
	border-style: solid;
	border-top-color: #383838;
	border-right-color: #383838;
	border-bottom-color: #383838;
	border-left-color: #383838;
	border-radius: 4px;
}
.blockMessage:before,
.blockMessage:after {
	content: " ";
	display: table;
}
.blockMessage:after {
	clear: both;
}
.blockMessage.blockMessage--none {
	background: none;
	border: none;
	color: #000;
	padding: 0;
}
.blockMessage.blockMessage--highlight {
	color: #000;
	background: #b9b9b9;
}
.blockMessage p:first-child {
	margin-top: 0;
}
.blockMessage p:last-child {
	margin-bottom: 0;
}
@media (max-width: 650px) {
	.block-container,
	.blockMessage {
		margin-left: -10px;
		margin-right: -10px;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.blockMessage.blockMessage--none {
		margin-left: 0;
		margin-right: 0;
	}
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (-webkit-backdrop-filter: blur(10px)) {
}
.block-container > .block-body > .block > .block-container {
	margin-left: 0;
	margin-right: 0;
	border-radius: 4px;
	border-left: none;
	border-right: none;
}
.block-container > .block-body > .block:first-child {
	margin-top: 0;
}
.block-container > .block-body > .block:last-child {
	margin-bottom: 0;
}
.block-container > .block-body > .block:first-child > .block-container {
	border-top: none;
}
.block-container > .block-body > .block:last-child > .block-container {
	border-bottom: none;
}
.block-container > .block-body > .block:not(:first-child) > .block-container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.block-container > .block-body > .block:not(:last-child) > .block-container {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.avatar {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4%;
	vertical-align: top;
	overflow: hidden;
}
.avatar img {
	background-color: #b9b9b9;
}
.avatar.avatar--default.avatar--default--dynamic {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none !important;
	line-height: 1;
	-webkit-user-select: none;
	user-select: none;
}
.avatar:hover {
	text-decoration: none;
}
.avatar.avatar--xxs {
	width: 24px;
	height: 24px;
	font-size: 14px;
}
.avatar.avatar--s {
	width: 48px;
	height: 48px;
	font-size: 29px;
}
.avatar img:not(.cropImage) {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	display: block;
	border-radius: inherit;
	width: 100%;
	height: 100%;
}
.avatar:not(a) {
	cursor: inherit;
}
.p-breadcrumbs > li > a {
	display: inline-block;
	padding: 2.6px 5.2px;
	margin: -2.6px -5.2px;
	border-radius: 5px;
	background-color: transparent;
	transition: background-color 0.25s ease;
}
.p-breadcrumbs > li > a:hover {
	background-color: rgba(20, 20, 20, 0.05);
	text-decoration: none;
}
.p-body {
	display: flex;
	align-items: stretch;
	flex-grow: 1;
	min-height: 1px;
}
.p-body-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
@supports (padding: max(0px)) {
	.p-body-inner {
		padding-left: max(10px, env(safe-area-inset-left));
		padding-right: max(10px, env(safe-area-inset-right));
	}
}
.p-body-inner:before,
.p-body-inner:after {
	content: " ";
	display: table;
}
.p-body-inner:after {
	clear: both;
}
.p-body-header {
	margin-bottom: 10px;
}
.p-body-main {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: auto;
	min-height: 1px;
}
.p-body-content {
	display: table-cell;
	vertical-align: top;
}
.p-body-contentCol {
	display: table-column;
}
.p-body-content > :first-child,
.p-body-pageContent > :first-child {
	margin-top: 0;
}
.p-body-content > :last-child,
.p-body-pageContent > :last-child {
	margin-bottom: 0;
}
@media (max-width: 900px) {
	.p-body-contentCol {
		display: none;
		width: auto;
	}
	.p-body-main,
	.p-body-content {
		display: block;
	}
}
.p-breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	line-height: 1.5;
}
.p-breadcrumbs:before,
.p-breadcrumbs:after {
	content: " ";
	display: table;
}
.p-breadcrumbs:after {
	clear: both;
}
.p-breadcrumbs.p-breadcrumbs--bottom {
	margin-top: 20px;
	margin-bottom: 0;
}
.p-breadcrumbs > li {
	float: left;
	font-size: 13px;
}
.p-breadcrumbs > li a {
	display: inline-block;
	vertical-align: bottom;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
}
.p-breadcrumbs > li:after,
.p-breadcrumbs > li:before {
	font-size: 90%;
	color: #333;
}
.p-breadcrumbs > li:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 1.28571429em;
	mask: url("https://darkmoney.ag/styles/fa/regular/angle-right.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/angle-right.svg?v=5.15.3") no-repeat center;
}
.p-breadcrumbs > li:last-child a {
	font-weight: 700;
}
@media (max-width: 650px) {
	.p-breadcrumbs > li a {
		max-width: 200px;
	}
}
@media (max-width: 480px) {
	.p-breadcrumbs > li {
		display: none;
		font-size: 11px;
	}
	.p-breadcrumbs > li:last-child {
		display: block;
	}
	.p-breadcrumbs > li a {
		max-width: 90vw;
	}
	.p-breadcrumbs > li:after {
		display: none;
	}
	.p-breadcrumbs > li:before {
		display: inline-block;
		content: "";
		height: 1em;
		vertical-align: -0.125em;
		background-color: currentColor;
		width: 1.28571429em;
		mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
		-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
		margin-right: 0.5em;
	}
}
.p-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 100%;
	margin-bottom: -5px;
}
.p-title-value {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: 400;
	min-width: 0;
	margin-right: auto;
}
@media (max-width: 480px) {
	.p-title-value {
		font-size: 20px;
	}
}
.username--style2 {
	color: #4b4b4b;
	font-weight: 550;
}
.username--style4 {
	color: green;
	font-weight: 600;
}
.username--style5 {
	color: red;
	font-weight: 600;
}
.username--style8 {
	color: gray;
	text-decoration: line-through;
	font-weight: 550;
}
.username--style9 {
	color: #4b4b4b;
	font-weight: 550;
}
.username--style10 {
	color: black;
	font-weight: 550;
}
.username--style11 {
	color: #c57d19;
	font-weight: 550;
}
.username--style13 {
	color: blue;
	font-weight: 550;
}
.username--style16 {
	color: #003399;
	font-weight: 600;
}
.username--style18 {
	color: #003399;
	font-weight: 600;
}
.username--style26 {
	color: black;
	font-weight: 550;
}
.username--style47 {
	color: black;
	font-weight: 550;
}

/* Таблица «Новые темы» — оформление ячеек как на скриншоте */
.structItemContainer {
	display: block;
}
.structItemContainer > .structItem {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	padding: 4px 12px;
	background: #B9B9B9;
}
.structItemContainer > .structItem:nth-child(even) {
	background: #B9B9B9;
}
.structItemContainer > .structItem:last-child {
	border-bottom: 1px solid #909090;
}
.block-container .structItemContainer > .structItem:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.block-container .structItemContainer > .structItem:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/* Строка таблицы — три ячейки: тема, ответы/просмотры, дата */
.structItemContainer .structItem-cell {
	display: table-cell;
	vertical-align: top;
}
.structItemContainer .structItem-cell--icon {
	display: none;
}
.structItemContainer .structItem-cell--iconEnd {
	display: none;
}
/* 1) Ячейка с надписью темы (заголовок + автор · дата · категория) */
.structItemContainer .structItem-cell--main {
	width: auto;
	padding: 4px 8px;
	vertical-align: top;
}
/* 2) Ячейка с ответами и просмотрами - шире, чтобы не обрезались */
.structItemContainer .structItem-cell--meta {
	width: 120px;
	text-align: right;
	white-space: nowrap;
	padding: 4px 0 4px 8px;
	vertical-align: top;
}
/* 3) Ячейка с датой последней активности — уже, содержимое по центру */
.structItemContainer .structItem-cell--latest {
	width: 160px;
	text-align: center;
	padding: 4px 8px 4px 12px;
	vertical-align: top;
}
/* Заголовок темы — менее жирный и крупный, как на скрине */
.structItemContainer .structItem-title {
	margin: 0 0 2px 0;
}
.structItemContainer .structItem-title a {
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.structItemContainer .structItem-title a:hover {
	text-decoration: underline;
}
/* Подзаголовок: имя автора жирное чёрное, дата и категория — обычные серые */
.structItemContainer .structItem-minor {
	font-size: 12px;
	color: #555;
	margin-top: 0;
}
.structItemContainer .structItem-parts .username {
	font-weight: 700;
	color: #000;
}
.structItemContainer .structItem-parts .structItem-startDate a,
.structItemContainer .structItem-parts .structItem-startDate .u-dt,
.structItemContainer .structItem-parts li a:not(.username) {
	font-weight: 400;
	color: #555;
}
.structItemContainer .structItem-cell--latest .structItem-minor {
	text-align: center;
}
/* Время — крупнее */
.structItemContainer .structItem-latestDate {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 2px;
}
/* Никнейм под временем — мельче */
.structItemContainer .structItem-cell--latest .structItem-minor .username {
	font-weight: 700;
	color: #333;
	font-size: 11px;
}
/* Ответы/Просмотры: подписи и числа — одинаковый размер, аккуратно */
.structItemContainer .structItem-cell--meta .pairs {
	margin: 1px 0;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.structItemContainer .structItem-cell--meta .pairs > dt {
	color: #555;
	font-weight: 400;
	font-size: 12px;
	margin-right: 4px;
}
.structItemContainer .structItem-cell--meta .pairs > dd {
	text-align: right;
	color: #000;
	font-weight: 400;
	font-size: 12px;
}
.structItemContainer .structItem-parts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.structItemContainer .structItem-parts li {
	display: inline;
}
.structItemContainer .structItem-parts li:not(:last-child)::after {
	content: " · ";
	color: #555;
}
.structItemContainer .structItem-statuses {
	display: none;
}

@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
