/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.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: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.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: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.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: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.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: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --primary: #8a2be2;
  --primary-glow: #bd93f9;
  --bg-dark: #0a0a0c;
  --bg-sidebar: #121216;
  --glass: #ffffff0d;
  --glass-border: #ffffff1a;
  --text-main: #e0e0e0;
  --text-muted: #a0a0a0;
  --accent: #f0f;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  background-image: radial-gradient(circle at 20% 20%, #8a2be226 0%, #0000 40%), radial-gradient(circle at 80% 80%, #ff00ff1a 0%, #0000 40%);
  height: 100vh;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  overflow: hidden;
}

.app-container {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.sidebar {
  background: var(--bg-sidebar);
  border-right: 1px solid var(--glass-border);
  flex-direction: column;
  width: 280px;
  padding: 24px;
  display: flex;
}

.logo-container {
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
}

.logo-icon {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.history-list {
  flex: 1;
  overflow-y: auto;
}

.history-item {
  cursor: pointer;
  color: var(--text-muted);
  border-radius: 8px;
  margin-bottom: 4px;
  padding: 12px;
  font-size: 14px;
  transition: all .2s;
}

.history-item:hover {
  background: var(--glass);
  color: var(--text-main);
}

.main-chat {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.chat-header {
  border-bottom: 1px solid var(--glass-border);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 32px;
  display: flex;
}

.messages-area {
  flex-direction: column;
  flex: 1;
  gap: 24px;
  padding: 32px;
  display: flex;
  overflow-y: auto;
}

.message {
  border-radius: 16px;
  max-width: 80%;
  padding: 20px;
  line-height: 1.5;
  position: relative;
}

.message.user {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  align-self: flex-end;
}

.message.ai {
  background: #8a2be20d;
  border: 1px solid #8a2be233;
  align-self: flex-start;
}

.video-container {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--glass-border);
  background: #1a1a1f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  display: flex;
  overflow: hidden;
}

.input-container {
  background: linear-gradient(to top, var(--bg-dark), transparent);
  padding: 24px 32px;
}

.input-wrapper {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  display: flex;
  box-shadow: 0 8px 32px #0006;
}

.chat-input {
  color: var(--text-main);
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
}

.icon-btn {
  color: var(--text-muted);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  padding: 8px;
  transition: all .2s;
}

.icon-btn:hover {
  background: var(--glass);
  color: var(--text-main);
}

.send-btn {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  padding: 10px 24px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
}

.send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #8a2be266;
}

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