/* [project]/src/styles/globals.css [client] (css) */
:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #0a0a0a;
  --bg-tertiary: #1c1c1c;
  --text-primary: #fff;
  --text-secondary: #999;
  --text-muted: #666;
  --accent-green: #2ea043;
  --accent-green-hover: #3fb950;
  --accent-red: #da3633;
  --accent-red-hover: #f85149;
  --accent-blue: #388bfd;
  --accent-yellow: #d29922;
  --accent-orange: #db6d28;
  --border: #2a2a2a;
  --border-hover: #3a3a3a;
  --radius: 16px;
  --font-sans: -apple-system, "Segoe UI", system-ui, sans-serif;
  --font-mono: "Cascadia Code", "Fira Code", "JetBrains Mono", monospace;
}

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

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border-radius: var(--radius);
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background .15s;
}

button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

input {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  width: 100%;
  color: var(--text-primary);
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color .15s;
}

input:focus {
  border-color: var(--accent-blue);
  outline: none;
}

input::placeholder {
  color: var(--text-muted);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--border-hover);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}

/* [next]/internal/font/google/poppins_273349d6.module.css [client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/7e832ad540183e91-s.280oih_b74u9j.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/2094fb60fd9c8287-s.3qxy1tqak831c.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/c875c6f5d3e977ac-s.p.1h18_wedhzk4h.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/41e95f694c5c4549-s.2b_sldcwg6mn_.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/6c55a692938ebbbc-s.1emuuracu50qd.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a218039a3287bcfd-s.p.43zbiuwnnoiok.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/bdc7e24a509eb931-s.0ynx40_3oa9rk.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/0da9c7f357bd9d4d-s.1975l3y3401x_.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8e6fa89aa22d24ec-s.p.2o7m9ogm38dql.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0a7740363b4d4863-s.3ji57o093q1kd.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5f9d24ebef5d5292-s.19xuq3td7fwu_.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/e2334d715941921e-s.p.3o_v2fun1jzxk.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/b53057dbf91a7acf-s.11ypmpdlzqdb_.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/798ea22d9983e047-s.3go-kn2r40gie.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/47fe1b7cd6e6ed85-s.p.3bh2vc0w-r-ll.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_273349d6-module__pm23hq__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

.poppins_273349d6-module__pm23hq__variable {
  --font-poppins: "Poppins", "Poppins Fallback";
}

/* [project]/src/components/Toast/index.module.css [client] (css) */
.index-module__VV3jHq__container {
  z-index: 9999;
  pointer-events: none;
  flex-direction: column;
  gap: 8px;
  width: auto;
  max-width: 420px;
  display: flex;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.index-module__VV3jHq__toast {
  pointer-events: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  color: var(--text-primary);
  background: var(--bg-secondary);
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  animation: .2s index-module__VV3jHq__slideDown;
  display: flex;
  box-shadow: 0 4px 12px #0006;
}

.index-module__VV3jHq__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
}

.index-module__VV3jHq__message {
  flex: 1;
}

@keyframes index-module__VV3jHq__slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

/* [project]/src/components/Layout/index.module.css [client] (css) */
.index-module__3xOtsW__layout {
  background: var(--bg-primary);
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.index-module__3xOtsW__sidebar {
  background: var(--bg-secondary);
  border-right: 1px solid var(--border);
  flex-direction: column;
  flex-shrink: 0;
  width: 220px;
  height: 100vh;
  display: flex;
}

.index-module__3xOtsW__sidebarHeader {
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
  align-items: center;
  height: 56px;
  padding: 0 16px;
  display: flex;
}

.index-module__3xOtsW__sidebarLogo {
  color: var(--text-primary);
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.index-module__3xOtsW__sidebarLogoIcon {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.index-module__3xOtsW__sidebarNav {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  padding: 12px 8px;
  display: flex;
}

.index-module__3xOtsW__navItem {
  border-radius: var(--radius);
  color: var(--text-secondary);
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s;
  display: flex;
}

.index-module__3xOtsW__navItem:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

.index-module__3xOtsW__navItemActive {
  background: var(--bg-tertiary);
  color: var(--accent-red);
}

.index-module__3xOtsW__navIcon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.index-module__3xOtsW__navSvg {
  width: 18px;
  height: 18px;
  display: block;
}

.index-module__3xOtsW__mainArea {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
  overflow-y: auto;
}

.index-module__3xOtsW__header {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border);
  z-index: 10;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 0 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.index-module__3xOtsW__headerLeft {
  align-items: center;
  gap: 12px;
  display: flex;
}

.index-module__3xOtsW__headerRight {
  align-items: center;
  gap: 16px;
  display: flex;
}

.index-module__3xOtsW__pageTitle {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 500;
}

.index-module__3xOtsW__sessionTimer {
  color: var(--text-secondary);
  font-size: 13px;
  font-family: var(--font-mono);
  background: var(--bg-tertiary);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 4px 12px;
}

.index-module__3xOtsW__sessionTimerWarn {
  color: var(--accent-yellow);
  border-color: var(--accent-yellow);
}

.index-module__3xOtsW__logoutBtn {
  color: var(--text-secondary);
  border: 1px solid var(--border);
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  transition: border-color .15s, color .15s, background .15s;
  display: flex;
}

.index-module__3xOtsW__logoutBtn:hover {
  border-color: var(--accent-red);
  color: var(--accent-red);
  background: #da363314;
}

.index-module__3xOtsW__logoutSvg {
  width: 18px;
  height: 18px;
  display: block;
}

.index-module__3xOtsW__content {
  flex: 1;
  min-width: 0;
  padding: 24px;
}

.index-module__3xOtsW__mobileToggle, .index-module__3xOtsW__overlay {
  display: none;
}

.index-module__3xOtsW__menuSvg {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 720px) {
  .index-module__3xOtsW__sidebar {
    z-index: 100;
    transition: left .2s;
    position: fixed;
    left: -220px;
  }

  .index-module__3xOtsW__sidebarOpen {
    left: 0;
  }

  .index-module__3xOtsW__overlayVisible {
    z-index: 99;
    background: #00000080;
    display: block;
    position: fixed;
    inset: 0;
  }

  .index-module__3xOtsW__mobileToggle {
    background: var(--bg-primary);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
  }

  .index-module__3xOtsW__content {
    padding: 10px;
  }

  .index-module__3xOtsW__header {
    padding: 0 10px;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0hy0aez._.css.map*/