.nst10-root{font-family:Arial;border-top:6px solid #e6e6e6;padding:14px}
.nst10-wrap{display:flex;gap:28px}
.nst10-col{width:50%}
.nst10-row{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #eee}
.nst10-name{font-weight:700;border:2px solid #8a8a8a;padding:6px 12px;border-radius:6px;background:#fff}
.nst10-price{font-weight:800}
.nst10-box{padding:6px 10px;border-radius:6px;font-weight:700}
.gain{background:#d4f5d9;color:#1b6f2c;border:1px solid #a3e09e}
.loss{background:#f9d7d7;color:#b11b1b;border:1px solid #f1a8a8}
.nst10-loading{padding:20px;color:#666}
.nst10-empty{padding:18px;color:#999}
.nst10-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.nst10-tabs button{background:none;border:none;font-weight:700;font-size:16px;padding:8px 14px;border-bottom:3px solid transparent;cursor:pointer}
.nst10-tabs .active{border-bottom-color:#c8392c;color:#c8392c}
.nst10-index{padding:10px;border:1px solid #eee;border-radius:6px;background:#fff;font-weight:700}
@media(max-width:900px){.nst10-wrap{flex-direction:column}.nst10-col{width:100%}}