@font-face {
	font-family: "Onest";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/onest-variable.woff2") format("woff2");
}

:root {
	--page-bg: #eef1f4;
	--bg: #ffffff;
	--bg-soft: #f5f7f9;
	--text: #151a21;
	--muted: #68717d;
	--line: #dfe4ea;
	--accent: #f08a24;
	--accent-dark: #c66712;
	--accent-soft: #fff2e6;
	--radius: 8px;
	--shadow: 0 10px 28px rgba(21, 26, 33, 0.06);
	--font: "Onest", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	max-width: 100%;
	min-height: 100%;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	background: var(--page-bg);
	color: var(--text);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.68;
	text-rendering: optimizeLegibility;
	font-synthesis-weight: none;
}

a {
	color: inherit;
	text-decoration-color: rgba(240, 138, 36, 0.5);
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--accent-dark);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

.container {
	width: min(1200px, calc(100% - 32px));
	max-width: 100%;
	margin-inline: auto;
}

.site-main {
	flex: 1 0 auto;
	width: min(1200px, calc(100% - 24px));
	max-width: 100%;
	margin-inline: auto;
	background: var(--bg);
	border-inline: 1px solid rgba(227, 224, 216, 0.7);
}

@media (max-width: 719px) {
	body {
		background: #fff;
	}

	.site-main {
		width: 100%;
		max-width: 100%;
		overflow-x: clip;
		border-inline: 0;
	}

	.post-type-archive-nick .archive-header .nicks-title {
		font-size: 1.35rem;
		line-height: 1.14;
	}

	.post-type-archive-nick .container > .seo-text.nicks-seo-text.prose {
		width: 100%;
		max-width: none !important;
		margin-inline: 0;
		padding-inline: 12px;
	}

	.post-type-archive-nick .nicks-seo-text.prose > * {
		width: 100%;
		max-width: none !important;
		margin-inline: 0;
	}

	.post-type-archive-nick .nicks-seo-text.prose p {
		font-size: 0.96rem;
		line-height: 1.48;
		text-align: left;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}

}

.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 1000;
	width: auto;
	height: auto;
	clip: auto;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	background: var(--text);
	color: #fff;
	border-radius: 999px;
}

.site-header {
	flex: 0 0 auto;
	position: sticky;
	z-index: 50;
	top: 0;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
	box-shadow: 0 8px 22px rgba(31, 31, 31, 0.04);
}

body.admin-bar .site-header {
	top: 32px;
}

.header-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding-block: 14px;
}

.site-brand {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	width: fit-content;
	font-weight: 800;
	font-size: 1.05rem;
	line-height: 1;
	text-decoration: none;
}

.custom-logo {
	max-width: 160px;
	max-height: 42px;
	object-fit: contain;
}

.site-logo {
	max-width: min(62vw, 210px);
}

.site-logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 34px;
	object-fit: contain;
}

.site-logo-text {
	line-height: 1.1;
}

.brand-mark {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 8px;
	background: var(--accent);
	color: #16130d;
}

.menu-toggle {
	display: inline-grid;
	gap: 4px;
	width: 40px;
	height: 40px;
	place-content: center;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	color: var(--text);
}

.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.menu-close {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 34px;
	height: 34px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
}

.menu-close::before,
.menu-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: var(--text);
	content: "";
}

.menu-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.site-nav {
	position: fixed;
	z-index: 80;
	inset: 12px auto 12px 12px;
	width: min(320px, 86vw);
	max-height: calc(100dvh - 24px);
	overflow: auto;
	padding: 66px 18px 22px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(31, 31, 31, 0.18);
	transform: translateX(-105%);
	transition: transform 0.22s ease;
}

.site-nav .menu {
	display: grid;
	gap: 8px;
}

.site-nav .menu a {
	display: block;
	border-radius: 10px;
	padding: 10px 12px;
	color: var(--text);
}

.site-nav .menu a:hover,
.site-nav .menu a:focus-visible {
	background: var(--bg-soft);
	color: var(--text);
}

