<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* [next]/internal/font/google/geist_e531dabc.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/gyByhwUxId8gMEwYGFWNOITddY4-s.b7d310ad.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/gyByhwUxId8gMEwSGFWNOITddY4-s.81df3a5b.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/gyByhwUxId8gMEwcGFWNOITd-s.p.da1ebef7.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_e531dabc-module__QGiZLq__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_e531dabc-module__QGiZLq__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}


/* [next]/internal/font/google/geist_mono_68a01160.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/or3nQ6H_1_WfwkMZI_qYFrMdmhHkjkotbA-s.cb6bbcb1.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/or3nQ6H_1_WfwkMZI_qYFrkdmhHkjkotbA-s.e32db976.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/or3nQ6H_1_WfwkMZI_qYFrcdmhHkjko-s.p.be19f591.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_68a01160-module__YLcDdW__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_68a01160-module__YLcDdW__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}


/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #fff;
  --foreground: #171717;
}

@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;
}

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

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}

@media (width &lt;= 768px) {
  .container {
    padding: 0 15px;
  }
}

@media (width &gt;= 769px) and (width &lt;= 1056px) {
  .container {
    padding: 0 15px;
  }
}

@media (width &gt;= 1057px) and (width &lt;= 1440px) {
  .container {
    max-width: 1024px;
  }
}

@media (width &gt;= 1441px) and (width &lt;= 1919px) {
  .container {
    max-width: 1400px;
  }
}

@media (width &gt;= 1920px) {
  .container {
    max-width: 1728px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --text-color: #ddd;
    --code-bg: #1e1e1e;
    --code-text: #f8f8f2;
  }
}

@media (prefers-color-scheme: light) {
  :root {
    --text-color: #222;
    --code-bg: #f5f5f5;
    --code-text: #333;
  }
}


/* [project]/src/widgets/header/ui/Header.module.css [app-client] (css) */
.Header-module__bL51Jq__header {
  flex-direction: column;
  font-size: 20px;
  display: flex;
}

.Header-module__bL51Jq__mainHeader {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.Header-module__bL51Jq__profileWrapper {
  cursor: pointer;
  align-items: center;
  gap: 6px;
  display: flex;
  position: relative;
}

.Header-module__bL51Jq__profileImage {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.Header-module__bL51Jq__arrow {
  vertical-align: middle;
  margin-left: 6px;
  font-size: 12px;
}

.Header-module__bL51Jq__dropdownMenu {
  background-color: var(--background);
  border: 1px solid var(--background);
  z-index: 10;
  min-width: 140px;
  color: var(--foreground);
  border-radius: 6px;
  padding: 10px 0;
  position: absolute;
  top: 40px;
  right: 0;
  box-shadow: 0 4px 8px #0000001a;
}

.Header-module__bL51Jq__dropdownMenu div {
  cursor: pointer;
  padding: 8px 16px;
}

.Header-module__bL51Jq__dropdownMenu div:hover {
  color: #000;
  background-color: #f2f2f2;
}

.Header-module__bL51Jq__test {
  position: fixed;
  bottom: 30px;
  right: 30px;
}


/* [project]/src/features/comment/LoginModal/LoginModal.module.css [app-client] (css) */
.LoginModal-module__j4syvW__backdrop {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.LoginModal-module__j4syvW__modal {
  z-index: 1001;
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  padding: 32px;
  position: relative;
  box-shadow: 0 4px 10px #0000001a;
}

@media (prefers-color-scheme: dark) {
  .LoginModal-module__j4syvW__modal {
    background-color: #121212;
  }
}

.LoginModal-module__j4syvW__closeButton {
  cursor: pointer;
  color: #888;
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.LoginModal-module__j4syvW__title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  .LoginModal-module__j4syvW__title {
    color: #fff;
  }
}

.LoginModal-module__j4syvW__subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 24px;
}

@media (prefers-color-scheme: dark) {
  .LoginModal-module__j4syvW__subtitle {
    color: #888;
  }
}

.LoginModal-module__j4syvW__socialButtons {
  justify-content: center;
  gap: 16px;
  display: flex;
}

.LoginModal-module__j4syvW__socialButton {
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.LoginModal-module__j4syvW__socialButton img {
  width: 24px;
  height: 24px;
}

.LoginModal-module__j4syvW__signupText {
  text-align: center;
  color: #555;
  margin-top: 24px;
  font-size: 14px;
}

.LoginModal-module__j4syvW__signupLink {
  color: #999;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  .LoginModal-module__j4syvW__signupText {
    color: #666;
  }

  .LoginModal-module__j4syvW__signupLink {
    color: #ccc;
  }
}

.LoginModal-module__j4syvW__signupLink:hover {
  text-decoration: underline;
}


/*# sourceMappingURL=%5Broot-of-the-server%5D__00281b15._.css.map*/</pre></body></html>