/* Local Coin Factory — match reference mockup */

.lcf {
	--lcf-red: #e31b23;
	--lcf-red-dark: #c4181e;
	--lcf-ink: #111111;
	--lcf-muted: #6b7280;
	--lcf-line: #e8eaee;
	--lcf-bg: #f4f5f7;
	--lcf-card: #ffffff;
	--lcf-up: #16a34a;
	--lcf-radius: 10px;
	font-family: Inter, 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	color: var(--lcf-ink);
	background: transparent;
	display: grid;
	grid-template-columns: 196px minmax(0, 1fr) 248px;
	gap: 16px;
	padding: 8px 0 36px;
	line-height: 1.45;
	max-width: 1360px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
}

.lcf *,
.lcf *::before,
.lcf *::after {
	box-sizing: border-box;
}

.lcf a {
	color: inherit;
}

.lcf-kicker {
	margin: 0 0 8px;
	color: var(--lcf-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lcf-page-title {
	margin: 0 0 8px;
	font-size: 1.75rem;
	line-height: 1.15;
}

.lcf-lead {
	margin: 0 0 18px;
	color: var(--lcf-muted);
	max-width: 38rem;
	font-size: 15px;
}

.lcf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 8px;
	border: 1px solid var(--lcf-line);
	background: var(--lcf-card);
	color: var(--lcf-ink);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.lcf a.lcf-btn-red,
.lcf a.lcf-btn-red:link,
.lcf a.lcf-btn-red:visited,
.lcf a.lcf-btn-red:hover,
.lcf a.lcf-btn-red:focus,
.lcf a.lcf-btn-red:active,
.lcf-btn-red {
	background: var(--lcf-red);
	border-color: var(--lcf-red);
	color: #fff;
}

.lcf a.lcf-btn-red:hover,
.lcf-btn-red:hover {
	background: var(--lcf-red-dark);
	color: #fff;
}

.lcf-btn-red svg {
	color: #fff;
}

.lcf-btn-white {
	background: #fff;
	border-color: #d7dbe2;
}

.lcf-btn-white:hover,
.lcf-btn-wide:hover {
	border-color: #c5cad3;
	background: #fff;
}

.lcf-btn-wide {
	display: flex;
	width: 100%;
	min-height: 46px;
	background: #f7f8fa;
	border: 1px solid var(--lcf-line);
	border-radius: 10px;
	color: #374151;
	font-weight: 700;
}

.lcf-nav,
.lcf-rail .lcf-card,
.lcf-hero,
.lcf-how,
.lcf-trending,
.lcf-launches,
.lcf-ribbon,
.lcf-why,
.lcf-panel {
	background: var(--lcf-card);
	border: 1px solid var(--lcf-line);
	border-radius: var(--lcf-radius);
	box-shadow: 0 6px 18px rgba(17, 17, 17, 0.045);
}

.lcf-nav {
	padding: 14px 12px 16px;
	align-self: start;
	position: sticky;
	top: 16px;
}

.lcf-nav-list {
	display: grid;
	gap: 1px;
}

.lcf-nav-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #374151;
}

.lcf-nav-link svg {
	flex-shrink: 0;
	color: #6b7280;
}

.lcf-nav-launch {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #f4f5f7;
	overflow: hidden;
}

.lcf-nav-launch img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.lcf-nav-link:hover,
.lcf-nav-link.is-active {
	background: #fdecec;
	color: var(--lcf-red);
}

.lcf-nav-link:hover svg,
.lcf-nav-link.is-active svg {
	color: var(--lcf-red);
}

.lcf-nav-link-launch.is-active .lcf-nav-launch,
.lcf-nav-link-launch:hover .lcf-nav-launch {
	background: #fff;
	box-shadow: 0 1px 4px rgba(227, 27, 35, 0.16);
}

.lcf-nav-cta {
	display: block;
	margin: 14px 4px 16px;
	padding: 10px 12px;
	border: 1.5px solid var(--lcf-red);
	border-radius: 8px;
	background: #fff;
	color: var(--lcf-red);
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

.lcf-nav-cta:hover {
	background: #fff5f5;
}

.lcf-nav-promo {
	padding: 2px 6px 0;
	color: var(--lcf-muted);
	font-size: 13px;
	line-height: 1.45;
}

.lcf-nav-promo strong {
	display: block;
	color: var(--lcf-ink);
	margin-bottom: 4px;
}

.lcf-nav-rocket {
	display: block;
	margin: 14px auto 10px;
	width: 112px;
	height: auto;
	object-fit: contain;
}

.lcf-card-head .lcf-nav-rocket,
.lcf-why-art .lcf-nav-rocket {
	width: 64px;
	height: auto;
	margin: 0;
}

.lcf-social {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 4px;
}

.lcf-social a {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	color: #111;
	border-radius: 999px;
}

.lcf-social a:hover {
	color: var(--lcf-red);
}

.lcf-main {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.lcf-hero {
	position: relative;
	display: block;
	min-height: 360px;
	padding: 32px 28px 28px;
	overflow: hidden;
	background: #fff;
}

.lcf-hero-banner {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	pointer-events: none;
	user-select: none;
}

.lcf-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 34rem;
	padding-right: 16px;
}

.lcf-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(1.85rem, 3.2vw, 2.55rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	font-weight: 800;
}

.lcf-hero h1 em {
	font-style: normal;
	color: var(--lcf-red);
}

.lcf-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0 18px;
}

.lcf-hero-stats div {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--lcf-line);
	border-radius: 10px;
	padding: 10px 12px 12px;
	box-shadow: 0 2px 8px rgba(17, 17, 17, 0.03);
}

