/* [next]/internal/font/google/dm_sans_efc253b3.module.css [app-client] (css) */
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../media/c3cb240f9c892514-s.3z_x6eowsw16y.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: DM Sans;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../media/5c285b27cdda1fe8-s.p.2_mbdogr7ni8i.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: DM Sans Fallback;
  src: local(Arial);
  ascent-override: 94.9%;
  descent-override: 29.66%;
  line-gap-override: 0.0%;
  size-adjust: 104.53%;
}

.dm_sans_efc253b3-module__w1i8Da__className {
  font-family: DM Sans, DM Sans Fallback;
  font-style: normal;
}

.dm_sans_efc253b3-module__w1i8Da__variable {
  --font-dm-sans: "DM Sans", "DM Sans Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --bg: #f1f5f9;
  --fg: #0f172a;
  --muted: #64748b;
  --card: #fff;
  --border: #e2e8f0;
  --sidebar: #0b1a2e;
  --sidebar-fg: #94a3b8;
  --sidebar-fg-active: #fff;
  --accent: #3b82f6;
  --radius-card: 14px;
  --status-up: #15803d;
  --status-up-bg: #dcfce7;
  --status-warn: #b45309;
  --status-warn-bg: #fef3c7;
  --status-down: #b91c1c;
  --status-down-bg: #fee2e2;
}

:root[data-theme="dark"] {
  --bg: #0b1220;
  --fg: #f1f5f9;
  --muted: #94a3b8;
  --card: #111827;
  --border: #1f2937;
  --sidebar: #0b1a2e;
  --sidebar-fg: #94a3b8;
  --sidebar-fg-active: #fff;
  --accent: #3b82f6;
  --status-up: #4ade80;
  --status-up-bg: #052e16;
  --status-warn: #fbbf24;
  --status-warn-bg: #422006;
  --status-down: #f87171;
  --status-down-bg: #450a0a;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-dm-sans), system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 20px;
}

.hero {
  border-radius: var(--radius-card);
  color: #fff;
  background: linear-gradient(135deg, #0b1a2e 0%, #1e3a5f 50%, #2563eb 100%);
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 15% 20%, #3b82f673, #0000 45%), radial-gradient(circle at 85% 75%, #2563eb66, #0000 50%);
  position: absolute;
  inset: 0;
}

.hero > * {
  z-index: 1;
  position: relative;
}

.pill {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  background: #ffffff1f;
  border: 1px solid #fff3;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

.tab {
  color: var(--muted);
  border-bottom: 2px solid #0000;
  padding: 12px 4px;
  font-weight: 500;
  text-decoration: none;
}

.tab[data-active="true"] {
  color: var(--fg);
  border-bottom-color: var(--accent);
}

.theme-toggle {
  border: 1px solid var(--border);
  color: var(--fg);
  cursor: pointer;
  background: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
}

.theme-toggle:hover {
  border-color: var(--accent);
}

.um-sign-out {
  font-family: inherit;
  font-weight: 500;
}

.um-sign-out:hover {
  border-color: var(--status-down);
  color: var(--status-down);
}

.um-header {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.um-header-email {
  color: var(--muted);
  font-size: 13px;
}

.theme-icon-dark, :root[data-theme="dark"] .theme-icon-light {
  display: none;
}

:root[data-theme="dark"] .theme-icon-dark {
  display: inline;
}

.um-sidebar {
  background: var(--sidebar);
  z-index: 40;
  flex-direction: column;
  width: 240px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.um-navlink {
  color: var(--sidebar-fg);
  border-left: 3px solid #0000;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.um-navlink:hover {
  color: var(--sidebar-fg-active);
}

.um-navlink[data-active="true"] {
  color: var(--sidebar-fg-active);
  border-left-color: var(--accent);
  background: #3b82f61a;
}

.um-content {
  margin-left: 240px;
  padding: 24px;
}

.um-hamburger, .um-backdrop {
  display: none;
}

@media (max-width: 767.98px) {
  .um-sidebar {
    visibility: hidden;
    transition: transform .22s, visibility 0s linear .22s;
    transform: translateX(-100%);
  }

  .um-sidebar[data-open="true"] {
    visibility: visible;
    transition: transform .22s, visibility;
    transform: translateX(0);
  }

  .um-content {
    margin-left: 0;
    padding: 64px 16px 16px;
  }

  .um-hamburger {
    z-index: 50;
    background: var(--card);
    border: 1px solid var(--border);
    color: var(--fg);
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 12px;
    display: block;
    position: fixed;
    top: 14px;
    left: 14px;
  }

  .um-backdrop {
    z-index: 30;
    -webkit-backdrop-filter: blur(4px);
    background: #0b122073;
    display: block;
    position: fixed;
    inset: 0;
  }
}

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