
/* SuperToolZone Universal Calculator Renderer v1.0 */
:root{--ucr-green:#176447;--ucr-green-2:#4f8f25;--ucr-blue:#28659b;--ucr-border:#cfd8d3;--ucr-soft:#f5f6f4;--ucr-text:#12231d;--ucr-muted:#596861}
.stz-advanced-calculator{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ucr-text);max-width:100%;min-width:0}
.stz-advanced-calculator *{box-sizing:border-box;min-width:0}
.stz-advanced-calculator .stz-calc-workspace{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;align-items:stretch!important;margin:0!important}
.stz-input-panel,.stz-output-panel{border:1px solid var(--ucr-border)!important;border-radius:4px!important;background:#fff!important;padding:10px!important;box-shadow:none!important;min-height:100%!important}
.stz-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0 0 8px!important;padding:0!important}
.stz-panel-head h3{font-size:17px!important;line-height:1.25!important;margin:0!important}
.stz-kicker{display:none!important}.stz-print-link{padding:4px 9px!important;min-height:30px!important;font-size:12px!important;background:#fff!important;color:#123!important;border:1px solid #c9d2ce!important}
.stz-calc-grid{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;margin:0!important}
.stz-calc-grid>label{display:grid!important;grid-template-columns:minmax(130px,1fr) 122px!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0!important;font-size:12px!important;line-height:1.2!important;font-weight:500!important}
.stz-calc-grid>label>span{overflow-wrap:anywhere!important}
.stz-calc-grid input,.stz-calc-grid select{width:122px!important;max-width:122px!important;height:30px!important;min-height:30px!important;padding:3px 7px!important;font-size:13px!important;border:1px solid #7da0bd!important;border-radius:3px!important;background:#fff!important}
.stz-calc-grid input:focus,.stz-calc-grid select:focus{outline:2px solid #9bc3e4!important;outline-offset:1px!important}
.stz-location-panel,.stz-global-controls{margin:0 0 8px!important;padding:7px!important;border:1px solid #dce4e0!important;background:#fafcfb!important;border-radius:3px!important}
.stz-location-grid,.stz-global-grid{display:grid!important;grid-template-columns:1fr!important;gap:4px!important}
.stz-location-grid label,.stz-global-grid label{display:grid!important;grid-template-columns:minmax(130px,1fr) 150px!important;align-items:center!important;gap:8px!important;font-size:11px!important;margin:0!important}
.stz-location-grid select,.stz-global-grid select{height:30px!important;min-height:30px!important;padding:3px 6px!important;font-size:12px!important;width:150px!important;max-width:150px!important}
.stz-calc-actions{display:flex!important;justify-content:center!important;gap:6px!important;margin:9px 0 0!important}
.stz-calc-actions button{min-height:32px!important;padding:5px 16px!important;font-size:12px!important;border-radius:2px!important}
.stz-calc-actions button:first-child{background:var(--ucr-green-2)!important;color:#fff!important}
.stz-output-panel{display:flex!important;flex-direction:column!important}
.stz-primary-result{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;background:var(--ucr-green-2)!important;color:#fff!important;border-radius:0!important;padding:7px 10px!important;margin:0!important;min-height:38px!important}
.stz-primary-result span{font-size:14px!important;font-weight:600!important}.stz-primary-result strong{font-size:20px!important;line-height:1!important;overflow-wrap:anywhere!important;text-align:right!important}
.stz-calc-results{display:block!important;margin:0!important;border:0!important}
.stz-calc-result{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:7px 5px!important;border-bottom:1px solid #e3e7e5!important;background:#fff!important;min-height:32px!important}
.stz-calc-result span{font-size:12px!important;line-height:1.25!important;color:#263a31!important}.stz-calc-result strong{font-size:12px!important;white-space:nowrap!important;text-align:right!important}
.stz-result-note{font-size:10px!important;line-height:1.35!important;color:var(--ucr-muted)!important;margin:6px 3px!important}
.stz-output-panel>.stz-chart-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:6px!important}
.stz-output-panel>.stz-chart-grid article{border:0!important;border-radius:0!important;padding:5px!important;background:#fff!important;box-shadow:none!important}
.stz-output-panel>.stz-chart-grid h3{font-size:12px!important;text-align:center!important;margin:0 0 4px!important}
.stz-output-panel canvas{width:100%!important;height:150px!important;max-height:150px!important}
.stz-analysis{margin-top:10px!important;border:0!important;background:transparent!important;padding:0!important}
.stz-analysis>.stz-tabs{display:flex!important;gap:4px!important;margin-bottom:7px!important;border-bottom:1px solid var(--ucr-border)!important}
.stz-analysis>.stz-tabs button{font-size:11px!important;padding:5px 8px!important;min-height:28px!important;border-radius:2px 2px 0 0!important}
.stz-analysis [data-pane="visual"]>.stz-chart-grid{display:none!important}
.stz-schedule-panel{display:block!important;border:0!important;padding:0!important;margin:0!important;background:#fff!important}
.stz-table-toolbar{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;margin:0 0 6px!important}
.stz-table-toolbar h3{font-size:18px!important;margin:0!important}.stz-table-toolbar p{display:none!important}
.stz-schedule-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:4px!important}
.stz-schedule-tabs{display:flex!important;gap:3px!important}.stz-schedule-tabs button,.stz-schedule-actions>.secondary{min-height:28px!important;padding:4px 8px!important;font-size:10px!important;border-radius:2px!important}
.stz-table-scroll{overflow:auto!important;border:1px solid #b8c6bf!important;max-height:430px!important}
.stz-data-table{width:100%!important;border-collapse:collapse!important;font-size:11px!important}
.stz-data-table th{position:sticky!important;top:0!important;background:var(--ucr-blue)!important;color:#fff!important;padding:5px 6px!important;white-space:nowrap!important}
.stz-data-table td{padding:4px 6px!important;border:1px solid #d5ddda!important;text-align:right!important;white-space:nowrap!important}.stz-data-table td:first-child{text-align:center!important}
.stz-schedule-summary{font-size:10px!important;margin:5px 0!important;color:var(--ucr-muted)!important}
.stz-utility-bar{display:flex!important;flex-wrap:wrap!important;gap:4px!important;margin-top:8px!important}.stz-utility-bar button{font-size:10px!important;min-height:28px!important;padding:4px 8px!important}
.stz-formula,.stz-steps,.stz-history-item{font-size:12px!important}.stz-calc-error{font-size:11px!important;padding:6px!important;margin-top:5px!important}
.stz-renderer-pending{padding:18px;border:1px solid #d9e1dd;background:#fafcfb;border-radius:4px;text-align:center}.stz-renderer-pending h3{margin:0 0 6px;font-size:17px}.stz-renderer-pending p{margin:0;color:#596861;font-size:12px}
@media(max-width:900px){.stz-advanced-calculator .stz-calc-workspace{grid-template-columns:1fr!important}.stz-output-panel>.stz-chart-grid{grid-template-columns:1fr 1fr!important}.stz-calc-grid>label{grid-template-columns:minmax(0,1fr) 130px!important}.stz-calc-grid input,.stz-calc-grid select{width:130px!important;max-width:130px!important}}
@media(max-width:560px){.stz-input-panel,.stz-output-panel{padding:8px!important}.stz-calc-grid>label{grid-template-columns:minmax(0,1fr) 112px!important;gap:6px!important;font-size:11px!important}.stz-calc-grid input,.stz-calc-grid select{width:112px!important;max-width:112px!important;height:29px!important;min-height:29px!important;font-size:12px!important}.stz-location-grid label,.stz-global-grid label{grid-template-columns:minmax(0,1fr) 132px!important}.stz-location-grid select,.stz-global-grid select{width:132px!important;max-width:132px!important}.stz-output-panel>.stz-chart-grid{grid-template-columns:1fr!important}.stz-output-panel canvas{height:170px!important;max-height:170px!important}.stz-table-toolbar{align-items:flex-start!important;flex-direction:column!important}.stz-schedule-actions{justify-content:flex-start!important}.stz-primary-result strong{font-size:18px!important}}
@media print{.site-header,.stz-tool-sidebar,.stz-utility-bar,.stz-calc-actions,.stz-print-link,.stz-tabs{display:none!important}.stz-advanced-calculator .stz-calc-workspace{grid-template-columns:1fr 1fr!important}.stz-table-scroll{max-height:none!important;overflow:visible!important}}
