.app-shell{display:flex;flex-direction:column;gap:32px;width:100%}.top-bar{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:16px}.brand-logo{width:56px;height:56px;box-shadow:0 12px 30px #00000073}.brand-copy{display:flex;flex-direction:column;gap:4px}.brand-name{font-size:20px;font-weight:600;letter-spacing:.04em}.brand-tagline{font-size:14px;color:#9aa2b2}.content{display:flex;flex-direction:column;gap:32px;background:linear-gradient(180deg,#0d1118b3,#06080fe6);border-radius:32px;padding:48px 56px 64px;box-shadow:0 40px 80px #01061573}.hero h1{font-size:clamp(32px,6vw,48px);font-weight:600;margin-bottom:12px}.hero p{color:#9aa2b2;max-width:640px;font-size:16px;line-height:1.6}.panels{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card{border-radius:28px;padding:32px;background:#0a0e16eb;box-shadow:inset 0 0 0 1px #79bbae14,0 25px 65px #02060c73}.input-panel{display:flex;flex-direction:column;gap:28px}.field{display:flex;flex-direction:column;gap:12px}.field label{font-weight:500;text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#91a1b9}.asset-select select{width:100%;border-radius:16px;padding:14px 20px;background:#101521e6;border:1px solid rgba(102,172,160,.25);color:#eef3f8;-webkit-appearance:none;-moz-appearance:none;appearance:none}.asset-select select:focus-visible,.input-with-addon input:focus-visible{outline:2px solid rgba(141,225,216,.7);outline-offset:2px}.input-with-addon{display:grid;grid-template-columns:1fr auto;border-radius:16px;overflow:hidden;border:1px solid rgba(102,172,160,.25);background:#0e131ecc}.input-with-addon input{background:transparent;border:none;padding:16px 20px;color:#eef3f8}.input-with-addon input::-webkit-inner-spin-button,.input-with-addon input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-with-addon input:disabled{color:#5e6a7d}.addon{padding:16px 20px;border-left:1px solid rgba(102,172,160,.15);color:#8de1d1;font-weight:600}.hint{color:#6e7b92;font-size:13px}.field-header{display:flex;justify-content:space-between;align-items:baseline;color:#aebbd3;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.field-header span:last-child{font-size:14px;color:#eef3f8;text-transform:none;letter-spacing:normal}input[type=range]{width:100%;height:4px;border-radius:999px;background:#47586e66}input[type=range]:disabled{opacity:.35;cursor:not-allowed}.primary-button{padding:18px 0;border-radius:16px;border:none;font-size:16px;font-weight:600;color:#041b13;background:linear-gradient(90deg,#8de1d1,#6bc4ff);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.primary-button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #6bc4ff40}.summary-panel{display:flex;flex-direction:column;gap:24px}.stat-block{display:flex;flex-direction:column;gap:4px}.label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#7f8aa5}.stat{font-size:48px;font-weight:600}.muted{font-size:22px;color:#7f8aa5;margin-left:6px}.stat-row{display:flex;gap:24px;font-size:18px;justify-content:space-between}.stat-row .value{display:block;color:#eef3f8;font-weight:500;margin-top:4px}.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(111,173,163,.45),transparent)}.context{display:flex;flex-direction:column;gap:14px;color:#aebbd3;font-size:15px;line-height:1.6}.context-title{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#7f8aa5}.ltv-bar{position:relative;height:10px;background:#47586e66;border-radius:999px;overflow:hidden}.ltv-bar-fill{position:absolute;inset:0 auto 0 0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8de1d1,#6bc4ff);transition:width .2s ease}.ltv-bar-fill.over{background:linear-gradient(90deg,#ff938f,#f871a0)}.ltv-metrics{display:flex;flex-direction:column;font-size:13px;color:#7f8aa5;gap:2px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.toggle-label{font-size:14px;font-weight:600;color:#eef3f8}.toggle-hint{display:block;margin-top:4px;font-size:13px;color:#7f8aa5}.switch{position:relative;display:inline-block;width:48px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#8fc8be59;transition:.2s;border-radius:26px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#080c14f2;transition:.2s;border-radius:50%}.switch input:checked+.slider:before{transform:translate(22px)}@media (max-width: 768px){.content{padding:32px 24px 48px}.stat-row{flex-direction:column;gap:16px}.summary-panel{gap:20px}}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#05070d;color:#f5f7fa}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}:root{color-scheme:dark}body{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 16px}#root{width:100%;max-width:1100px}
