.calculator-shell{--green: var(--ploy-accent-primary);--blue: var(--ploy-accent-primary);--orange: var(--ploy-accent-primary);--red: var(--ploy-accent-primary);--kimi: var(--ploy-accent-primary);--fable: var(--ploy-accent-primary);--sol: var(--ploy-accent-primary);--qwen: var(--ploy-accent-primary);--accent: var(--ploy-accent-primary);--border: var(--ploy-border-primary);--muted: var(--ploy-text-secondary);--panel: var(--ploy-background-primary);font-family:var(--font-body)}.calculator-shell *{box-sizing:border-box}.calculator-shell .calculator-eyebrow,.calculator-shell .lbl,.calculator-shell label,.calculator-shell th,.calculator-shell .label{font-family:var(--font-eyebrow);font-size:.6875rem;font-weight:500;letter-spacing:.18em;line-height:1.4;text-transform:uppercase;color:var(--ploy-text-secondary)}.calculator-shell .calculator-eyebrow{color:var(--ploy-accent-primary)}.calculator-shell .field{display:flex;flex-direction:column;gap:.75rem;min-width:0}.calculator-shell .calculator-field-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.calculator-shell .calculator-field-grid__wide{grid-column:1 / -1}.calculator-shell input[type=number],.calculator-shell input[type=text],.calculator-shell select{min-height:3rem;width:100%;border:0;border-bottom:1px solid var(--ploy-input-border);border-radius:0;background:transparent;color:var(--ploy-text-primary);font:400 1rem/1.4 var(--font-body);outline:none}.calculator-shell input:focus,.calculator-shell select:focus{border-bottom-color:var(--ploy-accent-primary)}.calculator-shell input[type=checkbox]{accent-color:var(--ploy-accent-primary)}.calculator-shell .hint,.calculator-shell .h2sub,.calculator-shell .note,.calculator-shell .range,.calculator-shell .sub,.calculator-shell .desc,.calculator-shell .why,.calculator-shell .assume,.calculator-shell .muted-cell{color:var(--ploy-text-secondary);font:400 .8125rem/1.55 var(--font-body)}.calculator-shell .range{display:block;margin-top:.125rem}.calculator-shell .seg{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid var(--ploy-border-primary)}.calculator-shell .seg button{min-height:2.75rem;flex:1 1 auto;border:0;border-bottom:2px solid transparent;background:transparent;padding:.65rem .75rem;color:var(--ploy-text-secondary);font:500 .8125rem/1.2 var(--font-body);cursor:pointer}.calculator-shell .seg button:hover{color:var(--ploy-text-primary)}.calculator-shell .seg button.active{border-bottom-color:var(--ploy-accent-primary);color:var(--ploy-text-primary)}.calculator-shell #actList{border-top:1px solid var(--ploy-border-primary)}.calculator-shell #actList>*{border-bottom:1px solid var(--ploy-border-primary)}.calculator-shell .act-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.1rem 0}.calculator-shell .act-title{min-width:0}.calculator-shell .act-title strong{display:block;font:500 1.15rem/1.25 var(--font-heading)}.calculator-shell .act-title .desc{margin-top:.25rem}.calculator-shell .act-vol{display:flex;align-items:center;gap:.5rem}.calculator-shell .act-vol-in{width:5.5rem!important;text-align:right}.calculator-shell .act-chk{width:1rem;height:1rem}.calculator-shell .adv-tok{padding:0 0 1rem 2rem}.calculator-shell .adv-tok summary{cursor:pointer;color:var(--ploy-text-secondary);font-size:.75rem}.calculator-shell .tok-in{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.75rem}.calculator-shell .kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ploy-border-primary);border-bottom:1px solid var(--ploy-border-primary)}.calculator-shell .kpi{min-width:0;padding:1.5rem 0}.calculator-shell .kpi+.kpi{border-left:1px solid var(--ploy-border-primary);padding-left:1.5rem}.calculator-shell .kpi:first-child{grid-column:1 / -1;border-bottom:1px solid var(--ploy-border-primary);padding:2.5rem 0 2.75rem}.calculator-shell .kpi .num{margin-top:.5rem;color:var(--ploy-text-primary)!important;font:500 2rem/1 var(--font-heading);letter-spacing:-.03em}.calculator-shell .kpi:first-child .num{color:var(--ploy-accent-primary)!important;font-size:clamp(4.5rem,11vw,9rem)}.calculator-shell .kpi .sub{margin-top:.55rem}.calculator-shell .cache-banner{border-bottom:1px solid var(--ploy-border-primary);padding:1rem 0}.calculator-shell .calculator-result-block{border-top:1px solid var(--ploy-border-primary);padding:3.5rem 0}.calculator-shell .calculator-result-heading{display:grid;gap:1.5rem}.calculator-shell .calculator-result-grid{display:grid;gap:0;border-top:1px solid var(--ploy-border-primary)}.calculator-shell .calculator-result-grid>.calculator-result-block{border-top:0}.calculator-shell .calculator-result-grid>.calculator-result-block+.calculator-result-block{border-top:1px solid var(--ploy-border-primary)}.calculator-shell .strat-bars{display:grid;gap:1rem}.calculator-shell .strat{display:grid;grid-template-columns:minmax(9rem,.35fr) minmax(0,1fr) auto;align-items:center;gap:1rem}.calculator-shell .track{height:.45rem;overflow:hidden;background:var(--ploy-background-secondary)}.calculator-shell .fill{height:100%;background:var(--ploy-accent-primary)!important;opacity:.8}.calculator-shell .strat:nth-child(2) .fill{opacity:.5}.calculator-shell .strat:nth-child(3) .fill{opacity:.28}.calculator-shell .nm{font-size:.875rem}.calculator-shell .num,.calculator-shell .big,.calculator-shell .k{font-variant-numeric:tabular-nums}.calculator-shell .tbl-scroll{overflow-x:auto}.calculator-shell table{width:100%;border-collapse:collapse;font-size:.8125rem}.calculator-shell th{border-bottom:1px solid var(--ploy-border-primary);padding:.85rem .75rem;text-align:left;white-space:nowrap}.calculator-shell td{border-bottom:1px solid var(--ploy-border-primary);padding:1rem .75rem;vertical-align:top}.calculator-shell td:first-child,.calculator-shell th:first-child{padding-left:0}.calculator-shell td:last-child,.calculator-shell th:last-child{padding-right:0}.calculator-shell td:not(:first-child),.calculator-shell th:not(:first-child){text-align:right}.calculator-shell .route-model{color:var(--ploy-accent-primary);font-weight:600}.calculator-shell .model-tag{display:inline-block;width:.45rem;height:.45rem;margin-right:.5rem;border-radius:50%;background:var(--ploy-accent-primary)!important}.calculator-shell .pill,.calculator-shell .cat-badge,.calculator-shell .tag-est,.calculator-shell .tag-ind,.calculator-shell .tag-ven,.calculator-shell .anchor-flag{display:inline-flex;align-items:center;border:1px solid var(--ploy-border-primary);border-radius:999px;padding:.1rem .4rem;color:var(--ploy-text-secondary)!important;background:transparent!important;font:500 .625rem/1.2 var(--font-eyebrow);letter-spacing:.08em;text-transform:uppercase}.calculator-shell [style*="color:var(--green)"],.calculator-shell [style*="color:var(--kimi)"],.calculator-shell [style*="color: var(--green)"],.calculator-shell [style*="color: var(--kimi)"]{color:var(--ploy-accent-primary)!important}.calculator-shell [style*="background:rgba"],.calculator-shell [style*="background: rgba"]{background:transparent!important}.calculator-shell [style*="border-color:rgba"],.calculator-shell [style*="border-color: rgba"]{border-color:var(--ploy-border-primary)!important}.calculator-shell .delta-hero{border-left:2px solid var(--ploy-accent-primary)!important;padding:1.2rem 1.35rem;background:transparent!important}.calculator-shell .delta-hero .big{display:block;color:var(--ploy-accent-primary)!important;font:500 2.75rem/1 var(--font-heading)}.calculator-shell .chart-wrap{position:relative;min-height:18rem}.calculator-shell .configbar{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.calculator-shell .calculator-check{display:flex;align-items:center;gap:.75rem;cursor:pointer}.calculator-shell .calculator-advanced{border-top:1px solid var(--ploy-border-primary);border-bottom:1px solid var(--ploy-border-primary)}.calculator-shell .calculator-advanced>summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 0;cursor:pointer;list-style:none}.calculator-shell .calculator-advanced>summary::-webkit-details-marker{display:none}.calculator-shell .calculator-advanced>summary strong{display:block;margin-top:.35rem;font:500 1.35rem/1.2 var(--font-heading)}.calculator-shell .calculator-advanced>summary>span:last-child{color:var(--ploy-accent-primary);font-size:1.5rem}.calculator-shell .calculator-advanced[open]>summary>span:last-child{transform:rotate(45deg)}.calculator-shell .calculator-advanced__body{border-top:1px solid var(--ploy-border-primary);padding:2.5rem 0 3.5rem}.calculator-shell .calculator-method{display:grid;gap:1rem;max-width:64rem;color:var(--ploy-text-secondary);font-size:.875rem;line-height:1.65}.calculator-shell .calculator-method strong{color:var(--ploy-text-primary)}@media(min-width:768px){.calculator-shell .calculator-result-heading{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);align-items:end}.calculator-shell .calculator-result-grid{grid-template-columns:.72fr 1.28fr}.calculator-shell .calculator-result-grid>.calculator-result-block+.calculator-result-block{border-top:0;border-left:1px solid var(--ploy-border-primary);padding-left:3rem}.calculator-shell .calculator-result-grid>.calculator-result-block:first-child{padding-right:3rem}}@media(max-width:767px){.calculator-shell .calculator-field-grid,.calculator-shell .configbar{grid-template-columns:1fr}.calculator-shell .calculator-field-grid__wide{grid-column:auto}.calculator-shell .kpi-row{grid-template-columns:1fr}.calculator-shell .kpi:first-child{grid-column:auto}.calculator-shell .kpi+.kpi{border-left:0;border-top:1px solid var(--ploy-border-primary);padding-left:0}.calculator-shell .strat{grid-template-columns:1fr auto}.calculator-shell .strat .track{grid-column:1 / -1;grid-row:2}.calculator-shell .act-head{grid-template-columns:auto minmax(0,1fr)}.calculator-shell .act-vol{grid-column:2}}
