#js-tool-container-copper-weight-in-cable-calculator .cwic-app-container{display:flex;flex-direction:column;gap:22px;font-family:var(--font-sans);color:var(--text-primary)}#js-tool-container-copper-weight-in-cable-calculator .cwic-form-pane{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px;display:flex;flex-direction:column;gap:16px}#js-tool-container-copper-weight-in-cable-calculator .cwic-grid-3col{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}#js-tool-container-copper-weight-in-cable-calculator .cwic-grid-2col{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}#js-tool-container-copper-weight-in-cable-calculator .cwic-actions-row{display:flex;gap:12px;flex-wrap:wrap;border-top:1px solid var(--border-color);padding-top:14px}#js-tool-container-copper-weight-in-cable-calculator .cwic-table-pane{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:18px;display:flex;flex-direction:column;gap:12px}#js-tool-container-copper-weight-in-cable-calculator .cwic-table-header{border-bottom:1px solid var(--border-color);padding-bottom:8px}#js-tool-container-copper-weight-in-cable-calculator .cwic-table-wrapper{overflow-x:auto}#js-tool-container-copper-weight-in-cable-calculator .cwic-table{width:100%;border-collapse:collapse;font-size:0.875rem;text-align:left}#js-tool-container-copper-weight-in-cable-calculator .cwic-table th{padding:10px 12px;border-bottom:2px solid var(--border-color);color:var(--text-secondary);font-weight:700}#js-tool-container-copper-weight-in-cable-calculator .cwic-table td{padding:10px 12px;border-bottom:1px solid var(--border-color);color:var(--text-primary);font-variant-numeric:tabular-nums}#js-tool-container-copper-weight-in-cable-calculator .cwic-empty-text{text-align:center;color:var(--text-muted);padding:20px 10px}#js-tool-container-copper-weight-in-cable-calculator .cwic-del-btn{color:var(--danger);background:none;border:none;font-weight:700;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm)}#js-tool-container-copper-weight-in-cable-calculator .cwic-del-btn:hover{background:var(--danger-light)}#js-tool-container-copper-weight-in-cable-calculator .cwic-results-pane{display:flex;flex-direction:column;gap:18px}#js-tool-container-copper-weight-in-cable-calculator .cwic-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}#js-tool-container-copper-weight-in-cable-calculator .cwic-card{background:var(--bg-primary);border:1px solid var(--border-color);border-left:4px solid var(--accent-primary);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-height:90px}#js-tool-container-copper-weight-in-cable-calculator .cwic-res-val{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:800;color:var(--text-primary);font-variant-numeric:tabular-nums}#js-tool-container-copper-weight-in-cable-calculator .cwic-unit{font-size:0.85rem;font-weight:600;color:var(--text-secondary)}