:root{--buy:#22c55e;--sell:#ef4444;--hold:#f59e0b;--acc:#06b6d4}
html,body{margin:0;min-height:100%;background:linear-gradient(160deg,#0a0e1a,#05070d);color:#e5e7eb;font-family:'Vazirmatn',sans-serif}
.mono{font-family:'JetBrains Mono',monospace;direction:ltr;unicode-bidi:isolate}
.orb{position:fixed;border-radius:50%;filter:blur(90px);opacity:.28;z-index:0;pointer-events:none;animation:drift 22s ease-in-out infinite alternate}
.o1{width:420px;height:420px;background:#7c3aed;top:-120px;right:-80px}
.o2{width:360px;height:360px;background:#06b6d4;bottom:-100px;left:-60px;animation-delay:-7s}
.o3{width:280px;height:280px;background:#db2777;top:40%;left:40%;animation-delay:-14s}
@keyframes drift{to{transform:translate(60px,-40px) scale(1.15)}}
#root{position:relative;z-index:1}
.glass{background:rgba(255,255,255,.045);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.09);border-radius:1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.fade{animation:fade .45s ease both}
@keyframes fade{from{opacity:0;transform:translateY(8px)}}
.pulse{animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}
input,select,textarea{background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.12);border-radius:.6rem;padding:.45rem .6rem;color:#e5e7eb;outline:none;width:100%}
input:focus,select:focus{border-color:var(--acc)}
.btn{background:linear-gradient(135deg,#0891b2,#7c3aed);padding:.5rem 1rem;border-radius:.7rem;font-weight:700;transition:.2s}
.btn:hover{filter:brightness(1.2)}
.btn2{background:rgba(255,255,255,.08);padding:.4rem .8rem;border-radius:.6rem;border:1px solid rgba(255,255,255,.1)}
::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}
table{border-collapse:collapse;width:100%}
th,td{padding:.45rem .5rem;text-align:right;white-space:nowrap}
tr{border-bottom:1px solid rgba(255,255,255,.05)}