.pure-g [class *="pure-u"] {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

html {
    background: #2d2d2d;
    overflow-y: scroll;
}

body {
    background-color: #2d2d2d;
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
}

main {
    background-color: #ebf4fa;
    position: relative;
}

footer {
    text-align: center;
    color: #b3b3b3;
    text-decoration: none;
    font-size: 0.8em;
    padding: 15px;
    line-height: 24px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer iframe {
    vertical-align: middle;
}

.home-menu>a.pure-menu-heading {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0em 0em 0em 1em;
    line-height: normal !important;
    color: #fff;
    font-size: 1.5em;
}

.custom-wrapper {
    background-color: #2d2d2d;
    margin-bottom: 1.5em;
    -webkit-font-smoothing: antialiased;
    height: 1.5em;
    overflow: visible;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 18em;
}

.custom-menu {
    text-align: left;
    margin: 0.6em 0em 1em 1em;
}

.custom-toggle {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #fff;
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    top: 24px;
    right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pure-menu-has-children {
    position: relative;
}

.pure-menu-children {
    left: 3em;
    top: 2em;
}

a.pure-menu-link {
    color: #b3b3b3;
    text-align: left;
    text-decoration: none;
}

a.pure-menu-link:hover,
a.pure-menu-link:focus,
a.pure-menu-link:active {
    background: #444444;
    color: #ffffff;
}

.pure-menu-link,
.pure-menu-heading {
    color: #ffffff;
}

select {
    background-color: #2d2d2d;
    color: #ffffff;
    border: 0px;
    padding: 10px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

select:hover,
select:focus {
    background-color: #444444;
    color: #ffffff;
    outline: none;
}

option {
    background-color: #2d2d2d;
    color: #ffffff;
}

option:hover,
option:focus {
    background-color: #444444;
    color: #ffffff;
}

option:checked {
    background-color: #444444;
    color: #ffffff;
}

@media (max-width: 47.999em) {

    .custom-menu {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }
}
:root {
  --bg: #0b0f1a;
  --bg-2: #0f1526;
  --text: #e7ecf3;
  --muted: #a9b1c3;
  --brand: #5cc8ff;
  --accent: #5cffb1;
  --card: rgba(255,255,255,0.06);
  --card-2: rgba(255,255,255,0.10);
  --border: rgba(255,255,255,0.12);
  --shadow: 0 8px 30px rgba(0,0,0,0.35);
}

[data-theme="light"] {
  --bg: #f7f9fc;
  --bg-2: #ffffff;
  --text: #0d1726;
  --muted: #51607a;
  --card: rgba(0,0,0,0.04);
  --card-2: rgba(0,0,0,0.06);
  --border: rgba(0,0,0,0.12);
  --shadow: 0 8px 24px rgba(0,0,0,0.12);
}

html, body {
  height: 100%;
}
body {
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background:
    radial-gradient(1200px 600px at 10% -10%, #102038 0%, transparent 60%),
    radial-gradient(800px 500px at 120% 10%, #111c2c 0%, transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--text);
  line-height: 1.6;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Header / Nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: saturate(140%) blur(6px);
  background: rgba(12,16,28,0.6);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
  font-weight: 700;
}
.brand-mark {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #0a0e18;
  border-radius: 10px;
  padding: 6px 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.brand-text { opacity: 0.9; }

.nav-toggle {
  display: none;
  background: transparent; border: 0; cursor: pointer;
}
.nav-toggle .bar { display:block; width:22px; height:2px; background: var(--text); margin:5px 0; transition:.2s; }
.nav-toggle.x .bar:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle.x .bar:nth-child(2){ opacity:0; }
.nav-toggle.x .bar:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.nav-menu { display:flex; }
.nav-menu .pure-menu-list { display:flex; align-items:center; gap: 6px; margin:0; }
.pure-menu-link { color: var(--text); opacity:.92; }
.pure-menu-link:hover { background: transparent; opacity:1; }

.lang-wrap { margin-left: 8px; }
.lang-select {
  background: var(--card); color: var(--text);
  border: 1px solid var(--border);
  padding: 6px 8px; border-radius: 10px;
}

/* Hero */
.hero {
  padding: 48px 0 16px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.glass { background: var(--card-2); backdrop-filter: blur(6px); }
.glass-sm { background: var(--card); border:1px solid var(--border); border-radius:14px; }

.hero-text h1 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 6px; }
.accent { color: var(--accent); }
.muted { color: var(--muted); }
.small { font-size: 13px; }

.connect {
  display:flex; gap:10px; align-items:center;
  margin: 16px 0 14px;
}
code#endpoint {
  user-select: all;
  padding: 10px 14px; border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--card);
  font-size: 14px; white-space: nowrap; overflow:auto;
}
.cta { display:flex; gap:10px; flex-wrap: wrap; }

.btn, .btn-ghost {
  display:inline-flex; align-items:center; gap:8px;
  padding: 10px 14px; border-radius: 12px; cursor:pointer;
  border:1px solid var(--border); background: var(--card); color: var(--text);
  text-decoration: none; font-weight:600;
}
.btn:hover { filter: brightness(1.05); }
.btn.primary { background: linear-gradient(135deg, var(--brand), var(--accent)); color: #0a0e18; border-color: transparent; }
.btn-ghost { background: transparent; }

.hero-stats {
  display:grid; gap:12px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
}
.stat { padding: 14px; }
.stat .label { color: var(--muted); font-size: 12px; }
.stat .value { font-size: 20px; font-weight: 700; }

/* Content */
.content { padding: 24px 0 40px; }

/* Footer */
.site-footer {
  border-top:1px solid var(--border);
  padding: 20px 0 40px;
}

/* Responsive */
@media (max-width: 840px) {
  .hero-inner { grid-template-columns: 1fr; }
  .nav-toggle { display:block; }
  .nav-menu {
    position: absolute; right: 16px; top: 64px;
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 8px;
    display: none;
    box-shadow: var(--shadow);
  }
  .nav-menu.open { display: block; }
  .nav-menu.closing { opacity: .0; transition: opacity .3s; }
  .nav-menu .pure-menu-list { flex-direction: column; align-items: stretch; }
  .pure-menu-item { padding: 2px 0; }
}

/* Accessibility helpers */
.sr-only { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
