/* [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 {
  --bg: #f5f7fb;
  --panel: #fff;
  --panel-soft: #f8fafc;
  --panel-strong: #0f172a;
  --text: #0f172a;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --line: #e2e8f0;
  --line-soft: #eef2f7;
  --accent: #2563eb;
  --accent-soft: #eff6ff;
  --success: #16a34a;
  --shadow-sm: 0 1px 2px #0f172a0a;
  --shadow-md: 0 10px 30px #0f172a14;
  --shadow-lg: 0 24px 60px #0f172a1f;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --sidebar-w: 272px;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
}

html {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

body {
  background: radial-gradient(circle at top left, #2563eb12, transparent 28%),
    radial-gradient(circle at top right, #0f172a0a, transparent 24%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

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

button, input, textarea, select {
  font: inherit;
}

input, button {
  border: 0;
}

.shell {
  grid-template-columns: var(--sidebar-w) 1fr;
  min-height: 100vh;
  display: grid;
}

.sidebar {
  color: #fff;
  background: #0f172af5;
  border-right: 1px solid #ffffff0f;
  height: 100vh;
  padding: 24px 18px;
  position: sticky;
  top: 0;
}

.brand {
  padding: 6px 10px 22px;
}

.brand__logo {
  letter-spacing: -.04em;
  font-size: 28px;
  font-weight: 700;
}

.brand__text {
  color: #ffffff9e;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.nav {
  gap: 6px;
  margin-top: 10px;
  display: grid;
}

.nav__item {
  color: #ffffffb8;
  border-radius: 14px;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav__item:hover {
  color: #fff;
  background: #ffffff0f;
}

.nav__item--active {
  color: #fff;
  background: linear-gradient(#ffffff24, #ffffff14);
  box-shadow: inset 0 1px #ffffff12;
}

.sidebar-card {
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 18px;
  margin-top: 22px;
  padding: 16px;
}

.sidebar-card__label {
  color: #ffffff75;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
}

.sidebar-card__title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}

.sidebar-card__text {
  color: #ffffffa6;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
}

.content {
  min-width: 0;
}

.topbar {
  z-index: 20;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #f5f7fbd1;
  border-bottom: 1px solid #e2e8f0e6;
  position: sticky;
  top: 0;
}

.topbar__inner {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
  display: flex;
}

.topbar__eyebrow {
  color: var(--muted);
  font-size: 13px;
}

.topbar__title {
  letter-spacing: -.03em;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
}

.topbar__badge {
  background: var(--panel);
  border: 1px solid var(--line);
  min-height: 34px;
  color: var(--muted);
  box-shadow: var(--shadow-sm);
  border-radius: 999px;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.page {
  padding: 28px;
}

.hero {
  color: #fff;
  box-shadow: var(--shadow-md);
  background: radial-gradient(circle at 100% 0, #60a5fa59, #0000 24%), linear-gradient(135deg, #0f172a 0%, #172554 45%, #1e293b 100%);
  border-radius: 28px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.hero__grid {
  gap: 24px;
  display: grid;
}

.hero__eyebrow {
  color: #ffffffb3;
  font-size: 14px;
}

.hero__title {
  letter-spacing: -.05em;
  margin-top: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
}

.hero__text {
  color: #ffffffc7;
  max-width: 760px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.65;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.hero-stat {
  background: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  padding: 16px;
}

.hero-stat__label {
  color: #fff9;
  font-size: 13px;
}

.hero-stat__value {
  word-break: break-word;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.kpi-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  display: grid;
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  border-radius: 24px;
  padding: 22px;
}

.card--soft {
  background: #ffffffc7;
}

.card__label {
  color: var(--muted);
  font-size: 14px;
}

.card__value {
  letter-spacing: -.05em;
  margin-top: 12px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.card__hint {
  color: var(--muted-2);
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.section-grid {
  grid-template-columns: 1.35fr .9fr;
  gap: 16px;
  margin-top: 18px;
  display: grid;
}

.section-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.section-head__eyebrow {
  color: var(--muted);
  font-size: 14px;
}

.section-head__title {
  letter-spacing: -.03em;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
}

.pill {
  background: var(--panel-soft);
  border: 1px solid var(--line-soft);
  min-height: 30px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 999px;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.stack {
  gap: 12px;
  margin-top: 18px;
  display: grid;
}

.step {
  background: var(--panel-soft);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: 16px;
}

.step__title {
  font-size: 15px;
  font-weight: 600;
}

.step__text {
  color: var(--muted);
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.55;
}

.info-list {
  gap: 12px;
  margin-top: 18px;
  display: grid;
}

.info {
  background: var(--panel-soft);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: 16px;
}

.info__label {
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
}

.info__value {
  color: var(--text);
  word-break: break-word;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.logout-btn {
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.logout-btn:hover {
  background: #ffffff2e;
}

.auth-shell {
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  display: grid;
}

.auth-wrap {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffb8;
  border: 1px solid #e2e8f0e6;
  border-radius: 32px;
  grid-template-columns: 1.08fr .92fr;
  width: min(1180px, 100%);
  min-height: 720px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 30px 80px #0f172a1f;
}

.auth-showcase {
  color: #fff;
  background: radial-gradient(circle at 100% 0, #60a5fa52, #0000 26%), radial-gradient(circle at 0 100%, #2563eb3d, #0000 24%), linear-gradient(135deg, #0f172a 0%, #172554 48%, #1e293b 100%);
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.auth-showcase__badge {
  color: #ffffffe0;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.auth-showcase__title {
  letter-spacing: -.06em;
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 54px;
  font-weight: 700;
  line-height: .96;
}

.auth-showcase__text {
  color: #ffffffc2;
  max-width: 560px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.auth-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.auth-metric {
  background: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  padding: 16px;
}

.auth-metric__label {
  color: #ffffff94;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
}

.auth-metric__value {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.auth-panel {
  background: linear-gradient(#ffffffd1, #f8fafcf0);
  align-items: center;
  padding: 24px;
  display: grid;
}

.auth-panel__inner {
  width: min(420px, 100%);
  margin: 0 auto;
}

.auth-panel__eyebrow {
  color: var(--muted);
  font-size: 14px;
}

.auth-panel__title {
  letter-spacing: -.05em;
  margin: 8px 0 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.02;
}

.auth-panel__text {
  color: var(--muted);
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.65;
}

.auth-form {
  gap: 16px;
  margin-top: 28px;
  display: grid;
}

.field {
  gap: 8px;
  display: grid;
}

.field__label {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.field__input {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 54px;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  background: #ffffffe0;
  border-radius: 16px;
  outline: none;
  padding: 0 16px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.field__input::placeholder {
  color: var(--muted-2);
}

.field__input:focus {
  background: #fff;
  border-color: #2563eb73;
  box-shadow: 0 0 0 4px #2563eb1f;
}

.auth-submit {
  color: #fff;
  letter-spacing: -.01em;
  cursor: pointer;
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  border-radius: 16px;
  min-height: 54px;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  transition: transform .18s, box-shadow .18s, opacity .18s;
  box-shadow: 0 16px 30px #1d4ed838;
}

.auth-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px #1d4ed847;
}

.auth-note {
  color: var(--muted);
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    height: auto;
    position: relative;
  }

  .kpi-grid, .section-grid, .hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .auth-wrap {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .auth-showcase {
    min-height: 360px;
  }

  .auth-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page, .topbar__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .hero, .card {
    border-radius: 22px;
    padding: 18px;
  }

  .hero__title {
    font-size: 28px;
  }

  .topbar__title, .section-head__title {
    font-size: 18px;
  }

  .card__value {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .auth-shell {
    padding: 12px;
  }

  .auth-wrap {
    border-radius: 24px;
  }

  .auth-showcase, .auth-panel {
    padding: 20px;
  }

  .auth-showcase__title {
    font-size: 36px;
  }

  .auth-panel__title {
    font-size: 28px;
  }

  .auth-error {
    color: #b91c1c;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
  }

  .admin-actions {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    display: flex;
  }
}

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