/* [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]/src/app/globals.css [app-client] (css) */
:root {
  --primary: #6366f1;
  --primary-light: #818cf8;
  --primary-dark: #4f46e5;
  --accent: #06b6d4;
  --accent-secondary: #f472b6;
  --background-start: #0f0f23;
  --background-end: #1a1a3e;
  --surface: #ffffff08;
  --surface-hover: #ffffff0f;
  --border: #ffffff14;
  --text-primary: #f1f5f9;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --success: #10b981;
  --error: #ef4444;
  --warning: #f59e0b;
  --radius-sm: .5rem;
  --radius-md: .75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
}

* {
  box-sizing: border-box;
}

html, body {
  background: linear-gradient(135deg, var(--background-start) 0%, var(--background-end) 100%);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.animated-bg {
  z-index: -1;
  background: linear-gradient(135deg, var(--background-start) 0%, var(--background-end) 100%);
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.animated-bg:before, .animated-bg:after {
  content: "";
  filter: blur(120px);
  opacity: .4;
  border-radius: 50%;
  animation: 20s ease-in-out infinite float;
  position: absolute;
}

.animated-bg:before {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  width: 600px;
  height: 600px;
  animation-delay: 0s;
  top: -200px;
  left: -100px;
}

.animated-bg:after {
  background: linear-gradient(135deg, #06b6d4 0%, #14b8a6 100%);
  width: 500px;
  height: 500px;
  animation-delay: -10s;
  bottom: -150px;
  right: -100px;
}

@keyframes float {
  0%, 100% {
    transform: translate(0)rotate(0);
  }

  25% {
    transform: translate(50px, 30px)rotate(5deg);
  }

  50% {
    transform: translate(20px, -40px)rotate(-5deg);
  }

  75% {
    transform: translate(-30px, 20px)rotate(3deg);
  }
}

.glass-card {
  background: var(--surface);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.glass-card:hover {
  background: var(--surface-hover);
  border-color: #ffffff26;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -15px #00000080;
}

.gradient-text {
  background: linear-gradient(135deg, #f1f5f9 0%, #6366f1 50%, #06b6d4 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-md);
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
  box-shadow: 0 4px 15px -3px #6366f166;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px -5px #6366f180;
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  color: var(--text-primary);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.btn-secondary:hover {
  background: var(--surface-hover);
  border-color: #fff3;
}

.input-field {
  width: 100%;
  color: var(--text-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #ffffff0d;
  outline: none;
  padding: .875rem 1rem;
  font-size: .875rem;
  transition: all .2s;
}

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

.input-field:focus {
  border-color: var(--primary);
  background: #ffffff14;
  box-shadow: 0 0 0 3px #6366f126;
}

.input-label {
  color: var(--text-secondary);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.role-selector {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: #ffffff0d;
  padding: .25rem;
  display: flex;
}

.role-option {
  color: var(--text-muted);
  border-radius: calc(var(--radius-md)  - .25rem);
  cursor: pointer;
  background: none;
  border: none;
  flex: 1;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
}

.role-option.active {
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 10px -2px #6366f180;
}

.role-option:not(.active):hover {
  color: var(--text-secondary);
  background: #ffffff0d;
}

.avatar {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
  font-size: .75rem;
}

.avatar-md {
  width: 2.75rem;
  height: 2.75rem;
  font-size: .875rem;
}

.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1rem;
}

.badge {
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-flex;
}

.badge-professor {
  color: var(--primary-light);
  background: #6366f126;
  border: 1px solid #6366f14d;
}

.badge-student {
  color: var(--accent);
  background: #06b6d426;
  border: 1px solid #06b6d44d;
}

.page-container {
  min-height: 100vh;
  padding: 2rem;
}

.page-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
}

.content-card {
  background: var(--surface);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 28rem;
  padding: 2rem;
}

.heading-xl {
  letter-spacing: -.02em;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
}

.heading-lg {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-md {
  font-size: 1.25rem;
  font-weight: 600;
}

.text-body {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}

.text-sm {
  color: var(--text-muted);
  font-size: .875rem;
}

a {
  color: var(--primary-light);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary);
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: .25rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.w-full {
  width: 100%;
}

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

.rounded-lg {
  border-radius: var(--radius-lg);
}

.rounded-full {
  border-radius: 9999px;
}

@media (max-width: 768px) {
  .page-container {
    padding: 1rem;
  }

  .heading-xl {
    font-size: 2rem;
  }

  .heading-lg {
    font-size: 1.5rem;
  }

  .glass-card {
    padding: 1.5rem !important;
  }

  .simulation-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-full {
    width: 100% !important;
  }

  .mobile-wrap {
    flex-wrap: wrap !important;
  }

  .mobile-stack {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .mobile-center {
    text-align: center !important;
    justify-content: center !important;
  }

  .responsive-table {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
  }

  .simulation-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.5rem !important;
  }

  .simulation-header div:last-child {
    grid-template-columns: 1fr;
    gap: .5rem;
    width: 100%;
    display: grid;
  }

  .simulation-header div:first-child {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .production-btn-group {
    flex-direction: column !important;
  }
}

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