/* [project]/apps/web/src/app/styles.css [app-client] (css) */
:root {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  color: #e2e8f0;
  background: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background: radial-gradient(circle at 0 0, #0ea5e933, #0000 32rem), linear-gradient(135deg, #020617 0%, #0f172a 48%, #111827 100%);
  min-height: 100vh;
  margin: 0;
}

button, input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.login-page {
  grid-template-columns: minmax(22rem, .85fr) minmax(28rem, 1.15fr);
  min-height: 100vh;
  display: grid;
}

.login-panel {
  align-content: center;
  gap: 2rem;
  padding: clamp(1.5rem, 5vw, 5rem);
  display: grid;
}

.brand-block {
  gap: .75rem;
  max-width: 30rem;
  display: grid;
}

.eyebrow {
  color: #38bdf8;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0;
  font-size: .8rem;
  font-weight: 800;
}

h1, h2 {
  color: #f8fafc;
  margin: 0;
  line-height: 1;
}

h1 {
  letter-spacing: -.05em;
  font-size: clamp(2.5rem, 7vw, 5rem);
}

h2 {
  letter-spacing: -.03em;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

p {
  color: #cbd5e1;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.auth-card {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #0f172ac7;
  border: 1px solid #94a3b83d;
  border-radius: 1.5rem;
  gap: 1.25rem;
  width: min(100%, 28rem);
  padding: 1.5rem;
  display: grid;
  box-shadow: 0 24px 80px #0206176b;
}

.auth-card-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.auth-form {
  gap: 1rem;
  display: grid;
}

.auth-form label {
  color: #e2e8f0;
  gap: .45rem;
  font-size: .92rem;
  font-weight: 700;
  display: grid;
}

.auth-form input {
  color: #f8fafc;
  background: #02061780;
  border: 1px solid #94a3b847;
  border-radius: .85rem;
  outline: none;
  width: 100%;
  padding: .85rem .95rem;
}

.auth-form input:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px #38bdf829;
}

.primary-button, .secondary-button {
  border: 0;
  border-radius: .9rem;
  padding: .9rem 1rem;
  font-weight: 800;
}

.primary-button {
  color: #082f49;
  background: linear-gradient(135deg, #7dd3fc, #38bdf8);
}

.secondary-button {
  color: #e2e8f0;
  background: #1e293bf2;
}

.form-feedback, .auth-note {
  color: #e0f2fe;
  background: #082f4961;
  border: 1px solid #7dd3fc3d;
  border-radius: .85rem;
  margin: 0;
  padding: .85rem;
  font-size: .92rem;
}

.auth-note {
  color: #cbd5e1;
  background: #0f172a8a;
  border-color: #94a3b833;
}

.session-details {
  gap: .9rem;
  margin: 0;
  display: grid;
}

.session-details div {
  gap: .25rem;
  display: grid;
}

.session-details dt {
  color: #7dd3fc;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 800;
}

.session-details dd {
  color: #f8fafc;
  overflow-wrap: anywhere;
  margin: 0;
}

.feature-panel {
  background: linear-gradient(135deg, #38bdf829, #3b82f614), radial-gradient(circle at 72% 24%, #7dd3fc5c, #0000 22rem), #02061757;
  place-items: center;
  min-height: 100vh;
  padding: clamp(2rem, 5vw, 5rem);
  display: grid;
  position: relative;
  overflow: hidden;
}

.feature-panel:before {
  content: "";
  border: 1px solid #e2e8f01f;
  border-radius: 2rem;
  position: absolute;
  inset: 10%;
}

.feature-carousel {
  width: min(100%, 42rem);
  min-height: 24rem;
  position: relative;
}

.feature-slide {
  --slide-duration: 12s;
  opacity: 0;
  animation: feature-slide var(--slide-duration) infinite;
  animation-delay: calc(var(--slide-index) * var(--slide-duration) / 3);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: linear-gradient(#0f172a2e, #0f172ae0), #0f172ab8;
  border: 1px solid #e2e8f029;
  border-radius: 2rem;
  align-content: end;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 4rem);
  display: grid;
  position: absolute;
  inset: 0;
  transform: translateX(2rem);
  box-shadow: 0 32px 100px #02061757;
}

.feature-slide span {
  color: #7dd3fc;
  letter-spacing: .16em;
  font-size: .9rem;
  font-weight: 900;
}

.feature-slide h2 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.feature-slide p {
  max-width: 32rem;
  font-size: 1.12rem;
}

.feature-dots {
  gap: .5rem;
  display: flex;
  position: absolute;
  bottom: clamp(2rem, 5vw, 4rem);
}

.feature-dots span {
  background: #e2e8f080;
  border-radius: 999px;
  width: .55rem;
  height: .55rem;
}

.skeleton {
  background: #94a3b829;
  border-radius: .85rem;
  position: relative;
  overflow: hidden;
}

.skeleton:after {
  content: "";
  background: linear-gradient(90deg, #0000, #e2e8f01f, #0000);
  animation: 1.35s infinite skeleton-shimmer;
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
}

.skeleton-title {
  width: 45%;
  height: 2rem;
}

.skeleton-line {
  width: 72%;
  height: 1rem;
}

.skeleton-input {
  width: 100%;
  height: 3rem;
}

.skeleton-button {
  width: 100%;
  height: 3.1rem;
}

@keyframes feature-slide {
  0%, 6% {
    opacity: 0;
    transform: translateX(2rem);
  }

  10%, 30% {
    opacity: 1;
    transform: translateX(0);
  }

  36%, 100% {
    opacity: 0;
    transform: translateX(-2rem);
  }
}

@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 900px) {
  .login-page {
    grid-template-columns: 1fr;
  }

  .login-panel {
    min-height: 100vh;
  }

  .feature-panel {
    display: none;
  }
}

/*# sourceMappingURL=apps_web_src_app_styles_1tuy2-h.css.map*/