:root {
	--tt-navy: #07152f;
	--tt-blue: #1559e8;
	--tt-blue-dark: #0c46c3;
	--tt-blue-soft: #edf4ff;
	--tt-orange: #f59d32;
	--tt-bg: #f7f9fc;
	--tt-panel: #fff;
	--tt-border: #dce3ed;
	--tt-muted: #617089;
	--tt-danger: #c93636;
	--tt-shadow: 0 1px 3px rgba(7, 21, 47, .05), 0 8px 28px rgba(7, 21, 47, .035);
	--tt-header: 70px;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--tt-navy);
	background: var(--tt-bg);
}

.toyrd-tools-page { margin: 0; color: var(--tt-navy); background: var(--tt-bg); }
.toyrd-tools-page *, .toyrd-tools-page *::before, .toyrd-tools-page *::after { box-sizing: border-box; }
.toyrd-tools-page button, .toyrd-tools-page input, .toyrd-tools-page select { font: inherit; }
.toyrd-tools-page button, .toyrd-tools-page a { -webkit-tap-highlight-color: transparent; }
.toyrd-tools-page a { color: inherit; text-decoration: none; }
.toyrd-tools-page button { color: inherit; }
.tt-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.tt-skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; transform: translateY(-150%); background: #fff; border: 2px solid var(--tt-blue); border-radius: 6px; }
.tt-skip-link:focus { transform: none; }

