.calculator-page{--paper:#f4f3ef;--ink:#2f3232;--green:#123e35;--muted:#626664;--line:#d8d7d1;--strong-line:#7b847f;--body:"DM Sans","Segoe UI",sans-serif;--display:"Space Grotesk","Trebuchet MS",sans-serif}.calculator-page *{box-sizing:border-box}.calculator-page body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 var(--body);-webkit-font-smoothing:antialiased}.calculator-page button,.calculator-page input{font:inherit;color:inherit}.calculator-page button,.calculator-page a,.calculator-page input,.calculator-page summary{-webkit-tap-highlight-color:transparent}.calculator-page button{cursor:pointer}.calculator-page a{color:inherit;text-underline-offset:4px}.calculator-page img{max-width:100%;display:block}.calculator-page svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;flex-shrink:0}.calculator-page h1,.calculator-page h2,.calculator-page h3,.calculator-page p{margin:0}.calculator-page h1,.calculator-page h2,.calculator-page h3{font-family:var(--display);font-weight:500;line-height:1.18}.calculator-page button{border-radius:2px}.calculator-page button:disabled{opacity:.45;cursor:default}.calculator-page [hidden]{display:none!important}.calculator-page :focus-visible{outline:2px solid var(--green);outline-offset:4px}.calculator-page main:focus{outline:none}.calculator-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.calculator-page .button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border:1px solid var(--green);text-decoration:none;font-weight:600;font-size:14px;white-space:nowrap}.calculator-page .button.primary{background:var(--green);color:#fff}.calculator-page .button.primary:hover{background:#23574b}.calculator-page .text-link{font-size:14px;font-weight:550;line-height:1.6}.calculator-page .text-link span{display:inline-block;margin-left:8px}.calculator-page{max-width:1220px;padding:24px 32px 80px;margin:auto}.calculator-page .breadcrumb{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted);margin-bottom:28px}.calculator-page .breadcrumb a{text-decoration:none}.calculator-page .breadcrumb a:hover{text-decoration:underline}.calculator-page .page-intro{margin-bottom:36px}.calculator-page .page-intro h1{font-size:44px;letter-spacing:-1.5px;color:var(--green)}.calculator-page .page-intro p{font-size:16px;color:var(--muted);margin-top:12px;max-width:620px}.calculator-page .calculator-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:64px;align-items:start}.calculator-page #quantity-form{min-width:0}.calculator-page .form-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:12px;border-bottom:1px solid var(--ink);font-size:13px}.calculator-page .form-toolbar>span{color:var(--muted)}.calculator-page .form-toolbar>div{display:flex;gap:20px;align-items:center}.calculator-page .text-button{padding:7px 0;border:0;background:transparent;color:var(--green);font-size:13px;text-decoration:underline;text-underline-offset:4px;min-height:40px;white-space:nowrap}.calculator-page .text-button:hover{text-decoration-thickness:2px}.calculator-page .text-button.quiet{color:var(--muted)}.calculator-page .example-notice{background:#e9ede7;padding:12px 16px;font-size:13px;color:var(--green);margin-top:14px}.calculator-page .form-section{padding:26px 0;border-bottom:1px solid var(--line)}.calculator-page .section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px}.calculator-page .section-heading h2{font-size:23px;letter-spacing:-.5px}.calculator-page .section-heading>span{font-size:12px;color:var(--muted)}.calculator-page .section-help{font-size:14px;color:var(--muted);margin:-10px 0 20px;max-width:500px}.calculator-page .measure-row{margin:0 0 18px;display:grid;grid-template-columns:minmax(100px,1.3fr) minmax(80px,1fr) minmax(80px,1fr) 32px;gap:12px;align-items:start}.calculator-page .field label{display:block;font-size:12px;font-weight:550;margin-bottom:8px;color:#4c5550}.calculator-page .field input{height:46px;width:100%;background:#fff;border:1px solid var(--strong-line);border-radius:2px;padding:10px 12px;min-width:0;font-size:16px}.calculator-page .unit-input{position:relative}.calculator-page .unit-input input{padding-right:42px}.calculator-page .unit-input>span{position:absolute;top:50%;transform:translateY(-50%);right:12px;color:var(--muted);font-size:12px;pointer-events:none}.calculator-page .field input[aria-invalid=true],.calculator-page input[aria-invalid=true]{border-color:#9a3c2d;background:snow}.calculator-page .remove-row{margin-top:26px;border:0;background:transparent;min-width:32px;min-height:46px;font-size:20px;color:var(--muted);padding:4px}.calculator-page .remove-row:hover{color:#9a3c2d}.calculator-page .add-button{display:inline-flex;gap:9px;align-items:center;font-size:13px;font-weight:550;min-height:40px;border:0;background:transparent;color:var(--green);padding:4px 0}.calculator-page .add-button span{font-size:21px;font-weight:400}.calculator-page .add-button:hover{text-decoration:underline;text-underline-offset:4px}.calculator-page .inline-disclosure{margin-top:18px;padding-top:20px;border-top:1px solid var(--line)}.calculator-page summary{cursor:pointer;list-style:none;display:flex;align-items:baseline;gap:10px;position:relative;padding:4px 24px 4px 0;font-size:14px;line-height:1.45;min-height:32px}.calculator-page summary::-webkit-details-marker{display:none}.calculator-page summary:after{content:"+";font-size:20px;line-height:1;position:absolute;right:0;top:5px;color:var(--green)}.calculator-page details[open]>summary:after{content:"\2212"}.calculator-page .optional{font-family:var(--body);font-size:12px;color:var(--muted);font-weight:400}.calculator-page .disclosure-body{padding-top:16px}.calculator-page .helper{font-size:13px;color:var(--muted);margin-bottom:18px}.calculator-page .piece-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.calculator-page .piece-section summary{font-family:var(--display);font-size:19px;letter-spacing:-.2px;align-items:center}.calculator-page .piece-section .optional{margin-left:auto;letter-spacing:0}.calculator-page .field-error{color:#8c3026;font-size:13px;padding:8px 0 0}.calculator-page .allowance-options{display:flex;gap:10px;border:0;padding:0;margin:0}.calculator-page .allowance-options label{position:relative;flex:1;min-width:0}.calculator-page .allowance-options input{position:absolute;opacity:0;width:100%;height:100%;margin:0;z-index:1;cursor:pointer}.calculator-page .allowance-options span{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--strong-line);height:46px;border-radius:2px;font-size:14px}.calculator-page .allowance-options input:checked+span{background:var(--green);border-color:var(--green);color:#fff}.calculator-page .allowance-options input:focus-visible{outline:0}.calculator-page .allowance-options label:has(input:focus-visible){outline:2px solid var(--green);outline-offset:4px}.calculator-page .allowance-options label:hover span{border-color:var(--green)}.calculator-page .custom-allowance{margin-top:18px;max-width:180px}.calculator-page .custom-allowance>label{font-size:12px;display:block;margin-bottom:8px}.calculator-page .custom-allowance input{width:100%;height:46px;border:1px solid var(--strong-line);padding:10px 36px 10px 12px;border-radius:2px}.calculator-page .measurement-link{padding-top:28px}.calculator-page .measurement-link p{font-size:13px;color:var(--muted);margin-bottom:6px}.calculator-page .result-panel{position:sticky;top:24px;background:#eaeae3;padding:28px;color:var(--green);scroll-margin-top:30px;border-radius:2px}.calculator-page .result-panel:focus-visible{outline-offset:6px}.calculator-page .result-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:26px}.calculator-page .result-heading h2{font-size:20px;letter-spacing:-.35px}.calculator-page .result-heading>span{font-size:11px;background:#fff;padding:3px 7px;border-radius:2px}.calculator-page .result-label{font-size:13px;color:#4d6257}.calculator-page .result-number{font-family:var(--display);font-size:56px;font-weight:500;letter-spacing:-2px;line-height:1.3;margin:8px 0 10px;display:flex;gap:9px;align-items:baseline;flex-wrap:wrap;overflow-wrap:anywhere}.calculator-page .result-number .area-unit{font-size:24px;font-weight:400;letter-spacing:-.4px}.calculator-page .result-hint{font-size:13px;line-height:1.6;color:#4d6257;min-height:42px}.calculator-page .result-breakdown{border-top:1px solid #bcc6bc;margin:22px 0 0;padding:18px 0 0;font-size:13px}.calculator-page .result-breakdown>div{display:flex;justify-content:space-between;gap:14px;margin-bottom:10px}.calculator-page .result-breakdown dt{color:#4d6257}.calculator-page .result-breakdown dd{font-weight:550;margin:0;font-variant-numeric:tabular-nums;white-space:nowrap}.calculator-page .piece-result{margin-top:22px;padding-top:18px;border-top:1px solid #bcc6bc}.calculator-page .piece-result>div{display:flex;justify-content:space-between;align-items:center;font-size:14px}.calculator-page .piece-result strong{font-family:var(--display);font-size:27px;font-weight:500}.calculator-page .piece-result p{font-size:12px;color:#4d6257;margin-top:8px}.calculator-page .arithmetic{margin-top:18px}.calculator-page .arithmetic summary,.calculator-page .estimate-notes summary{font-size:12px;text-decoration:underline;text-underline-offset:4px;padding-right:24px}.calculator-page .arithmetic #calculation-steps{font-size:12px;line-height:1.9;padding-top:10px;font-variant-numeric:tabular-nums}.calculator-page .result-caveat{font-size:12px;color:#4d6257;margin-top:24px;padding-top:18px;border-top:1px solid #bcc6bc}.calculator-page .estimate-notes{margin-top:10px}.calculator-page .estimate-notes p{font-size:12px;margin-top:10px;color:#4d6257}.mobile-estimate{display:none}.calculator-page .footer-brand img{width:190px;height:auto}.calculator-page .footer-brand p{max-width:280px;font-size:14px;margin-top:20px;color:#cbcfc9}.calculator-page .footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.calculator-page .footer-links h2{font-family:var(--body);font-size:14px;font-weight:650;margin-bottom:16px}.calculator-page .footer-links a{display:block;font-size:13px;color:#cbcfc9;margin:10px 0}.calculator-page .footer-end{max-width:1220px;margin:38px auto 0;padding-top:16px;border-top:1px solid #4b514d;display:flex;justify-content:space-between;font-size:11px;color:#cbcfc9}@media(max-width:1100px){.calculator-page .calculator-layout{gap:32px;grid-template-columns:minmax(0,1fr) 300px}.calculator-page .result-panel{padding:24px}.calculator-page{padding-inline:28px}.calculator-page .measure-row{grid-template-columns:minmax(80px,1fr) minmax(70px,1fr) minmax(70px,1fr) 28px;gap:8px}.calculator-page .result-number{font-size:48px}}@media(max-width:900px){.calculator-page .calculator-layout{grid-template-columns:minmax(0,1fr) 280px;gap:24px}.calculator-page .result-panel{padding:22px}.calculator-page .measure-row{grid-template-columns:1fr 1fr 28px}.calculator-page .measure-row .name-field{grid-column:1/3}.calculator-page .measure-row .remove-row{grid-column:3;grid-row:1;margin-top:26px}.calculator-page .measure-row .dimension-field{grid-row:2}.calculator-page .measure-row .height-field{grid-column:2/4}.calculator-page .piece-section summary{align-items:baseline;flex-wrap:wrap}.calculator-page .piece-section .optional{margin-left:0}.calculator-page .form-toolbar{gap:8px}.calculator-page .form-toolbar>div{gap:14px}}@media(max-width:760px){.calculator-page{padding:20px 20px 48px}.calculator-page .breadcrumb{font-size:11px;margin-bottom:20px;gap:10px}.calculator-page .page-intro{margin-bottom:24px}.calculator-page .page-intro h1{font-size:34px;letter-spacing:-1px}.calculator-page .page-intro p{font-size:14px;line-height:1.55;margin-top:10px}.calculator-page .calculator-layout{display:flex;flex-direction:column;gap:32px}.calculator-page .calculator-layout>form,.calculator-page .result-panel{width:100%}.calculator-page .form-toolbar{font-size:12px}.calculator-page .form-toolbar>div{gap:18px}.calculator-page .text-button{font-size:12px}.calculator-page .section-heading{margin-bottom:18px}.calculator-page .section-heading h2{font-size:22px}.calculator-page .form-section{padding:24px 0}.calculator-page .measure-row{grid-template-columns:1fr 1fr 28px;gap:10px}.calculator-page .field label{font-size:12px;margin-bottom:6px}.calculator-page .field input{height:46px}.calculator-page .measure-row .name-field{grid-column:1/3}.calculator-page .measure-row .name-field input{background:transparent;border-color:transparent;border-bottom-color:var(--line);padding:6px 0;height:36px}.calculator-page .measure-row .remove-row{margin-top:21px;min-height:36px}.calculator-page .measure-row .dimension-field{grid-row:2}.calculator-page .measure-row .height-field{grid-column:2/4}.calculator-page .add-button{min-height:40px}.calculator-page .inline-disclosure{margin-top:14px;padding-top:18px}.calculator-page .inline-disclosure summary{font-size:13px;flex-wrap:wrap;gap:4px 8px}.calculator-page .section-help{font-size:13px;margin-top:-6px}.calculator-page .piece-section summary{font-size:18px}.calculator-page .result-panel{position:static;padding:26px;scroll-margin-top:20px}.calculator-page .result-number{font-size:54px}.calculator-page .result-hint{min-height:0}.calculator-page .result-heading{padding-bottom:22px}.calculator-page .result-breakdown{font-size:14px}.mobile-estimate{display:flex;position:fixed;bottom:0;left:0;right:0;justify-content:space-between;align-items:center;gap:14px;background:#fff;border-top:1px solid var(--strong-line);padding:11px 20px calc(11px + env(safe-area-inset-bottom));box-shadow:0 -3px 15px #123e3509;z-index:10}.mobile-estimate>div{display:flex;flex-direction:column}.mobile-estimate>div>span{font-size:10px;color:var(--muted)}.mobile-estimate strong{font:500 22px/1.35 var(--display);letter-spacing:-.5px;color:var(--green)}.mobile-estimate a{font-size:12px;font-weight:600;padding:12px 0}.mobile-estimate a span{margin-left:10px}.calculator-page body.has-mobile-estimate{padding-bottom:82px}.calculator-page body.keyboard-open .mobile-estimate{display:none}.calculator-page body.has-mobile-estimate input,.calculator-page body.has-mobile-estimate button,.calculator-page body.has-mobile-estimate summary,.calculator-page body.has-mobile-estimate a{scroll-margin-bottom:100px}.calculator-page .footer-brand img{width:164px}.calculator-page .footer-brand p{font-size:13px;max-width:280px;margin-top:16px}.calculator-page .footer-links{gap:18px}.calculator-page .footer-links h2{font-size:13px}.calculator-page .footer-links a{font-size:12px}.calculator-page .footer-end{margin-top:24px}}@media(max-width:360px){.calculator-page{padding-inline:16px}.calculator-page .form-toolbar>span{font-size:11px}.calculator-page .form-toolbar>div{gap:12px}.calculator-page .page-intro h1{font-size:32px}.calculator-page .piece-section .optional{font-size:11px}.calculator-page .allowance-options{gap:8px}.calculator-page .allowance-options span{font-size:13px}.calculator-page .result-panel{padding:22px}.calculator-page .footer-links{gap:12px}}@media(prefers-reduced-motion:no-preference){.calculator-page .button,.calculator-page .allowance-options span{transition:background-color .15s,border-color .15s}.calculator-page .result-panel{transition:background-color .15s}}.calculator-page .row-error{grid-column:1/-1;margin-top:-8px;padding-top:0}@media print{.mobile-estimate,.calculator-page .form-toolbar,.calculator-page .measurement-link{display:none!important}.calculator-page .calculator-layout{display:block}.calculator-page .result-panel{position:static;break-inside:avoid;margin-top:30px}.calculator-page{padding:0}.calculator-page body{background:#fff}}.calculator-page :root{--radius-control:11px;--radius-surface:20px}.calculator-page .field input,.calculator-page .custom-allowance input,.calculator-page .allowance-options span,.calculator-page .allowance-options label{border-radius:var(--radius-control)}.calculator-page .result-panel{border-radius:22px;box-shadow:0 5px 20px #123e3508}.calculator-page .example-notice{border-radius:12px}.calculator-page .result-heading>span{border-radius:8px;padding-inline:9px}.calculator-page .form-toolbar{border-bottom-color:var(--line)}.calculator-page .remove-row{border-radius:10px}.calculator-page .remove-row:hover{background:#123e350d}.calculator-page .add-button{border-radius:8px}@media(max-width:760px){.calculator-page .measure-row .name-field input{border-radius:0}.mobile-estimate{border-radius:18px 18px 0 0;border-top-color:var(--line)}}@media(prefers-reduced-motion:no-preference){.calculator-page .field input,.calculator-page .custom-allowance input,.calculator-page .remove-row{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}}.calculator-page .noscript-note{margin:16px 0 0;padding:14px 16px;border:1px solid var(--line, #d8d5cd);border-radius:11px;font-size:14px;line-height:1.6}
/*# sourceMappingURL=/cdn/shop/t/144/assets/codex-calculator.css.map */
