:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:16px/1.4 system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100svh}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d1117;--panel:#161b22;--border:#30363d;--text:#e6edf3;--muted:#8b949e;--accent:#3fb950}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,sans-serif}.login-page{justify-content:center;align-items:center;height:100vh;display:flex}.login-form{background:var(--panel);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.75rem;width:280px;padding:2rem;display:flex}.login-form input,.login-form button{border:1px solid var(--border);color:var(--text);background:#0d1117;border-radius:4px;padding:.5rem}.login-form button{background:var(--accent);color:#0d1117;cursor:pointer;font-weight:600}.login-form .error{color:#f85149;margin:0}.dashboard-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.dashboard-body{grid-template-columns:220px 1fr 260px;gap:1rem;padding:1rem;display:grid}.watchlist{background:var(--panel);border:1px solid var(--border);border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.watchlist-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:.75rem 1rem;display:flex}.watchlist-row:last-child{border-bottom:none}.candle-chart{background:var(--panel);border:1px solid var(--border);border-radius:8px}.order-ticket{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:1rem}.order-ticket h2{margin:0 0 .75rem;font-size:1rem}.order-ticket form{flex-direction:column;gap:.5rem;display:flex}.order-ticket .side-toggle{gap:.5rem;display:flex}.order-ticket .side-toggle button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#0d1117;border-radius:4px;flex:1;padding:.4rem}.order-ticket .side-toggle button.active{background:var(--accent);color:#0d1117;font-weight:600}.order-ticket label{color:var(--muted);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.order-ticket input{border:1px solid var(--border);width:100px;color:var(--text);background:#0d1117;border-radius:4px;padding:.4rem}.order-ticket button[type=submit]{background:var(--accent);color:#0d1117;cursor:pointer;border:none;border-radius:4px;padding:.5rem;font-weight:600}.order-ticket .error{color:#f85149;margin:.5rem 0 0}.order-ticket .order-result{margin:.5rem 0 0;font-size:.85rem}.portfolio-summary{border-top:1px solid var(--border);color:var(--muted);margin-top:1rem;padding-top:.75rem;font-size:.85rem}.portfolio-summary ul{margin:.5rem 0 0;padding:0;list-style:none}
