body.df-tools-page {
	background: #f2f1ea;
	background-image: radial-gradient(rgba(20, 20, 20, 0.08) 1px, transparent 1px);
	background-size: 18px 18px;
	color: #141414;
}
body.df-tools-page .wp-block-post-title {
	display: none !important;
}
body.df-tools-page main,
body.df-tools-page main .wp-block-group.has-background,
body.df-tools-page .entry-content {
	background: transparent !important;
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #141414 !important;
}
body.df-tools-page .entry-content.is-layout-constrained > *,
body.df-tools-page .entry-content > .df-tools {
	max-width: none !important;
	width: 100% !important;
}
body.df-tools-page .entry-content a { color: inherit; text-decoration: none; }
body.df-tools-page .entry-content h1,
body.df-tools-page .entry-content h2,
body.df-tools-page .entry-content h3 {
	border: 0 !important;
	padding-left: 0 !important;
	margin: 0;
	color: #141414;
	font-family: "IBM Plex Sans", system-ui, sans-serif;
}

.df-tools {
	font-family: "IBM Plex Sans", system-ui, sans-serif;
	color: #141414;
}
.df-tools *,
.df-tools *::before,
.df-tools *::after { box-sizing: border-box; }
.df-tools .wrap {
	width: min(1120px, 100%);
	margin: 0 auto;
	padding: 0 1rem;
}

.df-tools-banner {
	background: #ea580c;
	color: #fff;
	padding: 0.5rem 1rem;
	overflow: hidden;
}
.df-tools-banner .inner {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: center;
	flex-wrap: wrap;
}
.df-tools-banner .chip {
	display: none;
	align-items: center;
	gap: 0.4rem;
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.2);
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
}
@media (min-width: 768px) {
	.df-tools-banner .chip { display: inline-flex; }
}
.df-tools-banner p {
	margin: 0 !important;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff !important;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.df-tools-banner a {
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	background: #fff;
	color: #ea580c !important;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
}
.df-tools-banner a:hover { background: #111; color: #fff !important; }

.df-tools-hero {
	position: relative;
	overflow: hidden;
	padding: 5rem 0 3.5rem;
	border-bottom: 1px solid rgba(20, 20, 20, 0.08);
	text-align: center;
}
.df-tools-hero .orb {
	position: absolute;
	border-radius: 999px;
	background: rgba(234, 88, 12, 0.08);
	filter: blur(90px);
	pointer-events: none;
}
.df-tools-hero .orb-a { width: 500px; height: 500px; top: -12rem; right: -10rem; }
.df-tools-hero .orb-b { width: 400px; height: 400px; bottom: -8rem; left: -8rem; }
.df-tools-status {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0.75rem;
	background: rgba(234, 88, 12, 0.1);
	border: 1px solid rgba(234, 88, 12, 0.2);
	color: #ea580c;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	animation: df-tools-blink 2.4s ease-in-out infinite;
}
@keyframes df-tools-blink {
	50% { opacity: 0.55; }
}
.df-tools-status i {
	width: 6px;
	height: 6px;
	background: #ea580c;
	border-radius: 999px;
}
.df-tools-hero h1 {
	font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: -0.05em !important;
	line-height: 0.95 !important;
	color: #141414 !important;
	margin: 0 0 1.5rem !important;
}
.df-tools-hero h1 em {
	color: #ea580c;
	font-style: italic;
}
.df-tools-hero .lede {
	font-family: "JetBrains Mono", monospace;
	font-size: 1.05rem;
	color: rgba(20, 20, 20, 0.58) !important;
	max-width: 42rem;
	margin: 0 auto !important;
	line-height: 1.7;
}

.df-tools-grid-wrap { padding: 5rem 0 4rem; }
.df-tools-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}
@media (min-width: 768px) {
	.df-tools-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
	.df-tools-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

.df-tool-card {
	position: relative;
	height: 100%;
	border: 2px solid rgba(20, 20, 20, 0.14);
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s ease;
}
.df-tool-card:hover { border-color: rgba(234, 88, 12, 0.45); }
.df-tool-card:hover .df-tool-title { color: #ea580c; }
.df-tool-card:hover .df-tool-icon {
	background: #ea580c;
	color: #fff;
}
.df-tool-card:hover .df-tool-launch {
	background: #ea580c;
	color: #fff;
	border-color: #ea580c;
}
.df-tool-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 1.5rem 0;
}
.df-tool-icon {
	padding: 0.75rem;
	background: rgba(234, 88, 12, 0.1);
	border: 1px solid rgba(234, 88, 12, 0.2);
	color: #ea580c;
	transition: 0.2s ease;
}
.df-tool-ext { color: rgba(20, 20, 20, 0.45); }
.df-tool-ext:hover { color: #ea580c; }
.df-tool-body { padding: 1rem 1.5rem 0; flex: 1; }
.df-tool-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	transition: color 0.2s ease;
}
.df-tool-desc {
	color: rgba(20, 20, 20, 0.58) !important;
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0 !important;
}
.df-tool-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 1.25rem 1.5rem 0;
}
.df-tool-tags span {
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border: 1px solid rgba(20, 20, 20, 0.18);
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	color: #141414 !important;
}
.df-tool-launch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1.25rem 1.5rem 1.5rem;
	padding: 0.75rem 1rem;
	background: rgba(20, 20, 20, 0.05);
	border: 1px solid rgba(20, 20, 20, 0.12);
	font-family: "JetBrains Mono", monospace;
	font-size: 12px;
	color: #141414 !important;
	transition: 0.2s ease;
}