.lcf-hero-stats strong {
	display: block;
	color: var(--lcf-red);
	font-size: 1.55rem;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.lcf-hero-stats span {
	color: var(--lcf-muted);
	font-size: 12px;
}

.lcf-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.lcf-how,
.lcf-panel {
	padding: 20px 22px 22px;
}

.lcf-section-head,
.lcf-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 14px;
}

.lcf-how h2,
.lcf-trending h2,
.lcf-launches h2,
.lcf-why h2,
.lcf-panel h1 {
	margin: 0 0 16px;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
}

.lcf-section-head h2,
.lcf-card-head h2 {
	margin: 0;
}

.lcf-view-all {
	font-size: 13px;
	font-weight: 700;
	color: var(--lcf-red);
	text-decoration: none;
	white-space: nowrap;
}

.lcf-how ol,
.lcf-why ul,
.lcf-trending ul,
.lcf-grid,
.lcf-checks,
.lcf-dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lcf-how ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.lcf-how li {
	position: relative;
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 8px;
	padding: 4px 16px 0;
	background: transparent;
	border: 0;
}

.lcf-how li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 13px;
	left: calc(50% + 16px);
	width: calc(100% - 32px);
	border-top: 2px dashed var(--lcf-red);
}

.lcf-how li:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 8px;
	right: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent var(--lcf-red);
	z-index: 1;
}

.lcf-step-num {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: var(--lcf-red);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 2;
}

.lcf-step-icon {
	color: var(--lcf-red);
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
}

.lcf-step-icon svg {
	width: 26px;
	height: 26px;
}

.lcf-how li strong {
	font-size: 14px;
}

.lcf-how li span:last-child {
	color: var(--lcf-muted);
	font-size: 12px;
	max-width: 12.5rem;
}

.lcf-trending {
	padding: 16px 18px 18px;
}

.lcf-trending ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 2px;
}

.lcf-trending a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px 7px 7px;
	border: 1px solid var(--lcf-line);
	border-radius: 10px;
	text-decoration: none;
	background: #fff;
	min-width: 148px;
	box-shadow: 0 2px 8px rgba(17, 17, 17, 0.03);
}

.lcf-trending img,
.lcf-avatar {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	object-fit: cover;
}

.lcf-avatar {
	display: grid;
	place-items: center;
	background: #fee2e2;
	color: var(--lcf-red);
	font-size: 12px;
	font-weight: 800;
}

.lcf-trend-meta {
	display: grid;
	min-width: 0;
}

.lcf-trend-name {
	font-weight: 800;
	font-size: 13px;
}

.lcf-trend-handle {
	color: var(--lcf-muted);
	font-size: 11px;
}

.lcf-chg {
	color: var(--lcf-up);
	font-size: 12px;
	font-weight: 700;
	margin-left: auto;
}

.lcf-launches {
	padding: 18px 18px 20px;
}

.lcf-launches-head {
	display: grid;
	gap: 12px;
	margin-bottom: 14px;
}

