/*!
 * 3D Printing Cost & Material Estimator — module stylesheet
 *
 * COLOUR SPEC — the same additive-manufacturing violet family as the
 * Insulation and V2G tools, reused unchanged because it is already verified:
 *   Primary    #7C3AED  AM violet      — fills; white on it is 5.70, body only
 *   Secondary  #4C1D95  deep purple    — headings; card uses #2E1065
 *   Accent     #F97316  print-heat orange — fills; text uses the accent-ink token
 *   BG         #FAF5FF  pale violet    — panel background
 *
 * CONTRAST — measured on the source family:
 *   white on #7C3AED ........... 5.70:1  body only, fails the 7:1 bar
 *   white on #6D28D9 ........... 7.10:1  gradient start and buttons
 *   white on #2E1065 .......... 15.24:1  headline card
 *   #4C1D95 on #FAF5FF ........ 10.21:1  section headings
 *   #9A3412 on #FAF5FF ......... 7.09:1  warm accent text
 *   #F97316 as text on BG ...... 3.03:1  FAILS — fills only
 *
 * TOKEN NAMES IN THIS FAMILY — checked before writing the appended CSS:
 *   headings use `ink-accent`; accent text uses `accent-ink`;
 *   the darker primary is `primary-deep`; the card has its own
 *   `headline-label-ink` and `headline-sub-ink`.
 *
 * Mobile-first: 320px base, field rows size from the panel width via auto-fit.
 */

/* =========================================================
   1. ROOT + TOKENS
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool{
	--e2zi-3d-printing-cost-material-estimator-primary: #7c3aed;
	--e2zi-3d-printing-cost-material-estimator-primary-deep: #6d28d9;
	--e2zi-3d-printing-cost-material-estimator-ink-accent: #5b21b6;
	--e2zi-3d-printing-cost-material-estimator-secondary: #312e81;
	--e2zi-3d-printing-cost-material-estimator-headline-label-ink: #ddd6fe;
	--e2zi-3d-printing-cost-material-estimator-headline-sub-ink: #e9d5ff;
	--e2zi-3d-printing-cost-material-estimator-accent: #f97316;
	--e2zi-3d-printing-cost-material-estimator-accent-ink: #9a3412;
	--e2zi-3d-printing-cost-material-estimator-bg: #faf5ff;
	--e2zi-3d-printing-cost-material-estimator-surface: #ffffff;
	--e2zi-3d-printing-cost-material-estimator-line: #e4d9f5;
	--e2zi-3d-printing-cost-material-estimator-ink: #1e1b3a;
	--e2zi-3d-printing-cost-material-estimator-ink-soft: #4a4266;
	--e2zi-3d-printing-cost-material-estimator-ink-mute: #5c5478;

	--e2zi-3d-printing-cost-material-estimator-pass-bg: #ecfdf5;
	--e2zi-3d-printing-cost-material-estimator-pass-ink: #5b21b6;
	--e2zi-3d-printing-cost-material-estimator-pass-bar: #6d28d9;
	--e2zi-3d-printing-cost-material-estimator-warn-bg: #fff7ed;
	--e2zi-3d-printing-cost-material-estimator-warn-ink: #7c2d12;
	--e2zi-3d-printing-cost-material-estimator-warn-bar: #ea580c;
	--e2zi-3d-printing-cost-material-estimator-fail-bg: #fef2f2;
	--e2zi-3d-printing-cost-material-estimator-fail-ink: #7f1d1d;
	--e2zi-3d-printing-cost-material-estimator-fail-bar: #b91c1c;

	font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	box-sizing: border-box;
}

.e2zi-3d-printing-cost-material-estimator-tool *,
.e2zi-3d-printing-cost-material-estimator-tool *::before,
.e2zi-3d-printing-cost-material-estimator-tool *::after{
	box-sizing: inherit;
}

/* Core ka dark block kuch tokens define nahi karta — jo chahiye wo yahin,
   taki core file bilkul touch na karni pade. */
