/* TowYo Builder — front-end styles (scoped to #tw-builder-root) */
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&family=Spline+Sans+Mono:wght@500;600&display=swap');

#tw-builder-root{
  --ink:#10141B; --line:#E3E6EC; --line2:#D2D7E0; --paper:#EEF0F4; --card:#fff;
  --muted:#5C6675; --muted2:#8A93A2; --navy:#16315E; --navy2:#2C5BAA; --navytint:#EAF0FA;
  --torch:#DD2117; --torchink:#B11910; --go:#1F8A4C; --warn:#B8801A; --warntint:#FBF1DD;
  --disp:"Saira Condensed",system-ui,sans-serif; --body:"Inter",system-ui,sans-serif;
  --mono:"Spline Sans Mono",ui-monospace,monospace;
  font-family:var(--body); color:var(--ink); line-height:1.5; max-width:1180px; margin:0 auto;
}
#tw-builder-root *{box-sizing:border-box}
#tw-builder-root .tw-loading{padding:60px;text-align:center;color:var(--muted)}

/* steps */
#tw-builder-root .tw-steps{display:flex;gap:10px;align-items:center;font-family:var(--mono);font-size:12px;color:var(--muted2);padding:14px 4px}
#tw-builder-root .tw-steps b{color:var(--navy)}
#tw-builder-root .tw-h{font-family:var(--disp);text-transform:uppercase;letter-spacing:.03em;color:var(--navy);font-size:18px;margin:18px 0 12px}

/* type & size grids */
#tw-builder-root .tw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}
#tw-builder-root .tw-tile{border:1.5px solid var(--line2);border-radius:12px;padding:16px;cursor:pointer;background:#fff;
  font-family:inherit;text-align:left;transition:.13s}
#tw-builder-root .tw-tile:hover{border-color:var(--navy2);transform:translateY(-1px)}
#tw-builder-root .tw-tile.on{border-color:var(--torch);box-shadow:0 0 0 3px rgba(221,33,23,.12)}
#tw-builder-root .tw-tile .nm{font-family:var(--disp);text-transform:uppercase;font-weight:700;font-size:18px}
#tw-builder-root .tw-tile .ds{font-size:12.5px;color:var(--muted);margin-top:4px}
#tw-builder-root .tw-tile .dim{font-family:var(--mono);font-weight:600;font-size:16px}
#tw-builder-root .tw-tile .dim small{display:block;font:500 10px/1.4 var(--body);color:var(--muted2);letter-spacing:.05em}

/* manufacturer rail */
#tw-builder-root .tw-mfrrail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);gap:10px;
  overflow-x:auto;padding:8px 0 16px}
#tw-builder-root .tw-mfr{text-align:left;background:#fff;border:1.5px solid var(--line2);border-radius:10px;padding:12px;
  cursor:pointer;position:relative;font-family:inherit;transition:.13s}
#tw-builder-root .tw-mfr:hover{border-color:var(--navy2)}
#tw-builder-root .tw-mfr.on{border-color:var(--navy);box-shadow:0 0 0 3px var(--navytint)}
#tw-builder-root .tw-mfr .nm{display:block;font-family:var(--disp);text-transform:uppercase;font-weight:700;font-size:15px;line-height:1.15;letter-spacing:.01em}
#tw-builder-root .tw-mfr .pr{display:block;font-family:var(--mono);font-weight:700;font-size:20px;color:var(--navy);margin-top:6px;line-height:1}
#tw-builder-root .tw-mfr .sub{display:block;font-size:11px;color:var(--muted2);margin-top:5px}
#tw-builder-root .tw-mfr .flag{position:absolute;top:-8px;right:8px;font:600 9px/1 var(--body);letter-spacing:.08em;
  text-transform:uppercase;color:#fff;background:var(--go);padding:4px 6px;border-radius:5px}
#tw-builder-root .tw-mfr .marg{display:block;font-family:var(--mono);font-size:12px;color:var(--go);margin-top:5px}

