body.df-token-page {
	background: #070707;
	color: #e5e5e5;
}
body.df-token-page .entry-title,
body.df-token-page .wp-block-post-title {
	display: none;
}
body.df-token-page .entry-content,
body.df-token-page .entry-content.wp-block-post-content,
body.df-token-page .entry-content.is-layout-constrained {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #e5e5e5;
	font-family: "IBM Plex Sans", system-ui, sans-serif;
}
body.df-token-page .entry-content a { color: #ea580c !important; }
body.df-token-page .entry-content h1,
body.df-token-page .entry-content h2,
body.df-token-page .entry-content h3 {
	border: 0 !important;
	padding-left: 0 !important;
	text-transform: none;
	letter-spacing: 0;
	color: #f4f4f5;
	margin: 0;
	font-family: "IBM Plex Sans", system-ui, sans-serif;
}

.df-token-calc {
	background: #070707;
	color: #e5e5e5;
	padding: 2.5rem 4% 5rem;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
.df-token-calc *,
.df-token-calc *::before,
.df-token-calc *::after { box-sizing: border-box; }
.df-token-calc .font-mono { font-family: "JetBrains Mono", ui-monospace, monospace; }
.df-token-calc button { cursor: pointer; font-family: inherit; background: none; }
.df-token-calc input,
.df-token-calc textarea { font-family: inherit; }
.df-token-calc table { width: 100%; border-collapse: collapse; margin: 0; }
.df-token-calc th,
.df-token-calc td { border: 0; }

.df-tc-kicker {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}
.df-tc-dot {
	width: 8px;
	height: 8px;
	background: #ea580c;
	animation: df-tc-pulse 1.4s ease-in-out infinite;
}
@keyframes df-tc-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}
.df-tc-label {
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(228, 228, 231, 0.55);
	font-weight: 700;
}
.df-token-calc h1.df-tc-title {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	line-height: 1.15;
	color: #f4f4f5 !important;
	margin: 0 0 0.75rem !important;
}
.df-tc-title .text-accent {
	color: #ea580c;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.2);
	text-underline-offset: 8px;
}
.df-tc-title .muted { color: rgba(228, 228, 231, 0.45); }
.df-tc-sub {
	margin: 0 0 1.5rem;
	font-family: "JetBrains Mono", monospace;
	font-size: 11px;
	color: rgba(228, 228, 231, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.16em;
	max-width: 36rem;
	line-height: 1.7;
}
.df-tc-share {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 0.75rem;
	border: 1px solid rgba(234, 88, 12, 0.4);
	background: rgba(234, 88, 12, 0.05);
	color: #ea580c;
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2.5rem;
}
.df-tc-share:hover { background: rgba(234, 88, 12, 0.1); border-color: #ea580c; }

.df-tc-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}
@media (min-width: 1280px) {
	.df-tc-layout { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: 2.5rem; }
}
.df-tc-main { display: flex; flex-direction: column; gap: 2rem; }
.df-tc-side { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 1280px) {
	.df-tc-side-sticky { position: sticky; top: 6rem; }
}

.df-tc-panel {
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.03);
}
.df-tc-panel.pad { padding: 1.25rem; }
.df-tc-textarea-wrap { position: relative; }
.df-tc-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #ea580c;
}
#df-prompt {
	width: 100%;
	min-height: 200px;
	background: rgba(20, 20, 20, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.14);
	padding: 1.5rem;
	color: #f4f4f5;
	font-family: "JetBrains Mono", monospace;
	font-size: 0.875rem;
	resize: vertical;
	outline: none;
}
#df-prompt:focus { border-color: #ea580c; }
#df-prompt::placeholder { color: rgba(228, 228, 231, 0.35); }
.df-tc-await {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	font-family: "JetBrains Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(228, 228, 231, 0.4);
	pointer-events: none;
}

