.live-shell { background: #0b0e11; color: #eaecef; min-height: 100vh; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Microsoft YaHei", sans-serif; }
.live-topbar { min-height: 64px; padding: 0 28px; display: flex; align-items: center; gap: 28px; border-bottom: 1px solid #252a30; background: #11151a; }
.live-brand { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.live-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 6px; background: #f0b90b; color: #11151a; font-weight: 900; }
.live-brand strong { font-size: 15px; }
.live-env { color: #f0b90b; font-size: 12px; padding: 4px 8px; border: 1px solid #5c4c18; border-radius: 4px; }
.live-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; color: #848e9c; font-size: 12px; }
.dark-button { min-height: 32px; padding: 0 12px; border: 1px solid #3a4149; border-radius: 4px; background: #1e2329; color: #eaecef; cursor: pointer; font: inherit; font-size: 12px; }
.dark-button:hover { border-color: #f0b90b; }
.live-main { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 20px 0 40px; }
.live-notice { display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 14px; border: 1px solid #2b3138; background: #171b21; color: #b7bdc6; font-size: 13px; }
.notice-note { margin-left: auto; color: #707983; font-size: 12px; }
.notice-dot { width: 8px; height: 8px; border-radius: 50%; background: #f0b90b; flex: 0 0 auto; }
.notice-dot.is-live { background: #0ecb81; }
.notice-dot.is-off { background: #f0b90b; }
.notice-dot.is-error { background: #f6465d; }
.live-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 18px 0; border: 1px solid #252a30; background: #252a30; }
.live-metrics article { min-height: 112px; display: grid; align-content: center; gap: 9px; padding: 18px; background: #11151a; }
.live-metrics span, .live-metrics small { color: #848e9c; font-size: 12px; }
.live-metrics strong { font-size: 25px; font-variant-numeric: tabular-nums; }
.live-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.live-panel { min-width: 0; overflow: hidden; border: 1px solid #252a30; background: #11151a; }
.live-panel-head { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; border-bottom: 1px solid #252a30; }
.live-panel-head h2 { margin: 0; font-size: 15px; }
.live-panel-head > span { color: #848e9c; font-size: 12px; }
.live-panel-tools { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.live-date-filter { display: inline-flex; align-items: center; gap: 6px; color: #848e9c; font-size: 12px; }
.live-date-filter input { min-height: 30px; border: 1px solid #3a4149; border-radius: 4px; background: #1e2329; color: #eaecef; padding: 0 7px; font: inherit; }
.live-export { display: inline-flex; align-items: center; text-decoration: none; }
.live-table-wrap { overflow-x: auto; overscroll-behavior-x: contain; }
.live-shell table { width: 100%; min-width: 980px; border-collapse: collapse; }
.live-shell th, .live-shell td { padding: 12px 14px; border-bottom: 1px solid #1d2228; text-align: left; font-size: 13px; white-space: nowrap; }
.live-shell th { color: #848e9c; font-size: 12px; font-weight: 500; }
.live-shell tbody tr:hover { background: #171b21; }
.contract { color: #eaecef; font-weight: 600; }
.mono { font-variant-numeric: tabular-nums; }
.stop, .sell { color: #f6465d; }
.buy { color: #0ecb81; }
.order-reason { max-width: 440px; overflow: hidden; text-overflow: ellipsis; }
.empty-live { padding: 28px 14px !important; color: #707983; text-align: center !important; }
.review-muted { color: #707983; }
.review-button { min-width: 66px; }
.review-button.is-reviewed { border-color: #0ecb81; color: #0ecb81; }
.review-dialog { width: min(420px, calc(100vw - 32px)); margin: auto; padding: 0; border: 1px solid #3a4149; border-radius: 6px; background: #171b21; color: #eaecef; }
.review-dialog::backdrop { background: rgba(0, 0, 0, .62); }
.review-dialog form { display: grid; gap: 16px; padding: 18px; }
.review-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-dialog-head h2 { margin: 0; font-size: 16px; }
.review-close { min-width: 32px; padding: 0; font-size: 20px; }
.review-trade-meta { margin: -6px 0 0; color: #848e9c; font-size: 13px; }
.review-field { display: grid; gap: 7px; color: #b7bdc6; font-size: 13px; }
.review-field select, .review-field textarea { width: 100%; box-sizing: border-box; border: 1px solid #3a4149; border-radius: 4px; background: #11151a; color: #eaecef; padding: 9px; font: inherit; }
.review-field textarea { resize: vertical; }
.review-dialog-actions { display: flex; justify-content: flex-end; }
.review-save { border-color: #0ecb81; color: #0ecb81; }
@media (max-width: 820px) { .live-topbar { padding: 12px 16px; flex-wrap: wrap; gap: 12px; } .live-actions { margin-left: 0; width: 100%; justify-content: space-between; } .live-main { width: min(100% - 24px, 1440px); } .live-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); } .live-metrics article { min-height: 88px; padding: 14px; } .live-metrics strong { font-size: 20px; } .notice-note { display: none; } .live-panel-head { align-items: flex-start; padding: 12px; flex-direction: column; } .live-panel-tools { justify-content: flex-start; width: 100%; } .live-date-filter { flex: 1 1 128px; justify-content: space-between; } .live-date-filter input { min-width: 0; width: 124px; } }