.menu-overlay {
	position: fixed;
	z-index: 70;
	inset: 0;
	border: 0;
	background: rgba(31, 31, 31, 0.24);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

body.is-menu-open {
	overflow: hidden;
}

body.is-menu-open .site-nav {
	transform: translateX(0);
}

body.is-menu-open .menu-overlay {
	opacity: 1;
	pointer-events: auto;
}

.menu,
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu a,
.footer-menu a {
	font-weight: 650;
	text-decoration: none;
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-form label {
	flex: 1;
}

.search-form input,
.filters select,
.comment-form input,
.comment-form textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
	padding: 10px 12px;
	color: var(--text);
}

.search-form button,
.button,
.form-submit .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 0;
	border-radius: 8px;
	background: var(--accent);
	color: #17130a;
	padding: 10px 16px;
	font-weight: 750;
	text-decoration: none;
	transition: transform 0.16s ease, background 0.16s ease;
}

.search-form button:hover,
.button:hover {
	background: var(--accent-dark);
	color: #fff;
	transform: translateY(-1px);
}

.button-light {
	background: var(--accent-soft);
	color: var(--accent-dark);
}

.button-light:hover {
	background: #ffe2c8;
	color: var(--accent-dark);
}

.hero {
	background: linear-gradient(180deg, #fff, #f5f7f9);
	border-bottom: 1px solid var(--line);
}

.hero-grid {
	display: grid;
	gap: 28px;
	padding-block: 46px;
}

.hero h1,
.archive-header h1,
.article-header h1,
.empty-state h1 {
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.08;
	letter-spacing: 0;
	font-weight: 820;
}

.archive-header .nicks-title {
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 780;
}

.hero-text,
.lead,
.archive-header p {
	max-width: 680px;
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.72;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.hero-panel {
	display: grid;
	gap: 12px;
	align-content: center;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: calc(var(--radius) + 8px);
	background: #fffdf7;
	box-shadow: var(--shadow);
}

.hero-panel a {
	display: flex;
	justify-content: space-between;
	border-radius: 16px;
	background: #fff;
	padding: 16px 18px;
	font-weight: 800;
	text-decoration: none;
}

.hero-panel a::after {
	content: "→";
	color: var(--accent);
}

.section {
	margin-block: 34px;
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.section h2,
.comments-title,
.comment-reply-title {
	margin: 0 0 16px;
	font-size: 1.65rem;
	line-height: 1.18;
	letter-spacing: 0;
	font-weight: 780;
}

.eyebrow {
	margin: 0 0 8px;
	color: var(--accent-dark);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.grid {
	display: grid;
	gap: 18px;
}

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

.card,
.copy-card,
.copy-hero,
.faq-item,
.comments-area,
.seo-text,
.empty-state {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow);
}

.card {
	overflow: hidden;
}

.seo-text.nicks-seo-text.prose {
	margin-block: 10px 14px;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.card-media {
	display: grid;
	min-height: 174px;
	place-items: center;
	background: #f5f2ea;
	text-decoration: none;
}

.card-media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.media-placeholder {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border-radius: 10px;
	background: var(--accent);
	color: #17130a;
	font-weight: 900;
}

.card-body {
	padding: 18px;
}

.card h3 {
	margin: 0 0 8px;
	font-size: 1.15rem;
	line-height: 1.25;
}

.card h3 a {
	text-decoration: none;
}

.card p,
.site-footer p {
	margin: 0;
	color: var(--muted);
}

.copy-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	margin-block: 22px;
}

.nicks-grid {
	align-items: stretch;
}

.copy-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 56px;
	padding: 12px 12px 12px 16px;
	box-shadow: none;
	transition: border-color 0.16s ease, background 0.16s ease;
}

.copy-card:hover {
	border-color: var(--line);
	background: #fff;
}

.copy-card.is-empty {
	color: var(--muted);
}

.copy-card.is-copied {
	border-color: #2fa866;
	background: #f6fff9;
}

.nick-value {
	display: block;
	min-width: 0;
	color: var(--text);
	font-size: 1.02rem;
	font-weight: 650;
	line-height: 1.35;
	overflow-wrap: anywhere;
	word-break: break-word;
	user-select: none;
}

.nick-value::before {
	content: attr(data-nick);
}

.nick-actions {
	display: grid;
	grid-template-columns: 28px minmax(18px, auto) 38px;
	gap: 2px;
	align-items: center;
	justify-content: end;
}

.like-button,
.copy-button {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	border-radius: 8px;
	padding: 0;
	border: 1px solid var(--line);
	background: #fff;
	color: #3a3934;
}

.like-button {
	width: 28px;
	min-width: 28px;
	height: 38px;
	min-height: 38px;
	border: 0;
	background: transparent;
	color: #d72f2f;
}

.like-button svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.copy-button img {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	object-fit: contain;
	pointer-events: none;
}

.copy-button[data-copy-b64]::after {
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: calc(100% + 8px);
	width: max-content;
	max-width: 180px;
	padding: 6px 8px;
	border-radius: 8px;
	background: #20242a;
	color: #fff;
	content: "Скопировать ник";
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1.2;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity 0.14s ease, transform 0.14s ease;
	white-space: nowrap;
}

.copy-button[data-copy-b64]:hover::after,
.copy-button[data-copy-b64]:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

.like-button:hover,
.copy-button:hover {
	border-color: #cbc7bd;
	background: #fff;
	color: #17130a;
	transform: none;
}

.like-button:hover {
	background: transparent;
	color: #d72f2f;
}

.like-button.is-liked {
	background: transparent;
	color: #d72f2f;
}

.like-button.is-liked svg {
	fill: currentColor;
}

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

.like-count {
	min-width: 18px;
	color: #5d5a52;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}

.copy-button-wide {
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 42px;
	margin-top: 14px;
	padding: 10px 16px;
	background: var(--accent);
	border: 0;
	color: #17130a;
}

.copy-hero {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-block: 22px;
	padding: 18px;
	box-shadow: none;
}

.copy-hero strong,
.copy-hero code {
	font-size: 1.45rem;
	word-break: break-word;
}

.crosshair-preview span {
	position: relative;
	width: 72px;
	height: 72px;
}

.crosshair-preview span::before,
.crosshair-preview span::after {
	position: absolute;
	content: "";
	background: var(--accent);
}

.crosshair-preview span::before {
	top: 34px;
	left: 0;
	width: 72px;
	height: 4px;
}

.crosshair-preview span::after {
	top: 0;
	left: 34px;
	width: 4px;
	height: 72px;
}

.breadcrumbs {
	margin-block: 14px 18px;
	color: #85847e;
	font-size: 0.86rem;
	line-height: 1.35;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs-item {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.breadcrumbs-item:not(:last-child)::after {
	content: ">";
	margin-inline: 8px;
	color: #beb8aa;
	font-size: 0.78em;
	font-weight: 600;
	line-height: 1;
}

.breadcrumbs a,
.breadcrumbs span {
	display: inline-block;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumbs a {
	color: #77766f;
	font-weight: 500;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--accent-dark);
	text-decoration: none;
}

.breadcrumbs [aria-current="page"] {
	color: #3a3934;
	font-weight: 600;
}

.archive-header {
	padding-block: 18px 8px;
}

.post-type-archive-nick .breadcrumbs {
	margin-bottom: 6px;
}

.post-type-archive-nick .archive-header.section {
	margin-top: 0;
	margin-bottom: 10px;
	padding-block: 0;
}

.nick-generator {
	margin-block: 10px 16px;
	padding: 14px;
	border: 1px solid #dfe4ea;
	border-radius: 12px;
	background: #f7f8fa;
}

.nick-generator-scroll {
	justify-self: center;
	width: fit-content;
	color: #2f3b4a;
	font-size: 0.94rem;
	font-weight: 720;
	text-decoration: none;
}

.nick-generator-scroll::after {
	content: " ↓";
	color: #f08a24;
}

.nick-generator-panel {
	display: grid;
	gap: 14px;
}

.nick-generator-submit {
	justify-self: center;
	min-width: 150px;
	border: 1px solid #d6dce3;
	border-radius: 10px;
	background: #fff;
	color: #1f2933;
	padding: 10px 18px;
	font-size: 0.96rem;
	font-weight: 760;
	line-height: 1.1;
}

.nick-generator-submit:hover,
.nick-generator-submit:focus-visible {
	border-color: #bac4cf;
	background: #f4f6f8;
}

.nick-generator-submit:disabled {
	opacity: 0.72;
}

.nick-generator-submit-inline {
	display: none;
}

.nick-generator-hint {
	margin: -4px 0 0;
	color: var(--muted);
	font-size: 0.94rem;
	line-height: 1.45;
	text-align: center;
}

.nick-generator-result {
	margin: 0;
	border-color: #d6dce3;
	background: #fff;
}

.nick-generator-result .nick-value {
	font-size: 1.12rem;
}

.nick-generator-types {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.nick-generator-types button {
	width: 100%;
	border: 1px solid #d6dce3;
	border-radius: 10px;
	background: #fff;
	color: #1f2933;
	padding: 9px 12px;
	font-size: 0.92rem;
	font-weight: 680;
	line-height: 1.15;
}

.nick-generator-types button:hover,
.nick-generator-types button.is-active {
	border-color: #aeb8c4;
	background: #eef2f6;
}

.nick-generator-types button:disabled {
	opacity: 0.7;
}

.nicks-section {
	margin-block: 16px;
}

.nicks-section-title {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0 0 8px;
	color: #1f2933;
	font-size: 1.18rem;
	font-weight: 760;
	line-height: 1.25;
}

.nicks-section-top {
	border: 1px solid #dfe4ea;
	border-radius: 14px;
	background: #f7f8fa;
	padding: 12px;
}

.nicks-section-title-top::before {
	content: "🔥";
	display: inline-block;
	flex: 0 0 16px;
	width: 16px;
	font-size: 0.86em;
	line-height: 1;
	transform: translateY(-1px);
}

.nicks-section-title-top span {
	display: inline-block;
}

.nicks-section .copy-grid {
	margin-block: 0;
}

.nicks-heading-row {
	display: grid;
	gap: 10px;
	align-items: center;
	margin-bottom: 12px;
}

.nicks-heading-row .nicks-section-title {
	margin: 0;
}

.nicks-filters {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}

.nicks-filter-button,
.nicks-filter-select {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 160px;
	min-height: 38px;
	border: 1px solid #d6dce3;
	border-radius: 8px;
	background: #fff;
	color: #1f2933;
	padding: 7px 11px;
	font-size: 0.9rem;
	font-weight: 720;
	line-height: 1.2;
	box-shadow: none;
}

.nicks-filter-button {
	gap: 8px;
}

.nicks-sort-arrow {
	color: #7c8794;
	font-size: 1rem;
	line-height: 1;
	transform: translateY(-1px);
}

.nicks-filter-button.is-active .nicks-sort-arrow {
	color: #f08a24;
}

.nicks-filter-select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 30px;
	text-align: center;
	text-align-last: center;
	background-image: linear-gradient(45deg, transparent 50%, #7c8794 50%), linear-gradient(135deg, #7c8794 50%, transparent 50%);
	background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.nicks-filter-button:hover,
.nicks-filter-button.is-active,
.nicks-filter-select:hover,
.nicks-filter-select:focus-visible {
	border-color: #aeb8c4;
	background-color: #eef2f6;
}

.nicks-filter-button.is-loading,
.nicks-filter-select.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.load-more-wrap {
	display: flex;
	justify-content: center;
	margin-block: 12px 6px;
}

.nicks-comment-invite {
	max-width: 760px;
	margin: 12px auto 0;
	color: var(--muted);
	font-size: 0.96rem;
	line-height: 1.55;
	text-align: center;
}

.nicks-comment-invite a {
	color: #243142;
	font-weight: 760;
	text-decoration-color: rgba(240, 138, 36, 0.5);
}

.load-more-button {
	min-width: 150px;
	min-height: 38px;
	border: 1px solid #d6dce3;
	border-radius: 8px;
	background: #fff;
	color: #1f2933;
	padding: 8px 15px;
	font-size: 0.94rem;
	font-weight: 700;
	box-shadow: none;
}

.load-more-button.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.load-more-button:hover {
	border-color: #aeb8c4;
	background: #eef2f6;
	color: #151a21;
	transform: none;
}

.filters {
	display: grid;
	gap: 12px;
	margin-bottom: 22px;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg-soft);
}

.filters label span {
	display: block;
	margin-bottom: 6px;
	color: var(--muted);
	font-weight: 700;
}

.article {
	max-width: 780px;
	margin-inline: auto;
	padding-block: 26px;
}

.article-cover {
	margin: 24px 0;
	overflow: hidden;
	border-radius: var(--radius);
}

.article-content {
	content-visibility: auto;
	contain-intrinsic-size: 900px;
}

.prose {
	padding: 20px;
}

.prose > :first-child {
	margin-top: 0;
}

.prose > :last-child {
	margin-bottom: 0;
}

.prose h2,
.prose h3 {
	line-height: 1.22;
	letter-spacing: 0;
}

.prose p,
.prose li {
	color: #2c333a;
}

.prose a {
	font-weight: 700;
}

.faq-list {
	display: grid;
	gap: 10px;
}

.faq-item {
	box-shadow: none;
}

.faq-item summary {
	cursor: pointer;
	padding: 16px 18px;
	font-weight: 800;
}

.faq-item p {
	margin: 0;
	padding: 0 18px 18px;
	color: var(--muted);
}

.pagination {
	margin-block: 26px;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination a,
.pagination span {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 12px;
	text-decoration: none;
}

.pagination .current {
	background: var(--accent);
	color: #17130a;
	border-color: var(--accent);
}

.comments-area {
	max-width: 860px;
	margin-inline: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.comments-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 6px;
}

.comments-title {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	color: #20242a;
	font-size: 1.35rem;
	font-weight: 820;
	line-height: 1.15;
}

.comment-respond {
	margin-bottom: 16px;
}

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

.comment-form p {
	margin: 0;
}

.comment-form-author,
.comment-form-email {
	display: grid;
	gap: 6px;
}

.comment-form label {
	color: #5f6873;
	font-size: 0.9rem;
	font-weight: 680;
}

.comment-form input,
.comment-form textarea {
	border: 1px solid #dfe4ea;
	border-radius: 14px;
	background: #f4f5f7;
	color: var(--text);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.comment-form textarea {
	min-height: 52px;
	resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #b8c2cc;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.06);
	outline: none;
}

.comment-form-privacy label {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	color: var(--muted);
	font-size: 0.9rem;
	font-weight: 560;
	line-height: 1.35;
}

.comment-form-privacy input[type="checkbox"] {
	width: auto;
	margin-top: 0.3em;
}

.comment-form-privacy span {
	min-width: 0;
}

.comment-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-submit-button {
	justify-self: start;
	min-height: 38px;
	border: 1px solid #d6dce3;
	border-radius: 10px;
	background: #fff;
	color: #1f2933;
	padding: 8px 15px;
	font-size: 0.92rem;
	font-weight: 820;
	box-shadow: none;
}

.comment-submit-button:hover {
	border-color: #aeb8c4;
	background: #eef2f6;
	color: #151a21;
	transform: none;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-card {
	padding: 18px 0;
	border-bottom: 1px solid #e5e8ec;
}

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

.comment-avatar img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #dfe4ea;
}

.comment-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.comment-author-name {
	display: block;
	color: #20242a;
	font-weight: 820;
	line-height: 1.2;
}

.comment-date {
	display: block;
	margin-top: 2px;
	color: #7a828c;
	font-size: 0.9rem;
	line-height: 1.25;
	text-decoration: none;
}

.comment-more {
	color: #20242a;
	font-size: 1.15rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	line-height: 1;
}

.comment-content {
	color: #2d333b;
	font-size: 0.98rem;
	line-height: 1.55;
}

.comment-content p {
	margin: 0 0 10px;
}

.comment-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.comment-reply-link {
	display: inline-grid;
	min-height: 32px;
	place-items: center;
	border-radius: 8px;
	background: #f1f2f4;
	color: #151a21;
	padding: 6px 22px;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-votes {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	color: #c4cad1;
	font-weight: 800;
}

.comment-votes span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 8px;
	background: #f1f2f4;
	color: #20242a;
	font-size: 1.1rem;
}

.site-footer {
	flex: 0 0 auto;
	margin-top: 0;
	border-top: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.96);
	color: var(--text);
	box-shadow: 0 -10px 26px rgba(31, 31, 31, 0.04);
}

.site-footer p {
	color: var(--muted);
}

.footer-grid {
	display: grid;
	gap: 24px;
	padding-block: 30px;
}

.footer-brand {
	max-width: 560px;
}

.footer-logo {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: min(100%, 300px);
	margin-bottom: 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 0;
	box-shadow: none;
}

.footer-logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 31px;
	object-fit: contain;
}

.footer-title {
	margin: 0 0 10px;
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--text);
}

.footer-nav-wrap {
	display: grid;
	gap: 20px;
}

.footer-heading {
	margin: 0 0 10px;
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--text);
}

.site-footer .footer-menu {
	display: grid;
	gap: 8px;
}

.site-footer .footer-menu a {
	color: #4d5967;
	font-weight: 600;
}

.site-footer .footer-menu a:hover {
	color: var(--accent);
}

.footer-bottom {
	padding: 0 0 28px;
	color: var(--muted);
	font-size: 0.92rem;
}

.footer-bottom p {
	margin: 0;
}

.empty-state {
	padding: 28px;
	text-align: center;
}

.empty-center {
	min-height: 320px;
}

.copy-toast {
	position: fixed;
	z-index: 100;
	left: 50%;
	bottom: 24px;
	padding: 12px 16px;
	border: 1px solid rgba(47, 168, 102, 0.35);
	border-radius: 10px;
	background: #f6fff9;
	color: #1f7a48;
	font-weight: 800;
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	pointer-events: none;
	box-shadow: 0 10px 24px rgba(31, 31, 31, 0.1);
}

.copy-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (min-width: 720px) {
	body {
		font-size: 17px;
	}

	body.is-menu-open {
		overflow: auto;
	}

	.hero h1,
	.archive-header h1,
	.article-header h1,
	.empty-state h1 {
		font-size: 3.15rem;
	}

	.section h2,
	.comments-title,
	.comment-reply-title {
		font-size: 2rem;
	}

	.copy-hero strong,
	.copy-hero code {
		font-size: 1.8rem;
	}

	.header-inner {
		grid-template-columns: auto 1fr;
	}

	.site-logo {
		max-width: 280px;
	}

	.site-logo-img {
		max-height: 36px;
	}

	.menu-toggle,
	.menu-close,
	.menu-overlay {
		display: none;
	}

	.site-nav {
		position: static;
		width: auto;
		max-height: none;
		overflow: visible;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		transform: none;
		transition: none;
		justify-self: end;
	}

	.site-nav .menu {
		display: flex;
		gap: 10px 18px;
	}

	.site-nav .menu a {
		padding: 0;
	}

	.site-nav .menu a:hover,
	.site-nav .menu a:focus-visible {
		background: transparent;
		color: var(--accent-dark);
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
		padding-block: 72px;
	}

	.cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.filters {
		grid-template-columns: 1fr 1fr auto;
		align-items: end;
	}

	.footer-grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	}

	.footer-nav-wrap {
		grid-template-columns: 1fr 1fr;
	}

	.nicks-heading-row {
		grid-template-columns: auto minmax(0, auto);
		justify-content: start;
		gap: 12px;
	}

	.nicks-filters {
		justify-self: start;
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (min-width: 1024px) {
	.hero h1,
	.archive-header h1,
	.article-header h1,
	.empty-state h1 {
		font-size: 3.65rem;
	}

	.cards-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.copy-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nick-generator-types {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.nick-generator-result.copy-card {
		grid-template-columns: minmax(0, auto) minmax(0, 1fr);
	}

	.nick-generator-result .nick-actions {
		display: flex;
		gap: 6px;
		justify-content: flex-start;
	}

	.nick-generator-submit-mobile {
		display: none;
	}

	.nick-generator-submit-inline {
		display: inline-grid;
		order: 4;
		min-width: 132px;
		min-height: 38px;
		place-items: center;
		margin-left: auto;
		border-color: #9aa8b8;
		box-shadow: inset 0 0 0 1px rgba(154, 168, 184, 0.35);
		padding: 8px 14px;
		font-size: 0.92rem;
	}

	.nick-generator-result .like-button {
		order: 1;
	}

	.nick-generator-result .like-count {
		order: 2;
	}

	.nick-generator-result .copy-button {
		order: 3;
	}

	.section {
		margin-block: 48px;
	}
}

.post-type-archive-nick .container > .section {
	margin-block: 14px;
}

.post-type-archive-nick .container > .archive-header.section {
	margin-block: 0 8px;
	padding-block: 0;
}

.post-type-archive-nick .container > .nick-generator.section {
	margin-block: 8px 14px;
	padding: 12px;
}

.post-type-archive-nick .nick-generator-panel {
	gap: 10px;
}

.post-type-archive-nick .container > .nicks-section {
	margin-block: 14px;
}

.post-type-archive-nick .nicks-seo-text.prose > :last-child {
	margin-bottom: 0;
}

.comments-area .comments-title {
	font-size: 1.35rem;
}

.comments-area .comment-reply-title {
	margin: 0;
	font-size: 1rem;
}

.comments-area .comment-form-cookies-consent {
	display: none;
}

.post-type-archive-nick .nick-generator-submit-inline {
	border-color: #f08a24;
	box-shadow: none;
	color: #1f2933;
}

.post-type-archive-nick .nick-generator-submit-inline:hover,
.post-type-archive-nick .nick-generator-submit-inline:focus-visible {
	border-color: #c66712;
	background: #fff7ef;
}

.post-type-archive-nick .container > #all-nicks.nicks-section {
	margin-bottom: 0;
}

.post-type-archive-nick .nicks-comment-invite {
	margin: 0 auto -34px;
}

.post-type-archive-nick .container > .seo-text.nicks-seo-text.prose {
	margin-block: -6px 0;
	padding: 0;
}

.post-type-archive-nick .nicks-seo-text.prose p {
	margin: 0 0 6px;
	width: 100%;
	max-width: none !important;
	margin-inline: 0 !important;
	line-height: 1.55;
}

.post-type-archive-nick .container > .nicks-comments.section {
	margin-top: -8px;
}

@media (max-width: 719px) {
	.post-type-archive-nick .site-main > .container {
		width: calc(100% - 16px);
		max-width: 100%;
	}

	.post-type-archive-nick .container > .seo-text.nicks-seo-text.prose {
		width: 100%;
		max-width: none !important;
		margin-inline: 0;
		padding-inline: 12px !important;
	}

	.post-type-archive-nick .nicks-seo-text.prose > * {
		width: 100%;
		max-width: none !important;
		margin-inline: 0;
	}

	.post-type-archive-nick .nicks-seo-text.prose p,
	.post-type-archive-nick .nicks-seo-text.prose div,
	.post-type-archive-nick .nicks-seo-text.prose section,
	.post-type-archive-nick .nicks-seo-text.prose article,
	.post-type-archive-nick .nicks-seo-text.prose ul,
	.post-type-archive-nick .nicks-seo-text.prose ol,
	.post-type-archive-nick .nicks-seo-text.prose blockquote {
		width: 100% !important;
		max-width: none !important;
		margin-inline: 0 !important;
	}

	.post-type-archive-nick .nicks-seo-text.prose span {
		max-width: none !important;
	}

	.post-type-archive-nick .markdown.prose,
	.post-type-archive-nick .markdown-new-styling,
	.post-type-archive-nick .wrap-break-word,
	.post-type-archive-nick .w-full {
		width: 100% !important;
		max-width: none !important;
		padding-inline: 0 !important;
	}

	.post-type-archive-nick .seo-text.prose > *,
	.post-type-archive-nick .markdown.prose > *,
	.post-type-archive-nick .markdown-new-styling > * {
		width: 100%;
		max-width: none !important;
		margin-inline: 0;
	}

	.post-type-archive-nick .markdown.prose p,
	.post-type-archive-nick .markdown.prose ul,
	.post-type-archive-nick .markdown.prose ol,
	.post-type-archive-nick .markdown.prose blockquote,
	.post-type-archive-nick .markdown-new-styling p,
	.post-type-archive-nick .markdown-new-styling ul,
	.post-type-archive-nick .markdown-new-styling ol,
	.post-type-archive-nick .markdown-new-styling blockquote {
		width: 100%;
		max-width: none !important;
		margin-inline: 0;
	}

	.post-type-archive-nick .nicks-seo-text.prose p {
		font-size: 0.95rem;
		line-height: 1.46;
		text-align: left;
	}

	.nicks-filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
	}

	.nicks-filter-button,
	.nicks-filter-select {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		min-height: 40px;
		padding-inline: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
