.profit-calculator-page{max-width:1180px;margin:0 auto;padding:28px}.profit-calculator-page h1{margin:8px 0}.profit-calculator-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr);gap:20px;margin-top:24px}.profit-calculator-grid h2{font-size:1rem;margin:6px 0 12px}.profit-calculator-grid .fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px}.profit-calculator-grid label{display:grid;gap:6px;color:#cbd5e1;font-size:.85rem}.profit-calculator-grid input{min-width:0;border:1px solid #334155;border-radius:9px;background:#07111f;color:#f8fafc;padding:11px}.profit-calculator-grid .check{display:flex;align-items:center;gap:8px}.profit-calculator-grid .check input{min-width:auto}.profit-results{position:sticky;top:18px;align-self:start}.profit-results h2{font-size:1.45rem;margin:8px 0}.profit-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#1e293b;border-radius:10px;overflow:hidden;margin-top:18px}.profit-result-grid div{background:#0b1728;padding:12px}.profit-result-grid small,.profit-result-grid strong{display:block}.profit-result-grid small{color:#94a3b8}.profit-result-grid strong{font-size:1rem;margin-top:4px}.profit-formula{margin-top:16px;color:#cbd5e1}.profit-breakdown{margin-top:8px;font-size:.77rem;color:#cbd5e1}.profit-breakdown summary{cursor:pointer;color:#60a5fa}.profit-breakdown>div{display:grid;grid-template-columns:1fr auto;gap:4px 12px;margin-top:8px}.profit-breakdown b{font-weight:500}.profit-breakdown span{text-align:right}@media(max-width:760px){.profit-calculator-page{padding:16px}.profit-calculator-grid{grid-template-columns:1fr}.profit-calculator-grid .fields{grid-template-columns:1fr}.profit-results{position:static}.profit-result-grid{grid-template-columns:1fr 1fr}.profit-calculator-grid button{width:100%}}
