:root{--ink:#17221d;--muted:#6c7871;--line:#dfe5e1;--paper:#fff;--ground:#f3f5f2;--green:#176b4a;--green-2:#249968;--green-soft:#e7f3ec;--lime:#d8ef6b;--orange:#e86f2d}*{box-sizing:border-box}html{background:var(--ground)}body{margin:0;background:radial-gradient(circle at 85% 5%,rgba(216,239,107,.18),transparent 22rem),var(--ground);color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{color:inherit}.topbar{height:72px;padding:0 36px;border-bottom:1px solid rgba(23,34,29,.1);background:rgba(255,255,255,.76);backdrop-filter:blur(16px);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:var(--ink);color:var(--lime);font-weight:800;letter-spacing:-.04em}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.1}.brand strong{font-size:16px;letter-spacing:-.02em}.brand small{margin-top:4px;color:var(--muted);font-size:10px;letter-spacing:.12em}.reset{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 14px;font-size:12px;font-weight:650;cursor:pointer;transition:border-color .2s,transform .2s}.reset:hover{border-color:var(--green);transform:translateY(-1px)}.reset:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(36,153,104,.22);outline-offset:2px}.page-shell{max-width:1440px;margin:0 auto;padding:50px 36px 80px}.hero{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:34px}.eyebrow{color:var(--green);font-size:11px;font-weight:750;letter-spacing:.2em}.hero h1{font-size:clamp(34px,4vw,58px);letter-spacing:-.055em;line-height:1.02;margin:12px 0 13px;max-width:760px}.hero p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}.channel-wrap{min-width:330px}.section-kicker{display:block;color:var(--muted);font-size:11px;font-weight:650;margin:0 0 8px 3px}.segmented{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;background:#e6eae6;border-radius:14px;padding:4px}.segmented button{border:0;background:transparent;border-radius:10px;padding:9px 14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:650;transition:.18s ease}.segmented button small{color:var(--muted);font-size:10px;font-weight:500}.segmented button.active{background:var(--paper);box-shadow:0 2px 10px rgba(25,42,33,.08);color:var(--green)}.segmented button.active small{color:#668577}.workspace{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(330px,.74fr);gap:24px;align-items:start}.inputs-column,.results-column{display:flex;flex-direction:column;gap:16px}.results-column{position:sticky;top:92px}.card{background:rgba(255,255,255,.93);border:1px solid var(--line);border-radius:20px}.input-card{padding:23px}.card-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:19px}.step{width:30px;height:30px;flex:0 0 auto;border-radius:9px;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:10px;font-weight:800;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.card-heading h2,.summary-title h2{margin:0;font-size:16px;letter-spacing:-.02em}.card-heading p{margin:4px 0 0;color:var(--muted);font-size:11px}.field-grid{display:grid;gap:14px}.field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-top{margin-top:16px}.exchange-field{min-width:0}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field-label{color:#536159;font-size:11px;font-weight:600;display:flex;align-items:center;gap:5px}.hint{width:15px;height:15px;border-radius:50%;display:grid;place-items:center;background:#edf0ed;color:#768079;font-size:9px;cursor:help}.input-shell{height:42px;border:1px solid #d9dfdb;border-radius:10px;background:#fafbfa;display:flex;align-items:center;overflow:hidden;transition:border-color .18s,box-shadow .18s}.input-shell:focus-within{border-color:var(--green-2);box-shadow:0 0 0 3px rgba(36,153,104,.1);background:#fff}.input-shell input{width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 9px 0 12px;min-width:0;font-weight:650;font-size:14px;color:var(--ink)}.input-shell input::-webkit-inner-spin-button{opacity:.35}.unit{color:#7a857e;font-size:9px;font-weight:650;padding-right:10px;white-space:nowrap}.rate-meta{min-height:18px;margin-top:5px;padding:0 2px;display:flex;align-items:center;justify-content:space-between;gap:7px;color:#648173;font-size:8.5px;line-height:1.4}.rate-meta>span{display:flex;align-items:center;min-width:0}.rate-meta button{flex:0 0 auto;border:0;padding:1px 0;background:transparent;color:var(--green);font-size:8.5px;font-weight:700;cursor:pointer}.rate-meta button:hover{text-decoration:underline}.rate-meta button:disabled{opacity:.45;cursor:wait;text-decoration:none}.rate-meta.error{color:#a1583a}.rate-dot{width:6px;height:6px;border-radius:50%;margin-right:5px;background:var(--green-2);display:inline-block}.rate-dot.loading{background:#aeb8b1;animation:rate-pulse 1s ease-in-out infinite}.rate-dot.error{background:var(--orange)}.rate-dot.manual{background:#d29a3d}@keyframes rate-pulse{50%{opacity:.35;transform:scale(.8)}}.calc-strip{margin-top:16px;border:1px dashed #cbd8d0;background:#f7faf8;border-radius:11px;padding:10px 13px;display:flex;flex-wrap:wrap;gap:10px 22px}.calc-strip span{color:var(--muted);font-size:10px}.calc-strip strong{color:var(--ink);margin-left:4px;font-size:11px}.profit-card{color:#fff;border-radius:22px;padding:25px;background:linear-gradient(135deg,#143d2e,#176b4a 70%,#20825a);box-shadow:0 18px 40px rgba(23,107,74,.19);position:relative;overflow:hidden}.profit-card:after{content:"";position:absolute;width:180px;height:180px;right:-80px;top:-95px;border-radius:50%;background:rgba(216,239,107,.18)}.profit-card.loss{background:linear-gradient(135deg,#4c231d,#9a3e28);box-shadow:0 18px 40px rgba(154,62,40,.18)}.profit-label{display:block;color:rgba(255,255,255,.66);font-size:11px;letter-spacing:.08em}.profit-value{display:block;margin-top:8px;font-size:42px;line-height:1;letter-spacing:-.05em}.metric-row{display:grid;grid-template-columns:1fr 1fr;margin-top:22px;gap:18px}.metric-row div{display:flex;flex-direction:column;gap:3px}.metric-row span{color:rgba(255,255,255,.62);font-size:10px}.metric-row strong{font-size:15px}.meter{height:4px;border-radius:4px;background:rgba(255,255,255,.16);margin-top:18px;overflow:hidden}.meter span{height:100%;display:block;background:var(--lime);border-radius:inherit;transition:width .25s ease}.summary-card,.price-card,.scenario-card{padding:20px}.summary-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.summary-title span{color:var(--muted);font-size:9px;border:1px solid var(--line);border-radius:999px;padding:4px 7px}.ledger{margin:0;display:flex;flex-direction:column}.ledger div{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid #eef1ef}.ledger dt,.ledger dd{margin:0;font-size:11px}.ledger dt{color:var(--muted)}.ledger dt small{font-size:9px;color:#8c9690;margin-left:3px}.ledger dd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600}.ledger .revenue dd{color:var(--green)}.ledger .total{border-bottom:0;padding:13px 0 0;margin-top:3px}.ledger .total dt,.ledger .total dd{color:var(--ink);font-weight:750;font-size:13px}.price-callout{border-radius:12px;background:#f2f5f2;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.price-callout span,.target-price span{color:var(--muted);font-size:10px}.price-callout strong{font-size:16px}.target-control{display:block;margin-top:15px}.target-control>span{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.target-control>span strong{color:var(--green)}.target-control input{width:100%;margin:11px 0 8px;accent-color:var(--green);cursor:pointer}.target-price{border-top:1px solid var(--line);padding-top:13px;display:flex;align-items:flex-end;justify-content:space-between}.target-price strong{color:var(--green);font-size:22px;letter-spacing:-.04em}.scenario-head,.scenario-row{display:grid;grid-template-columns:1.1fr .9fr .65fr;align-items:center;gap:6px}.scenario-head{color:#919991;font-size:9px;padding:0 8px 6px}.scenario-head span:not(:first-child),.scenario-row>*:not(:first-child){text-align:right}.scenario-row{padding:9px 8px;border-radius:8px;font-size:10px}.scenario-row.current{background:var(--green-soft)}.scenario-row strong{color:var(--green);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.scenario-row strong.negative{color:var(--orange)}.disclaimer{margin:-3px 4px 0;color:#8b938e;font-size:9px;line-height:1.65}[hidden]{display:none!important}@media(max-width:1050px){.workspace{grid-template-columns:1fr}.results-column{position:static;display:grid;grid-template-columns:1fr 1fr}.profit-card{grid-column:1/-1}.disclaimer{grid-column:1/-1}}@media(max-width:760px){.topbar{height:64px;padding:0 18px}.page-shell{padding:32px 16px 60px}.hero{align-items:stretch;flex-direction:column;gap:25px}.hero h1{font-size:38px}.channel-wrap{min-width:0}.field-grid.three,.field-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.results-column{grid-template-columns:1fr}.profit-card,.disclaimer{grid-column:auto}}@media(max-width:460px){.brand small{display:none}.reset{font-size:10px;padding:8px 10px}.hero h1{font-size:34px}.hero p{font-size:13px}.input-card{padding:18px 15px}.segmented button{flex-direction:column;gap:2px;padding:8px}.field-grid.three,.field-grid.four{grid-template-columns:1fr 1fr;gap:12px 9px}.profit-value{font-size:38px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
