:root{color:#182334;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(135deg,rgba(63,119,219,.12),transparent 28rem),linear-gradient(225deg,rgba(42,181,152,.14),transparent 25rem),#f6f8fc}button,input{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.35}.app-shell{width:min(1440px,calc(100% - 32px));margin:0 auto;padding:24px 0 48px}.hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:end;padding:30px 0 22px}.eyebrow{margin:0 0 10px;color:#2a6bc4;font-size:13px;font-weight:800}h1,h2{margin:0;letter-spacing:0}h1{max-width:760px;font-size:clamp(34px,5vw,62px);line-height:1.05}h2{font-size:18px}.hero-copy{max-width:660px;margin:14px 0 0;color:#516070;font-size:17px;line-height:1.7}.trust-panel{display:flex;gap:12px;align-items:flex-start;padding:18px;border:1px solid rgba(42,181,152,.28);border-radius:8px;background:#ffffffd1;box-shadow:0 16px 40px #18233414;color:#25675c;line-height:1.55}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:8px 0 18px}.metric-card{position:relative;overflow:hidden;min-height:132px;padding:18px;border:1px solid rgba(28,39,56,.08);border-radius:8px;background:#fff;box-shadow:0 14px 32px #18233412}.metric-card:after{content:"";position:absolute;right:-26px;bottom:-30px;width:100px;height:100px;border-radius:50%;opacity:.16}.metric-card.blue:after{background:#3f77db}.metric-card.green:after{background:#2ab598}.metric-card.orange:after{background:#f29f45}.metric-card.purple:after{background:#8b6ee8}.metric-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:#eff4ff;color:#2a6bc4}.metric-card span{display:block;margin-top:14px;color:#657487;font-size:13px}.metric-card strong{display:block;margin-top:6px;font-size:25px;line-height:1.15}.workspace{display:grid;grid-template-columns:440px minmax(0,1fr);gap:18px;align-items:start}.panel{border:1px solid rgba(28,39,56,.08);border-radius:8px;background:#ffffffeb;box-shadow:0 18px 48px #18233414}.input-panel,.result-panel{padding:18px}.section-heading{display:flex;gap:10px;align-items:center;margin-bottom:16px;color:#243447}.result-heading{align-items:flex-start;justify-content:space-between}.actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.actions button,.secondary-button{display:inline-flex;gap:6px;align-items:center;min-height:34px;padding:8px 11px;border-radius:7px;background:#eef4ff;color:#285ea8;font-size:13px;font-weight:700}.secondary-button{margin:10px 0 16px;background:#eaf8f3;color:#1e7668}.stage-list{display:grid;gap:10px}.stage-row{position:relative;display:grid;grid-template-columns:1fr 110px 82px 34px;gap:8px;align-items:end;padding:12px;border:1px solid #e1e8f0;border-radius:8px;background:#f8fbff}.last-stage{position:absolute;top:8px;right:10px;color:#8f5d14;font-size:12px}label{display:grid;gap:6px;color:#627084;font-size:12px;font-weight:700}.field-note{color:#8a6330;font-size:12px;font-weight:600}input{width:100%;min-height:36px;border:1px solid #d7e0ea;border-radius:7px;background:#fff;color:#182334;padding:8px 10px}input:focus{outline:3px solid rgba(63,119,219,.18);border-color:#3f77db}.icon-button{display:grid;width:34px;height:36px;place-items:center;border-radius:7px;background:#fff1f0;color:#b94040}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.derived-strip{display:grid;gap:8px;margin:16px 0;padding:12px;border-radius:8px;background:#f6f1ff;color:#554494;font-size:13px;font-weight:700}.hint{margin:10px 0 0;color:#8a6330;font-size:13px;line-height:1.6}.payoff-focus{display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,.9fr);gap:16px;align-items:center;padding:16px;border-radius:8px;background:linear-gradient(120deg,#3f77db1f,#2ab5981a),#f7fbff}input[type=range]{accent-color:#2a6bc4;padding:0}.payoff-number{padding:14px;border-radius:8px;background:#fff}.payoff-number span,.payoff-number small{display:block;color:#657487}.payoff-number strong{display:block;margin:4px 0 6px;color:#124f94;font-size:clamp(28px,4vw,42px)}.tabs{display:flex;gap:8px;margin:16px 0 10px}.tabs button{padding:9px 13px;border-radius:7px;background:#f0f3f7;color:#5f6d7e;font-weight:800}.tabs button.active{background:#213652;color:#fff}.table-wrap{overflow:auto;border:1px solid #dfe7ef;border-radius:8px}table{width:100%;border-collapse:collapse;min-width:780px;background:#fff}.compact-table table{min-width:0}th,td{border-bottom:1px solid #e8eef5;padding:9px 10px;text-align:right;white-space:nowrap}th{position:sticky;top:0;z-index:1;background:#eff6ff;color:#31445c;font-size:13px}td:first-child,th:first-child{text-align:left}td input{min-width:110px;min-height:32px}td input[type=checkbox]{min-width:auto;width:18px;height:18px}.status{display:inline-flex;padding:4px 8px;border-radius:999px;background:#e8f7f1;color:#1e7668;font-size:12px;font-weight:800}.status.warn{background:#fff3d8;color:#915f00}.page-footer{margin-top:18px;color:#68768a;font-size:13px;line-height:1.7}@media(max-width:1080px){.hero,.workspace,.summary-grid,.payoff-focus{grid-template-columns:1fr}.trust-panel{max-width:680px}}@media(max-width:680px){.app-shell{width:min(100% - 18px,1440px);padding-top:12px}h1{font-size:34px}.stage-row,.field-grid{grid-template-columns:1fr}.actions{justify-content:flex-start}.metric-card{min-height:112px}}@media print{body{background:#fff}.no-print,.input-panel,.page-footer{display:none!important}.app-shell{width:100%;padding:0}.hero{display:block;padding:0 0 12px}.workspace,.summary-grid{display:block}.panel,.metric-card{box-shadow:none;border-color:#ccc}table{min-width:0;font-size:11px}}
