:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f1419;color:#d7e0ea}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:#0f1419}.app{min-height:100dvh;display:flex;flex-direction:column;gap:12px;padding:12px;padding-bottom:max(12px,env(safe-area-inset-bottom))}.app-top{flex-shrink:0;display:flex;flex-direction:column;gap:12px}.app-header h1{margin:0;font-size:1.25rem}.app-header p{margin:4px 0 0;color:#8b9cb3;font-size:.875rem}.panel{background:#151b24;border:1px solid #2d3a4f;border-radius:12px;padding:12px}.form-row{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:6px;flex:1;min-width:120px}.field span{font-size:.75rem;color:#8b9cb3}input{width:100%;min-height:44px;border-radius:10px;border:1px solid #2d3a4f;background:#0f1419;color:#d7e0ea;padding:0 12px;font-size:1rem}.primary-btn{min-height:44px;min-width:88px;border:none;border-radius:10px;background:#5b9cf0;color:#0f1419;font-size:1rem;font-weight:600;cursor:pointer}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.chart-panel{position:relative;flex-shrink:0;height:clamp(280px,48dvh,520px);display:flex;flex-direction:column;padding:0;overflow:hidden}.chart-panel-toolbar{position:absolute;top:8px;right:8px;z-index:5;display:flex;gap:8px;align-items:center;pointer-events:none}.chart-panel-toolbar>*{pointer-events:auto}.chart-panel-title{display:none;font-size:.875rem;font-weight:600}.chart-fullscreen-btn{min-height:36px;padding:0 12px;border-radius:8px;border:1px solid #2d3a4f;background:#151b24eb;color:#d7e0ea;font-size:.875rem;cursor:pointer}.chart-panel-empty{padding:12px}.app--chart-fullscreen{display:flex;flex-direction:column;padding:0;gap:0;min-height:100dvh;height:100dvh}.chart-panel--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;flex-direction:column;height:100dvh;min-height:100dvh;border:none;border-radius:0}.chart-panel--fullscreen .chart-panel-toolbar{position:static;flex-shrink:0;justify-content:space-between;padding:max(10px,env(safe-area-inset-top)) 12px 10px;border-bottom:1px solid #2d3a4f;background:#151b24;pointer-events:auto}.chart-panel--fullscreen .chart-panel-title{display:inline}.chart-panel--fullscreen .kline-main-host-wrap{flex:1;height:auto;min-height:0}.chart-panel--fullscreen .kline-main-host-wrap>.kline-main-host{min-height:0}.kline-main-host-wrap{position:relative;width:100%;flex:1 1 auto;min-height:0;min-width:0;overflow:hidden}.chart-host,.kline-main-host-wrap>.kline-main-host{width:100%;height:100%;min-height:0}.kline-trade-signal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;overflow:visible}.summary-panel{flex-shrink:0}.summary-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.summary-head h2,.summary-title{margin:0;font-size:1rem}.summary-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.summary-name{font-weight:600}.summary-symbol{color:#8b9cb3;font-size:.875rem;font-weight:500}.badge{font-size:.75rem;padding:2px 8px;border-radius:999px;background:#223049;color:#8b9cb3}.badge.warn{background:#d85a6426;color:#d85a64}.meta,.hint{color:#8b9cb3;font-size:.875rem}.error-text,.warn-text{color:#d85a64;font-size:.875rem}.signal-list{list-style:none;margin:8px 0 0;padding:0}.signal-list li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid #2d3a4f;font-size:.875rem}