.lcf-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.lcf-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.lcf-tabs button,
.lcf-layouts button,
.lcf-copy,
.lcf-filters {
	appearance: none;
	border: 1px solid transparent;
	background: #f3f4f6;
	color: #374151;
	border-radius: 8px;
	padding: 7px 12px;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	cursor: pointer;
}

.lcf-tabs button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.lcf-tabs button.is-active {
	background: var(--lcf-red);
	color: #fff;
}

.lcf-tab-count {
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #fff;
	color: var(--lcf-red);
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}

.lcf-tabs button.is-active .lcf-tab-count {
	background: #fff;
	color: var(--lcf-red);
}

.lcf-net,
.lcf-filters {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #374151;
	border: 1px solid var(--lcf-line);
	border-radius: 8px;
	padding: 6px 10px;
	background: #fff;
	text-transform: none;
	letter-spacing: 0;
}

.lcf-net {
	margin-left: auto;
}

.lcf-layouts {
	display: flex;
	gap: 4px;
}

.lcf-layouts button {
	padding: 7px 8px;
	text-transform: none;
}

.lcf-layouts button.is-active {
	background: #111;
	color: #fff;
}

.lcf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(154px, 1fr));
	gap: 12px;
}

.lcf-grid.is-list {
	grid-template-columns: 1fr;
}

.lcf-token {
	height: 100%;
	border: 1px solid var(--lcf-line);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 12px rgba(17, 17, 17, 0.04);
}

.lcf-token-media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	background: #f3f4f6;
}

.lcf-token-media a,
.lcf-token-media img,
.lcf-token-fallback {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lcf-token-fallback {
	display: grid;
	place-items: center;
	font-weight: 800;
	color: var(--lcf-red);
}

.lcf-new-tag {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	background: var(--lcf-red);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 3px 6px;
	border-radius: 4px;
}

.lcf-heart {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #6b7280;
	display: grid;
	place-items: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(17, 17, 17, 0.12);
}

.lcf-heart.is-on {
	color: var(--lcf-red);
	background: #fff;
}

.lcf-token-body {
	padding: 10px 12px 12px;
}

.lcf-token-ticker {
	margin: 0;
	color: var(--lcf-ink);
	font-size: 15px;
	font-weight: 800;
}

.lcf-token-body h3,
.lcf-token-creator {
	margin: 1px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: var(--lcf-muted);
}

.lcf-token-meta,
.lcf-mint-row {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: center;
	color: var(--lcf-muted);
	font-size: 12px;
	margin: 8px 0 0;
}

.lcf-token-meta {
	font-weight: 700;
	color: var(--lcf-ink);
}

.lcf-bar {
	height: 5px;
	margin: 8px 0 0;
	border-radius: 999px;
	background: #eceef2;
	overflow: hidden;
}

.lcf-bar span {
	display: block;
	height: 100%;
	background: #22c55e;
}

.lcf-mint-row code {
	font-size: 11px;
	color: #6b7280;
}

.lcf-copy {
	padding: 4px 6px;
	text-transform: none;
}

.lcf-copy.is-copied {
	background: #dcfce7;
	color: #166534;
}

.lcf-empty,
.lcf-more {
	margin: 14px 0 0;
	color: var(--lcf-muted);
}

.lcf-more {
	text-align: center;
}

.lcf-ribbon {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 16px 14px;
	background: #f7f8fa;
}

.lcf-ribbon > div {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 4px 8px;
	background: transparent;
	border: 0;
}

.lcf-ribbon svg {
	color: var(--lcf-red);
	flex-shrink: 0;
	width: 22px;
	height: 22px;
}

.lcf-ribbon strong {
	display: block;
	font-size: 1.15rem;
	letter-spacing: -0.02em;
}

.lcf-ribbon span {
	color: var(--lcf-muted);
	font-size: 12px;
}

.lcf-why {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
	align-items: center;
	padding: 20px 22px;
}

.lcf-why-copy h2 {
	margin-bottom: 12px;
}

.lcf-why ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.lcf-why li {
	display: grid;
	justify-items: start;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
}

.lcf-why li svg {
	color: var(--lcf-red);
}

.lcf-why li span {
	color: var(--lcf-muted);
	font-size: 12px;
}

.lcf-why-cta {
	display: grid;
	gap: 8px;
	justify-items: end;
	text-align: right;
	max-width: 180px;
}

.lcf-why-cta p {
	margin: 0;
	color: var(--lcf-muted);
	font-size: 12px;
}

.lcf-rail {
	display: grid;
	gap: 12px;
	align-content: start;
	position: sticky;
	top: 16px;
}

.lcf-rail .lcf-card {
	padding: 16px;
}

.lcf-rail h2 {
	margin: 0 0 12px;
	font-size: 15px;
}

.lcf-card-head h2 {
	margin: 0;
}

.lcf-dl div {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px solid #f1f5f9;
	font-size: 13px;
}

.lcf-dl dt {
	color: var(--lcf-muted);
}

.lcf-fee {
	font-weight: 800;
	text-align: right;
}

.lcf-fee small {
	display: block;
	font-weight: 600;
	color: var(--lcf-muted);
}

.lcf-net-dd {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
}

.lcf-badge {
	margin: 12px 0 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	font-size: 12px;
	font-weight: 700;
}

.lcf-badge svg {
	color: var(--lcf-red);
}

.lcf-checks li {
	position: relative;
	padding: 6px 0 6px 22px;
	font-size: 13px;
}

.lcf-checks li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--lcf-red);
	font-weight: 800;
}

