@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--duck-blue:#0f4c81;--duck-blue-light:#1a6bb5;--duck-teal:#00a9a5;--duck-teal-light:#00d4cf;--duck-dark:#080c18;--duck-dark-2:#0e1421;--duck-dark-3:#1a2235;--duck-gray:#6b7280;--duck-gray-light:#9ca3af;--duck-white:#f1f5f9;--duck-accent:#f59e0b;--gradient-hero:linear-gradient(135deg, #080c18 0%, #0c1a3a 50%, #0f4c81 100%);--shadow-glow:0 0 60px #00a9a51f;--shadow-card:0 8px 32px #0006;--border-subtle:1px solid #ffffff12;--radius:16px;--radius-sm:10px}html{scroll-behavior:smooth}body{background-color:var(--duck-dark);color:var(--duck-white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--duck-dark)}::-webkit-scrollbar-thumb{background:var(--duck-blue);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--duck-teal)}.eth-page{--eth-bg:#070a0d;--eth-panel:#10151b;--eth-panel-2:#151c23;--eth-line:#ffffff17;--eth-muted:#8d98a5;--eth-text:#f5f7f9;--eth-accent:#5ee0b5;--eth-accent-2:#2aa981;min-height:100vh;color:var(--eth-text);background:radial-gradient(circle at 85% 0%, #5ee0b514, transparent 28rem), linear-gradient(145deg, #090d11, var(--eth-bg) 60%);padding-top:72px}.eth-hero{max-width:1040px;margin:0 auto;padding:64px 24px 38px}.eth-brand-mark{color:var(--eth-accent);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.eth-hero h1{letter-spacing:-.055em;max-width:760px;margin:14px 0 10px;font-size:clamp(40px,7vw,72px);line-height:.98}.eth-hero p{color:var(--eth-muted);font-size:clamp(16px,2vw,20px)}.eth-shell{max-width:1040px;margin:0 auto;padding:0 24px 80px}.eth-mode-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.eth-layout{grid-template-columns:minmax(0,1.04fr) minmax(330px,.96fr);align-items:start;gap:18px;display:grid}.eth-form-column,.eth-results-column{gap:18px;display:grid}.eth-results-column{position:sticky;top:90px}.eth-card,.eth-result-card{border:1px solid var(--eth-line);background:linear-gradient(145deg,#151c23f5,#0d1217f5);border-radius:18px;padding:22px;box-shadow:0 18px 60px #00000038}.eth-section-title{align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.eth-section-title>svg{color:var(--eth-accent);flex:none;margin-top:2px}.eth-section-title h2{font-size:17px;line-height:1.25}.eth-section-title p{color:var(--eth-muted);margin-top:4px;font-size:12px;line-height:1.5}.eth-fields{gap:14px;display:grid}.eth-fields.two{grid-template-columns:repeat(2,minmax(0,1fr))}.eth-field{color:#c7ced6;gap:7px;font-size:12px;font-weight:700;display:grid}.eth-field small{color:var(--eth-muted);font-size:10px;font-weight:500;line-height:1.4}.eth-field input,.eth-field select,.eth-fuel-editor input,.eth-fuel-editor select{border:1px solid var(--eth-line);width:100%;height:48px;color:var(--eth-text);font:inherit;background:#090d11;border-radius:10px;outline:0;padding:0 13px;font-size:15px}.eth-field input:focus,.eth-field select:focus{border-color:var(--eth-accent);box-shadow:0 0 0 3px #5ee0b524}.eth-input-wrap{display:block;position:relative}.eth-input-wrap input{padding-right:52px}.eth-suffix{color:var(--eth-muted);pointer-events:none;font-size:12px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.eth-segmented{border:1px solid var(--eth-line);background:#00000040;border-radius:11px;grid-auto-flow:column;padding:3px;display:inline-grid}.eth-segmented button{min-height:38px;color:var(--eth-muted);background:0 0;border:0;border-radius:8px;padding:7px 14px;font-weight:700}.eth-segmented button.active{background:var(--eth-panel-2);color:var(--eth-text);box-shadow:inset 0 0 0 1px #ffffff0f}.eth-segmented button:focus-visible,.eth-targets button:focus-visible,.eth-reset:focus-visible{outline:2px solid var(--eth-accent);outline-offset:2px}.eth-reset{color:var(--eth-muted);background:0 0;border:0;align-items:center;gap:7px;padding:8px;display:inline-flex}.eth-reset:hover{color:var(--eth-text)}.eth-inline-control{justify-content:space-between;align-items:center;gap:12px;margin:18px 0 14px;display:flex}.eth-label{color:#c7ced6;font-size:12px;font-weight:700}.eth-targets{grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:16px;display:grid}.eth-targets button{border:1px solid var(--eth-line);height:46px;color:var(--eth-muted);background:#090d11;border-radius:10px;font-weight:800}.eth-targets button.active{border-color:var(--eth-accent);color:var(--eth-accent);background:#5ee0b51f}.eth-fuels{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.eth-fuels.single{grid-template-columns:1fr}.eth-fuel-editor{border:1px solid var(--eth-line);border-radius:13px;gap:12px;min-width:0;padding:14px;display:grid}.eth-fuel-editor legend{color:var(--eth-accent);letter-spacing:.1em;text-transform:uppercase;padding:0 6px;font-size:11px;font-weight:800}.eth-result-card{background:linear-gradient(155deg,#17241f,#0d1514 58%,#0d1115);border-color:#5ee0b54d;overflow:hidden}.eth-result-card.has-error{background:linear-gradient(155deg,#251c13,#12110f);border-color:#ffb44f59}.eth-result-kicker{color:var(--eth-muted);letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;align-items:baseline;font-size:11px;font-weight:800;display:flex}.eth-result-kicker strong{color:var(--eth-accent);letter-spacing:-.03em;font-size:28px}.eth-pump-instructions{border-block:1px solid var(--eth-line);background:var(--eth-line);grid-template-columns:1fr 1fr;gap:1px;margin:22px -22px 0;display:grid}.eth-pump-instructions>div{background:#0408078c;min-width:0;padding:20px 22px}.eth-pump-instructions span,.eth-single-result>span,.eth-final>span,.eth-actual-result span{color:var(--eth-muted);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.eth-pump-instructions strong,.eth-single-result strong{letter-spacing:-.05em;white-space:nowrap;margin:5px 0 0;font-size:clamp(30px,5vw,42px);line-height:1;display:block}.eth-pump-instructions strong small,.eth-single-result strong small{color:var(--eth-muted);letter-spacing:0;font-size:13px}.eth-pump-instructions p,.eth-single-result p{color:var(--eth-accent);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:12px;overflow:hidden}.eth-final{padding:20px 0 16px}.eth-final strong{justify-content:space-between;gap:12px;margin-top:5px;font-size:20px;display:flex}.eth-final em{color:var(--eth-accent);font-style:normal}.eth-mixture-bar{background:#32383c;border-radius:99px;height:8px;overflow:hidden}.eth-mixture-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--eth-accent-2), var(--eth-accent));height:100%;display:block}.eth-bar-labels{color:var(--eth-muted);justify-content:space-between;margin-top:7px;font-size:9px;display:flex}.eth-details{border-top:1px solid var(--eth-line);color:var(--eth-muted);margin-top:16px;padding-top:14px;font-size:11px}.eth-details summary{cursor:pointer;font-weight:700}.eth-details dl{gap:6px;margin-top:12px;display:grid}.eth-details dl>div{justify-content:space-between;display:flex}.eth-details dd{color:var(--eth-text)}.eth-disclaimer{color:#75808b;margin-top:18px;font-size:9px;line-height:1.55}.eth-error{justify-items:start;padding:44px 0 32px;display:grid}.eth-error svg{color:#ffb44f}.eth-error h2{margin:14px 0 7px;font-size:23px}.eth-error p{color:var(--eth-muted);font-size:13px;line-height:1.6}.eth-single-result{padding:38px 0 24px}.eth-single-result strong{font-size:56px}.eth-steps ol{color:#b5bec7;gap:10px;margin-left:20px;font-size:12px;display:grid}.eth-steps li::marker{color:var(--eth-accent);font-weight:800}.eth-actual-result{border-top:1px solid var(--eth-line);grid-template-columns:1fr auto;align-items:end;gap:2px 12px;margin-top:18px;padding-top:16px;display:grid}.eth-actual-result strong{color:var(--eth-accent);grid-row:span 2;font-size:30px;line-height:1}.eth-actual-result small{color:var(--eth-muted);font-size:10px}@media (width<=820px){.eth-layout{grid-template-columns:1fr}.eth-results-column{position:static}}@media (width<=560px){.eth-page{padding-top:64px}.eth-hero{padding:42px 18px 26px}.eth-shell{padding:0 12px 60px}.eth-mode-row{flex-direction:column;align-items:stretch}.eth-mode-row .eth-segmented{grid-template-columns:1fr 1fr}.eth-reset{align-self:flex-end}.eth-card,.eth-result-card{border-radius:15px;padding:18px}.eth-fields.two,.eth-fuels{grid-template-columns:1fr}.eth-targets{grid-template-columns:repeat(4,1fr)}.eth-targets button:last-child{grid-column:span 4}.eth-inline-control{flex-direction:column;align-items:stretch}.eth-inline-control .eth-segmented{grid-template-columns:1fr 1fr}.eth-pump-instructions{margin-inline:-18px}.eth-pump-instructions>div{padding:18px}.eth-pump-instructions strong{font-size:28px}}@media (prefers-reduced-motion:reduce){.eth-page *,.eth-page :before,.eth-page :after{scroll-behavior:auto!important;transition:none!important}}
