* {
  -ms-overflow-style: none;
  user-select: none; /* Standard syntax */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

:root {
  --bg-primary: #0f172a;
  --bg-secondary: #1a2f77;
  --text-primary: #8789c3;
  --text-secondary: #ffcc5b;
  --text-tertiary: #3b82f6;
}
html,
* {
  margin: 0;
  padding: 0;
}
/* Add this to your CSS file */
*:focus {
  outline: none;
}
a,
span,
a:hover,
a:active,
button {
  text-decoration: none;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
p {
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  /* font-family: "Roboto", serif; */
  /* font-weight: 600; */
}
p {
  /* font-family: "Roboto", serif; */
  font-size: 16px;
}
ul,
a {
  list-style: none;
  margin: 0;
}
img {
  max-width: 100%;
}
.cm-overflow {
  overflow: hidden;
}
ol,
ul {
  padding-left: 0px;
}
.hidden {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif; /* Updated font family */
  background-color: var(--bg-primary);
  color: #fff;
}
a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit color from parent element */
}

.header_ads {
  padding-top: 45px !important;
  display: flex;
  justify-content: center;
}
.header_space {
  /* padding: 10px 0 10px 0; */
  text-align: center;
  margin-bottom: 10px;
  min-height: 280px;
}

#div-gpt-ad-1738058472013-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/* Set a default size for the ad container */
#div-gpt-ad-1738056273528-0,
#div-gpt-ad-1738058472013-0,
#div-gpt-ad-1737543137369-0 {
  min-width: 300px;
  min-height: 250px;
}

/* ================= Dynamic Domain Branding Styles ================= */
.dynamic-logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.dynamic-logo-link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.dynamic-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dynamic-logo-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(59, 130, 246, 0.4));
}
.dynamic-logo-text {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #3b82f6;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.3px;
  line-height: 1.2;
  display: inline-block;
}
.dynamic-logo-dot {
  color: #60a5fa;
  -webkit-text-fill-color: #60a5fa;
}
.dynamic-insights-highlight {
  font-weight: 700;
  color: #ffffff;
}

