/* [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;
}

@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 {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

:root {
  --bg: #03050a;
  --panel: #080b11;
  --border: #1b2230;
  --text: #e7edf7;
  --muted: #9aa7bd;
  --hover: #111828;
  --pos: #12d18e;
  --neg: #f04452;
  --r: 12px;
}

body {
  background: var(--bg);
  color: var(--text);
}

.cg-panel {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--r);
}

.cg-topbar {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.cg-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.cg-tabs {
  border-radius: var(--r);
  border: 1px solid var(--border);
  background: var(--panel);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 6px;
  display: flex;
}

.cg-tab {
  height: 34px;
  color: var(--muted);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 1px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
  display: inline-flex;
}

.cg-tab:hover {
  background: var(--hover);
  color: var(--text);
}

.cg-tab.is-active {
  background: var(--hover);
  color: var(--text);
  border-color: var(--border);
}

.cg-controls {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.cg-input {
  border: 1px solid var(--border);
  height: 36px;
  color: var(--text);
  background: #0a0e15;
  border-radius: 10px;
  min-width: 260px;
  padding: 0 12px;
}

.cg-favBtn {
  border: 1px solid var(--border);
  height: 36px;
  color: var(--text);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border-radius: 10px;
  padding: 0 12px;
}

.cg-favBtn:hover {
  background: var(--hover);
}

.cg-favBtn.is-active {
  border-color: var(--border);
  background: var(--hover);
}

.cg-btn {
  border: 1px solid var(--border);
  height: 36px;
  color: var(--text);
  cursor: pointer;
  background: #0a0e15;
  border-radius: 10px;
  padding: 0 12px;
}

.cg-btn:hover {
  background: var(--hover);
}

.cg-tablewrap {
  margin-top: 12px;
}

.cg-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 13px;
}

.cg-th {
  background: var(--panel);
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  white-space: nowrap;
  padding: 10px 8px;
  font-weight: 700;
}

.cg-td {
  white-space: nowrap;
  border-bottom: 1px solid #1b223099;
  padding: 10px 8px;
}

.cg-tr:hover td {
  background: #1118288c;
}

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

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

.cg-pos {
  color: var(--pos);
}

.cg-neg {
  color: var(--neg);
}

.cg-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 18px 16px 28px;
}

.cg-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  display: flex;
}

.cg-miniBar {
  background: #ffffff14;
  border-radius: 999px;
  height: 6px;
  overflow: hidden;
}

.cg-miniFill {
  background: #ffffff47;
  height: 100%;
}

.cg-widgets-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 14px;
  display: grid;
}

.cg-widget {
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  padding: 12px;
}

.cg-widget-title {
  opacity: .78;
  margin-bottom: 6px;
  font-size: 12px;
}

.cg-widget-val {
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 800;
}

.cg-widget-sub {
  opacity: .7;
  margin-top: 6px;
  font-size: 12px;
}

@media (max-width: 980px) {
  .cg-widgets-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cg-widgets-row {
    grid-template-columns: 1fr;
  }
}

.cg-title-ru {
  letter-spacing: -.2px;
  margin: 0;
  font-size: 26px;
  font-weight: 800;
}

.cg-menuRight {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  display: flex;
}

.cg-menuRight .cg-input {
  min-width: 0;
}

.cg-search {
  width: clamp(220px, 32vw, 420px);
  max-width: 100%;
}

.cg-search .cg-input {
  width: 100%;
  min-width: 0;
}

.cg-row2 {
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.cg-rightActions {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.cg-tablewrap {
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: var(--panel);
}

.cg-th {
  background: var(--panel);
}

.cg-table thead .cg-th {
  z-index: 30;
  background: #0b0f14;
  border-bottom: 1px solid #333;
  position: sticky;
  top: 0;
}

.cg-xscroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto visible;
}

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