html,
body,
#app,
#app > div,
#app .min-h-screen {
  min-height: 100vh;
  background: #07111f !important;
}

body {
  min-height: 100vh;
  background-color: #07111f !important;
  color: #e5eef8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main,
footer {
  background: #07111f !important;
}

header {
  border-bottom: 1px solid rgba(14, 165, 233, 0.18);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

a[href*="t.me/"],
a[href*="docs."] {
  border-radius: 6px;
  font-weight: 600;
}

img[alt="logo"] {
  border-radius: 6px;
}
