/* [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 {
  --background: #fff;
  --foreground: #171717;
  --brand-primary: #00d0ff;
  --brand-secondary: #7c3aed;
  --brand-gradient-start: #00d0ff;
  --brand-gradient-end: #7c3aed;
  --brand-dark: #0f172a;
  --brand-glow: #00d0ff59;
  --surface: #fff;
  --surface-muted: #f7f9fc;
  --border-muted: #e6edf7;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

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

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.tech-hero {
  background: linear-gradient(135deg, var(--brand-gradient-start), var(--brand-gradient-end));
  color: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 24px #00000040;
}

.tech-card {
  background: var(--surface);
  border: 1px solid var(--border-muted);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 14px #0000000f;
}

.tech-input {
  border: 1px solid var(--border-muted);
  background: #fff;
  border-radius: 6px;
  outline: none;
  width: 100%;
  height: 36px;
  margin: 8px 0 14px;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 20px;
  transition: border-color .16s, box-shadow .16s;
}

.tech-input:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px var(--brand-glow);
}

.tech-button {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-gradient-start), var(--brand-gradient-end));
  border: none;
  border-radius: 8px;
  width: 100%;
  min-height: 40px;
  padding: 12px;
  font-size: 16px;
  transition: transform .12s, box-shadow .12s, filter .12s;
  box-shadow: 0 8px 16px #7c3aed40;
}

.tech-button:active {
  transform: scale(.98);
}

.tech-button:disabled {
  filter: grayscale(55%);
  cursor: not-allowed;
}

.tech-notice-error {
  color: #a63a2b;
  background: #fff3f0;
  border: 1px solid #ffd9d0;
  border-radius: 8px;
  padding: 6px 8px;
}

.tech-notice-success {
  color: #0a7a3a;
  background: #f0fff4;
  border: 1px solid #c8f5d4;
  border-radius: 8px;
  padding: 6px 8px;
}

.admin-shell {
  background: var(--surface-muted);
  min-height: 100vh;
  color: var(--foreground);
}

.admin-topbar {
  z-index: 20;
  background: linear-gradient(135deg, var(--brand-gradient-start), var(--brand-gradient-end));
  color: #fff;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 12px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 10px 20px #0000001f;
}

.admin-brand {
  letter-spacing: .4px;
  font-weight: 600;
}

.admin-menu-btn {
  color: #fff;
  background: #fff3;
  border: none;
  border-radius: 8px;
  width: 36px;
  height: 36px;
}

.admin-top-actions {
  gap: 8px;
  margin-left: auto;
  display: flex;
}

.admin-top-action {
  color: #fff;
  background: #ffffff2e;
  border-radius: 8px;
  padding: 8px 10px;
}

.admin-top-action.danger {
  background: #d63b2ee6;
}

.admin-sidebar {
  background: var(--brand-dark);
  color: #cbd5e1;
  border-right: 1px solid #0b1220;
  width: 220px;
  transition: transform .18s;
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

.admin-sidebar.open {
  transform: translateX(0);
}

.admin-nav {
  padding: 12px;
}

.admin-nav-item {
  color: #cbd5e1;
  border-radius: 8px;
  padding: 10px 12px;
  display: block;
}

.admin-nav-item:hover {
  color: #fff;
  background: #ffffff14;
}

.admin-content, .admin-content.with-chrome {
  padding: 16px;
}

@media (min-width: 860px) {
  .admin-sidebar {
    transform: translateX(0);
  }

  .admin-content.with-chrome {
    padding-left: 236px;
  }
}

@media (prefers-color-scheme: dark) {
  html {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

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