.df-tools-more {
	margin-top: 5rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(20, 20, 20, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
.df-tools-more span {
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(20, 20, 20, 0.45);
}
.df-tools-bar {
	width: 6rem;
	height: 4px;
	background: rgba(20, 20, 20, 0.12);
	position: relative;
	overflow: hidden;
}
.df-tools-bar i {
	position: absolute;
	inset: 0;
	width: 33%;
	background: #ea580c;
	animation: df-tools-pulse 1.6s ease-in-out infinite;
}
@keyframes df-tools-pulse {
	50% { opacity: 0.4; }
}

.df-tools-method {
	padding: 6rem 0;
	border-top: 1px solid rgba(20, 20, 20, 0.08);
	background: rgba(20, 20, 20, 0.03);
}
.df-tools-method .kicker {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #ea580c;
	text-align: center;
	margin: 0 0 0.75rem;
}
.df-tools-method .headline {
	text-align: center;
	font-size: 1.85rem !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: -0.03em !important;
	color: #141414 !important;
	margin: 0 0 3.5rem !important;
}
.df-tools-method .headline em { color: #ea580c; font-style: italic; }
.df-tools-cols {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	max-width: 56rem;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.df-tools-cols { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
.df-tools-cols h3 {
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	border-left: 2px solid #ea580c !important;
	padding-left: 1rem !important;
	margin: 0 0 1rem !important;
	color: #141414 !important;
}
.df-tools-cols p {
	margin: 0 !important;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(20, 20, 20, 0.62) !important;
	font-weight: 300;
}
.df-tools-note {
	margin: 3rem auto 0;
	max-width: 42rem;
	padding: 2rem;
	border: 1px solid rgba(20, 20, 20, 0.1);
	background: rgba(242, 241, 234, 0.7);
	position: relative;
	text-align: center;
}
.df-tools-note::before,
.df-tools-note::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #ea580c;
	border-style: solid;
}
.df-tools-note::before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.df-tools-note::after { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.df-tools-note p {
	margin: 0 !important;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(20, 20, 20, 0.55) !important;
	line-height: 1.7;
}
body.df-tools-page .entry-content .df-tools section { margin-bottom: 0; }
