.calc-host--post{margin:36px 0}.calc-host--post .calc-host-inner{width:100%}.calc-host--post .section-head{text-align:left;max-width:none;margin:0 0 20px}.calc-host--post .section-head .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:var(--color-text-subtle);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.calc-host--post .section-head .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--color-ink-500)}.calc-host--post .section-head h2{font-family:Cal Sans,sans-serif;font-size:clamp(23px,3.4vw,29px);letter-spacing:-.025em;line-height:1.15;color:var(--color-text-emph);margin:0 0 12px}.calc-host--post .section-head .lead{font-size:15.5px;color:var(--color-text-subtle);line-height:1.6;margin:0}.calc-host .calc{max-width:920px;margin:0 auto;background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:24px;padding:32px;box-shadow:0 30px 60px -34px #0b1b2e2e}.calc-host .calc-form{display:flex;flex-direction:column;gap:18px}.calc-host .calc-field{display:flex;flex-direction:column;gap:7px;border:0;padding:0;margin:0;min-width:0}.calc-host .calc-field .lbl,.calc-host .calc-field legend{font-size:12.5px;font-weight:600;color:var(--color-text-emph);letter-spacing:-.01em}.calc-host fieldset.calc-field{display:flex;flex-direction:column;gap:7px}.calc-host fieldset.calc-field legend{margin-bottom:2px;padding:0}.calc-host .calc-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.calc-host .calc select,.calc-host .calc input{width:100%;box-sizing:border-box;font-family:Inter,sans-serif;font-size:14.5px;color:var(--color-text-emph);background:var(--color-surface-0);border:1px solid var(--color-border);border-radius:12px;padding:11px 13px;transition:border-color .18s,box-shadow .18s}.calc-host .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='%237a8aa0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}.calc-host .calc select:focus,.calc-host .calc input:focus{outline:none;border-color:var(--color-ink-500);box-shadow:0 0 0 3px #3a6ea529}.calc-host .calc select:disabled{opacity:.55;cursor:not-allowed}.calc-host .calc-field .calc-hint,.calc-host .calc-note{font-size:12px;color:var(--color-text-subtle);line-height:1.5}.calc-host .calc-note{margin:0}.calc-host .seg{display:inline-flex;gap:4px;padding:4px;background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:14px;flex-wrap:wrap}.calc-host .seg-btn{font-family:Inter,sans-serif;font-size:13.5px;font-weight:600;color:var(--color-text-subtle);background:transparent;border:0;cursor:pointer;padding:9px 18px;border-radius:10px;transition:background .18s,color .18s}.calc-host .seg-btn:hover{color:var(--color-text-emph)}.calc-host .seg-btn.active{background:var(--color-surface-2);color:var(--color-text-emph);box-shadow:0 1px 3px #0b1b2e1f}.calc-host .calc-block{display:flex;flex-direction:column;gap:16px}.calc-host .calc-ta,.calc-host .ta-box{position:relative}.calc-host .ta-list{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 6px);list-style:none;margin:0;padding:6px;max-height:280px;overflow-y:auto;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 22px 48px -24px #0b1b2e52}.calc-host .ta-opt{margin:0;padding:9px 11px;border-radius:8px;font-size:13.5px;color:var(--color-text);line-height:1.45;cursor:pointer}.calc-host .ta-opt:hover,.calc-host .ta-opt.active{background:var(--color-surface-1);color:var(--color-text-emph)}.calc-host .ta-empty{margin:0;padding:10px 11px;font-size:13px;color:var(--color-text-subtle)}.calc-host .ta-picked{margin:8px 0 0;font-size:12.5px;color:var(--color-text-subtle);line-height:1.45}.calc-host .calc-autoload{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:14px;background:var(--color-surface-1);border:1px solid var(--color-border-subtle)}.calc-host .al-title{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-subtle);font-weight:600}.calc-host .al-chips{display:flex;flex-wrap:wrap;gap:8px}.calc-host .al-chip{display:inline-flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:10px;background:var(--color-surface-2);border:1px solid var(--color-border-subtle);min-width:96px}.calc-host .al-chip .al-k{font-size:10.5px;color:var(--color-text-subtle);letter-spacing:.02em}.calc-host .al-chip b{font-family:JetBrains Mono,monospace;font-size:14px;color:var(--color-text-emph)}.calc-host .calc-note-info{padding:12px 14px;border-radius:12px;background:var(--color-surface-1);border:1px solid var(--color-border-subtle);color:var(--color-text)}.calc-host .calc-note-info b{color:var(--color-text-emph)}.calc-host .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;font-size:13.5px;font-weight:600;background:var(--color-ink-900);color:#fff;text-decoration:none;cursor:pointer;transition:all .2s}.calc-host .btn:hover{background:var(--color-ink-700);transform:translateY(-1px)}.calc-host .btn-accent{background:var(--color-accent);color:var(--color-ink-900)}.calc-host .btn-accent:hover{background:#ee5e48}.calc-host .calc-go{align-self:flex-start;margin-top:4px;padding:14px 24px;font-size:15px}.calc-host .calc-error{margin:0;font-size:13.5px;font-weight:600;color:var(--color-accent)}.calc-host .calc-result{margin-top:26px;padding-top:26px;border-top:1px solid var(--color-border-subtle)}.calc-host .cr-head{text-align:center;margin-bottom:22px}.calc-host .cr-label{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-subtle);margin-bottom:6px}.calc-host .cr-total{font-family:Cal Sans,sans-serif;font-size:clamp(34px,5vw,48px);letter-spacing:-.03em;color:var(--color-text-emph);line-height:1.05}.calc-host .cr-confirm{margin-top:12px;font-size:13.5px;line-height:1.5;color:var(--color-text);background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:12px;padding:12px 16px;max-width:520px;margin-left:auto;margin-right:auto}.calc-host .cr-confirm b{color:var(--color-text-emph)}.calc-host .cr-rows{list-style:none;padding:0;margin:0 0 18px}.calc-host .cr-rows li{margin:0;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:11px 0;border-bottom:1px solid var(--color-border-subtle);font-size:14px;color:var(--color-text)}.calc-host .cr-rows li:last-child{border-bottom:0}.calc-host .cr-rows li b{font-family:JetBrains Mono,monospace;color:var(--color-text-emph);white-space:nowrap}.calc-host .cr-iva{font-size:10.5px;font-weight:500;color:var(--color-text-subtle);background:var(--color-surface-1);border-radius:999px;padding:2px 7px;margin-left:6px;letter-spacing:.02em}.calc-host .cr-base{font-size:10.5px;font-weight:500;color:var(--color-text-subtle);background:var(--color-surface-1);border-radius:999px;padding:2px 7px;margin-left:6px;white-space:nowrap}.calc-host .cr-disclaimer{font-size:12.5px;color:var(--color-text-subtle);line-height:1.55;background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:12px;padding:12px 16px;margin-bottom:20px}.calc-host .cr-wa{width:100%;justify-content:center}.calc-host .calc-foot{max-width:920px;margin:18px auto 0;font-size:12px;color:var(--color-text-muted);line-height:1.6;text-align:center}@media(max-width:600px){.calc-host .calc{padding:22px;border-radius:18px}.calc-host .calc-row{grid-template-columns:1fr}}