.lcf-help {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	margin-top: 8px;
	border: 1px solid var(--lcf-line);
	border-radius: 8px;
	background: #fff;
	color: var(--lcf-ink);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

.lcf-help svg {
	color: var(--lcf-red);
}

.lcf-help:hover {
	border-color: #d1d5db;
	background: #fafafa;
}

@media (max-width: 1100px) {
	.lcf {
		grid-template-columns: 188px minmax(0, 1fr);
	}

	.lcf-rail {
		grid-column: 1 / -1;
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lcf-why {
		grid-template-columns: 1fr;
	}

	.lcf-why-cta {
		justify-items: start;
		text-align: left;
		max-width: none;
	}
}

@media (max-width: 800px) {
	.lcf {
		grid-template-columns: 1fr;
		padding-top: 8px;
	}

	.lcf-nav,
	.lcf-rail {
		position: static;
	}

	.lcf-how ol,
	.lcf-why ul,
	.lcf-ribbon,
	.lcf-hero-stats,
	.lcf-rail {
		grid-template-columns: 1fr;
	}

	.lcf-hero {
		min-height: 0;
		padding-bottom: 200px;
	}

	.lcf-hero-banner {
		object-fit: contain;
		object-position: right bottom;
	}

	.lcf-hero-copy {
		max-width: none;
		background: linear-gradient(180deg, #fff 72%, rgba(255, 255, 255, 0));
	}

	.lcf-how li:not(:last-child)::after,
	.lcf-how li:not(:last-child)::before {
		display: none;
	}

	.lcf-net {
		margin-left: 0;
	}

	.lcf-trending ul {
		flex-wrap: wrap;
	}
}

/* Full-width template: hide theme chrome + MagazinNP sidebar */
body.lnm-crypto-template .entry-header,
body.lnm-crypto-template .entry-footer,
body.lnm-crypto-template .post-thumbnail,
body.lnm-crypto-template #secondary,
body.lnm-crypto-template .sidebar,
body.lnm-crypto-template #sidebar,
body.lnm-crypto-template .widget-area,
body.lnm-crypto-template aside.sidebar,
body.lnm-crypto-template .site-sidebar,
body.lnm-crypto-template #sidebar-primary,
body.lnm-crypto-template #sidebar-secondary {
	display: none !important;
}

body.lnm-crypto-template #content,
body.lnm-crypto-template .lnm-crypto-site-content,
body.lnm-crypto-template .site-content,
body.lnm-crypto-template .site-main {
	background: #f4f5f7;
}

body.lnm-crypto-template #primary,
body.lnm-crypto-template .content-area,
body.lnm-crypto-template .site-main,
body.lnm-crypto-template .lnm-crypto-template {
	max-width: 100% !important;
	width: 100% !important;
	float: none !important;
	background: transparent;
}

body.lnm-crypto-template .site-content.has-sidebar,
body.lnm-crypto-template .has-sidebar .content-area {
	width: 100% !important;
	flex: 1 1 100% !important;
}

.lnm-crypto-template .lcf {
	margin-top: 8px;
}