[data-e2zi-theme="dark"] .e2zi-3d-printing-cost-material-estimator-tool{
	--e2zi-3d-printing-cost-material-estimator-primary: #c4b5fd;
	--e2zi-3d-printing-cost-material-estimator-primary-deep: #ddd6fe;
	--e2zi-3d-printing-cost-material-estimator-ink-accent: #ddd6fe;
	--e2zi-3d-printing-cost-material-estimator-accent-ink: #fdba74;
	--e2zi-3d-printing-cost-material-estimator-bg: #131a23;
	--e2zi-3d-printing-cost-material-estimator-surface: #1a232e;
	--e2zi-3d-printing-cost-material-estimator-line: #2b3949;
	--e2zi-3d-printing-cost-material-estimator-ink: #e8eef6;
	--e2zi-3d-printing-cost-material-estimator-ink-soft: #c2cede;
	--e2zi-3d-printing-cost-material-estimator-ink-mute: #a8b4c4;

	--e2zi-3d-printing-cost-material-estimator-pass-bg: #10281c;
	--e2zi-3d-printing-cost-material-estimator-pass-ink: #ddd6fe;
	--e2zi-3d-printing-cost-material-estimator-warn-bg: #2d1f10;
	--e2zi-3d-printing-cost-material-estimator-warn-ink: #fdba74;
	--e2zi-3d-printing-cost-material-estimator-fail-bg: #2d1414;
	--e2zi-3d-printing-cost-material-estimator-fail-ink: #fca5a5;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hidden{
	display: none !important;
}

/* =========================================================
   1b. THEME RESET — :where() taki component rules na haren
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, table, figure){
	margin: 0;
	padding: 0;
	font-family: inherit;
	color: inherit;
	letter-spacing: normal;
	text-transform: none;
	list-style: none;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool :where(h1, h2, h3, h4, h5, h6){
	font-size: 1em;
	font-weight: 700;
	line-height: 1.3;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool :where(button, input, select, textarea){
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
	text-transform: none;
	box-shadow: none;
	margin: 0;
	max-width: none;
	width: auto;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool :where(button){
	appearance: none;
	-webkit-appearance: none;
	background-image: none;
	text-shadow: none;
	border: 0;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool :where(label){
	display: block;
	margin: 0;
	font-weight: inherit;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool :where(table){
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool :where(details, summary){
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

/* =========================================================
   2. HEADER — shared base deta hai gradient/padding
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-header{
	/* Gradient start #6d28d9 hai, kyunki #7c3aed par white sirf 3.3:1 deta hai. */
	--e2zi-header-from: #6d28d9;
	--e2zi-header-to: #312e81;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-title{
	margin: 0 0 6px;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.25;
	color: #ffffff;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-subtitle{
	margin: 0;
	max-width: 62ch;
	font-size: 0.9rem;
	/* #ede9fe on the gradient start #6d28d9 = 4.57:1 */
	color: #ede9fe;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-regionwrap{
	margin-top: 14px;
}

/* =========================================================
   3. BODY + GRID
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-body{
	padding: 16px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: start;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-inputs,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-results-panel{
	min-width: 0;
	padding: 16px;
	background: var(--e2zi-3d-printing-cost-material-estimator-surface);
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	border-radius: 10px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-section{
	margin: 22px 0 10px;
	padding-bottom: 7px;
	border-bottom: 2px solid var(--e2zi-3d-printing-cost-material-estimator-primary);
	font-size: 1rem;
	font-weight: 700;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-section:first-child{
	margin-top: 0;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-note{
	margin: 8px 0 0;
	font-size: 0.8rem;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
}

/* =========================================================
   4. FIELDS — panel ki chaudai se columns, screen se nahi
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-row{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 12px;
	margin-bottom: 12px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-field{
	min-width: 0;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-label{
	display: block;
	margin-bottom: 2px;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-field--big .e2zi-3d-printing-cost-material-estimator-label{
	font-size: 1rem;
	font-weight: 700;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-help{
	display: block;
	margin-bottom: 6px;
	font-size: 0.76rem;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-control{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-input,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-select{
	/* 5 digit ya sabse lambi option ke liye jagah, chahe column kitna bhi tang ho */
	flex: 1 1 6.5rem;
	min-width: 6.5rem;
	width: auto;
	min-height: 46px;
	padding: 11px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	border-radius: 8px;
	background: var(--e2zi-3d-printing-cost-material-estimator-surface);
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
	font-size: 1rem;
	line-height: 1.3;
}

