#js-tool-container-moving-cost-calculator .tb-mbc-app { display: flex; flex-direction: column; gap: 20px; color: var(--text-primary, #12141a); } #js-tool-container-moving-cost-calculator .tbcalc-fieldset { border: 1px solid var(--border-color, rgba(16,17,22,.09)); border-radius: var(--radius-md, 12px); padding: 16px 18px 18px; margin: 0 0 14px; } #js-tool-container-moving-cost-calculator .tbcalc-legend { padding: 0 6px; font-weight: 600; font-size: 0.95rem; color: var(--text-secondary, #4d5465); } #js-tool-container-moving-cost-calculator .tb-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; } #js-tool-container-moving-cost-calculator .tbcalc-field { display: flex; flex-direction: column; gap: 6px; } #js-tool-container-moving-cost-calculator .tbcalc-hint { font-size: 0.8rem; line-height: 1.35; color: var(--text-muted, #5a6270); } #js-tool-container-moving-cost-calculator .tb-mbc-summary { border: 1px solid var(--border-color, rgba(16,17,22,.09)); border-left: 4px solid var(--accent-primary, #2f66ff); border-radius: var(--radius-md, 12px); background: var(--bg-secondary, #fff); padding: 16px 18px; display: flex; flex-direction: column; gap: 12px; margin: 0 0 14px; } html[data-theme="dark"] #js-tool-container-moving-cost-calculator .tb-mbc-summary { background: var(--bg-secondary, #17181f); } #js-tool-container-moving-cost-calculator .tb-mbc-sum-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px 20px; flex-wrap: wrap; } #js-tool-container-moving-cost-calculator .tb-mbc-sum-main { display: flex; flex-direction: column; gap: 2px; min-width: 0; } #js-tool-container-moving-cost-calculator .tb-mbc-sum-label { font-size: 0.86rem; color: var(--text-secondary, #4d5465); } #js-tool-container-moving-cost-calculator .tb-mbc-sum-row { display: flex; align-items: baseline; gap: 8px; } #js-tool-container-moving-cost-calculator .tb-mbc-total { font-size: clamp(1.9rem, 5vw, 2.7rem); font-weight: 700; line-height: 1.05; font-variant-numeric: tabular-nums; color: var(--text-primary, #12141a); } #js-tool-container-moving-cost-calculator .tb-mbc-cur { font-size: 1rem; color: var(--text-secondary, #4d5465); } #js-tool-container-moving-cost-calculator .tb-mbc-sum-side { display: flex; flex-direction: column; gap: 3px; font-size: 0.82rem; color: var(--text-secondary, #4d5465); font-variant-numeric: tabular-nums; } #js-tool-container-moving-cost-calculator .tb-mbc-mix { display: flex; height: 10px; border-radius: 6px; overflow: hidden; background: var(--bg-tertiary, #f1f2f5); } #js-tool-container-moving-cost-calculator .tb-mbc-mix-seg { height: 100%; min-width: 2px; } #js-tool-container-moving-cost-calculator .tb-mbc-mx1 { background: var(--accent-primary, #2f66ff); } #js-tool-container-moving-cost-calculator .tb-mbc-mx2 { background: var(--success, #18996b); } #js-tool-container-moving-cost-calculator .tb-mbc-mx3 { background: var(--warning, #b57c17); } #js-tool-container-moving-cost-calculator .tb-mbc-mx4 { background: var(--text-muted, #5a6270); } #js-tool-container-moving-cost-calculator .tb-mbc-mix-legend { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6px 18px; } #js-tool-container-moving-cost-calculator .tb-mbc-li { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text-secondary, #4d5465); min-width: 0; } #js-tool-container-moving-cost-calculator .tb-mbc-mk { flex: none; width: 10px; height: 10px; border-radius: 3px; } #js-tool-container-moving-cost-calculator .tb-mbc-li-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #js-tool-container-moving-cost-calculator .tb-mbc-li-val { margin-left: auto; font-weight: 650; font-variant-numeric: tabular-nums; color: var(--text-primary, #12141a); white-space: nowrap; } #js-tool-container-moving-cost-calculator .tb-status { border: 1px solid var(--border-color, rgba(16,17,22,.09)); border-left: 4px solid var(--accent-primary, #2f66ff); border-radius: var(--radius-sm, 8px); padding: 10px 14px; margin: 0 0 14px; font-size: 0.9rem; line-height: 1.4; color: var(--text-secondary, #4d5465); } #js-tool-container-moving-cost-calculator .tb-status.tb-status-warn { border-left-color: var(--warning, #b57c17); background: var(--warning-light, rgba(181,124,23,.1)); color: var(--text-primary, #12141a); } #js-tool-container-moving-cost-calculator .tb-mbc-load { margin: 0 0 4px; } #js-tool-container-moving-cost-calculator .tb-mbc-load-body { position: relative; height: 64px; border: 1px solid var(--border-color, rgba(16,17,22,.09)); border-radius: 8px; background: var(--bg-tertiary, #f1f2f5); overflow: hidden; } #js-tool-container-moving-cost-calculator .tb-mbc-load-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: repeating-linear-gradient(45deg, rgba(47,102,255,.35) 0 10px, rgba(47,102,255,.18) 10px 20px); border-right: 2px solid var(--accent-primary, #2f66ff); transition: width 0.3s ease; } html[data-theme="dark"] #js-tool-container-moving-cost-calculator .tb-mbc-load-fill { background: repeating-linear-gradient(45deg, rgba(47,102,255,.5) 0 10px, rgba(47,102,255,.28) 10px 20px); } #js-tool-container-moving-cost-calculator .tb-mbc-load-useful { position: absolute; top: 0; bottom: 0; left: 85%; border-left: 2px dashed var(--warning, #b57c17); } #js-tool-container-moving-cost-calculator .tb-mbc-load-label { position: absolute; top: 8px; left: 10px; font-size: 0.78rem; font-weight: 650; color: var(--text-secondary, #4d5465); } #js-tool-container-moving-cost-calculator .tb-mbc-load-axis { display: flex; justify-content: space-between; gap: 8px; margin-top: 6px; font-size: 0.72rem; color: var(--text-muted, #5a6270); font-variant-numeric: tabular-nums; } #js-tool-container-moving-cost-calculator .tb-mbc-desc { margin: 10px 0 0; font-size: 0.82rem; line-height: 1.45; color: var(--text-muted, #5a6270); } #js-tool-container-moving-cost-calculator .tb-mbc-table-wrap { overflow-x: auto; border: 1px solid var(--border-color, rgba(16,17,22,.09)); border-radius: var(--radius-md, 12px); -webkit-overflow-scrolling: touch; } #js-tool-container-moving-cost-calculator .tb-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; font-variant-numeric: tabular-nums; } #js-tool-container-moving-cost-calculator .tb-table caption { caption-side: top; text-align: left; padding: 12px 16px; font-weight: 600; font-size: 0.9rem; color: var(--text-secondary, #4d5465); } #js-tool-container-moving-cost-calculator .tb-table th { text-align: left; color: var(--text-secondary, #4d5465); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; padding: 10px 14px; background: var(--bg-tertiary, #f1f2f5); border-bottom: 1px solid var(--border-color, rgba(16,17,22,.09)); white-space: nowrap; } #js-tool-container-moving-cost-calculator .tb-table td { padding: 9px 14px; border-top: 1px solid var(--border-color, rgba(16,17,22,.09)); vertical-align: top; } #js-tool-container-moving-cost-calculator .tb-table td:nth-child(2), #js-tool-container-moving-cost-calculator .tb-table td:nth-child(3) { text-align: right; white-space: nowrap; } #js-tool-container-moving-cost-calculator .tb-table td:nth-child(4) { font-size: 0.8rem; color: var(--text-muted, #5a6270); } #js-tool-container-moving-cost-calculator .tb-mbc-tfoot { font-weight: 700; font-size: 0.95rem; } #js-tool-container-moving-cost-calculator .tb-mbc-limits { margin: 0; font-size: 0.84rem; line-height: 1.45; color: var(--text-muted, #5a6270); } @media (max-width: 640px) { #js-tool-container-moving-cost-calculator .tb-mbc-app { gap: 12px; } #js-tool-container-moving-cost-calculator .tb-grid-2 { grid-template-columns: minmax(0, 1fr); } #js-tool-container-moving-cost-calculator .tb-mbc-summary { padding: 14px; } #js-tool-container-moving-cost-calculator .tb-mbc-sum-head { flex-direction: column; align-items: flex-start; } #js-tool-container-moving-cost-calculator .tb-mbc-mix-legend { grid-template-columns: minmax(0, 1fr); } }