@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400&display=swap";
/* [project]/styles/Titlebar.module.css [app-client] (css) */
.Titlebar-module__R7frfW__titlebar {
  background: var(--titlebar-bg);
  color: #fff;
  border-bottom: 1px solid #191d20;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 .5rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: .85rem;
  display: flex;
}

.Titlebar-module__R7frfW__items {
  flex: 1;
  margin-left: .5rem;
  margin-right: auto;
  display: flex;
}

.Titlebar-module__R7frfW__title {
  text-align: center;
  flex: 1;
}

.Titlebar-module__R7frfW__items > * {
  cursor: pointer;
  padding: 0 .5rem;
}

.Titlebar-module__R7frfW__menuItem:hover {
  background-color: #ffffff1a;
  border-radius: 4px;
}

.Titlebar-module__R7frfW__windowButtons {
  flex: 1;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.Titlebar-module__R7frfW__windowButtons * {
  cursor: pointer;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-left: .5rem;
}

.Titlebar-module__R7frfW__minimize {
  background: #f1fa8c;
  margin-left: auto;
}

.Titlebar-module__R7frfW__maximize {
  background: #50fa7b;
}

.Titlebar-module__R7frfW__close {
  background: #f55;
}

@media screen and (max-width: 900px) {
  .Titlebar-module__R7frfW__items p {
    display: none;
  }

  .Titlebar-module__R7frfW__title {
    flex: 4;
  }
}

/* [project]/styles/Sidebar.module.css [app-client] (css) */
.Sidebar-module__pflBXq__sidebar {
  background: var(--sidebar-bg);
  flex-direction: column;
  justify-content: space-between;
  width: 48px;
  height: calc(100vh - 55px);
  display: flex;
}

.Sidebar-module__pflBXq__iconContainer {
  cursor: pointer;
  width: 100%;
}

.Sidebar-module__pflBXq__iconContainer:hover {
  background: var(--sidebar-hover-bg);
}

.Sidebar-module__pflBXq__active {
  border-left: 2px solid var(--accent-color);
}

.Sidebar-module__pflBXq__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding: .65rem 0;
  display: block;
}

/* [project]/styles/Explorer.module.css [app-client] (css) */
.Explorer-module__0yi9oq__explorer {
  background: var(--explorer-bg);
  color: #e1e4e8;
  border-right: 1px solid var(--explorer-border);
  width: 18vw;
  font-family: Source Sans Pro, sans-serif;
}

.Explorer-module__0yi9oq__title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
  font-size: .9rem;
  font-weight: 300;
}

.Explorer-module__0yi9oq__heading {
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  align-items: center;
  padding: 0 .5rem;
  font-size: .8rem;
  font-weight: bold;
  display: flex;
}