/* layout */
#tw-builder-root .tw-main{display:grid;grid-template-columns:1fr 350px;gap:24px;align-items:start;padding-bottom:40px}
@media(max-width:880px){#tw-builder-root .tw-main{grid-template-columns:1fr}}

/* category + option */
#tw-builder-root .tw-cat{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden}
#tw-builder-root .tw-cat>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:10px;padding:14px 16px;
  font-family:var(--disp);text-transform:uppercase;letter-spacing:.03em;font-size:15px;color:var(--navy)}
#tw-builder-root .tw-cat>summary::-webkit-details-marker{display:none}
#tw-builder-root .tw-cat>summary .ct{font:500 11px/1 var(--body);color:var(--muted);background:var(--paper);padding:5px 9px;border-radius:999px}
#tw-builder-root .tw-cat>summary .ct-meta{margin-left:auto;display:flex;align-items:center;gap:8px;flex:none}
#tw-builder-root .tw-cat>summary .ct-nm{font-weight:600}
#tw-builder-root .tw-cat>summary .sel{font:700 11px/1 var(--body);color:var(--go);background:rgba(31,138,76,.12);padding:5px 9px;border-radius:999px;white-space:nowrap}
#tw-builder-root .tw-cat.has-sel{box-shadow:inset 3px 0 0 var(--go)}
#tw-builder-root .tw-cat.has-sel>summary .ct-nm{color:var(--ink)}
#tw-builder-root .tw-optsearch{position:relative;margin-bottom:12px}
#tw-builder-root .tw-optsearch svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted)}
#tw-builder-root .tw-optsearch input{width:100%;border:1.5px solid var(--line);border-radius:11px;padding:12px 14px 12px 38px;font:400 14px/1 var(--body);color:var(--ink);background:#fff}
#tw-builder-root .tw-optsearch input:focus{outline:0;border-color:var(--navy2)}
#tw-builder-root .tw-opt{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border-top:1px solid var(--line)}
#tw-builder-root .tw-opt .nm{font-weight:600;font-size:14.5px}
#tw-builder-root .tw-opt .ds{font-size:12.5px;color:var(--muted);margin-top:2px}
#tw-builder-root .tw-opt .price{margin-left:auto;text-align:right;min-width:92px;font-family:var(--mono);font-weight:600}
#tw-builder-root .tw-opt .price .na{color:var(--torchink);font-size:12px;font-family:var(--body)}
#tw-builder-root .tw-opt.off{opacity:.5}
#tw-builder-root .tw-cb{appearance:none;width:22px;height:22px;border:2px solid var(--line2);border-radius:6px;cursor:pointer;
  margin-top:2px;display:grid;place-content:center;background:#fff;flex:0 0 auto}
#tw-builder-root .tw-cb:checked{background:var(--navy);border-color:var(--navy)}
#tw-builder-root .tw-cb:checked::after{content:"";width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) translateY(-1px)}
#tw-builder-root .tw-cb:disabled{opacity:.45;cursor:not-allowed}
#tw-builder-root .tw-qty{display:inline-flex;border:1.5px solid var(--line2);border-radius:8px;overflow:hidden;margin-top:6px}
#tw-builder-root .tw-qty button{width:30px;height:30px;border:0;background:#fff;font-size:18px;cursor:pointer;color:var(--navy)}
#tw-builder-root .tw-qty span{min-width:30px;text-align:center;font-family:var(--mono);font-weight:600;line-height:30px}
#tw-builder-root .tw-bdg{font:600 10px/1 var(--body);letter-spacing:.04em;text-transform:uppercase;padding:4px 6px;border-radius:5px;margin-right:5px}
#tw-builder-root .tw-bdg.lf{background:var(--navytint);color:var(--navy2)}
#tw-builder-root .tw-bdg.each{background:#F0ECFA;color:#6A4BB0}
#tw-builder-root .tw-note{font-size:12px;margin-top:7px;padding:7px 9px;border-radius:7px;background:var(--warntint);color:#8A5E0E}

