#tradelogic-root{max-width:800px;margin:0 auto;background:#2d2d44;border-radius:2rem;padding:1.8rem;color:#f0f0f0;font-family:Inter,system-ui,sans-serif}
.step-card{background:#3a3a55;border-radius:1.5rem;padding:1.5rem;margin-bottom:1.5rem}
.step-title{font-size:1.3rem;border-left:4px solid #f5b042;padding-left:1rem;margin-bottom:1rem}
.field-group{margin-bottom:1rem}
.field-group label{display:block;margin-bottom:.3rem;font-size:.9rem}
.field-group input,.field-group select{width:100%;padding:.6rem .8rem;background:#1e1e2f;border:1px solid #5a5a77;border-radius:.8rem;color:#f0f0f0;font-size:1rem;box-sizing:border-box}
.checkbox-group{display:flex;align-items:center;gap:.8rem;margin:1rem 0}
.radio-group{display:flex;gap:1rem;flex-wrap:wrap;margin:.5rem 0}
.btn-nav{background:#f5b042;border:none;padding:.7rem 1.4rem;border-radius:2rem;font-weight:bold;cursor:pointer;margin-right:.5rem;color:#000}
.btn-reset{background:#3a3a55;color:#f5b042;border:1px solid #f5b042}
.verdict-green{color:#4cda64}
.verdict-red{color:#ff5e6b}
.verdict-yellow{color:#ffc107}
.result-card{background:#1e1e2f;border-radius:1rem;padding:1.5rem;text-align:center;border:1px solid #f5b042;margin-top:1rem}