.calculator{padding-top:44px;padding-bottom:75px}.calc-header{display:flex;justify-content:space-between;gap:20px;align-items:center}.calc-header h1{font-size:46px;font-weight:500;margin-bottom:14px}.calc-header p{font-size:14px}.privacy-chip{font-size:11px;color:#5a7664;border:1px solid #cbd7cc;padding:10px 14px;border-radius:30px;white-space:nowrap}.steps{display:flex;gap:50px;list-style:none;border-bottom:1px solid var(--line);padding:25px 0;margin-bottom:30px;font-size:12px;color:var(--muted)}.steps b{color:var(--orange);margin-right:10px}.calc-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:25px;align-items:start}.calc-main{display:grid;gap:20px;min-width:0}.work-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:26px;min-width:0}.card-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:20px}.card-heading h2,.quote-panel h2{font-size:20px;font-weight:600;margin:0}.card-heading>span{font-size:10px;color:var(--muted)}.drop-zone{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:34px 20px;border:1px dashed #abb8a8;background:#f7f8f3;border-radius:6px;cursor:pointer;overflow:hidden}.drop-zone.dragging,.drop-zone:focus-within{border-color:var(--orange);background:#fff5ee}.upload-symbol{font-size:28px;background:#e9eee5;border-radius:50%;width:54px;height:54px;margin-bottom:5px;color:#537152}.drop-zone strong{font-size:15px}.drop-zone>span:not(.upload-symbol){color:var(--orange);font-size:12px}.drop-zone small{font-size:10px;color:var(--muted);margin-top:8px;max-width:420px}.drop-zone input{position:absolute;inset:0;opacity:0;width:100%;cursor:pointer}.notice{background:#f2f4ed;color:#566452;padding:13px 15px;border-radius:5px;font-size:12px;line-height:1.7;margin-top:16px}.notice.error{background:#fff0ea;color:#a33920}.viewer-toolbar{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:20px 0 10px;font-size:11px}.viewer-toolbar>span{overflow-wrap:anywhere}.viewer-toolbar select{padding:5px}.drawing-stage{position:relative;background:#e6e7e1;border:1px solid var(--line);line-height:0;touch-action:none;user-select:none;cursor:crosshair;overflow:hidden}.drawing-stage canvas{width:100%;height:auto;display:block;max-height:none}.drawing-stage>#selection-box{display:none;position:absolute;border:2px solid var(--orange);background:#c6532f20;pointer-events:none}.field-grid{display:grid;grid-template-columns:2fr 1fr;gap:15px}.field-grid label,.field-label{font-size:12px;color:var(--muted);display:block}.field-grid input,.field-grid select,.quote-panel select,.measure-table input,.rule-card input,.rule-card select{display:block;width:100%;min-width:0;padding:11px 10px;background:#fafbf7;border:1px solid #d4d9ce;border-radius:4px;margin-top:7px;color:var(--ink)}.help-text{font-size:11px;color:var(--muted);margin:12px 0 0}.quiet-btn{border:1px solid var(--line);padding:9px 13px;background:#fff;color:var(--ink);border-radius:4px;font-size:12px}.quiet-btn:hover{border-color:var(--orange);color:var(--orange)}.table-scroll{overflow-x:auto}.measure-table{width:100%;border-collapse:collapse;font-size:12px}.measure-table th{text-align:left;color:var(--muted);font-size:10px;font-weight:500;border-bottom:1px solid var(--line);padding:0 5px 10px}.measure-table td{padding:8px 5px;border-bottom:1px solid #edf0e8}.measure-table input{margin:0;padding:9px;min-width:55px}.measure-table th:first-child{width:31%}.measure-table th:nth-child(2){width:25%}.measure-table th:nth-child(3){width:16%}.remove-row{border:0;color:#a85f4a;background:none;padding:6px;font-size:19px}.empty-state{text-align:center;padding:32px 10px;font-size:13px;color:var(--muted)}.empty-state small{font-size:11px}.confirm-line{display:flex;align-items:flex-start;gap:10px;font-size:12px;padding-top:22px;line-height:1.6}.confirm-line input{accent-color:var(--orange);margin-top:3px;width:16px;height:16px;flex:none}.quote-panel{position:sticky;top:108px}.quote-panel .eyebrow{margin-bottom:12px}.quote-panel h2{margin-bottom:25px}.quote-panel select{font-size:12px}.quote-facts{margin:24px 0}.quote-facts>div{display:flex;justify-content:space-between;gap:8px;font-size:12px;margin-bottom:14px}.quote-facts dt{color:var(--muted)}.quote-facts dd{font-weight:600}.quote-total{border-top:1px solid var(--line);padding-top:23px;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.quote-total>span{font-size:11px;color:var(--muted)}.quote-total strong{font-size:23px;font-weight:500}.quote-total small{font-size:10px;color:var(--muted)}.quote-panel>.btn-primary{width:100%;font-size:12px;padding:13px;gap:10px}.full{width:100%;margin-top:10px}.studio-link{display:block;font-size:11px;color:var(--orange);margin-top:25px;border-top:1px solid var(--line);padding-top:20px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0}.rule-card h2{font-size:20px}.rule-card label{display:block;font-size:12px;margin:12px 0}.settings-actions{display:flex;gap:15px;align-items:center;flex-wrap:wrap}#settings-status{padding-top:20px}
@media(max-width:1000px){.calc-layout{grid-template-columns:minmax(0,1fr) 285px}.work-card{padding:20px}.steps{gap:25px}.privacy-chip{display:none}}
@media(max-width:760px){.calculator{padding-top:30px}.calc-header h1{font-size:35px}.steps{gap:15px;font-size:10px;justify-content:space-between}.steps li{max-width:100px}.steps b{display:block;margin-bottom:5px}.calc-layout{grid-template-columns:1fr}.quote-panel{position:static}.card-heading{align-items:flex-start}.card-heading>span{font-size:9px}.card-heading h2{font-size:18px}.work-card{padding:18px}.rules-grid{grid-template-columns:1fr}.field-grid{grid-template-columns:1.7fr 1fr}.measure-table{min-width:365px}}

.measure-table{min-width:560px}.measure-table th:first-child{width:24%}.measure-table th:nth-child(2),.measure-table th:nth-child(3){width:21%}.measure-table th:nth-child(4){width:12%}#fileli-warning a{display:block;text-decoration:underline;font-weight:600;margin-top:8px}#fileli-warning[hidden]{display:none}

.measure-table{min-width:720px}.measure-table select{max-width:150px;padding:9px;background:var(--bg,#fff);color:var(--ink);border:1px solid var(--line);border-radius:4px}
.table-scroll{position:relative}

#quote-image-dialog{width:min(960px,94vw);max-height:92vh;margin:auto;padding:24px;border:1px solid #414850;border-radius:12px;background:#101419;color:#fff;overflow:auto;box-sizing:border-box}#quote-image-dialog::backdrop{background:#000b}.quote-image-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.quote-image-heading h2{font-size:20px;margin:0}#quote-image-preview{display:block;width:100%;height:auto;background:white;border-radius:4px}#save-quote-image{display:flex;justify-content:center;box-sizing:border-box}.quote-image-heading button{flex-shrink:0}
