/* BrainTerminal Pro mode styles (FAZ 12-15) */

.pro-screener {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0d1117;
  color: #e6edf3;
  font: 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pro-screener-controls {
  padding: 6px 8px;
  border-bottom: 1px solid #21262d;
}

.pro-screener-filter {
  width: 100%;
  background: #161b22;
  border: 1px solid #30363d;
  color: #e6edf3;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.pro-screener-header {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr 1fr 1.2fr 1fr 1.2fr;
  padding: 4px 8px;
  background: #161b22;
  border-bottom: 1px solid #30363d;
  font-weight: 600;
  color: #8b949e;
  user-select: none;
}

.pro-screener-header .col {
  cursor: pointer;
  text-align: right;
}

.pro-screener-header .col-symbol {
  text-align: left;
}

.pro-screener-header .col:hover {
  color: #f0f6fc;
}

.pro-screener-scroller {
  flex: 1;
  overflow-y: auto;
  position: relative;
}

.pro-screener-spacer {
  width: 1px;
}

.pro-screener-rows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pro-row {
  position: absolute;
  left: 0;
  right: 0;
  height: 28px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr 1fr 1.2fr 1fr 1.2fr;
  padding: 0 8px;
  align-items: center;
  border-bottom: 1px solid #21262d;
  cursor: pointer;
}

.pro-row:hover {
  background: #161b22;
}

.pro-row .col {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.pro-row .col-symbol {
  text-align: left;
  font-weight: 600;
}

.pro-row .col-symbol .exch {
  margin-left: 6px;
  font-size: 10px;
  font-weight: 400;
  color: #6e7681;
  text-transform: uppercase;
}

.pro-row .col.up {
  color: #3fb950;
}

.pro-row .col.down {
  color: #f85149;
}

/* Depth chart (FAZ 13) */
.pro-depth {
  width: 100%;
  height: 100%;
  background: #0d1117;
  position: relative;
}

.pro-depth canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.pro-depth-meta {
  position: absolute;
  top: 4px;
  left: 6px;
  color: #8b949e;
  font: 11px -apple-system, BlinkMacSystemFont, sans-serif;
  pointer-events: none;
}

/* News feed (FAZ 14) */
.pro-news {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0d1117;
  color: #e6edf3;
}

.pro-news-controls {
  padding: 6px 8px;
  border-bottom: 1px solid #21262d;
  display: flex;
  gap: 6px;
  align-items: center;
}

.pro-news-item {
  padding: 8px 10px;
  border-bottom: 1px solid #21262d;
  cursor: pointer;
  font-size: 12px;
}

.pro-news-item:hover {
  background: #161b22;
}

.pro-news-item .source {
  color: #58a6ff;
  font-weight: 600;
  margin-right: 6px;
}

.pro-news-item .time {
  color: #6e7681;
  font-size: 10px;
  float: right;
}

.pro-news-item .body {
  margin-top: 3px;
  color: #c9d1d9;
  line-height: 1.4;
}

/* Hotkey hint bar (FAZ 15) */
.pro-hotkeys {
  padding: 4px 8px;
  background: #161b22;
  border-top: 1px solid #30363d;
  color: #8b949e;
  font-size: 11px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pro-hotkeys kbd {
  background: #0d1117;
  border: 1px solid #30363d;
  border-radius: 3px;
  padding: 1px 5px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 10px;
  color: #c9d1d9;
}
