.calc{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:28px;display:grid}.calc-form{gap:18px;display:grid}.calc-form fieldset{border:0;gap:14px;min-width:0;margin:0;padding:0;display:grid}.calc-form legend,.calc-form h3.legend{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 4px;padding:0;font-size:12px;font-weight:700}.calc-form legend+*{margin-top:0}.calc-form h3.legend{margin-top:8px}.calc-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.calc-fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.calc-fields>.wide{grid-column:1/-1}.calc-fields>div{flex-direction:column;justify-content:flex-end;display:flex}.calc-fields .seg{align-self:flex-start;margin-bottom:8px}.calc label{margin-bottom:6px;font-size:13px;font-weight:600;display:block}.calc label span{color:var(--muted);font-weight:400}.calc input:where(:not([type=checkbox]):not([type=radio]):not([type=range])),.calc select{width:100%;height:46px;font:inherit;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;padding:0 14px;font-size:16px;line-height:1.3}.calc input::placeholder{color:#9a9c98}.calc select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23606368' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.calc input:focus-visible,.calc select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.calc .affix{position:relative}.calc .affix input{padding-left:30px}.calc .affix.pct input{padding-left:14px;padding-right:34px}.calc .affix:before,.calc .affix.pct:after{height:46px;color:var(--muted);pointer-events:none;font-size:15px;line-height:46px;position:absolute;top:0}.calc .affix:before{content:"$";left:13px}.calc .affix.pct:before{content:none}.calc .affix.pct:after{content:"%";right:13px}.calc .check{cursor:pointer;align-items:center;gap:10px;margin:0;font-size:14px;font-weight:600;display:flex}.calc .check input{width:18px;height:18px;accent-color:var(--accent);margin:0}.calc .check span{color:var(--muted);font-weight:400}.calc .seg{border:1px solid var(--line);background:#fff;border-radius:999px;justify-self:start;gap:2px;padding:3px;display:inline-flex}.calc .seg label{margin:0}.calc .seg input{opacity:0;width:0;height:0;position:absolute}.calc .seg span{color:var(--muted);cursor:pointer;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.calc .seg input:checked+span{background:var(--accent);color:#fff}.calc .seg input:focus-visible+span{outline:2px solid var(--accent);outline-offset:2px}.calc input[type=range]{width:100%;accent-color:var(--accent);margin:8px 0 0}.calc .range-row{color:var(--muted);justify-content:space-between;font-size:13px;display:flex}.calc [hidden]{display:none!important}.calc-out{background:var(--pale);border-radius:16px;gap:18px;padding:26px;display:grid;position:sticky;top:110px}.calc-out h3{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;font-size:13px;font-weight:700}.calc-out .big{letter-spacing:-.03em;color:var(--ink);font-variant-numeric:tabular-nums;font-size:40px;font-weight:800;line-height:1.05}.calc-out .big small{letter-spacing:0;color:var(--muted);margin-top:6px;font-size:13px;font-weight:600;display:block}.calc-out dl{gap:10px;margin:0;display:grid}.calc-out dl>div{border-top:1px solid var(--line);justify-content:space-between;gap:16px;padding-top:10px;font-size:14px;display:flex}.calc-out dt{color:var(--muted)}.calc-out dd{font-variant-numeric:tabular-nums;text-align:right;margin:0;font-weight:700}.calc-out .verdict{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex}.calc-out .verdict:before{content:"";background:var(--muted);border-radius:50%;width:8px;height:8px}.calc-out .verdict.good:before{background:#286b50}.calc-out .verdict.warn:before{background:#b26a00}.calc-out .verdict.bad:before{background:#b3261e}.calc-out .note{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.calc-out .stack{background:var(--line);border-radius:999px;height:12px;display:flex;overflow:hidden}.calc-out .stack span{height:100%;display:block}.calc-out .stack .bank{background:var(--accent)}.calc-out .stack .cdc{background:#286b50}.calc-out .stack .down{background:#b7b9b4}.calc-out .legend{color:var(--muted);flex-wrap:wrap;gap:6px 16px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.calc-out .legend i{vertical-align:middle;border-radius:50%;width:9px;height:9px;margin-right:6px;display:inline-block}.calc-out .actions{flex-wrap:wrap;gap:10px;display:flex}.calc-out .actions .button{gap:10px;min-height:44px;padding:10px 16px}.calc .warn-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.calc .warn-list li{background:#fff;border-left:3px solid #b26a00;border-radius:10px;padding:10px 14px;font-size:14px}.calc .warn-list li.info{border-left-color:var(--accent)}.calc .warn-list li.error{border-left-color:#b3261e}.calc-table{margin-top:24px}.calc-table summary{cursor:pointer;align-items:center;gap:8px;padding:12px 0;font-size:14px;font-weight:700;list-style:none;display:flex}.calc-table summary::-webkit-details-marker{display:none}.calc-table summary:before{content:"";border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transition:transform .2s;transform:rotate(-45deg)}.calc-table[open] summary:before{transform:rotate(45deg)}.calc-table .spec-table td,.calc-table .spec-table th{text-align:right;font-variant-numeric:tabular-nums}.calc-table .spec-table td:first-child,.calc-table .spec-table th:first-child{text-align:left}.nw-ring{grid-template-columns:96px 1fr;align-items:center;gap:16px;display:grid}.nw-ring svg{width:96px;height:96px;transform:rotate(-90deg)}.nw-ring circle{fill:none;stroke-width:10px}.nw-ring .track{stroke:var(--line)}.nw-ring .fill{stroke:#286b50;stroke-linecap:round;transition:stroke-dasharray .4s}.nw-ring .fill.bad{stroke:#b3261e}.steps-bar{counter-reset:step;gap:6px;margin:0 0 6px;padding:0;list-style:none;display:flex}.steps-bar li{background:var(--line);border-radius:999px;flex:1;height:4px}.steps-bar li.done,.steps-bar li.now{background:var(--accent)}.steps-bar li.now{opacity:.55}.step-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:0;display:flex}.step-head h3{letter-spacing:-.02em;margin:0;font-size:20px}.step-head span{color:var(--muted);white-space:nowrap;font-size:13px}.type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.type-grid label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;align-items:flex-start;gap:12px;margin:0;padding:14px;display:flex}.type-grid label:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.type-grid input{width:18px;height:18px;accent-color:var(--accent);flex:none;margin-top:3px}.type-grid b{color:var(--ink);font-size:14px;display:block}.type-grid small{color:var(--muted);margin-top:2px;font-size:12px;font-weight:400;display:block}.calc-form section[data-step]{gap:16px;display:grid}.calc-form section[data-step][hidden]{display:none}.calc [data-businesses]{gap:12px;display:grid}.calc-form section[data-step]>.hint{margin:0}.calc [data-businesses]:empty{display:none}.calc .step-nav{justify-content:space-between;gap:10px;margin-top:4px;display:flex}.calc .step-nav .button{gap:10px;min-height:44px;padding:10px 18px}.calc .biz{border:1px solid var(--line);background:#fff;border-radius:12px;gap:14px;padding:16px;display:grid}.calc .biz h4{margin:0;font-size:15px}.calc .biz .calc-fields>div:only-child{grid-column:1/-1}.calc .biz-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.calc .biz-head button{font:inherit;color:#b3261e;cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:13px;font-weight:600}.calc .add-row{font:inherit;border:1px dashed var(--line);cursor:pointer;color:var(--ink);background:0 0;border-radius:12px;width:100%;padding:12px;font-size:14px;font-weight:700}.calc .add-row:hover{background:var(--pale)}.calc .hint{color:var(--muted);margin:0 0 14px;font-size:13px;line-height:1.5}.calc .hint:empty{display:none}.calc .field-error{color:#b3261e;margin:0;font-size:13px}.calc .field-error:empty{display:none}.income-results{gap:24px;display:grid}.income-results .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.income-results .cards div{border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.income-results .cards p{color:var(--muted);margin:0;font-size:13px}.income-results .cards b{letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:4px;font-size:22px;display:block}@media (width<=900px){.calc{grid-template-columns:1fr}.calc-out{position:static}}@media (width<=640px){.calc-fields,.calc-fields.three,.type-grid,.income-results .cards{grid-template-columns:1fr}.calc-out{padding:20px}.calc-out .big{font-size:34px}}@media print{.site-header,.footer,.jump,.crumbs,.hero-actions,.step-nav,.calc-out .actions,.closing,.faq-section,.feature-section:not(#calculator),.chat-fab,.chat-backdrop,.chat-greeting,#chat-panel,.exit-popup{display:none!important}.calc{grid-template-columns:1fr}.calc-out{background:0 0;padding:0;position:static}}.steps-list.compact{grid-template-columns:1fr;gap:8px;margin-top:12px}.steps-list.compact li{padding-top:8px}.steps-list.compact li:before{margin:0 8px 0 0;display:inline}.steps-list.compact p{font-size:14px;line-height:1.5;display:inline}.feature-section .prose+.table-scroll,.feature-section .prose+.checklist,.feature-section .prose+.feature-grid,.feature-section .feature-grid+.prose,.feature-section .calc-table{margin-top:32px}.feature-section .calc{margin-top:8px}