/* summary */
#tw-builder-root .tw-rail{position:sticky;top:14px}
#tw-builder-root .tw-sum{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
#tw-builder-root .tw-sum .hd{background:var(--ink);color:#fff;padding:14px 16px}
#tw-builder-root .tw-sum .hd .t{font-family:var(--disp);text-transform:uppercase;letter-spacing:.04em;font-size:15px}
#tw-builder-root .tw-sum .hd .b{font-size:12px;color:#AEB6C4;margin-top:2px}
#tw-builder-root .tw-sum .bd{padding:14px 16px}
#tw-builder-root .tw-line{display:flex;justify-content:space-between;gap:10px;font-size:13px;padding:6px 0;color:var(--muted)}
#tw-builder-root .tw-line .v{font-family:var(--mono);color:var(--ink);font-weight:500}
#tw-builder-root .tw-line.bad,#tw-builder-root .tw-line.bad .v{color:var(--torchink)}
#tw-builder-root .tw-total{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0 2px;border-top:1px solid var(--line);margin-top:8px}
#tw-builder-root .tw-total .l{font-family:var(--disp);text-transform:uppercase;font-size:16px}
#tw-builder-root .tw-total .v{font-family:var(--mono);font-weight:600;font-size:26px;color:var(--torch)}
#tw-builder-root .tw-fin{font-size:12px;color:var(--muted);margin-top:3px}
#tw-builder-root .tw-fin b{color:var(--ink);font-family:var(--mono)}
#tw-builder-root .tw-cta{display:block;width:100%;border:0;border-radius:10px;padding:14px;margin-top:14px;cursor:pointer;
  font-family:var(--disp);text-transform:uppercase;letter-spacing:.04em;font-size:16px;color:#fff;background:var(--torch)}
#tw-builder-root .tw-cta:hover{background:var(--torchink)}
#tw-builder-root .tw-back{background:none;border:0;color:var(--navy2);font:600 13px/1 var(--body);cursor:pointer;padding:8px 0}
#tw-builder-root :focus-visible{outline:2px solid var(--navy2);outline-offset:2px}

/* empty-state for types with no live configurator (routes to inventory) */
#tw-builder-root .tw-empty{background:#fff;border:1px solid var(--line,#E3E7EE);border-radius:14px;padding:30px 26px;text-align:center;max-width:560px;margin:8px auto}
#tw-builder-root .tw-empty .t{font-family:var(--disp);text-transform:uppercase;font-weight:700;font-size:20px;margin:0 0 8px;color:var(--ink,#0C1016)}
#tw-builder-root .tw-empty .d{color:var(--muted,#5C6675);font-size:14.5px;line-height:1.5;margin:0 0 18px}
#tw-builder-root .tw-empty-acts{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
#tw-builder-root .tw-empty-acts .tw-cta{display:inline-block;width:auto;margin:0;padding:13px 20px;text-transform:capitalize}
#tw-builder-root .tw-empty-acts .tw-cta.ghost{background:#fff;color:var(--navy,#16315E);border:1.5px solid var(--line2,#D4DAE4)}
#tw-builder-root .tw-empty-acts .tw-cta.ghost:hover{border-color:var(--navy2,#2E5AA8);background:#fff}