.df-tc-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	margin-top: 1rem;
}
@media (min-width: 1024px) {
	.df-tc-stats { grid-template-columns: repeat(4, 1fr); }
}
.df-tc-stat {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.03);
	padding: 0.85rem;
}
.df-tc-stat .k {
	font-family: "JetBrains Mono", monospace;
	font-size: 8px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(228, 228, 231, 0.5);
	margin-bottom: 0.4rem;
}
.df-tc-stat .v {
	font-family: "JetBrains Mono", monospace;
	font-size: 1.4rem;
	font-weight: 900;
	color: #f4f4f5;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}
.df-tc-stat .h { font-family: "JetBrains Mono", monospace; font-size: 8px; letter-spacing: 0.16em; margin-top: 0.35rem; }
.df-tc-stat .ok { color: #10b981; }
.df-tc-stat .warn { color: #d97706; }
.df-tc-stat .dim { color: rgba(228, 228, 231, 0.45); }

.df-tc-two {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}
@media (min-width: 768px) {
	.df-tc-two { grid-template-columns: 1fr 1fr; }
}
.df-tc-modes { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; }
.df-tc-modes button,
.df-tc-req-btns button {
	padding: 0.4rem 0.75rem;
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(228, 228, 231, 0.55);
}
.df-tc-modes button.is-on,
.df-tc-req-btns button.is-on {
	background: #ea580c;
	border-color: #ea580c;
	color: #fff;
}
#df-ratio {
	width: 100%;
	height: 4px;
	accent-color: #ea580c;
	cursor: pointer;
}
.df-tc-ratio-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.75rem;
	font-family: "JetBrains Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	color: #f4f4f5;
	font-variant-numeric: tabular-nums;
}
.df-tc-swatch { width: 8px; height: 8px; display: inline-block; }
.df-tc-split { display: flex; height: 8px; width: 100%; overflow: hidden; margin-top: 0.75rem; }
.df-tc-hint {
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	color: rgba(228, 228, 231, 0.5);
	line-height: 1.6;
	margin: 0.85rem 0 0;
}

.df-tc-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	text-align: left;
	color: inherit;
	margin-bottom: 0.75rem;
}
.df-tc-toggle:last-child { margin-bottom: 0; }
.df-tc-toggle.is-on { border-color: #ea580c; background: rgba(234, 88, 12, 0.08); }
.df-tc-toggle .t { font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #f4f4f5; }
.df-tc-toggle .d { font-family: "JetBrains Mono", monospace; font-size: 10px; color: rgba(228, 228, 231, 0.5); margin-top: 2px; }
.df-tc-switch {
	width: 40px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	padding: 2px;
	flex-shrink: 0;
}
.df-tc-toggle.is-on .df-tc-switch { border-color: #ea580c; background: #ea580c; justify-content: flex-end; }
.df-tc-knob { width: 16px; height: 16px; background: rgba(228, 228, 231, 0.4); }
.df-tc-toggle.is-on .df-tc-knob { background: #fff; }

.df-tc-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.df-tc-ghost {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(228, 228, 231, 0.55);
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.df-tc-ghost:hover { color: #f4f4f5; border-color: rgba(255, 255, 255, 0.4); }

.df-tc-table-wrap { overflow-x: auto; }
.df-token-calc thead th {
	padding: 0.75rem;
	font-family: "JetBrains Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(228, 228, 231, 0.5);
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	white-space: nowrap;
}
.df-token-calc tbody td {
	padding: 0.75rem;
	font-family: "JetBrains Mono", monospace;
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	white-space: nowrap;
	color: rgba(228, 228, 231, 0.7);
}
.df-token-calc tbody tr:hover { background: rgba(255, 255, 255, 0.04); }
.df-token-calc tbody tr.is-best { background: rgba(16, 185, 129, 0.08); }
.df-tc-name { font-weight: 700; color: #f4f4f5; }
.df-tc-badge {
	font-size: 8px;
	letter-spacing: 0.08em;
	background: #10b981;
	color: #fff;
	padding: 2px 6px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 0.35rem;
}
.df-tc-flag {
	font-size: 8px;
	border: 1px solid;
	padding: 2px 4px;
	text-transform: uppercase;
}
.df-tc-legend {
	display: flex;
	gap: 1rem;
	padding: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-family: "JetBrains Mono", monospace;
	font-size: 9px;
	letter-spacing: 0.16em;
	color: rgba(228, 228, 231, 0.5);
}

.df-tc-bars { display: flex; flex-direction: column; gap: 0.55rem; min-height: 280px; justify-content: center; }
.df-tc-bar-row { display: grid; grid-template-columns: 7.5rem 1fr 4.5rem; gap: 0.5rem; align-items: center; }
.df-tc-bar-row span:first-child {
	font-family: "JetBrains Mono", monospace;
	font-size: 9px;
	color: rgba(228, 228, 231, 0.65);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.df-tc-bar-track { height: 8px; background: rgba(255, 255, 255, 0.08); }
.df-tc-bar-fill { height: 100%; background: #ea580c; min-width: 0; }
.df-tc-bar-row .amt {
	font-family: "JetBrains Mono", monospace;
	font-size: 9px;
	text-align: right;
	color: #10b981;
	font-variant-numeric: tabular-nums;
}

.df-tc-req { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.df-tc-req label {
	font-family: "JetBrains Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #f4f4f5;
}
#df-requests {
	width: 8rem;
	background: #070707;
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: 0.5rem 0.75rem;
	color: #f4f4f5;
	font-family: "JetBrains Mono", monospace;
	outline: none;
}
#df-requests:focus { border-color: #ea580c; }
.df-tc-req-btns { display: flex; gap: 0.4rem; }
.df-tc-foot {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	color: rgba(228, 228, 231, 0.45);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.df-tc-chart-wide { margin-top: 3rem; }

.df-tc-faq { margin-top: 4rem; }
.df-tc-faq h2 {
	font-family: "JetBrains Mono", monospace !important;
	font-size: 1.25rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
	color: #f4f4f5 !important;
	margin: 0 0 1.5rem !important;
	border-left: 4px solid #ea580c !important;
	padding-left: 1rem !important;
}
.df-tc-faq details {
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 1rem 1.25rem;
	margin-bottom: 0.75rem;
	background: rgba(255, 255, 255, 0.03);
}
.df-tc-faq summary {
	cursor: pointer;
	font-weight: 700;
	color: #f4f4f5;
}
.df-tc-faq p {
	margin: 0.75rem 0 0 !important;
	color: rgba(228, 228, 231, 0.85) !important;
	font-size: 0.95rem;
}

/* Theme forces dark type and a narrow content column — override so the tool stays readable */
body.df-token-page main,
body.df-token-page main .wp-block-group.has-background,
body.df-token-page .entry-content {
	background: #070707 !important;
	color: #ececec !important;
	max-width: none !important;
	width: 100% !important;
}
body.df-token-page .entry-content.is-layout-constrained > *,
body.df-token-page .entry-content > .df-token-calc,
body.df-token-page main .is-layout-constrained > * {
	max-width: none !important;
	width: 100% !important;
}
body.df-token-page .wp-block-post-title {
	display: block !important;
	color: #f4f4f5 !important;
	border: 0 !important;
	padding-left: 0 !important;
	text-transform: none !important;
	letter-spacing: -0.03em !important;
}
body.df-token-page .df-token-calc,
body.df-token-page .df-token-calc p,
body.df-token-page .df-token-calc span,
body.df-token-page .df-token-calc label,
body.df-token-page .df-token-calc td,
body.df-token-page .df-token-calc th,
body.df-token-page .df-token-calc button,
body.df-token-page .df-token-calc summary,
body.df-token-page .df-token-calc input,
body.df-token-page .df-token-calc textarea {
	color: #ececec !important;
}
body.df-token-page .df-token-calc .df-tc-label,
body.df-token-page .df-token-calc .df-tc-sub,
body.df-token-page .df-token-calc .df-tc-hint,
body.df-token-page .df-token-calc .dim,
body.df-token-page .df-token-calc .df-tc-foot,
body.df-token-page .df-token-calc .df-tc-legend,
body.df-token-page .df-token-calc .df-tc-await,
body.df-token-page .df-token-calc .muted {
	color: rgba(236, 236, 236, 0.72) !important;
}
body.df-token-page .df-token-calc .text-accent,
body.df-token-page .df-token-calc .df-tc-share {
	color: #ea580c !important;
}
body.df-token-page .df-token-calc .ok,
body.df-token-page .df-token-calc .df-tc-badge,
body.df-token-page .df-token-calc tbody td span[style*="10b981"] {
	color: #34d399 !important;
}
body.df-token-page .df-token-calc .warn { color: #fbbf24 !important; }
body.df-token-page .df-token-calc .df-tc-modes button.is-on,
body.df-token-page .df-token-calc .df-tc-req-btns button.is-on {
	color: #fff !important;
	background: #ea580c !important;
}
body.df-token-page .df-token-calc input,
body.df-token-page .df-token-calc textarea {
	background: #141414 !important;
	border-color: rgba(255, 255, 255, 0.22) !important;
	color: #f4f4f5 !important;
}
body.df-token-page .df-token-calc thead th {
	color: rgba(236, 236, 236, 0.7) !important;
}
body.df-token-page .df-token-calc .df-tc-name {
	color: #fff !important;
}
body.df-token-page .entry-content .df-token-calc section {
	margin-bottom: 0;
}