#js-tool-container-shveller-10p-weight-calculator .sh10-app { --sh10-steel: #6b7280; --sh10-steel-dark: #9aa3b2; display: flex; flex-direction: column; gap: 22px; }
#js-tool-container-shveller-10p-weight-calculator .tb-zone { display: flex; flex-direction: column; gap: 16px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-fs { border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 16px 18px 18px; margin: 0; }
#js-tool-container-shveller-10p-weight-calculator .sh10-legend { padding: 0 8px; font-weight: 650; font-size: 0.94rem; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .tbcalc-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 148px), 1fr)); gap: 16px 20px; }
#js-tool-container-shveller-10p-weight-calculator .tb-field { display: flex; flex-direction: column; gap: 6px; }
#js-tool-container-shveller-10p-weight-calculator .tb-field label { font-size: 0.92rem; font-weight: 550; color: var(--text-primary); }
#js-tool-container-shveller-10p-weight-calculator .tb-field input { height: 44px; padding: 0 12px; border: 1px solid var(--border-color); border-radius: var(--radius-sm); background: var(--bg-secondary); color: var(--text-primary); font-size: 16px; font-family: var(--font-sans); }
#js-tool-container-shveller-10p-weight-calculator .tbcalc-hint { font-size: 0.8rem; line-height: 1.35; color: var(--text-muted); }
#js-tool-container-shveller-10p-weight-calculator .sh10-outcome { gap: 16px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-topline { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 14px; align-items: stretch; }
#js-tool-container-shveller-10p-weight-calculator .sh10-hero { border: 1px solid var(--border-color); border-left: 4px solid var(--accent-primary); border-radius: var(--radius-md); background: var(--accent-light); padding: 16px 20px 14px; min-height: 128px; display: flex; flex-direction: column; gap: 6px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-hero-label { font-size: 0.84rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-hero-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
#js-tool-container-shveller-10p-weight-calculator .sh10-hero-value { font-size: clamp(2rem, 5.4vw, 2.9rem); font-weight: 750; line-height: 1.04; color: var(--text-primary); font-variant-numeric: tabular-nums; }
#js-tool-container-shveller-10p-weight-calculator .sh10-hero-unit { font-size: 1.05rem; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-hero-note { margin: 0; font-size: 0.86rem; line-height: 1.42; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-pricecard { border: 1px solid var(--border-color); border-left: 4px solid var(--sh10-steel); border-radius: var(--radius-md); background: var(--bg-secondary); padding: 14px 18px 12px; display: flex; flex-direction: column; gap: 4px; justify-content: center; }
#js-tool-container-shveller-10p-weight-calculator .sh10-pricecard-label { font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); }
#js-tool-container-shveller-10p-weight-calculator .sh10-pricecard-row { display: flex; align-items: baseline; gap: 8px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-pricecard-val { font-size: clamp(1.4rem, 3.4vw, 1.8rem); font-weight: 700; color: var(--text-primary); font-variant-numeric: tabular-nums; }
#js-tool-container-shveller-10p-weight-calculator .sh10-pricecard-sub { font-size: 0.82rem; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-strip { display: flex; flex-direction: column; gap: 7px; padding: 2px 2px 0; }
#js-tool-container-shveller-10p-weight-calculator .sh10-strip-row { display: flex; align-items: baseline; gap: 10px; font-size: 0.9rem; padding-bottom: 7px; background-image: radial-gradient(circle, var(--border-color) 1px, transparent 1.4px); background-size: 9px 2px; background-repeat: repeat-x; background-position: 0 100%; }
#js-tool-container-shveller-10p-weight-calculator .sh10-strip-label { background: var(--bg-primary); padding-right: 8px; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-strip-val { margin-left: auto; background: var(--bg-primary); padding-left: 8px; font-weight: 650; color: var(--text-primary); font-variant-numeric: tabular-nums; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol { display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--border-color); border-radius: var(--radius-md); background: var(--bg-secondary); padding: 12px 16px 10px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-kicker { font-size: 0.85rem; font-weight: 600; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-delta { font-size: 0.95rem; font-weight: 700; color: var(--text-primary); font-variant-numeric: tabular-nums; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-track { position: relative; height: 44px; border-radius: var(--radius-sm); background: var(--bg-tertiary); overflow: hidden; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-band { position: absolute; top: 6px; bottom: 6px; left: 18.75%; width: 62.5%; background: var(--success-light); border: 1px dashed var(--success); border-radius: 4px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-tick { position: absolute; top: 4px; bottom: 4px; left: 50%; width: 2px; background: var(--text-muted); opacity: 0.7; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-mark { position: absolute; top: 50%; width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--bg-primary); transform: translate(-50%, -50%); transition: left 220ms ease; box-shadow: 0 0 0 1px var(--border-color); }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-mark-mass { background: var(--accent-primary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-mark-geo { background: var(--sh10-steel); }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-foot { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 0.82rem; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-legend { display: inline-flex; align-items: center; gap: 7px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-tol-range { margin-left: auto; color: var(--text-muted); }
#js-tool-container-shveller-10p-weight-calculator .sh10-swatch { display: block; width: 12px; height: 12px; border-radius: 3px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-swatch-calc { background: var(--accent-primary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-swatch-geo { background: var(--sh10-steel); }
#js-tool-container-shveller-10p-weight-calculator .sh10-status { border: 1px solid var(--border-color); border-left: 4px solid var(--border-color); border-radius: var(--radius-sm); padding: 10px 14px; font-size: 0.88rem; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-status.is-warn { border-left-color: var(--warning); background: var(--warning-light); color: var(--text-primary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-status.is-danger { border-left-color: var(--danger); background: var(--danger-light); color: var(--text-primary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-passport { margin: 0; border-top: 2px solid var(--text-primary); padding-top: 12px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-passport-title { font-size: 0.9rem; font-weight: 650; color: var(--text-primary); margin-bottom: 10px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-passport-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 112px), 1fr)); gap: 10px 14px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-passport-cell { display: flex; flex-direction: column; gap: 2px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-passport-key { font-size: 0.78rem; color: var(--text-muted); }
#js-tool-container-shveller-10p-weight-calculator .sh10-passport-num { font-size: 1rem; font-weight: 650; color: var(--text-primary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-canvas-wrap { position: relative; width: 100%; min-height: 220px; aspect-ratio: 8 / 3; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; contain: layout; }
#js-tool-container-shveller-10p-weight-calculator .sh10-canvas-wrap canvas { display: block; width: 100%; height: 100%; }
#js-tool-container-shveller-10p-weight-calculator .sh10-canvas-desc { margin: 0; font-size: 0.83rem; line-height: 1.4; color: var(--text-muted); }
#js-tool-container-shveller-10p-weight-calculator .sh10-legend { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 0.83rem; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-legend-item { display: inline-flex; align-items: center; gap: 7px; }
#js-tool-container-shveller-10p-weight-calculator .sh10-dot { display: block; width: 11px; height: 11px; border-radius: 50%; }
#js-tool-container-shveller-10p-weight-calculator .sh10-dot-metal { background: var(--sh10-steel); }
#js-tool-container-shveller-10p-weight-calculator .sh10-dot-axis { background: var(--accent-primary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-dot-dim { background: var(--text-muted); }
#js-tool-container-shveller-10p-weight-calculator .sh10-table-wrap { overflow-x: auto; border: 1px solid var(--border-color); border-radius: var(--radius-md); }
#js-tool-container-shveller-10p-weight-calculator .sh10-table { width: 100%; border-collapse: collapse; font-size: 0.87rem; }
#js-tool-container-shveller-10p-weight-calculator .sh10-table caption { text-align: left; padding: 10px 14px; font-size: 0.83rem; color: var(--text-muted); }
#js-tool-container-shveller-10p-weight-calculator .sh10-table th, #js-tool-container-shveller-10p-weight-calculator .sh10-table td { padding: 9px 14px; text-align: right; border-top: 1px solid var(--border-color); }
#js-tool-container-shveller-10p-weight-calculator .sh10-table th { text-align: left; font-weight: 600; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-table td:first-child, #js-tool-container-shveller-10p-weight-calculator .sh10-table td:nth-child(2) { text-align: left; color: var(--text-secondary); }
#js-tool-container-shveller-10p-weight-calculator .sh10-table td:last-child { font-weight: 650; color: var(--text-primary); white-space: nowrap; }
#js-tool-container-shveller-10p-weight-calculator .sh10-res-val, #js-tool-container-shveller-10p-weight-calculator .sh10-passport-num { overflow-wrap: anywhere; }
#js-tool-container-shveller-10p-weight-calculator .sh10-app { max-width: 100%; min-width: 0; }
#js-tool-container-shveller-10p-weight-calculator .tb-zone { min-width: 0; max-width: 100%; }
#js-tool-container-shveller-10p-weight-calculator .tbcalc-fieldset, #js-tool-container-shveller-10p-weight-calculator .sh10-fs { min-width: 0; max-width: 100%; }
#js-tool-container-shveller-10p-weight-calculator .tb-field, #js-tool-container-shveller-10p-weight-calculator .tbcalc-field { min-width: 0; }
#js-tool-container-shveller-10p-weight-calculator .tb-input, #js-tool-container-shveller-10p-weight-calculator .tb-select, #js-tool-container-shveller-10p-weight-calculator .tb-field input, #js-tool-container-shveller-10p-weight-calculator .tb-field select { min-width: 0; width: 100%; }
#js-tool-container-shveller-10p-weight-calculator .tb-table-wrap { overflow-x: auto; min-width: 0; max-width: 100%; -webkit-overflow-scrolling: touch; }
#js-tool-container-shveller-10p-weight-calculator .tb-table, #js-tool-container-shveller-10p-weight-calculator .tbcalc-table { table-layout: auto; min-width: 0; }
#js-tool-container-shveller-10p-weight-calculator .tb-table td, #js-tool-container-shveller-10p-weight-calculator .tb-table th { overflow-wrap: anywhere; }
#js-tool-container-shveller-10p-weight-calculator .tb-ledger-row, #js-tool-container-shveller-10p-weight-calculator .tb-spec-row { min-width: 0; }
#js-tool-container-shveller-10p-weight-calculator .tb-ledger-label, #js-tool-container-shveller-10p-weight-calculator .tb-spec-label { overflow-wrap: anywhere; }
