.wheatland-calc{width:100%;max-width:42rem;margin:0 auto 2.5rem;padding:1.5rem;background:var(--wm-white);border:1px solid var(--wm-line);border-radius:12px;box-shadow:0 8px 28px rgb(47 33 18 / .06)}.wheatland-calc__intro{margin:0 0 1.25rem;font-size:.9375rem;color:var(--wm-muted)}.wheatland-calc__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.wheatland-calc__tab{padding:.5rem .85rem;font:inherit;font-size:.875rem;font-weight:600;color:var(--wm-navy);background:var(--wm-cream);border:1px solid var(--wm-line);border-radius:999px;cursor:pointer;transition:background 0.2s ease,border-color 0.2s ease,color 0.2s ease}.wheatland-calc__tab:hover{border-color:var(--wm-gold-soft)}.wheatland-calc__tab.is-active{background:var(--wm-navy-deep);color:var(--wm-white);border-color:var(--wm-navy-deep)}.wheatland-calc__tab:focus-visible{outline:3px solid var(--wm-gold-soft);outline-offset:2px}.wheatland-calc__h{margin:0 0 .35rem;font-family:var(--wm-serif);font-size:1.35rem;font-weight:600;line-height:1.25;color:var(--wm-navy-deep)}.wheatland-calc__subh{margin:1rem 0 .5rem;font-size:1rem;font-weight:600;color:var(--wm-navy)}.wheatland-calc__hint{margin:0 0 1rem;font-size:.9375rem;color:var(--wm-muted)}.wheatland-calc__grid{display:grid;gap:.85rem 1rem;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));margin-bottom:1rem}.wheatland-calc__field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--wm-navy)}.wheatland-calc__field span{line-height:1.3}.wheatland-calc__field input{padding:.55rem .65rem;font:inherit;font-size:1rem;font-weight:500;color:var(--wm-navy-deep);border:1px solid var(--wm-line);border-radius:8px;background:var(--wm-white)}.wheatland-calc__field input:focus-visible{outline:3px solid var(--wm-gold-soft);outline-offset:1px;border-color:var(--wm-gold)}.wheatland-calc__submit{margin-top:.25rem}.wheatland-calc .wheatland-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.35rem;font-size:1rem;font-weight:600;font-family:inherit;border-radius:999px;border:2px solid #fff0;cursor:pointer;transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease,transform 0.15s ease}.wheatland-calc .wheatland-btn:focus-visible{outline:3px solid var(--wm-gold-soft);outline-offset:3px}.wheatland-calc .wheatland-btn.wheatland-btn--primary{background:var(--wm-gold);color:var(--wm-navy-deep);border-color:var(--wm-gold)}.wheatland-calc .wheatland-btn.wheatland-btn--primary:hover,.wheatland-calc .wheatland-btn.wheatland-btn--primary:focus-visible{background:var(--wm-gold-soft);border-color:var(--wm-gold-soft);color:var(--wm-navy-deep);transform:translateY(-1px)}.wheatland-calc__out{margin-top:1.25rem;padding:1rem 1.1rem;background:var(--wm-cream);border-radius:8px;border:1px solid var(--wm-line);min-height:2.5rem}.wheatland-calc__dl{margin:0;display:flex;flex-direction:column;gap:.65rem}.wheatland-calc__dl>div{display:grid;grid-template-columns:1fr auto;gap:.35rem 1rem;align-items:baseline;font-size:.9375rem}.wheatland-calc__dl dt{margin:0;font-weight:600;color:var(--wm-navy)}.wheatland-calc__dl dd{margin:0;text-align:right;font-variant-numeric:tabular-nums;color:var(--wm-navy-deep)}.wheatland-calc__dl-total{padding-top:.5rem;border-top:1px solid var(--wm-line)}.wheatland-calc__dl-total dt{font-size:1rem}.wheatland-calc__dl-total dd{font-weight:700;font-size:1.05rem}.wheatland-calc__note{margin:.75rem 0 0;font-size:.8125rem;color:var(--wm-muted);line-height:1.45}.wheatland-calc__err{margin:0;font-size:.9375rem;color:#8b2942}