.cxcalc{max-width:920px;margin:1.5rem auto;padding:1rem;border:1px solid rgb(0 0 0 / .12);border-radius:10px;background:#fff}.cxcalc__grid{display:grid;grid-template-columns:1fr;gap:.9rem}@media (min-width:820px){.cxcalc__grid{grid-template-columns:220px 1fr 1fr;align-items:end}}.cxcalc__field{position:relative}.cxcalc__label{display:block;font-weight:600;margin-bottom:.35rem}.cxcalc__input{width:100%;height:42px;padding:.55rem .65rem;border-radius:8px;border:1px solid rgb(0 0 0 / .18);outline:none}.cxcalc__input:focus{border-color:rgb(0 0 0 / .45)}.cxcalc__actions{display:flex;gap:.75rem;align-items:center;margin-top:1rem}.cxcalc__btn{height:42px;padding:.55rem 1rem;border-radius:8px;border:1px solid rgb(0 0 0 / .2);background:rgb(0 0 0 / .06);cursor:pointer;font-weight:600}.cxcalc__btn:disabled{opacity:.55;cursor:not-allowed}.cxcalc__status{font-size:.95rem;opacity:.85}.cxcalc__status.is-error{opacity:1;font-weight:600}.cxcalc__status.is-ok{opacity:1}.cxcalc__results{margin-top:1rem}.cxcalc__card{padding:1rem;border:1px solid rgb(0 0 0 / .12);border-radius:10px;background:rgb(0 0 0 / .02)}.cxcalc__card--warn{background:rgb(255 193 7 / .12);border-color:rgb(255 193 7 / .35)}.cxcalc__cardTitle{font-weight:800;margin-bottom:.75rem}.cxcalc__kv{display:grid;grid-template-columns:120px 1fr;row-gap:.35rem;column-gap:.9rem}.cxcalc__k{opacity:.8}.cxcalc__v{font-weight:600}.cxcalc__k--total,.cxcalc__v--total{font-size:1.05rem}.cxcalc__details{margin-top:.75rem}.cxcalc__tableWrap{overflow-x:auto;margin-top:.6rem}.cxcalc__table{width:100%;border-collapse:collapse;min-width:560px}.cxcalc__table th,.cxcalc__table td{padding:.6rem .5rem;border-bottom:1px solid rgb(0 0 0 / .1);text-align:left}.cxcalc__suggest{position:absolute;z-index:9999;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid rgb(0 0 0 / .18);border-radius:10px;box-shadow:0 8px 18px rgb(0 0 0 / .10);max-height:260px;overflow:auto;display:none}.cxcalc__suggest.is-open{display:block}.cxcalc__suggestItem{width:100%;display:block;padding:.6rem .7rem;border:0;background:#fff0;cursor:pointer;text-align:left}.cxcalc__suggestItem:hover,.cxcalc__suggestItem:focus{background:rgb(0 0 0 / .06);outline:none}.cxcalc__note{margin-top:.9rem;font-size:.9rem;opacity:.8}