/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/terminal/terminal.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.terminal_container__yYH_f {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: #0d1117;
  color: #c9d1d9;
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
}

.terminal_header__hver1 {
  padding: 12px 20px;
  border-bottom: 1px solid #21262d;
  display: flex;
  align-items: center;
  gap: 12px;
}

.terminal_header__hver1 h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #e6edf3;
}

.terminal_mainGrid__vGXmc {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1px;
  flex: 1;
  min-height: 0;
  background: #21262d;
}

.terminal_panes__tXplM {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  min-height: 0;
  background: #21262d;
}

.terminal_pane__B0j38 {
  display: flex;
  flex-direction: column;
  background: #0d1117;
  min-height: 0;
}

.terminal_paneHeader__rCci9 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #21262d;
  flex-shrink: 0;
}

.terminal_metaRow__bQeiG {
  display: flex;
  gap: 10px;
  padding: 4px 12px;
  font-size: 11px;
  color: #8b949e;
  border-bottom: 1px solid #21262d;
}

.terminal_paneLabel__B_7xl {
  font-weight: 600;
  font-size: 13px;
  color: #8b949e;
  min-width: 20px;
}

.terminal_badge__6RVte {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 500;
}

.terminal_badgeRunning__EmbL7 {
  background: #1b4332;
  color: #2dd4bf;
}

.terminal_badgeStopped__xPYEl {
  background: #3b1f1f;
  color: #f87171;
}

.terminal_badgeIdle__su_Ct {
  background: #1c1c2e;
  color: #8b949e;
}

.terminal_controls__5rB3W {
  display: flex;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid #21262d;
  flex-shrink: 0;
}

.terminal_utilityRow__B8RaG {
  display: flex;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid #21262d;
  flex-shrink: 0;
}

.terminal_searchInput__sI0PE {
  flex: 1;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 4px;
  padding: 6px 10px;
  color: #e6edf3;
  font-family: inherit;
  font-size: 12px;
}

.terminal_cmdInput__aRY_z {
  flex: 1;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 4px;
  padding: 6px 10px;
  color: #e6edf3;
  font-family: inherit;
  font-size: 13px;
  outline: none;
}

.terminal_cmdInput__aRY_z:focus,
.terminal_stdinInput__5Z1T2:focus,
.terminal_searchInput__sI0PE:focus {
  border-color: #58a6ff;
}

.terminal_btn__2_KNl {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
}

.terminal_btnStart__KLLIs {
  background: #1b4332;
  color: #7ee787;
  border: 1px solid #2d5a47;
}

.terminal_btnStart__KLLIs:hover { background: #24573f; }

.terminal_btnStop__xtBVr {
  background: #3b1f1f;
  color: #ffb4b4;
  border: 1px solid #5a2d2d;
}

.terminal_btnStop__xtBVr:hover { background: #4a2525; }

.terminal_btnSend__yXJxH {
  background: #1b2d43;
  color: #9ecbff;
  border: 1px solid #2a4566;
}

.terminal_btnSend__yXJxH:hover { background: #233a57; }

.terminal_btn__2_KNl:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.terminal_output__KjQ85 {
  flex: 1;
  overflow-y: auto;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
  min-height: 0;
}

.terminal_outputError__z2AQ_ {
  box-shadow: inset 0 0 0 1px rgba(248, 81, 73, 0.5);
}

.terminal_lineAlice__E3lu3 {
  background: rgba(31, 111, 235, 0.12);
  border-left: 2px solid rgba(88, 166, 255, 0.8);
  padding: 1px 6px;
  margin: 1px 0;
}

.terminal_stdinRow__xIH5y {
  display: flex;
  gap: 6px;
  padding: 8px 12px;
  border-top: 1px solid #21262d;
  flex-shrink: 0;
}

.terminal_stdinInput__5Z1T2 {
  flex: 1;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 4px;
  padding: 6px 10px;
  color: #e6edf3;
  font-family: inherit;
  font-size: 13px;
  outline: none;
}

.terminal_historyPanel__OmGaq {
  background: #0b0f14;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-left: 1px solid #21262d;
}

.terminal_historyTitle__C41Kd {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #21262d;
  color: #e6edf3;
}

.terminal_quickAttachRow__d9pkZ {
  display: flex;
  gap: 6px;
  padding: 8px;
  border-bottom: 1px solid #21262d;
}

.terminal_historyList__yknme {
  overflow-y: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.terminal_historyItem__YCUUc {
  border: 1px solid #2d333b;
  border-radius: 6px;
  padding: 8px;
  background: #11161d;
}

.terminal_historyTop__NxncD {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.terminal_historyId__q_4h_ {
  font-size: 10px;
  color: #8b949e;
}

.terminal_histRun__0STGR {
  font-size: 10px;
  color: #2dd4bf;
}

.terminal_histStop___R5fq {
  font-size: 10px;
  color: #f87171;
}

.terminal_historyCmd__sEtia {
  font-size: 11px;
  color: #c9d1d9;
  margin-bottom: 6px;
  white-space: pre-wrap;
}

.terminal_historyMeta__8_O6C {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #8b949e;
  margin-bottom: 6px;
}

.terminal_historyBtns__GVTQS {
  display: flex;
  gap: 6px;
}

.terminal_smallBtn__TpBVe {
  border: 1px solid #30363d;
  background: #161b22;
  color: #c9d1d9;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
}

.terminal_historyEmpty__eVgw1 {
  font-size: 12px;
  color: #8b949e;
  padding: 12px;
}

@media (max-width: 1200px) {
  .terminal_mainGrid__vGXmc {
    grid-template-columns: 1fr;
  }

  .terminal_historyPanel__OmGaq {
    max-height: 220px;
  }
}