/* Native select ka arrow apni jagah leta hai — uske liye padding chhodo. */
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-select{
	padding-right: 30px;
	text-overflow: ellipsis;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-input:focus,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-select:focus{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	outline-offset: -1px;
	border-color: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-unit{
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	max-width: 40%;
	padding: 0 10px;
	margin-left: -1px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
	font-size: 0.78rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-control > .e2zi-3d-printing-cost-material-estimator-input:not(:only-child),
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-control > .e2zi-3d-printing-cost-material-estimator-select:not(:only-child){
	border-radius: 8px 0 0 8px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-control > .e2zi-3d-printing-cost-material-estimator-unit:last-child{
	border-radius: 0 8px 8px 0;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-reset{
	flex: 0 0 44px;
	width: 44px;
	min-height: 46px;
	margin-left: -1px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	border-radius: 0 8px 8px 0;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-reset:hover{
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-reset:focus-visible{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	outline-offset: -2px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-reset.is-changed{
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
	border-color: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
}

/* Agar sach me jagah nahi bachi to reset agli line par — input kabhi chhota nahi hota */
@media (max-width: 400px) {
	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-input,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-select{
		flex: 1 1 100%;
		min-width: 0;
		border-radius: 8px;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-unit{
		border-radius: 0 0 0 8px;
		border-top: 0;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-reset{
		margin-left: auto;
		border-radius: 0 0 8px 0;
		border-top: 0;
	}
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-info{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	margin-left: 3px;
	border-radius: 50%;
	background: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	cursor: help;
	vertical-align: middle;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-info:focus-visible{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	outline-offset: 2px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-info::after{
	content: attr(data-e2zi-tip);
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 250px;
	padding: 9px 11px;
	border-radius: 8px;
	background: #1e1b3a;
	color: #faf5ff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 30;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-info:hover::after,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-info:focus::after,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-info:focus-visible::after{
	opacity: 1;
	visibility: visible;
}

/* =========================================================
   5. PER-SECTION ADVANCED + CALCULATE
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-secadv{
	margin: 0 0 14px;
	border: 1px dashed var(--e2zi-3d-printing-cost-material-estimator-line);
	border-radius: 8px;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-secadv-head{
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 12px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
	cursor: pointer;
	list-style: none;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-secadv-head::-webkit-details-marker{
	display: none;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-secadv-head::before{
	content: "\25B8";
	margin-right: 7px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-secadv[open] > .e2zi-3d-printing-cost-material-estimator-secadv-head::before{
	content: "\25BE";
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-secadv-head:focus-visible{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	outline-offset: -3px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-secadv-body{
	padding: 0 12px 12px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-calc{
	display: block;
	width: 100%;
	min-height: 54px;
	margin-top: 18px;
	padding: 15px 20px;
	border-radius: 10px;
	background: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 180ms ease;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-calc:hover{
	background: var(--e2zi-3d-printing-cost-material-estimator-secondary);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-calc:focus-visible{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-secondary);
	outline-offset: 2px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool [data-e2zi-theme="dark"] .e2zi-3d-printing-cost-material-estimator-calc{
	color: #1e1b3a;
}

/* =========================================================
   6. RESULTS
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-empty{
	padding: 32px 16px;
	border: 1px dashed var(--e2zi-3d-printing-cost-material-estimator-line);
	border-radius: 8px;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	text-align: center;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
	font-size: 0.9rem;
}

/* Verdict — rang ke saath icon aur shabd dono, sirf colour par nahi */
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict{
	display: flex;
	gap: 12px;
	padding: 16px;
	margin-bottom: 14px;
	border-radius: 10px;
	border-left: 6px solid var(--e2zi-3d-printing-cost-material-estimator-pass-bar);
	background: var(--e2zi-3d-printing-cost-material-estimator-pass-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-pass-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict.is-caution{
	border-left-color: var(--e2zi-3d-printing-cost-material-estimator-warn-bar);
	background: var(--e2zi-3d-printing-cost-material-estimator-warn-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-warn-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict.is-fail{
	border-left-color: var(--e2zi-3d-printing-cost-material-estimator-fail-bar);
	background: var(--e2zi-3d-printing-cost-material-estimator-fail-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-fail-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict-icon{
	flex: 0 0 auto;
	font-size: 1.3rem;
	line-height: 1.2;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict-body{
	min-width: 0;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict-tag{
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict-head{
	display: block;
	margin: 2px 0 5px;
	font-size: 1.08rem;
	font-weight: 800;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-verdict-plain{
	margin: 0;
	font-size: 0.9rem;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline{
	padding: 18px 16px;
	margin-bottom: 14px;
	border-radius: 10px;
	background: var(--e2zi-3d-printing-cost-material-estimator-secondary);
	text-align: center;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline-label{
	margin: 0 0 4px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	/* #ddd6fe on #312e81 = 13.11:1 */
	color: #ddd6fe;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline-value{
	margin: 0;
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1.1;
	color: #ffffff;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline-sub{
	margin: 6px 0 0;
	font-size: 0.83rem;
	color: #e9d5ff;
}

/* Headroom bar — do hisse: ghar aur charger */
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar-wrap{
	margin-bottom: 14px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar-head{
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 5px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar{
	display: flex;
	height: 26px;
	border-radius: 999px;
	overflow: hidden;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar-existing{
	height: 100%;
	background: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar-ev{
	height: 100%;
	background: var(--e2zi-3d-printing-cost-material-estimator-pass-bar);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar-ev.is-caution{
	background: var(--e2zi-3d-printing-cost-material-estimator-warn-bar);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar-ev.is-fail{
	background: var(--e2zi-3d-printing-cost-material-estimator-fail-bar);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bar-key{
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	margin-top: 6px;
	font-size: 0.76rem;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch{
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	border-radius: 3px;
	vertical-align: middle;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch.is-existing{
	background: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch.is-ev{
	background: var(--e2zi-3d-printing-cost-material-estimator-pass-bar);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-kpis{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 8px;
	margin-bottom: 14px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-kpi{
	padding: 10px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	border-top: 3px solid var(--e2zi-3d-printing-cost-material-estimator-primary);
	border-radius: 8px;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-kpi-label{
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-kpi-value{
	display: block;
	margin-top: 2px;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-block{
	margin-bottom: 14px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-block-title{
	margin: 0 0 7px;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-alert{
	display: flex;
	gap: 9px;
	padding: 12px 13px;
	margin-bottom: 9px;
	border-left: 5px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	border-radius: 8px;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	font-size: 0.86rem;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-alert.is-good{
	border-left-color: var(--e2zi-3d-printing-cost-material-estimator-pass-bar);
	background: var(--e2zi-3d-printing-cost-material-estimator-pass-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-pass-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-alert.is-caution{
	border-left-color: var(--e2zi-3d-printing-cost-material-estimator-warn-bar);
	background: var(--e2zi-3d-printing-cost-material-estimator-warn-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-warn-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-alert.is-fail{
	border-left-color: var(--e2zi-3d-printing-cost-material-estimator-fail-bar);
	background: var(--e2zi-3d-printing-cost-material-estimator-fail-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-fail-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-alert-tag{
	flex: 0 0 auto;
	font-weight: 800;
	white-space: nowrap;
}

/* Tables — mobile par side me scroll, nichudti nahi */
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-tablewrap{
	position: relative;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table{
	width: 100%;
	min-width: 34rem;
	border-collapse: collapse;
	font-size: 0.83rem;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table th,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table td{
	padding: 7px 9px;
	border-bottom: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	text-align: left;
	scroll-snap-align: start;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table thead th{
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
	white-space: nowrap;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table td:not(:first-child):not(:last-child),
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table th:not(:first-child):not(:last-child){
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table tr.is-best td{
	background: var(--e2zi-3d-printing-cost-material-estimator-pass-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-pass-ink);
	font-weight: 700;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-tablehint{
	display: none;
	margin: 5px 0 0;
	font-size: 0.72rem;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
}

@media (max-width: 640px) {
	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-tablehint{
		display: block;
	}
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-pill{
	display: inline-block;
	padding: 2px 9px;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 800;
	white-space: nowrap;
	background: var(--e2zi-3d-printing-cost-material-estimator-pass-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-pass-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-pill.is-caution{
	background: var(--e2zi-3d-printing-cost-material-estimator-warn-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-warn-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-pill.is-fail{
	background: var(--e2zi-3d-printing-cost-material-estimator-fail-bg);
	color: var(--e2zi-3d-printing-cost-material-estimator-fail-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-refs{
	font-size: 0.77rem;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-refs ul{
	margin: 0 0 8px;
	padding-left: 1.05rem;
	list-style: disc;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-refs li{
	margin-bottom: 3px;
	list-style: disc;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-refs code{
	padding: 1px 4px;
	border-radius: 4px;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.95em;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

/* =========================================================
   7. RANGE CHART (inline bars, koi library nahi)
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-chart:not(:empty){
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hbars{
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hbar-row{
	display: grid;
	grid-template-columns: 3.2rem minmax(0, 1fr) 3.2rem;
	gap: 8px;
	align-items: center;
	font-size: 0.8rem;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hbar-label{
	font-weight: 600;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hbar-track{
	display: block;
	height: 16px;
	border-radius: 999px;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	overflow: hidden;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hbar-fill{
	display: block;
	height: 100%;
	background: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hbar-fill.is-chosen{
	background: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-hbar-val{
	text-align: right;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

/* =========================================================
   8. EXPORT + DISCLAIMER
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-export{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-exp{
	flex: 1 1 auto;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	border-radius: 8px;
	background: transparent;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-exp:hover{
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-exp:focus-visible{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	outline-offset: 2px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-disclaimer{
	margin: 14px 0 0;
	padding-top: 11px;
	border-top: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	font-size: 0.77rem;
	line-height: 1.5;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
}

/* =========================================================
   9. RESPONSIVE — 320px base
   ========================================================= */

@media (min-width: 480px) {
	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-exp{
		flex: 0 1 auto;
	}
}

@media (min-width: 768px) {
	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-title{
		font-size: 1.7rem;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-body{
		padding: 24px;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline-value{
		font-size: 2.5rem;
	}
}

@media (min-width: 1024px) {
	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-grid{
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
		gap: 20px;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-results-panel{
		position: sticky;
		top: 16px;
		max-height: calc(100vh - 2rem);
		overflow-y: auto;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-inputs,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-results-panel{
		padding: 20px;
	}
}

/* Mobile par Calculate button chipka rehta hai — form lamba hai */
@media (max-width: 1023px) {
	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-calc{
		position: sticky;
		bottom: 10px;
		z-index: 20;
		box-shadow: 0 6px 20px rgba(5, 46, 26, 0.3);
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-info::after{
		max-width: 72vw;
	}
}

/* =========================================================
   10. PRINT
   ========================================================= */

@media print {
	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-inputs,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-export,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-regionwrap{
		display: none !important;
	}

	.e2zi-3d-printing-cost-material-estimator-tool{
		box-shadow: none;
		border: 1px solid #94a3b8;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-grid{
		display: block;
	}

	.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-results-panel{
		position: static;
		max-height: none;
		overflow: visible;
		border: 0;
		padding: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.e2zi-3d-printing-cost-material-estimator-tool *{
		transition-duration: 0.01ms !important;
	}
}


/* =========================================================
   LAYER ROWS — yahi is tool ka dil hai
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-layers{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-layer{
	padding: 12px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	border-left: 4px solid var(--e2zi-3d-printing-cost-material-estimator-primary);
	border-radius: 8px;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-layer-head{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-layer-index{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	/* white on #6d28d9 = 7.10:1 */
	background: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-layer-r{
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.8rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-layer-row{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-remove{
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
	border-radius: 8px;
	background: var(--e2zi-3d-printing-cost-material-estimator-surface);
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-mute);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-remove:hover{
	color: var(--e2zi-3d-printing-cost-material-estimator-fail-bar);
	border-color: var(--e2zi-3d-printing-cost-material-estimator-fail-bar);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-remove:focus-visible{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-fail-bar);
	outline-offset: 2px;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-check{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	font-size: 0.8rem;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
	cursor: pointer;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-check input{
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	accent-color: var(--e2zi-3d-printing-cost-material-estimator-primary);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-add{
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	margin-bottom: 14px;
	border: 1px dashed var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	border-radius: 8px;
	background: transparent;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-add:hover{
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-add:focus-visible{
	outline: 3px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	outline-offset: 2px;
}

/* Layer diagram ka legend */
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-legend{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 5px 16px;
	margin-top: 10px;
	font-size: 0.8rem;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-legend-item{
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-legend-val{
	margin-left: auto;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-chart svg{
	display: block;
	width: 100%;
	border-radius: 6px;
	border: 1px solid var(--e2zi-3d-printing-cost-material-estimator-line);
}

/* "is-note" alert — neutral information */
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-alert.is-note{
	border-left-color: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
}


/* =========================================================
   ON-DARK TEXT — hamesha padha jana chahiye
   Headline card ka background gehra hai, isliye yahan galat rang ka matlab
   hai text bilkul gayab. Test se pata chala ki koi bhi theme rule jisme ID
   ho (jaise "#content .entry p") specificity me hamesha jeet jata hai, chahe
   hum class kitni bhi baar repeat karein. Embedded widget ke liye yahi wo
   jagah hai jahan !important sahi tool hai — sirf in chaar colour lines par,
   aur kahin nahi.
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline,
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline * {
	color: #ffffff !important;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline-label {
	color: var(--e2zi-3d-printing-cost-material-estimator-headline-label-ink) !important;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline-value {
	color: #ffffff !important;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-headline-sub {
	color: var(--e2zi-3d-printing-cost-material-estimator-headline-sub-ink) !important;
}


/* =========================================================
   ELECTRICITY RATE BAND — header me, country context
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-rateband {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 9px;
	margin-top: 10px;
	font-size: 0.78rem;
	line-height: 1.45;
	color: #ede9fe !important;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-rateband:empty {
	display: none;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-bandtag {
	flex: 0 0 auto;
	padding: 2px 9px;
	border-radius: 999px;
	/* #2e1065 on #ddd6fe = 11.30:1 */
	background: #ddd6fe;
	color: #2e1065 !important;
	font-weight: 800;
	white-space: nowrap;
}

/* =========================================================
   COST BAR — poora kharcha ek hi paimane par
   ========================================================= */

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-chart svg {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-seg {
	stroke: var(--e2zi-3d-printing-cost-material-estimator-surface);
	stroke-width: 0.3;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-seg.is-mat { fill: var(--e2zi-3d-printing-cost-material-estimator-primary); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-seg.is-mach { fill: var(--e2zi-3d-printing-cost-material-estimator-primary-deep); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-seg.is-elec { fill: var(--e2zi-3d-printing-cost-material-estimator-accent); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-seg.is-cons { fill: var(--e2zi-3d-printing-cost-material-estimator-warn-bar); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-seg.is-lab { fill: var(--e2zi-3d-printing-cost-material-estimator-pass-bar); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-seg.is-fail { fill: var(--e2zi-3d-printing-cost-material-estimator-fail-bar); }

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-legend {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 5px 16px;
	margin-top: 10px;
	font-size: 0.8rem;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-legend-item {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-legend-val {
	margin-left: auto;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch {
	display: inline-block;
	flex: 0 0 auto;
	width: 11px;
	height: 11px;
	border-radius: 3px;
	background: var(--e2zi-3d-printing-cost-material-estimator-primary);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch.is-mach { background: var(--e2zi-3d-printing-cost-material-estimator-primary-deep); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch.is-elec { background: var(--e2zi-3d-printing-cost-material-estimator-accent); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch.is-cons { background: var(--e2zi-3d-printing-cost-material-estimator-warn-bar); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch.is-lab { background: var(--e2zi-3d-printing-cost-material-estimator-pass-bar); }
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-swatch.is-fail { background: var(--e2zi-3d-printing-cost-material-estimator-fail-bar); }

/* =========================================================
   TABLES
   ========================================================= */

/* Bijli wali row — jaan-boojh kar halki, kyunki yahi point hai */
.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table tr.is-tiny td {
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-soft);
	font-style: italic;
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-table tr.is-total td {
	border-top: 2px solid var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
	font-weight: 800;
	background: var(--e2zi-3d-printing-cost-material-estimator-bg);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-sub-title {
	margin: 14px 0 6px;
	font-size: 0.88rem;
	font-weight: 700;
	/* ink-accent — is family me headings ka token yahi hai */
	color: var(--e2zi-3d-printing-cost-material-estimator-ink-accent);
}

.e2zi-3d-printing-cost-material-estimator-tool.e2zi-3d-printing-cost-material-estimator-tool .e2zi-3d-printing-cost-material-estimator-alert.is-note {
	border-left-color: var(--e2zi-3d-printing-cost-material-estimator-primary-deep);
}
