/* [next]/internal/font/google/inter_59dee874.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2a2d10660758e7fa-s.91b7455f.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/d6f0f7ef0a66b318-s.927aef78.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/c0062fcfb5f4a9e6-s.b7398c1c.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1a97932d2ea76c90-s.ac666cb5.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/e27fd546b8a0677f-s.569fab99.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/a973f82a0d056f9e-s.99c7dd4e.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: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/06ba6ef833b337bc-s.p.0faac26c.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: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_59dee874-module__9CtR0q__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --background: #0b1220;
  --foreground: #e6e8ee;
  --surface: #121a2b;
  --muted: #95a2b3;
  --border: #1f2a3f;
  --primary: #7c3aed;
  --primary-hover: #6d28d9;
  --accent: #22d3ee;
  --link: var(--accent);
  --link-hover: #06b6d4;
}

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

body {
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  line-height: 1.6;
}

.site {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

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

a {
  color: var(--link);
  text-decoration: none;
}

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

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

.page-container {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.content-container {
  flex: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

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

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

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

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

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

.rtl, .rtl .article-content, .rtl .article-content * {
  text-align: right;
  direction: rtl;
}

.article-content img {
  border-radius: .375rem;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  display: block;
}

.article-content table {
  border-collapse: collapse;
  background: var(--surface);
  width: 100%;
  margin: 1.25rem 0;
}

.article-content thead th {
  background: rgba(255, 255, 255, .03);
}

.article-content th, .article-content td {
  border: 1px solid var(--border);
  text-align: left;
  padding: .6rem .75rem;
}

.article-content tr:nth-child(2n) td {
  background: rgba(255, 255, 255, .02);
}

.image-frame {
  border: 1px solid var(--border);
  background: linear-gradient(rgba(255, 255, 255, .02), rgba(0, 0, 0, .02));
  border-radius: 12px;
  padding: 8px;
}

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-4-3 {
  aspect-ratio: 4 / 3;
}

.surface {
  background-color: var(--surface);
}

.muted {
  color: var(--muted);
}

.bordered {
  border: 1px solid var(--border);
}

.prose h1, .prose h2, .prose h3 {
  margin: 1.2em 0 .6em;
  line-height: 1.25;
}

.prose p {
  margin: .8em 0;
}

.prose ul, .prose ol {
  margin: .8em 0;
  padding-left: 1.25rem;
}

.article-content ul, .article-content ol {
  padding-left: 0;
  list-style: none;
}

.article-content li {
  padding: .25rem 0;
}

.prose blockquote {
  border-left: 3px solid var(--border);
  color: var(--muted);
  padding-left: 1rem;
}

.dark .prose-invert {
  color: var(--foreground);
}

.btn {
  border: 1px solid var(--border);
  background: var(--primary);
  color: #fff;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .5rem .9rem;
  display: inline-flex;
}

.btn.secondary {
  background: var(--surface);
  color: var(--foreground);
}

.chip {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--foreground);
  border-radius: 9999px;
  padding: .25rem .6rem;
  font-size: .8rem;
  display: inline-block;
}

*, :before, :after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

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

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* [project]/app/components/Navbar.module.css [app-client] (css) */
.Navbar-module__pSp8Ga__navbar {
  background-color: var(--surface);
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.Navbar-module__pSp8Ga__logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.Navbar-module__pSp8Ga__links {
  gap: 1.5rem;
  display: flex;
}

.Navbar-module__pSp8Ga__links a {
  color: var(--foreground);
  padding: .5rem 0;
  text-decoration: none;
  transition: color .3s;
}

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

.Navbar-module__pSp8Ga__active {
  border-bottom: 2px solid var(--primary);
  color: var(--primary) !important;
}

.Navbar-module__pSp8Ga__searchForm {
  align-items: center;
  gap: .5rem;
  margin-left: 1rem;
  display: flex;
}

.Navbar-module__pSp8Ga__searchInput {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--foreground);
  border-radius: 6px;
  padding: .4rem .6rem;
}

.Navbar-module__pSp8Ga__searchButton {
  border: 1px solid var(--border);
  background: var(--primary);
  color: #fff;
  border-radius: 6px;
  padding: .4rem .8rem;
}

@media (prefers-color-scheme: dark) {
  .Navbar-module__pSp8Ga__navbar {
    background-color: #1a1a1a;
    box-shadow: 0 2px 4px rgba(255, 255, 255, .1);
  }

  .Navbar-module__pSp8Ga__links a {
    color: #e0e0e0;
  }

  .Navbar-module__pSp8Ga__links a:hover, .Navbar-module__pSp8Ga__active {
    border-bottom-color: #3291ff;
    color: #3291ff !important;
  }
}

@media (max-width: 768px) {
  .Navbar-module__pSp8Ga__navbar {
    padding: .75rem 1rem;
  }
}

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