.Explorer-module__0yi9oq__checkbox {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.Explorer-module__0yi9oq__files {
  cursor: pointer;
  padding: .5rem 0;
}

.Explorer-module__0yi9oq__file {
  color: #fff;
  align-items: center;
  padding: .2rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.Explorer-module__0yi9oq__file p {
  margin-left: 5px;
}

.Explorer-module__0yi9oq__file:hover {
  background: var(--explorer-hover-bg);
}

.Explorer-module__0yi9oq__chevron {
  transition: transform .2s;
}

@media screen and (min-width: 2000px) {
  .Explorer-module__0yi9oq__explorer {
    width: 10vw;
  }
}

@media screen and (max-width: 900px) {
  .Explorer-module__0yi9oq__explorer {
    width: 20vw;
  }
}

@media screen and (max-width: 600px) {
  .Explorer-module__0yi9oq__explorer {
    display: none;
  }
}

/* [project]/styles/Bottombar.module.css [app-client] (css) */
.Bottombar-module__4HLmzG__bottomBar {
  background: var(--bottombar-bg);
  border-top: 1px solid var(--bottombar-border);
  color: #e1e4e8;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  padding: 0 .5rem;
  font-size: .8rem;
  display: flex;
}

.Bottombar-module__4HLmzG__bottomBar a {
  color: #fff;
  text-decoration: none;
}

.Bottombar-module__4HLmzG__icon {
  margin-right: 4px;
}

.Bottombar-module__4HLmzG__container {
  align-items: center;
  display: flex;
}

.Bottombar-module__4HLmzG__section {
  cursor: pointer;
  align-items: center;
  height: 24px;
  margin-right: .5rem;
  padding: 0 .2rem;
  font-family: Source Sans Pro, sans-serif;
  display: flex;
}

.Bottombar-module__4HLmzG__section:hover, .Bottombar-module__4HLmzG__section.Bottombar-module__4HLmzG__active {
  background: var(--bottombar-hover-bg);
}

.Bottombar-module__4HLmzG__section.Bottombar-module__4HLmzG__active .Bottombar-module__4HLmzG__icon {
  color: var(--accent-color);
}

@media screen and (max-width: 600px) {
  .Bottombar-module__4HLmzG__bottomBar {
    font-size: .6rem;
  }

  .Bottombar-module__4HLmzG__section {
    margin-right: .5rem;
  }
}

/* [project]/styles/Tab.module.css [app-client] (css) */
.Tab-module__LGq3Hq__tab {
  background: var(--tab-bg);
  color: #ececec;
  border: 1px solid var(--tab-border);
  cursor: pointer;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9rem;
  display: flex;
}

.Tab-module__LGq3Hq__tab p {
  margin-left: 5px;
}

.Tab-module__LGq3Hq__active {
  border-top: 1px solid var(--accent-color);
  background: var(--tab-active-bg);
  border-bottom: none;
}

/* [project]/styles/Tabsbar.module.css [app-client] (css) */
.Tabsbar-module__lmDeiW__tabs {
  background: var(--tabs-bg);
  display: flex;
  overflow-x: auto;
}

@media screen and (max-width: 900px) {
  .Tabsbar-module__lmDeiW__tabs {
    width: 78vw;
  }
}

@media screen and (max-width: 600px) {
  .Tabsbar-module__lmDeiW__tabs {
    width: 89.5vw;
  }
}

/* [project]/styles/Terminal.module.css [app-client] (css) */
.Terminal-module__XtFbiW__terminal {
  background: var(--terminal-bg, var(--main-bg));
  border-top: 1px solid var(--terminal-border, var(--bottombar-border));
  flex-direction: column;
  height: 25vh;
  min-height: 150px;
  font-family: JetBrains Mono, monospace;
  display: flex;
}

.Terminal-module__XtFbiW__header {
  background: var(--terminal-header-bg, var(--tabs-bg));
  border-bottom: 1px solid var(--terminal-border, var(--bottombar-border));
  height: 32px;
  color: var(--text-color);
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 .5rem;
  font-size: .85rem;
  display: flex;
}

.Terminal-module__XtFbiW__headerLeft {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.Terminal-module__XtFbiW__terminalIcon {
  color: var(--accent-color);
}

.Terminal-module__XtFbiW__headerRight {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.Terminal-module__XtFbiW__headerBtn {
  width: 24px;
  height: 22px;
  color: var(--text-color);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.Terminal-module__XtFbiW__headerBtn:hover {
  background: var(--bottombar-hover-bg);
}

.Terminal-module__XtFbiW__body {
  color: var(--text-color);
  flex: 1;
  padding: .5rem;
  font-size: .8rem;
  line-height: 1.5;
  overflow-y: auto;
}

.Terminal-module__XtFbiW__body::-webkit-scrollbar {
  width: 10px;
}

.Terminal-module__XtFbiW__body::-webkit-scrollbar-track {
  background: var(--scrollbar-track-bg);
}

.Terminal-module__XtFbiW__body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg);
}

.Terminal-module__XtFbiW__line {
  white-space: pre-wrap;
  word-break: break-all;
}

.Terminal-module__XtFbiW__line.Terminal-module__XtFbiW__input {
  color: var(--accent-color);
}

.Terminal-module__XtFbiW__line.Terminal-module__XtFbiW__error {
  color: #f85149;
}

.Terminal-module__XtFbiW__inputLine {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.Terminal-module__XtFbiW__prompt {
  color: var(--accent-color);
  flex-shrink: 0;
}

.Terminal-module__XtFbiW__input {
  color: var(--text-color);
  font-family: inherit;
  font-size: inherit;
  caret-color: var(--accent-color);
  background: none;
  border: none;
  outline: none;
  flex: 1;
}

.Terminal-module__XtFbiW__input::placeholder {
  color: #ffffff4d;
}

@media screen and (max-width: 600px) {
  .Terminal-module__XtFbiW__terminal {
    height: 30vh;
  }

  .Terminal-module__XtFbiW__header {
    font-size: .75rem;
  }

  .Terminal-module__XtFbiW__body {
    font-size: .7rem;
  }
}

/* [project]/styles/CommandPalette.module.css [app-client] (css) */
.CommandPalette-module__Y7BVMa__overlay {
  z-index: 1000;
  background: #00000080;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  animation: .1s ease-out CommandPalette-module__Y7BVMa__fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes CommandPalette-module__Y7BVMa__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.CommandPalette-module__Y7BVMa__container {
  background: var(--command-palette-bg, var(--sidebar-bg));
  width: 600px;
  max-width: 90vw;
  box-shadow: 0 0 0 1px var(--command-palette-border, var(--border-color)),
              0 4px 16px #00000080;
  border-radius: 6px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  animation: .15s ease-out CommandPalette-module__Y7BVMa__slideDown;
  overflow: hidden;
}

@keyframes CommandPalette-module__Y7BVMa__slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.CommandPalette-module__Y7BVMa__inputWrapper {
  border-bottom: 1px solid var(--command-palette-border, var(--border-color));
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.CommandPalette-module__Y7BVMa__inputIcon {
  color: var(--text-color-muted, #6e7681);
  flex-shrink: 0;
}

.CommandPalette-module__Y7BVMa__input {
  color: var(--text-color);
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.CommandPalette-module__Y7BVMa__input::placeholder {
  color: var(--text-color-muted, #6e7681);
}

.CommandPalette-module__Y7BVMa__clearButton {
  color: var(--text-color-muted, #6e7681);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 3px;
  padding: 0 4px;
  font-size: 18px;
  line-height: 1;
}

.CommandPalette-module__Y7BVMa__clearButton:hover {
  background: var(--hover-bg, #ffffff1a);
  color: var(--text-color);
}

.CommandPalette-module__Y7BVMa__results {
  max-height: 400px;
  overflow-y: auto;
}

.CommandPalette-module__Y7BVMa__category {
  text-transform: uppercase;
  color: var(--text-color-muted, #6e7681);
  background: var(--command-palette-bg, var(--sidebar-bg));
  letter-spacing: .5px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 600;
}

.CommandPalette-module__Y7BVMa__item {
  cursor: pointer;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  transition: background-color .1s;
  display: flex;
}

.CommandPalette-module__Y7BVMa__item:hover, .CommandPalette-module__Y7BVMa__item.CommandPalette-module__Y7BVMa__selected {
  background: var(--command-palette-active, var(--hover-bg, #ffffff1a));
}

.CommandPalette-module__Y7BVMa__itemIcon {
  color: var(--text-color-muted, #6e7681);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.CommandPalette-module__Y7BVMa__itemContent {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.CommandPalette-module__Y7BVMa__itemLabel {
  color: var(--text-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  overflow: hidden;
}

.CommandPalette-module__Y7BVMa__itemDescription {
  color: var(--text-color-muted, #6e7681);
  font-size: 11px;
}

.CommandPalette-module__Y7BVMa__shortcut {
  color: var(--text-color-muted, #6e7681);
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  display: flex;
}

.CommandPalette-module__Y7BVMa__key {
  background: var(--key-bg, #ffffff1a);
  border: 1px solid var(--key-border, #fff3);
  color: var(--text-color-muted, #6e7681);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  padding: 2px 6px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  display: inline-flex;
}

.CommandPalette-module__Y7BVMa__noResults {
  text-align: center;
  color: var(--text-color-muted, #6e7681);
  padding: 32px 16px;
  font-size: 13px;
}

.CommandPalette-module__Y7BVMa__footer {
  background: var(--command-palette-bg, var(--sidebar-bg));
  border-top: 1px solid var(--command-palette-border, var(--border-color));
  color: var(--text-color-muted, #6e7681);
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  font-size: 11px;
  display: flex;
}

.CommandPalette-module__Y7BVMa__footerItem {
  align-items: center;
  gap: 4px;
  display: flex;
}

@media screen and (max-width: 600px) {
  .CommandPalette-module__Y7BVMa__container {
    width: 100%;
    max-width: calc(100vw - 32px);
    margin: 0 16px;
  }

  .CommandPalette-module__Y7BVMa__footer {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* [project]/styles/Layout.module.css [app-client] (css) */
.Layout-module__jbLzUW__layout {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.Layout-module__jbLzUW__main {
  background: var(--main-bg);
  flex: 1;
  min-height: 0;
  display: flex;
  overflow-x: hidden;
}

.Layout-module__jbLzUW__editorContainer {
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
}

.Layout-module__jbLzUW__editorWithTerminal {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}

.Layout-module__jbLzUW__content {
  color: var(--text-color);
  scroll-behavior: smooth;
  scrollbar-width: 10px;
  scrollbar-color: var(--accent-color);
  flex: 1;
  padding: 2rem;
  font-family: JetBrains Mono, monospace;
  overflow: hidden auto;
}

.Layout-module__jbLzUW__content::-webkit-scrollbar {
  width: 15px;
}

.Layout-module__jbLzUW__content::-webkit-scrollbar-track {
  background: var(--scrollbar-track-bg);
  border-left: 1px solid #1e1f29;
}

.Layout-module__jbLzUW__content::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg);
  border-left: 1px solid #1e1f29;
}

@media screen and (max-width: 600px) {
  .Layout-module__jbLzUW__content {
    padding: 2rem 1rem;
  }
}

/* [project]/styles/globals.css [app-client] (css) */
html, body {
  height: 100%;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* [project]/styles/themes.css [app-client] (css) */
:root {
  --main-bg: #24292e;
  --bg-text: #383a3d59;
  --text-color: #efefef;
  --accent-color: #f9826c;
  --accent-color-rgb: 249, 130, 108;
  --titlebar-bg: #1f2428;
  --sidebar-bg: #24292e;
  --sidebar-hover-bg: #1f2428;
  --explorer-bg: #1f2428;
  --explorer-hover-bg: #24292e;
  --explorer-border: #161a1d;
  --tabs-bg: #1f2428;
  --tab-bg: #1f2428;
  --tab-active-bg: #24292e;
  --tab-border: #24292e;
  --bottombar-bg: #24292e;
  --bottombar-border: #1b1f23;
  --button-bg: #176f2c;
  --button-text: #dcffe4;
  --bottombar-hover-bg: #4f4f52;
  --scrollbar-track-bg: #24292e;
  --scrollbar-thumb-bg: #333536;
  --article-bg: #1f2428;
  --terminal-bg: #1f2428;
  --terminal-header-bg: #1f2428;
  --terminal-border: #1b1f23;
}

[data-theme="dracula"] {
  --main-bg: #282a36;
  --bg-text: #313340;
  --text-color: #efefef;
  --accent-color: #bd93f9;
  --accent-color-rgb: 189, 147, 249;
  --titlebar-bg: #1e1f29;
  --sidebar-bg: #343746;
  --sidebar-hover-bg: #3c3d51;
  --explorer-bg: #21222c;
  --explorer-hover-bg: #313241;
  --explorer-border: #161a1d;
  --tabs-bg: #191a21;
  --tab-bg: #21222c;
  --tab-active-bg: #282a36;
  --tab-border: #191a21;
  --bottombar-bg: #191a21;
  --bottombar-border: #191a21;
  --button-bg: #44475a;
  --button-text: #f8f8f2;
  --bottombar-hover-bg: #4f4f52;
  --scrollbar-track-bg: #282a36;
  --scrollbar-thumb-bg: #454647;
  --article-bg: #21222c;
  --terminal-bg: #21222c;
  --terminal-header-bg: #191a21;
  --terminal-border: #191a21;
}

[data-theme="ayu-dark"] {
  --main-bg: #0a0e14;
  --bg-text: #101620;
  --text-color: #efefef;
  --accent-color: #e6b450;
  --accent-color-rgb: 230, 180, 80;
  --titlebar-bg: #1f2428;
  --sidebar-bg: #0a0e14;
  --sidebar-hover-bg: #00010a;
  --explorer-bg: #0a0e14;
  --explorer-hover-bg: #00010a;
  --explorer-border: transparent;
  --tabs-bg: #0a0e14;
  --tab-bg: #0a0e14;
  --tab-active-bg: #0a0e14;
  --tab-border: transparent;
  --bottombar-bg: #0a0e14;
  --bottombar-border: transparent;
  --button-bg: #e6b450;
  --button-text: #0a0e14;
  --bottombar-hover-bg: #4f4f52;
  --scrollbar-track-bg: #0a0e14;
  --scrollbar-thumb-bg: #454647;
  --article-bg: #10121a;
  --terminal-bg: #0a0e14;
  --terminal-header-bg: #0a0e14;
  --terminal-border: transparent;
}

[data-theme="ayu-mirage"] {
  --main-bg: #1f2430;
  --bg-text: #21242b;
  --text-color: #efefef;
  --accent-color: #e6b450;
  --accent-color-rgb: 230, 180, 80;
  --titlebar-bg: #1f2428;
  --sidebar-bg: #1f2430;
  --sidebar-hover-bg: #191e2a;
  --explorer-bg: #1f2430;
  --explorer-hover-bg: #191e2a;
  --explorer-border: transparent;
  --tabs-bg: #1f2430;
  --tab-bg: #1f2430;
  --tab-active-bg: #1f2430;
  --tab-border: transparent;
  --bottombar-bg: #1f2430;
  --bottombar-border: transparent;
  --button-bg: #e6b450;
  --button-text: #1f2430;
  --bottombar-hover-bg: #4f4f52;
  --scrollbar-track-bg: #1f2430;
  --scrollbar-thumb-bg: #454647;
  --article-bg: #252e3d;
  --terminal-bg: #1f2430;
  --terminal-header-bg: #1f2430;
  --terminal-border: transparent;
}

[data-theme="nord"] {
  --main-bg: #2e3440;
  --bg-text: #3b414d;
  --text-color: #efefef;
  --accent-color: #88c0d0;
  --accent-color-rgb: 136, 192, 208;
  --titlebar-bg: #1f2428;
  --sidebar-bg: #2e3440;
  --sidebar-hover-bg: #434c5e;
  --explorer-bg: #2e3440;
  --explorer-hover-bg: #434c5e;
  --explorer-border: #88c0d033;
  --tabs-bg: #2e3440;
  --tab-bg: #2e3440;
  --tab-active-bg: #3b4252;
  --tab-border: transparent;
  --bottombar-bg: #3b4252;
  --bottombar-border: transparent;
  --button-bg: #434c5e;
  --button-text: #d8dee9;
  --bottombar-hover-bg: #4f4f52;
  --scrollbar-track-bg: #2e3440;
  --scrollbar-thumb-bg: #454647;
  --article-bg: #363f50;
  --terminal-bg: #2e3440;
  --terminal-header-bg: #3b4252;
  --terminal-border: transparent;
}

[data-theme="night-owl"] {
  --main-bg: #011627;
  --bg-text: #031d33;
  --text-color: #89a4bb;
  --accent-color: #5f7e97;
  --accent-color-rgb: 95, 126, 151;
  --titlebar-bg: #011627;
  --sidebar-bg: #011627;
  --sidebar-hover-bg: #0e293f;
  --explorer-bg: #011627;
  --explorer-hover-bg: #0e293f;
  --explorer-border: transparent;
  --tabs-bg: #011627;
  --tab-bg: #01111d;
  --tab-active-bg: #0b2942;
  --tab-border: #272b3b;
  --bottombar-bg: #011627;
  --bottombar-border: #262a39;
  --button-bg: #5f7e97;
  --button-text: #fff;
  --bottombar-hover-bg: #1b222f;
  --scrollbar-track-bg: #011627;
  --scrollbar-thumb-bg: #043254;
  --article-bg: #031d33;
  --terminal-bg: #011627;
  --terminal-header-bg: #011627;
  --terminal-border: #262a39;
}

/*# sourceMappingURL=styles_1n3--jg._.css.map*/