/* [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.06d3mdzz5bre_.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.11.cyxs5p-0z~.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.16t1db8_9y2o~.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.0q3udbd2bu5yp.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.0gw~uztddq1df.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.0.q-h669a_dqa.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 {
  --background: #f5f7fb;
  --card: #fff;
  --foreground: #111827;
  --border: #d1d5db;
  --muted: #6b7280;
  --primary: #2563eb;
  --primary-strong: #1d4ed8;
  --danger: #dc2626;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0f172a;
    --card: #111827;
    --foreground: #e2e8f0;
    --border: #334155;
    --muted: #94a3b8;
    --primary: #60a5fa;
    --primary-strong: #3b82f6;
    --danger: #f87171;
  }
}

html {
  min-height: 100%;
}

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

body {
  background: var(--background);
  min-height: 100%;
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

button, input {
  font: inherit;
}

.page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  display: flex;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  width: min(100%, 540px);
  padding: 28px;
  box-shadow: 0 20px 50px #0f172a14;
}

.welcome-card {
  text-align: center;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 2.3vw, 2.5rem);
}

p {
  color: var(--muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.button-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.button, button {
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  transition: background .2s;
  display: inline-flex;
}

button.secondary, .button.secondary, a.button.secondary {
  color: var(--primary);
  border: 1px solid var(--primary);
  background: none;
}

button.danger, .button.danger {
  background: var(--danger);
  color: #fff;
}

button:hover, a.button:hover {
  opacity: .95;
}

label {
  color: var(--foreground);
  margin-bottom: 14px;
  font-weight: 600;
  display: block;
}

input {
  border: 1px solid var(--border);
  width: 100%;
  min-height: 44px;
  color: var(--foreground);
  background: none;
  border-radius: 12px;
  margin-top: 8px;
  padding: 12px 14px;
}

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

.error, .success, .empty {
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.error {
  color: var(--danger);
  background: #dc26261a;
}

.success {
  color: #15803d;
  background: #22c55e1a;
}

.footer-link {
  text-align: center;
  margin-top: 18px;
}

.footer-link a {
  color: var(--primary);
}

.top-row {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.search-block {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
}

.search-block input {
  flex: 1;
  min-width: 220px;
}

.results {
  gap: 12px;
  display: grid;
}

.result-item {
  text-align: left;
  border: 1px solid var(--border);
  background: var(--background);
  width: 100%;
  color: var(--foreground);
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.result-item:hover {
  background: #2563eb14;
}

.chat-card {
  flex-direction: column;
  gap: 18px;
  width: min(100%, 840px);
  display: flex;
}

.chat-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.messages-list {
  border: 1px solid var(--border);
  background: var(--background);
  border-radius: 18px;
  flex-direction: column;
  gap: 12px;
  min-height: 320px;
  max-height: 62vh;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.message {
  border-radius: 18px;
  flex-direction: column;
  gap: 8px;
  max-width: 80%;
  padding: 14px 16px;
  display: inline-flex;
}

.message.mine {
  background: var(--primary);
  color: #fff;
  border-bottom-right-radius: 4px;
  align-self: flex-end;
}

.message.other {
  color: var(--foreground);
  background: #e5e7eb;
  border-bottom-left-radius: 4px;
  align-self: flex-start;
}

.message-time {
  color: #ffffffc7;
  font-size: .82rem;
}

.message.other .message-time {
  color: var(--muted);
}

.send-row {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.send-row input {
  flex: 1;
}

.stream-container {
  border: 1px solid var(--border);
  background: var(--background);
  border-radius: 18px;
  width: 100%;
  padding: 16px;
  overflow: auto;
}

.stream-container video {
  background: #000;
  border-radius: 12px;
  width: 100%;
  display: block;
}

.stream-container h3 {
  color: var(--foreground);
  margin: 16px 0 8px;
  font-size: .95rem;
}

.stream-container h3:first-child {
  margin-top: 0;
}

@media (max-width: 640px) {
  .top-row, .search-block, .chat-header, .send-row {
    flex-direction: column;
    align-items: stretch;
  }
}

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