/* manufacturer spec sheet (migrated per-width specs) */
#tw-builder-root .tw-speccat .ct{margin-left:auto;background:var(--navytint);color:var(--navy);font-weight:600}
#tw-builder-root .tw-specsheet{display:grid;grid-template-columns:1fr 1fr;gap:0}
@media(max-width:640px){#tw-builder-root .tw-specsheet{grid-template-columns:1fr}}
#tw-builder-root .tw-specrow{display:flex;justify-content:space-between;gap:12px;padding:9px 4px;border-bottom:1px solid var(--line,#E3E7EE);font-size:13.5px}
#tw-builder-root .tw-specrow .k{color:var(--muted2,#5C6675);font-weight:500}
#tw-builder-root .tw-specrow .v{color:var(--ink,#0C1016);font-weight:600;text-align:right;font-family:var(--mono)}
#tw-builder-root .tw-specnote{padding:14px 4px;color:var(--muted2,#5C6675);font-size:13.5px}

/* Size step: width+axle group tiles drill into lengths */
#tw-builder-root .tw-tile.tw-grp{position:relative;padding-right:34px}
#tw-builder-root .tw-tile.tw-grp:after{content:"\203A";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--muted2);font-size:21px;line-height:1}

/* Option photo icon + image lightbox */
#tw-builder-root .tw-opt .nm{display:inline}
#tw-builder-root .tw-photo{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;padding:0;margin-left:7px;vertical-align:-4px;border:1px solid var(--line2);border-radius:6px;background:#fff;color:var(--navy2);cursor:pointer;opacity:.8;transition:.12s}
#tw-builder-root .tw-photo svg{width:14px;height:14px}
#tw-builder-root .tw-photo:hover{opacity:1;color:#fff;background:var(--navy2);border-color:var(--navy2)}
#tw-builder-root .tw-lightbox{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px}
#tw-builder-root .tw-lightbox[hidden]{display:none}
#tw-builder-root .tw-lightbox-bd{position:absolute;inset:0;background:rgba(12,16,22,.74);backdrop-filter:blur(3px)}
#tw-builder-root .tw-lightbox-fig{position:relative;margin:0;max-width:560px;width:100%;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.45)}
#tw-builder-root .tw-lightbox-fig img{display:block;width:100%;height:auto;max-height:68vh;object-fit:contain;background:var(--ink)}
#tw-builder-root .tw-lightbox-fig figcaption{padding:13px 16px;font:600 14.5px/1.3 var(--body);color:var(--navy)}
#tw-builder-root .tw-lightbox-x{position:absolute;top:10px;right:10px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(12,16,22,.6);color:#fff;font-size:20px;line-height:1;cursor:pointer;z-index:2}
#tw-builder-root .tw-lightbox-x:hover{background:rgba(12,16,22,.85)}

/* Quote modal — lead capture into the CRM pipeline */
#tw-builder-root .tw-quote{position:fixed;inset:0;z-index:95;display:flex;align-items:center;justify-content:center;padding:18px}
#tw-builder-root .tw-quote[hidden]{display:none}
#tw-builder-root .tw-quote-bd{position:absolute;inset:0;background:rgba(12,16,22,.66);backdrop-filter:blur(3px)}
#tw-builder-root .tw-quote-card{position:relative;width:100%;max-width:440px;max-height:90vh;overflow:auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.4)}
#tw-builder-root .tw-quote-card h3{font-family:var(--disp);text-transform:uppercase;font-weight:700;font-size:22px;color:var(--ink);margin:0 0 14px}
#tw-builder-root .tw-quote-x{position:absolute;top:12px;right:12px;width:32px;height:32px;border:0;border-radius:50%;background:#EEF1F5;color:var(--navy);font-size:19px;line-height:1;cursor:pointer;z-index:2}
#tw-builder-root .tw-quote-x:hover{background:#E2E7EE}
#tw-builder-root .tw-quote-recap{background:var(--paper);border:1px solid var(--line2);border-radius:10px;padding:12px 14px;margin-bottom:16px}
#tw-builder-root .tw-quote-recap .r{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:var(--navy)}
#tw-builder-root .tw-quote-recap .r+.r{margin-top:5px}
#tw-builder-root .tw-quote-recap .r b{font-family:var(--mono);color:var(--ink)}
#tw-builder-root .tw-quote-form{display:flex;flex-direction:column;gap:10px}
#tw-builder-root .tw-qf{width:100%;border:1.5px solid var(--line2);border-radius:9px;padding:11px 13px;font:400 14.5px/1.3 var(--body);color:var(--ink);background:#fff}
#tw-builder-root .tw-qf:focus{outline:0;border-color:var(--navy2)}
#tw-builder-root textarea.tw-qf{resize:vertical;min-height:44px}
#tw-builder-root .tw-quote-sms{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--muted);line-height:1.4}
#tw-builder-root .tw-quote-sms input{margin-top:2px;flex:none}
#tw-builder-root .tw-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0}
#tw-builder-root .tw-quote-send{margin-top:4px}
#tw-builder-root .tw-quote-send:disabled{opacity:.6;cursor:default}
#tw-builder-root .tw-quote-err{color:var(--torch);font-size:13px;font-weight:600}
#tw-builder-root .tw-quote-fine{font-size:11.5px;color:var(--muted);margin:14px 0 0;line-height:1.5}
#tw-builder-root .tw-quote-done{text-align:center;padding:10px 0 4px}
#tw-builder-root .tw-quote-done .ok{width:54px;height:54px;margin:6px auto 14px;border-radius:50%;background:var(--go);color:#fff;font-size:28px;line-height:54px}
#tw-builder-root .tw-quote-done h3{margin-bottom:8px}
#tw-builder-root .tw-quote-done p{font-size:14px;color:var(--muted);line-height:1.5;margin:0 0 16px}

/* Step 3: which trailer is being configured */
#tw-builder-root .tw-buildhd{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:var(--navytint);border:1px solid var(--line);border-radius:12px;padding:11px 16px;margin:0 0 18px}
#tw-builder-root .tw-buildhd .lbl{font:700 11px/1 var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--navy2)}
#tw-builder-root .tw-buildhd .val{font-family:var(--disp);text-transform:uppercase;font-weight:700;font-size:18px;color:var(--ink);line-height:1.1}
#tw-builder-root .tw-buildhd .tw-changesize{margin-left:auto;border:0;background:none;color:var(--navy2);font:600 13px/1 var(--body);cursor:pointer;text-decoration:underline;text-underline-offset:3px}
#tw-builder-root .tw-buildhd .tw-changesize:hover{color:var(--torch)}

/* Step 3: note when options dropped on a size change */
#tw-builder-root .tw-dropnote{background:var(--warntint);border:1px solid rgba(176,25,16,.18);color:var(--torchink);border-radius:10px;padding:10px 14px;margin:0 0 16px;font-size:13px;line-height:1.45}

/* General ghost CTA (used by Save/share + modal actions) */
#tw-builder-root .tw-cta.ghost{background:#fff;color:var(--navy);border:1.5px solid var(--line2)}
#tw-builder-root .tw-cta.ghost:hover{border-color:var(--navy2);background:#fff;color:var(--navy2)}
#tw-builder-root .tw-sharebtn{margin-top:9px}

/* Save / share modal */
#tw-builder-root .tw-share{position:fixed;inset:0;z-index:96;display:flex;align-items:center;justify-content:center;padding:18px}
#tw-builder-root .tw-share[hidden]{display:none}
#tw-builder-root .tw-share-bd{position:absolute;inset:0;background:rgba(12,16,22,.66);backdrop-filter:blur(3px)}
#tw-builder-root .tw-share-card{position:relative;width:100%;max-width:440px;max-height:90vh;overflow:auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.4)}
#tw-builder-root .tw-share-card h3{font-family:var(--disp);text-transform:uppercase;font-weight:700;font-size:22px;color:var(--ink);margin:0 0 14px}
#tw-builder-root .tw-share-x{position:absolute;top:12px;right:12px;width:32px;height:32px;border:0;border-radius:50%;background:#EEF1F5;color:var(--navy);font-size:19px;line-height:1;cursor:pointer;z-index:2}
#tw-builder-root .tw-share-x:hover{background:#E2E7EE}
#tw-builder-root .tw-share-recap{background:var(--paper);border:1px solid var(--line2);border-radius:10px;padding:12px 14px;margin-bottom:16px}
#tw-builder-root .tw-share-recap .r{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:var(--navy)}
#tw-builder-root .tw-share-recap .r+.r{margin-top:5px}
#tw-builder-root .tw-share-recap .r b{font-family:var(--mono);color:var(--ink)}
#tw-builder-root .tw-share-lbl{font:700 11px/1 var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--navy2);margin-bottom:7px}
#tw-builder-root .tw-share-linkrow{display:flex;gap:8px}
#tw-builder-root .tw-share-link{flex:1;min-width:0;border:1.5px solid var(--line2);border-radius:9px;padding:10px 12px;font:400 12.5px/1.3 var(--mono);color:var(--navy);background:var(--paper)}
#tw-builder-root .tw-share-copy{flex:none;border:1.5px solid var(--navy2);background:var(--navy2);color:#fff;border-radius:9px;padding:0 16px;font:700 13px/1 var(--body);cursor:pointer}
#tw-builder-root .tw-share-copy:hover{background:var(--navy)}
#tw-builder-root .tw-share-hint{font-size:12px;color:var(--muted);margin:8px 0 18px;line-height:1.5}
#tw-builder-root .tw-share-pdf{margin-bottom:9px}

/* Save/share lead gate */
#tw-builder-root .tw-share-gateintro{font-size:13px;color:var(--muted);line-height:1.5;margin:0 0 14px}
#tw-builder-root .tw-share-gate{display:flex;flex-direction:column;gap:10px}
#tw-builder-root .tw-gf{width:100%;border:1.5px solid var(--line2);border-radius:9px;padding:11px 13px;font:400 14.5px/1.3 var(--body);color:var(--ink);background:#fff}
#tw-builder-root .tw-gf:focus{outline:0;border-color:var(--navy2)}
#tw-builder-root .tw-gate-go{margin-top:2px}
#tw-builder-root .tw-gate-go:disabled{opacity:.6;cursor:default}
#tw-builder-root .tw-gate-err{color:var(--torch);font-size:13px;font-weight:600}

/* Staff-only: copy customer link (admins/reps/managers) */
#tw-builder-root .tw-staff{margin-top:12px;padding:11px 12px;border:1px dashed var(--line2);border-radius:10px;background:rgba(46,90,168,.05)}
#tw-builder-root .tw-staff-h{font:700 10.5px/1 var(--mono);text-transform:uppercase;letter-spacing:.09em;color:var(--navy2);margin-bottom:9px}
#tw-builder-root .tw-staff-row{display:flex;gap:8px}
#tw-builder-root .tw-staff-copy{flex:1;border:1.5px solid var(--navy2);background:var(--navy2);color:#fff;border-radius:8px;padding:10px;font:700 12.5px/1 var(--body);cursor:pointer}
#tw-builder-root .tw-staff-copy:hover{background:var(--navy)}
#tw-builder-root .tw-staff-pdf{flex:none;border:1.5px solid var(--line2);background:#fff;color:var(--navy);border-radius:8px;padding:10px 13px;font:700 12.5px/1 var(--body);cursor:pointer}
#tw-builder-root .tw-staff-pdf:hover{border-color:var(--navy2);color:var(--navy2)}
#tw-builder-root .tw-staff-note{font-size:11px;color:var(--muted);margin-top:8px;line-height:1.45}

/* Payment estimator (finance / rent-to-own) */
#tw-builder-root .tw-est{margin:14px 0 4px;padding-top:14px;border-top:1px solid var(--line2)}
#tw-builder-root .tw-est-tabs{display:flex;gap:6px;margin-bottom:11px}
#tw-builder-root .tw-est-tabs button{flex:1;border:1.5px solid var(--line2);background:#fff;color:var(--navy);border-radius:8px;padding:8px;font:700 12px/1 var(--body);cursor:pointer}
#tw-builder-root .tw-est-tabs button.on{background:var(--navy);color:#fff;border-color:var(--navy)}
#tw-builder-root .tw-est-out{display:flex;align-items:baseline;gap:5px;margin-bottom:11px}
#tw-builder-root .tw-est-out .amt{font:800 30px/1 var(--disp);color:var(--ink);letter-spacing:.01em}
#tw-builder-root .tw-est-out .per{font:600 14px/1 var(--body);color:var(--muted)}
#tw-builder-root .tw-est-ctrls{display:flex;gap:8px;flex-wrap:wrap}
#tw-builder-root .tw-est-f{flex:1;min-width:72px;display:flex;flex-direction:column;gap:4px}
#tw-builder-root .tw-est-f>span{font:700 9.5px/1 var(--mono);text-transform:uppercase;letter-spacing:.07em;color:var(--navy2)}
#tw-builder-root .tw-est-f select{border:1.5px solid var(--line2);border-radius:7px;padding:7px 6px;font:600 12.5px/1 var(--body);color:var(--ink);background:#fff;width:100%}
#tw-builder-root .tw-est-f select:focus{outline:0;border-color:var(--navy2)}
#tw-builder-root .tw-est-disc{font-size:10.5px;color:var(--muted);line-height:1.5;margin-top:10px}
#tw-builder-root .tw-est-disc b{color:var(--navy);font-family:var(--mono)}
