
#js-tool-container-high-voltage-cable-calculator .hvc-app { display: flex; flex-direction: column; gap: 22px; color: var(--text-primary); }
#js-tool-container-high-voltage-cable-calculator .tbcalc-fieldset { border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 14px 16px 16px; margin: 0 0 14px; }
#js-tool-container-high-voltage-cable-calculator .tbcalc-legend { padding: 0 6px; font-weight: 600; font-size: 0.95rem; color: var(--text-secondary); }
#js-tool-container-high-voltage-cable-calculator .tbcalc-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
#js-tool-container-high-voltage-cable-calculator .tbcalc-field { display: flex; flex-direction: column; gap: 6px; }
#js-tool-container-high-voltage-cable-calculator .tbcalc-input { width: 100%; box-sizing: border-box; min-height: 44px; padding: 10px 12px; border: 1px solid var(--border-color); border-radius: var(--radius-sm); background: var(--bg-secondary); color: var(--text-primary); font-family: inherit; font-size: 1rem; }
#js-tool-container-high-voltage-cable-calculator .tbcalc-input:focus-visible { outline: 3px solid var(--accent-primary); outline-offset: 2px; border-color: var(--border-focus); }
#js-tool-container-high-voltage-cable-calculator .tbcalc-hint { font-size: 0.8rem; line-height: 1.35; color: var(--text-muted); }
#js-tool-container-high-voltage-cable-calculator .tbcalc-status { border: 1px solid var(--border-color); border-left: 4px solid var(--accent-primary); border-radius: var(--radius-sm); padding: 10px 14px; font-size: 0.9rem; line-height: 1.4; color: var(--text-secondary); }
#js-tool-container-high-voltage-cable-calculator .tbcalc-status.warn { border-left-color: var(--warning); background: var(--warning-light); color: var(--text-primary); }
#js-tool-container-high-voltage-cable-calculator .tb-zone-outcome { display: flex; flex-direction: column; gap: 16px; }
#js-tool-container-high-voltage-cable-calculator .tb-zone-outcome > .tbcalc-section-title { margin: 0; }
#js-tool-container-high-voltage-cable-calculator .tb-zone-outcome > * { margin: 0; }
#js-tool-container-high-voltage-cable-calculator .hvc-answer { display: flex; align-items: stretch; gap: 24px; border: 1px solid var(--border-focus); border-radius: var(--radius-lg); padding: 20px 24px; background: linear-gradient(135deg, var(--accent-primary), var(--accent-hover)); color: #ffffff; box-shadow: 0 10px 24px -12px var(--accent-primary); }
#js-tool-container-high-voltage-cable-calculator .hvc-answer-cell { display: flex; flex-direction: column; gap: 4px; justify-content: center; }
#js-tool-container-high-voltage-cable-calculator .hvc-answer-lead { flex: 1 1 auto; }
#js-tool-container-high-voltage-cable-calculator .hvc-answer-div { width: 1px; align-self: stretch; background: rgba(255,255,255,0.32); flex: 0 0 auto; }
#js-tool-container-high-voltage-cable-calculator .hvc-answer-cap { font-size: 0.82rem; letter-spacing: 0.03em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
#js-tool-container-high-voltage-cable-calculator .hvc-answer-num { font-size: clamp(2rem, 6vw, 3rem); font-weight: 800; line-height: 1.05; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
#js-tool-container-high-voltage-cable-calculator .hvc-answer-num-sec { font-size: clamp(1.6rem, 4.5vw, 2.2rem); }
@media (max-width: 560px) { #js-tool-container-high-voltage-cable-calculator .hvc-answer { flex-direction: column; gap: 14px; } #js-tool-container-high-voltage-cable-calculator .hvc-answer-div { width: auto; height: 1px; } }
#js-tool-container-high-voltage-cable-calculator .hvc-ledger { border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; }
#js-tool-container-high-voltage-cable-calculator .hvc-ledger-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
#js-tool-container-high-voltage-cable-calculator .hvc-ledger-caption { font-size: 0.85rem; letter-spacing: 0.02em; text-transform: uppercase; color: var(--text-muted); }
#js-tool-container-high-voltage-cable-calculator .hvc-flow { display: flex; width: 100%; height: 56px; border-radius: var(--radius-md); overflow: hidden; background: var(--bg-tertiary); box-shadow: inset 0 1px 3px rgba(0,0,0,0.12); }
#js-tool-container-high-voltage-cable-calculator .hvc-seg { position: relative; height: 100%; min-width: 0; transition: width 340ms ease-out; display: flex; align-items: center; justify-content: center; }
#js-tool-container-high-voltage-cable-calculator .hvc-seg-in { font-size: 0.82rem; font-weight: 700; color: #ffffff; text-shadow: 0 1px 2px rgba(0,0,0,0.4); white-space: nowrap; font-variant-numeric: tabular-nums; }
#js-tool-container-high-voltage-cable-calculator .hvc-seg-core { background: linear-gradient(180deg, var(--accent-primary), var(--accent-hover)); }
#js-tool-container-high-voltage-cable-calculator .hvc-seg-screen { background: linear-gradient(180deg, var(--warning), #d98315); }
#js-tool-container-high-voltage-cable-calculator .hvc-seg-diel { background: linear-gradient(180deg, var(--success), #0f9d76); }
#js-tool-container-high-voltage-cable-calculator .hvc-flow-desc { margin: 0; font-size: 0.8rem; color: var(--text-muted); }
#js-tool-container-high-voltage-cable-calculator .hvc-legend { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
#js-tool-container-high-voltage-cable-calculator .hvc-leg { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--text-secondary); }
#js-tool-container-high-voltage-cable-calculator .hvc-swatch { width: 12px; height: 12px; border-radius: 3px; flex: 0 0 auto; }
#js-tool-container-high-voltage-cable-calculator .hvc-sw-core { background: var(--accent-primary); }
#js-tool-container-high-voltage-cable-calculator .hvc-sw-screen { background: var(--warning); }
#js-tool-container-high-voltage-cable-calculator .hvc-sw-diel { background: var(--success); }
#js-tool-container-high-voltage-cable-calculator .hvc-leg-val { font-weight: 700; color: var(--text-primary); font-variant-numeric: tabular-nums; }
#js-tool-container-high-voltage-cable-calculator .hvc-reactive { display: grid; grid-template-columns: 220px 1fr; gap: 18px; align-items: center; border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 18px 20px; }
#js-tool-container-high-voltage-cable-calculator .hvc-dial { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; }
#js-tool-container-high-voltage-cable-calculator .hvc-dial-svg { width: 100%; max-width: 200px; height: auto; }
#js-tool-container-high-voltage-cable-calculator .hvc-dial-arc-anim { transition: stroke-dashoffset 360ms ease-out, stroke 200ms linear; }
#js-tool-container-high-voltage-cable-calculator .hvc-dial-cap { display: flex; flex-direction: column; align-items: center; gap: 1px; margin-top: -18px; }
#js-tool-container-high-voltage-cable-calculator .hvc-dial-num { font-size: 1.7rem; font-weight: 800; font-variant-numeric: tabular-nums; }
#js-tool-container-high-voltage-cable-calculator .hvc-dial-label { font-size: 0.76rem; color: var(--text-secondary); }
#js-tool-container-high-voltage-cable-calculator .hvc-dial-sub { font-size: 0.72rem; color: var(--text-muted); }
#js-tool-container-high-voltage-cable-calculator .hvc-react-list { margin: 0; display: flex; flex-direction: column; gap: 0; }
#js-tool-container-high-voltage-cable-calculator .hvc-react-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 9px 0; border-bottom: 1px dashed var(--border-color); }
#js-tool-container-high-voltage-cable-calculator .hvc-react-row:last-child { border-bottom: none; }
#js-tool-container-high-voltage-cable-calculator .hvc-react-row dt { font-size: 0.88rem; color: var(--text-secondary); margin: 0; }
#js-tool-container-high-voltage-cable-calculator .hvc-react-row dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 780px) {
  #js-tool-container-high-voltage-cable-calculator .hvc-reactive { grid-template-columns: 1fr; }
  #js-tool-container-high-voltage-cable-calculator .hvc-dial { max-width: 220px; margin: 0 auto; }
}
@media (max-width: 600px) {
  #js-tool-container-high-voltage-cable-calculator .tbcalc-grid-2 { grid-template-columns: 1fr; }
}
