:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e5e7eb}.app{flex-direction:column;min-height:100vh}.app,header{display:flex}header{align-items:center;gap:1rem;padding:.75rem 1.25rem;border-bottom:1px solid #1f2430;position:-webkit-sticky;position:sticky;top:0;background:#0f1115;z-index:10}header h1{font-size:1rem;font-weight:600;margin:0}.timeframes{display:flex;gap:.35rem}.timeframes button{background:#1a1d24;color:#e5e7eb;border:1px solid #2a2f3a;border-radius:6px;padding:.35rem .7rem;font-size:.85rem;cursor:pointer}.timeframes button:hover{border-color:#3a4152}.timeframes button.active{background:#2563eb;border-color:#2563eb;color:#fff}.ema-legend{display:flex;gap:.75rem}.ema-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#8b93a1}.ema-legend-item .dot{width:8px;height:8px;border-radius:50%;display:inline-block}.backtest-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#8b93a1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-link,.status{margin-left:auto;font-size:.8rem;color:#8b93a1}.home-link{text-decoration:none}.home-link:hover{color:#e5e7eb;text-decoration:underline}.backtest-panel{padding:.6rem 1.25rem;border-bottom:1px solid #1f2430;background:#12151b}.bt-title{font-size:.85rem;font-weight:600;margin-bottom:.5rem}.bt-desc{font-weight:400;color:#8b93a1;margin-left:.5rem}.bt-stats{display:flex;flex-wrap:wrap;gap:1.5rem}.bl{font-size:.7rem;color:#8b93a1}.bv{font-size:.95rem;font-weight:600}.bv.g{color:#22c55e}.bv.r{color:#ef4444}.bv.y{color:#eab308}.chart-container{height:60vh;min-height:380px}.catalog{flex:1 1;padding:1.25rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;align-content:start}.section{padding:1.25rem;border-top:1px solid #1f2430}.section h2{font-size:.95rem;margin:0 0 .9rem}.balance-chart{height:220px}.trades-table-wrap{overflow-x:auto;max-height:480px;overflow-y:auto;border:1px solid #1f2430;border-radius:8px}.trades-table{width:100%;border-collapse:collapse;font-size:.82rem;white-space:nowrap}.trades-table td,.trades-table th{padding:.5rem .9rem;text-align:left;border-bottom:1px solid #1f2430}.trades-table thead th{position:-webkit-sticky;position:sticky;top:0;background:#12151b;color:#8b93a1;font-weight:500;font-size:.72rem}.trades-table td.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.trades-table td.g{color:#22c55e}.trades-table td.r{color:#ef4444}.pill{display:inline-block;font-size:.7rem;font-weight:700;padding:.1rem .5rem;border-radius:999px}.pill.g{background:rgba(34,197,94,.15);color:#22c55e}.pill.r{background:rgba(239,68,68,.15);color:#ef4444}.strategy-card{display:block;background:#12151b;border:1px solid #1f2430;border-radius:10px;padding:1rem;text-decoration:none;color:inherit;transition:border-color .15s}.strategy-card:hover{border-color:#2563eb}.sc-top{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.4rem}.sc-symbol{font-size:.7rem;font-weight:700;color:#58a6ff;background:rgba(88,166,255,.12);padding:.15rem .5rem;border-radius:999px}.sc-top h2{font-size:1rem;margin:0}.sc-desc{font-size:.8rem;color:#8b93a1;margin:0 0 .9rem;line-height:1.5}.sc-stats{display:flex;flex-wrap:wrap;gap:1rem}