.tt-header {
	position: sticky; top: 0; z-index: 30; height: var(--tt-header); display: flex; align-items: center;
	gap: clamp(28px, 5vw, 78px); padding: 0 clamp(20px, 3vw, 48px); background: rgba(255, 255, 255, .97);
	border-bottom: 1px solid var(--tt-border); backdrop-filter: blur(12px);
}
.tt-logo { flex: none; display: inline-flex; align-items: center; font-size: 25px; line-height: 1; font-weight: 800; letter-spacing: -.8px; }
.tt-logo span { color: var(--tt-blue); }
.tt-logo img { display: block; width: 104px; height: auto; }
.tt-header nav { display: flex; align-items: stretch; align-self: stretch; gap: 34px; }
.tt-header nav a { position: relative; display: flex; align-items: center; font-size: 13px; font-weight: 650; }
.tt-header nav a:hover, .tt-header nav a.is-active { color: var(--tt-blue); }
.tt-header nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--tt-blue); }
.tt-header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.tt-search { position: relative; width: clamp(180px, 20vw, 270px); }
.tt-search > input { width: 100%; height: 38px; padding: 0 38px 0 13px; border: 1px solid var(--tt-border); border-radius: 6px; background: #fafbfd; font-size: 13px; color: var(--tt-navy); }
.tt-search > span { position: absolute; top: 8px; right: 12px; color: var(--tt-muted); font-size: 18px; pointer-events: none; }
.tt-search-results { position: absolute; top: 44px; left: 0; right: 0; padding: 6px; background: #fff; border: 1px solid var(--tt-border); border-radius: 8px; box-shadow: 0 16px 42px rgba(7, 21, 47, .16); }
.tt-search-results a { display: flex; justify-content: space-between; gap: 12px; padding: 10px; border-radius: 5px; font-size: 12px; }
.tt-search-results a:hover { background: var(--tt-blue-soft); }
.tt-search-results a span { color: var(--tt-blue); white-space: nowrap; }
.tt-search-results p { margin: 8px; color: var(--tt-muted); font-size: 12px; }
.tt-currency select { height: 36px; padding: 0 25px 0 8px; border: 0; background: transparent; font-size: 12px; font-weight: 700; }
.tt-mobile-toggle { display: none; border: 0; background: transparent; font-size: 24px; cursor: pointer; }

.tt-app-shell { display: grid; grid-template-columns: 242px minmax(0, 1fr); min-height: calc(100vh - var(--tt-header)); }
.tt-sidebar { position: sticky; top: var(--tt-header); align-self: start; height: calc(100vh - var(--tt-header)); overflow-y: auto; padding: 23px 16px; background: #fff; border-right: 1px solid var(--tt-border); }
.tt-sidebar-title { display: flex; align-items: center; justify-content: space-between; margin: 0 7px 16px; color: var(--tt-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.tt-sidebar-title button { display: none; border: 0; background: transparent; font-size: 23px; cursor: pointer; }
.tt-all-tools, .tt-nav-group a { display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 7px 9px; margin: 2px 0; border-radius: 6px; font-size: 12px; color: #314058; }
.tt-all-tools:hover, .tt-nav-group a:hover { color: var(--tt-blue); background: #f7f9fd; }
.tt-all-tools.is-active, .tt-nav-group a.is-active { color: var(--tt-blue); background: var(--tt-blue-soft); font-weight: 700; }
.tt-nav-group { margin-top: 20px; }
.tt-nav-group h2 { margin: 0 9px 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .055em; color: #57657b; }
.tt-nav-group a span { display: flex; flex-direction: column; gap: 1px; }
.tt-nav-group a small { color: #98a2b2; font-size: 9px; font-weight: 500; }
.tt-icon { flex: none; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.tt-save-card { margin-top: 30px; padding: 14px; border: 1px solid var(--tt-border); border-radius: 8px; background: #fafbfd; }
.tt-save-card strong { font-size: 12px; }
.tt-save-card p { margin: 6px 0 12px; color: var(--tt-muted); font-size: 10px; line-height: 1.55; }
.tt-save-card .tt-button { width: 100%; min-height: 34px; padding: 7px; font-size: 10px; }
.tt-overlay { display: none; }

.tt-main { width: 100%; max-width: 1440px; padding: clamp(26px, 3.3vw, 52px); overflow: hidden; }
.tt-page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.tt-eyebrow { margin: 0 0 7px !important; color: var(--tt-blue) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .1em; }
.tt-page-head h1, .tt-coming h1 { margin: 0; font-size: clamp(25px, 2.6vw, 34px); line-height: 1.12; letter-spacing: -.035em; }
.tt-page-head p { max-width: 720px; margin: 7px 0 0; color: var(--tt-muted); font-size: 13px; line-height: 1.5; }
.tt-how { flex: none; margin-top: 21px; padding: 7px 0; color: var(--tt-blue); border: 0; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.tt-demo-note { margin: -9px 0 20px; padding: 9px 12px; color: #6c583a; background: #fff8e9; border: 1px solid #f5deb6; border-radius: 6px; font-size: 11px; }
.tt-beta-badge { display: inline-flex; align-items: center; margin-left: 7px; padding: 2px 5px; vertical-align: 1px; color: #855013; background: #fff0d2; border: 1px solid #f3c982; border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.tt-panel, .tt-result-card { background: var(--tt-panel); border: 1px solid var(--tt-border); border-radius: 9px; box-shadow: var(--tt-shadow); }
.tt-panel { padding: clamp(18px, 2vw, 25px); }
.tt-panel > h2, .tt-result-card h2 { margin: 0 0 20px; font-size: 14px; }
.tt-calculator-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr); gap: 20px; align-items: start; }
.tt-result-card { position: sticky; top: calc(var(--tt-header) + 20px); padding: clamp(22px, 2.5vw, 32px); }
.tt-result-label { margin: 0 0 12px; font-size: 12px; font-weight: 700; }
.tt-result-value { padding: 8px 0 24px; color: var(--tt-blue); font-size: clamp(31px, 4vw, 45px); line-height: 1; font-weight: 800; letter-spacing: -.045em; }
.tt-result-value span { margin-left: 7px; color: var(--tt-blue); font-size: 13px; font-weight: 600; letter-spacing: 0; }
.tt-breakdown, .tt-summary-list, .tt-summary-total { display: grid; gap: 0; padding-top: 6px; }
.tt-breakdown > div, .tt-summary-list > div, .tt-summary-total > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 35px; border-bottom: 1px solid #edf0f5; font-size: 11px; }
.tt-breakdown span, .tt-summary-list span, .tt-summary-total span { color: #526178; }
.tt-breakdown strong, .tt-summary-list strong, .tt-summary-total strong { text-align: right; font-weight: 700; }
.tt-result-actions { display: flex; gap: 10px; margin-top: 22px; }
.tt-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 9px 17px; border: 1px solid var(--tt-border); border-radius: 5px; background: #fff; color: var(--tt-navy); font-size: 11px; line-height: 1.2; font-weight: 700; cursor: pointer; }
.tt-button:hover { border-color: #9ab4e7; background: #f7faff; }
.tt-button--primary { color: #fff !important; border-color: var(--tt-blue); background: var(--tt-blue); box-shadow: 0 5px 14px rgba(21, 89, 232, .16); }
.tt-button--primary:hover { border-color: var(--tt-blue-dark); background: var(--tt-blue-dark); }
.tt-button--danger { color: var(--tt-danger); border-color: #efc6c6; background: #fffafa; }
.tt-button--danger:hover { color: #9f2424; border-color: #d98686; background: #fff3f3; }
.tt-button:focus-visible, .toyrd-tools-page input:focus-visible, .toyrd-tools-page select:focus-visible, .toyrd-tools-page a:focus-visible, .toyrd-tools-page summary:focus-visible { outline: 3px solid rgba(21, 89, 232, .25); outline-offset: 2px; }

.tt-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
.tt-fields--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tt-field { min-width: 0; }
.tt-field--wide { grid-column: 1 / -1; }
.tt-field label { display: block; margin: 0 0 6px; color: #344157; font-size: 10px; font-weight: 650; }
.tt-input-wrap { position: relative; }
.tt-field input, .tt-field select, .tt-table input, .tt-table select { width: 100%; color: var(--tt-navy); border: 1px solid #d8e0eb; background: #fff; }
.tt-field input, .tt-field select { height: 38px; padding: 0 11px; border-radius: 5px; font-size: 12px; }
.tt-input-suffix { position: absolute; top: 1px; right: 1px; bottom: 1px; display: flex; align-items: center; padding: 0 9px; color: var(--tt-muted); background: #f7f9fc; border-left: 1px solid #e2e7ef; border-radius: 0 4px 4px 0; font-size: 10px; pointer-events: none; }
.tt-field:has(.tt-input-suffix) input { padding-right: 55px; }
.tt-field.is-error input, .tt-table tr.is-error input { border-color: var(--tt-danger); }
.tt-field-error { display: block; margin-top: 4px; color: var(--tt-danger); font-size: 9px; }
.tt-field-hint { margin: 14px 0 0; color: var(--tt-muted); font-size: 10px; line-height: 1.5; }
.tt-readonly-field { align-self: end; min-height: 38px; padding: 7px 11px; background: var(--tt-blue-soft); border-radius: 5px; }
.tt-readonly-field span { display: block; color: var(--tt-muted); font-size: 9px; }
.tt-readonly-field strong { font-size: 12px; }
.tt-check { display: flex; align-items: center; gap: 8px; margin: 12px 0; font-size: 11px; cursor: pointer; }
.tt-check input { accent-color: var(--tt-blue); }
.tt-advanced { margin-top: 18px; border-top: 1px solid #edf0f5; }
.tt-advanced summary { padding: 15px 0; color: var(--tt-blue); font-size: 11px; font-weight: 700; cursor: pointer; }
.tt-warnings { margin-top: 16px; padding: 9px 12px; color: #80521c; background: #fff8e9; border-left: 3px solid var(--tt-orange); font-size: 10px; }
.tt-warnings p { margin: 3px 0; }

.tt-preset-note { margin: -8px 0 20px; padding: 11px 14px; color: #6c583a; background: #fff8e9; border: 1px solid #f5deb6; border-radius: 7px; font-size: 10px; line-height: 1.5; }
.tt-mold-workspace { overflow: hidden; background: #fff; border: 1px solid var(--tt-border); border-radius: 9px; box-shadow: var(--tt-shadow); }
.tt-mold-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--tt-border); background: #f9fbfe; }
.tt-mold-summary > div { min-width: 0; padding: 15px 18px; border-right: 1px solid var(--tt-border); }
.tt-mold-summary > div:last-child { border-right: 0; }
.tt-mold-summary span, .tt-mold-summary strong { display: block; }
.tt-mold-summary span { color: var(--tt-muted); font-size: 9px; }
.tt-mold-summary strong { margin-top: 5px; overflow: hidden; text-overflow: ellipsis; font-size: 13px; white-space: nowrap; }
.tt-mold-list { display: flex; gap: 8px; padding: 14px; overflow-x: auto; border-bottom: 1px solid #edf0f5; }
.tt-mold-list button { flex: 0 0 min(300px, 72vw); display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 65px; padding: 11px 13px; text-align: left; color: var(--tt-navy); background: #fff; border: 1px solid var(--tt-border); border-radius: 7px; cursor: pointer; }
.tt-mold-list button:hover { border-color: #9ab4e7; background: #fafcff; }
.tt-mold-list button[aria-selected="true"] { color: var(--tt-blue); border-color: #8aacec; background: var(--tt-blue-soft); box-shadow: inset 3px 0 var(--tt-blue); }
.tt-mold-list button span { min-width: 0; }
.tt-mold-list button strong, .tt-mold-list button small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tt-mold-list button strong { font-size: 11px; }
.tt-mold-list button small { margin-top: 5px; color: var(--tt-muted); font-size: 9px; }
.tt-mold-list button b { flex: none; font-size: 10px; }
.tt-mold-add, .tt-inline-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.tt-mold-add { padding: 12px 14px; }
.tt-estimator-result { margin-top: 17px; padding: 12px 14px; color: #3f4e65; background: var(--tt-blue-soft); border-radius: 6px; font-size: 10px; }
.tt-estimator-result strong { color: var(--tt-blue); }
.tt-steel-table { min-width: 1280px; }
.tt-steel-table td:first-child input { min-width: 130px; }

.tt-wide-panel { margin-top: 20px; }
.tt-section-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.tt-section-title h2 { margin: 0; font-size: 14px; }
.tt-section-title > div > span { display: block; margin-top: 5px; color: var(--tt-muted); font-size: 9px; }
.tt-section-title > span { color: var(--tt-muted); font-size: 10px; }
.tt-quantity-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border: 1px solid #e4e9f0; border-radius: 6px; overflow: hidden; }
.tt-quantity-grid > div { padding: 14px 8px; text-align: center; border-right: 1px solid #e4e9f0; }
.tt-quantity-grid > div:last-child { border: 0; }
.tt-quantity-grid span { display: block; color: var(--tt-muted); font-size: 9px; }
.tt-quantity-grid strong { display: block; margin-top: 5px; font-size: 11px; }
.tt-quantity-grid .is-active { color: var(--tt-blue); background: var(--tt-blue-soft); }

.tt-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: -5px 0 18px; }
.tt-variant-tabs { display: flex; gap: 5px; overflow-x: auto; }
.tt-variant-tabs button { padding: 8px 12px; border: 0; border-radius: 5px; background: #f1f4f8; font-size: 10px; cursor: pointer; }
.tt-variant-tabs button[aria-selected="true"] { color: #fff; background: var(--tt-blue); }
.tt-variant-name { max-width: 540px; margin-bottom: 18px; }
.tt-table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid #e2e7ee; border-radius: 6px; }
.tt-table { width: 100%; min-width: 900px; border-collapse: collapse; font-size: 10px; }
.tt-table th { padding: 10px 8px; color: #536077; background: #f8fafc; border-bottom: 1px solid #e2e7ee; text-align: left; font-size: 9px; white-space: nowrap; }
.tt-table td { padding: 6px; border-bottom: 1px solid #edf0f4; vertical-align: middle; }
.tt-table tbody tr:last-child td { border-bottom: 0; }
.tt-table input, .tt-table select { height: 30px; min-width: 64px; padding: 0 6px; border-radius: 4px; font-size: 10px; }
.tt-table td:first-child input { min-width: 125px; font-weight: 650; }
.tt-table td:nth-child(2) select { min-width: 120px; }
.tt-table td:nth-child(3) input { min-width: 105px; }
.tt-table tr.is-error { background: #fff6f6; }
.tt-money-cell { text-align: right; font-weight: 700; white-space: nowrap; }
.tt-row-actions { white-space: nowrap; }
.tt-row-actions button { width: 25px; height: 25px; padding: 0; color: var(--tt-muted); border: 0; background: transparent; cursor: pointer; }
.tt-row-actions button:hover { color: var(--tt-blue); background: var(--tt-blue-soft); border-radius: 4px; }
.tt-table-footer { margin-top: 12px; }
.tt-result-row, .tt-section-gap { margin-top: 20px; }
.tt-result-row .tt-result-card { position: static; }
.tt-formula { margin-top: 20px; padding: 21px 24px; color: #334158; background: #f0f5fe; border: 1px solid #d8e5fa; border-radius: 8px; }
.tt-formula h2 { margin: 0 0 12px; color: var(--tt-navy); font-size: 13px; }
.tt-formula code { display: block; margin: 7px 0; padding: 8px 10px; color: #123b88; background: rgba(255,255,255,.75); border-radius: 4px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; white-space: normal; }
.tt-formula p { margin: 10px 0 0; color: var(--tt-muted); font-size: 10px; }
.tt-callout { display: flex; align-items: center; gap: 18px; margin-top: 20px; padding: 15px 19px; color: #6f4a1b; background: #fff8e9; border-left: 3px solid var(--tt-orange); font-size: 11px; }
.tt-callout span { color: #785f3e; }

.tt-landing-group { margin-top: 30px; }
.tt-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tt-tool-card { min-height: 172px; display: grid; grid-template-columns: 50px minmax(0, 1fr); grid-template-rows: 1fr auto; gap: 15px; padding: 20px; background: #fff; border: 1px solid var(--tt-border); border-radius: 9px; box-shadow: var(--tt-shadow); }
.tt-tool-card:hover { border-color: #a7bee9; transform: translateY(-1px); }
.tt-tool-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: var(--tt-blue); background: var(--tt-blue-soft); border-radius: 8px; }
.tt-tool-card-icon .tt-icon { width: 29px; height: 29px; }
.tt-tool-card strong { display: block; margin-top: 3px; font-size: 13px; }
.tt-tool-card small { display: block; margin-top: 7px; color: var(--tt-muted); font-size: 10px; line-height: 1.45; }
.tt-card-link { grid-column: 1 / -1; color: var(--tt-blue); font-size: 10px; font-weight: 700; }
.tt-tool-card.is-coming { opacity: .72; box-shadow: none; }
.tt-tool-card.is-coming .tt-tool-card-icon { color: #77869e; background: #f1f4f8; }
.tt-tool-card.is-coming .tt-card-link { color: #77869e; }

.tt-bom-table td:first-child small { display: block; margin: 3px 5px 0; color: #8a95a5; font-size: 8px; }
.tt-mini-check { display: flex; align-items: center; gap: 4px; margin-top: 4px; color: var(--tt-muted); font-size: 8px; white-space: nowrap; }
.tt-mini-check input { width: auto !important; height: auto !important; min-width: 0 !important; accent-color: var(--tt-blue); }
.tt-bom-summary { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 20px; align-items: start; }
.tt-bom-summary .tt-result-card { position: static; }
.tt-summary-total { margin-top: 12px; padding-top: 12px; border-top: 2px solid var(--tt-navy); }
.tt-summary-total > div:last-child { min-height: 48px; border-bottom: 0; font-size: 14px; }
.tt-summary-total > div:last-child strong { color: var(--tt-blue); font-size: 20px; }

.tt-coming { max-width: 680px; margin: clamp(35px, 8vw, 110px) auto; padding: clamp(30px, 5vw, 58px); text-align: center; background: #fff; border: 1px solid var(--tt-border); border-radius: 12px; box-shadow: var(--tt-shadow); }
.tt-coming .tt-tool-card-icon { margin-bottom: 20px; }
.tt-coming p:not(.tt-eyebrow) { max-width: 520px; margin: 14px auto 24px; color: var(--tt-muted); font-size: 13px; line-height: 1.6; }
.tt-toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; max-width: 320px; padding: 12px 16px; color: #fff; background: var(--tt-navy); border-radius: 6px; box-shadow: 0 12px 30px rgba(7,21,47,.22); font-size: 11px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; }
.tt-toast.is-visible { opacity: 1; transform: none; }
.toyrd-tools-noscript { margin: 40px; padding: 20px; border: 1px solid var(--tt-border); background: #fff; }

@media (max-width: 1120px) {
	.tt-header nav { gap: 20px; }
	.tt-search { width: 185px; }
	.tt-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tt-quantity-grid { grid-template-columns: repeat(3, 1fr); }
	.tt-quantity-grid > div:nth-child(3) { border-right: 0; }
	.tt-quantity-grid > div:nth-child(-n+3) { border-bottom: 1px solid #e4e9f0; }
	.tt-fields--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	:root { --tt-header: 62px; }
	.tt-header { padding: 0 18px; gap: 20px; }
	.tt-header nav { display: none; }
	.tt-search { width: min(42vw, 240px); }
	.tt-mobile-toggle { display: block; }
	.tt-app-shell { display: block; }
	.tt-sidebar { position: fixed; z-index: 55; top: 0; left: 0; width: min(320px, 86vw); height: 100vh; transform: translateX(-105%); transition: transform .22s ease; box-shadow: 20px 0 45px rgba(7,21,47,.17); }
	.tt-sidebar.is-open { transform: none; }
	.tt-sidebar-title button { display: block; }
	.tt-overlay { position: fixed; z-index: 50; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(7,21,47,.38); opacity: 0; pointer-events: none; transition: opacity .22s; }
	.tt-overlay.is-open { display: block; opacity: 1; pointer-events: auto; }
	.tt-main { max-width: none; padding: 28px 24px 45px; }
	.tt-calculator-grid, .tt-bom-summary { grid-template-columns: 1fr; }
	.tt-result-card { position: static; }
	.tt-mold-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tt-mold-summary > div:nth-child(2) { border-right: 0; }
	.tt-mold-summary > div:nth-child(-n+2) { border-bottom: 1px solid var(--tt-border); }
}

@media (max-width: 620px) {
	.tt-logo { font-size: 21px; }
	.tt-logo img { width: 91px; }
	.tt-header { gap: 10px; padding: 0 13px; }
	.tt-header-actions { gap: 4px; }
	.tt-search { width: 38vw; min-width: 118px; }
	.tt-search > input { height: 34px; padding-left: 10px; font-size: 11px; }
	.tt-currency { display: none; }
	.tt-main { padding: 23px 15px 38px; }
	.tt-page-head { display: block; }
	.tt-how { margin-top: 11px; }
	.tt-fields { grid-template-columns: 1fr; }
	.tt-fields--four { grid-template-columns: 1fr; }
	.tt-field--wide { grid-column: auto; }
	.tt-result-actions { display: grid; }
	.tt-button { width: 100%; }
	.tt-tool-grid { grid-template-columns: 1fr; }
	.tt-tool-card { min-height: 150px; }
	.tt-quantity-grid { grid-template-columns: repeat(2, 1fr); }
	.tt-quantity-grid > div { border-bottom: 1px solid #e4e9f0; }
	.tt-quantity-grid > div:nth-child(2n) { border-right: 0; }
	.tt-quantity-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
	.tt-toolbar { align-items: flex-start; flex-direction: column; }
	.tt-toolbar > div:last-child, .tt-toolbar > div:last-child .tt-button { width: 100%; }
	.tt-section-title { align-items: flex-start; flex-direction: column; }
	.tt-section-title .tt-button { width: auto; }
	.tt-section-title .tt-inline-actions { width: 100%; }
	.tt-section-title .tt-inline-actions .tt-button { flex: 1; }
	.tt-mold-summary { grid-template-columns: 1fr; }
	.tt-mold-summary > div { border-right: 0; border-bottom: 1px solid var(--tt-border); }
	.tt-mold-summary > div:nth-child(-n+2) { border-bottom: 1px solid var(--tt-border); }
	.tt-mold-summary > div:last-child { border-bottom: 0; }
	.tt-mold-add { display: grid; }
	.tt-mold-list button { flex-basis: 88vw; }
	.tt-callout { align-items: flex-start; flex-direction: column; gap: 4px; }
	.tt-toast { right: 15px; bottom: 15px; left: 15px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
	.toyrd-tools-page *, .toyrd-tools-page *::before, .toyrd-tools-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
