/* ======================================================
   ATOMICBOT LANDER - GLOBAL PAGE STYLES
   ====================================================== */

:root {
  --atomic-bg: #020713;
  --atomic-panel: rgba(5, 16, 32, 0.78);
  --atomic-panel-dark: rgba(2, 8, 18, 0.88);
  --atomic-border: rgba(0, 195, 255, 0.55);
  --atomic-border-soft: rgba(0, 195, 255, 0.22);
  --atomic-blue: #00c8ff;
  --atomic-blue-soft: #7ce7ff;
  --atomic-white: #f5fbff;
  --atomic-muted: #b7c5d8;
  --atomic-red: #ff2c2c;
  --atomic-yellow: #ffbd2e;
  --atomic-green: #53ff8f;
  --atomic-purple: #b764ff;
  --atomic-orange: #ff8b2b;
  --atomic-shadow: 0 0 35px rgba(0, 200, 255, 0.25);
  --atomic-radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at top center, rgba(0, 174, 255, 0.18), transparent 35%),
    radial-gradient(circle at 20% 10%, rgba(0, 91, 255, 0.18), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(255, 68, 0, 0.16), transparent 24%),
    linear-gradient(180deg, #020713 0%, #01030a 100%);
  color: var(--atomic-white);
}

/* ======================================================
   MAIN LANDER BACKGROUND
   ====================================================== */

.atomic-lander-page {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 200, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 200, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 30%, rgba(0, 200, 255, 0.12), transparent 35%),
    radial-gradient(circle at 75% 5%, rgba(255, 91, 33, 0.1), transparent 20%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  position: relative;
  padding: 34px 24px 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.atomic-lander-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(0, 200, 255, 0.08) 50%, transparent 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 80px,
      rgba(0, 200, 255, 0.025) 81px
    );
  opacity: 0.9;
}

.atomic-lander-inner {
  position: relative;
  z-index: 2;
  max-width: 1780px;
  margin: 0 auto;
}

/* ======================================================
   TOP BACKGROUND SCENE DECORATION
   ====================================================== */

.atomic-scene-top {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.atomic-scene-left,
.atomic-scene-right {
  position: absolute;
  top: 18px;
  width: 360px;
  height: 230px;
  opacity: 0.55;
  filter: drop-shadow(0 0 18px rgba(0, 200, 255, 0.22));
}

.atomic-scene-left {
  left: 30px;
  background:
    radial-gradient(circle at 25% 25%, rgba(0, 200, 255, 0.45), transparent 8%),
    linear-gradient(transparent 38%, rgba(0, 0, 0, 0.65) 39%),
    linear-gradient(135deg, transparent 0 60%, rgba(0, 200, 255, 0.18) 61% 63%, transparent 64%),
    linear-gradient(180deg, rgba(0, 23, 45, 0.2), rgba(0, 0, 0, 0.7));
  clip-path: polygon(0 35%, 28% 12%, 42% 28%, 65% 18%, 100% 45%, 100% 100%, 0 100%);
}

.atomic-scene-right {
  right: 30px;
  background:
    radial-gradient(circle at 70% 5%, rgba(255, 84, 20, 0.95), transparent 8%),
    linear-gradient(90deg, transparent 70%, rgba(255, 84, 20, 0.35) 72%, transparent 75%),
    linear-gradient(transparent 40%, rgba(0, 0, 0, 0.68) 41%),
    linear-gradient(180deg, rgba(0, 23, 45, 0.2), rgba(0, 0, 0, 0.8));
  clip-path: polygon(0 50%, 30% 20%, 50% 42%, 70% 18%, 100% 35%, 100% 100%, 0 100%);
}

/* ======================================================
   HERO HEADER SECTION
   ====================================================== */

.atomic-hero-header {
  text-align: center;
  margin-bottom: 22px;
  position: relative;
}

.atomic-eyebrow {
  letter-spacing: 18px;
  text-transform: uppercase;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 6px;
}

.atomic-title {
  margin: 0;
  font-size: clamp(54px, 8vw, 150px);
  line-height: 0.88;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 900;
  color: #e9f4ff;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.35),
    0 0 42px rgba(0, 200, 255, 0.22);
}

.atomic-title .atomic-title-o {
  display: inline-flex;
  width: 0.86em;
  height: 0.86em;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(124, 231, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(0, 200, 255, 0.75);
  position: relative;
  margin: 0 -0.02em;
  transform: translateY(-0.08em);
  vertical-align: middle;
}

.atomic-title .atomic-title-o::before,
.atomic-title .atomic-title-o::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 32%;
  border: 2px solid rgba(124, 231, 255, 0.9);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
}

.atomic-title .atomic-title-o::before {
  transform: rotate(32deg);
}

.atomic-title .atomic-title-o::after {
  transform: rotate(-32deg);
}

.atomic-title .atomic-title-o span {
  width: 18%;
  height: 18%;
  background: var(--atomic-blue-soft);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--atomic-blue);
}

.atomic-subtitle {
  margin-top: 14px;
  font-size: clamp(22px, 3.2vw, 43px);
  letter-spacing: 14px;
  color: var(--atomic-blue);
  text-transform: uppercase;
  font-weight: 800;
}

.atomic-tagline {
  margin-top: 12px;
  font-size: clamp(15px, 1.4vw, 24px);
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #ffffff;
}

.atomic-tagline span {
  color: var(--atomic-blue);
}

/* ======================================================
   LIVE ATOMICBOT COUNTERS
   ====================================================== */

.atomic-live-stats {
  max-width: 940px;
  margin: 26px auto 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  z-index: 3;
}

.atomic-live-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 94px;
  padding: 20px 18px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(18, 32, 54, 0.96), rgba(8, 18, 34, 0.94));
  border: 1px solid rgba(0, 200, 255, 0.26);
  box-shadow:
    0 0 24px rgba(0, 200, 255, 0.14),
    inset 0 0 22px rgba(0, 200, 255, 0.04);
  text-align: center;
}

.atomic-live-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(0, 200, 255, 0.12) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: atomicStatSweep 5.8s ease-in-out infinite;
}

.atomic-live-stat-card:nth-child(2)::before {
  animation-delay: 0.7s;
}

.atomic-live-stat-card:nth-child(3)::before {
  animation-delay: 1.4s;
}

.atomic-live-stat-glow {
  position: absolute;
  left: 50%;
  top: -35px;
  width: 120px;
  height: 70px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 200, 255, 0.25), transparent 68%);
  pointer-events: none;
}

.atomic-live-stat-label {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.atomic-live-stat-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(0, 200, 255, 0.22);
}

/* ======================================================
   MAIN GRID LAYOUT
   ====================================================== */

.atomic-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1.12fr;
  gap: 22px;
  align-items: start;
}

/* ======================================================
   REUSABLE PANEL STYLES
   ====================================================== */

.atomic-panel {
  background: linear-gradient(180deg, rgba(4, 18, 37, 0.86), rgba(2, 8, 19, 0.86));
  border: 1px solid var(--atomic-border);
  box-shadow: var(--atomic-shadow), inset 0 0 45px rgba(0, 200, 255, 0.04);
  border-radius: var(--atomic-radius);
  position: relative;
  overflow: hidden;
}

.atomic-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(0, 200, 255, 0.18), transparent 26%),
    linear-gradient(315deg, rgba(0, 200, 255, 0.12), transparent 22%);
  opacity: 0.65;
}

.atomic-panel-content {
  position: relative;
  z-index: 2;
}

.atomic-panel-title {
  margin: 0;
  padding: 14px 24px 8px;
  color: var(--atomic-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}

.atomic-live-pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #53ff8f;
  box-shadow: 0 0 12px rgba(83, 255, 143, 0.9);
  animation: atomicPulseDot 1.2s ease-in-out infinite;
}

/* ======================================================
   LEFT FEATURE RAIL
   ====================================================== */

.atomic-feature-list {
  padding: 12px 22px 18px;
}

.atomic-feature-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 200, 255, 0.16);
}

.atomic-feature-item:last-child {
  border-bottom: 0;
}

.atomic-feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  border: 1px solid rgba(0, 200, 255, 0.18);
  background:
    radial-gradient(circle at center, rgba(0, 200, 255, 0.2), transparent 58%),
    rgba(2, 9, 20, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--atomic-blue-soft);
  text-shadow: 0 0 18px rgba(0, 200, 255, 0.8);
}

.atomic-feature-item h3 {
  margin: 0 0 5px;
  color: var(--atomic-blue);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 18px;
}

.atomic-feature-item p {
  margin: 0;
  color: var(--atomic-white);
  line-height: 1.35;
  font-size: 15px;
}

/* ======================================================
   CENTER HERO CONTROL SECTION
   ====================================================== */

.atomic-core {
  min-height: 575px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ======================================================
   ANIMATED ATOMIC CORE
   ====================================================== */

.atomic-orb-wrap {
  width: min(520px, 100%);
  aspect-ratio: 1 / 0.85;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  perspective: 900px;
}

.atomic-orb-rings {
  position: absolute;
  width: 92%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px dashed rgba(0, 200, 255, 0.28);
  box-shadow:
    0 0 80px rgba(0, 200, 255, 0.14),
    inset 0 0 70px rgba(0, 200, 255, 0.12);
  animation: atomicOuterSpin 34s linear infinite;
}

.atomic-orb-rings::before,
.atomic-orb-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 200, 255, 0.24);
}

.atomic-orb-rings::before {
  inset: 10%;
  animation: atomicOuterSpinReverse 28s linear infinite;
}

.atomic-orb-rings::after {
  inset: 22%;
  border-style: solid;
  opacity: 0.8;
  animation: atomicPulseRing 3.8s ease-in-out infinite;
}

.atomic-atom {
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: drop-shadow(0 0 32px rgba(0, 200, 255, 0.8));
  animation: atomicCoreFloat 5.5s ease-in-out infinite;
  transform-style: preserve-3d;
}

.atomic-atom::before {
  content: "";
  position: absolute;
  inset: 42%;
  border-radius: 50%;
  background: #dffaff;
  box-shadow:
    0 0 22px #fff,
    0 0 50px var(--atomic-blue),
    0 0 90px var(--atomic-blue);
  animation: atomicCorePulse 2.4s ease-in-out infinite;
  z-index: 5;
}

.atomic-electron-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 335px;
  height: 125px;
  border: 3px solid rgba(124, 231, 255, 0.9);
  border-radius: 50%;
  transform-origin: center;
  box-shadow:
    0 0 14px rgba(0, 200, 255, 0.35),
    inset 0 0 14px rgba(0, 200, 255, 0.16);
}

.atomic-electron-ring:nth-child(1) {
  transform: translate(-50%, -50%) rotate(0deg);
  animation: none;
}

.atomic-electron-ring:nth-child(2) {
  transform: translate(-50%, -50%) rotate(60deg);
  animation: none;
}

.atomic-electron-ring:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-60deg);
  animation: none;
}

.atomic-electron-ring::before,
.atomic-electron-ring::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--atomic-blue-soft);
  box-shadow:
    0 0 10px #ffffff,
    0 0 22px var(--atomic-blue),
    0 0 38px var(--atomic-blue);
  z-index: 4;
}

.atomic-electron-ring::before {
  animation: atomicElectronOrbitA 3.8s linear infinite;
}

.atomic-electron-ring::after {
  animation: atomicElectronOrbitB 3.8s linear infinite;
}

.atomic-electron-ring:nth-child(1)::before,
.atomic-electron-ring:nth-child(1)::after {
  animation-duration: 3.8s;
}

.atomic-electron-ring:nth-child(2)::before,
.atomic-electron-ring:nth-child(2)::after {
  animation-duration: 4.7s;
}

.atomic-electron-ring:nth-child(3)::before,
.atomic-electron-ring:nth-child(3)::after {
  animation-duration: 5.6s;
}

.atomic-chaos {
  margin: 0 0 14px;
  text-align: center;
  font-size: clamp(28px, 3vw, 45px);
  letter-spacing: 14px;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
}

.atomic-chaos span {
  color: var(--atomic-blue);
}

/* ======================================================
   CENTER MINI VALUE CARDS
   ====================================================== */

.atomic-mini-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0, 200, 255, 0.25);
  border-bottom: 1px solid rgba(0, 200, 255, 0.25);
  background: rgba(2, 8, 18, 0.55);
}

.atomic-mini-card {
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  border-right: 1px solid rgba(0, 200, 255, 0.2);
}

.atomic-mini-card:last-child {
  border-right: 0;
}

.atomic-mini-card-icon {
  color: var(--atomic-blue-soft);
  font-size: 34px;
  line-height: 1;
}

.atomic-mini-card h3 {
  margin: 0 0 4px;
  color: var(--atomic-blue);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.8px;
}

.atomic-mini-card p {
  margin: 0;
  color: var(--atomic-white);
  line-height: 1.32;
  font-size: 12px;
}

/* ======================================================
   WEB DASHBOARD MOCKUP
   ====================================================== */

.atomic-dashboard-panel {
  width: 225%;
  margin-top: 20px;
}

.atomic-dashboard-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--atomic-blue);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 14px 14px 6px;
}

.atomic-dashboard-window {
  margin: 12px 16px 16px;
  border: 1px solid rgba(0, 200, 255, 0.22);
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 200, 255, 0.12), transparent 42%),
    rgba(2, 8, 18, 0.9);
  box-shadow:
    0 0 28px rgba(0, 200, 255, 0.15),
    inset 0 0 28px rgba(0, 200, 255, 0.04);
}

.atomic-dashboard-browserbar {
  min-height: 42px;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 12px;
  background: rgba(1, 6, 15, 0.92);
  border-bottom: 1px solid rgba(0, 200, 255, 0.16);
}

.atomic-browser-dots {
  display: flex;
  gap: 7px;
}

.atomic-browser-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
}

.atomic-browser-dots span:nth-child(1) {
  background: var(--atomic-red);
}

.atomic-browser-dots span:nth-child(2) {
  background: var(--atomic-yellow);
}

.atomic-browser-dots span:nth-child(3) {
  background: var(--atomic-green);
}

.atomic-browser-url {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 200, 255, 0.08);
  border: 1px solid rgba(0, 200, 255, 0.12);
  color: rgba(245, 251, 255, 0.78);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atomic-browser-status {
  display: flex;
  align-items: center;
  color: var(--atomic-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.atomic-dashboard-mock {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 16px;
}

.atomic-dashboard-mock-pro {
  grid-template-columns: 158px 1fr;
  gap: 16px;
}

.atomic-sidebar {
  background: rgba(2, 8, 18, 0.75);
  border: 1px solid rgba(0, 200, 255, 0.16);
  border-radius: 12px;
  padding: 14px;
}

.atomic-sidebar-pro {
  min-height: 390px;
}

.atomic-sidebar-logo {
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 200, 255, 0.14);
}

.atomic-sidebar-logo .logo-symbol {
  font-size: 32px;
  color: var(--atomic-blue);
  text-shadow: 0 0 18px rgba(0, 200, 255, 0.8);
}

.atomic-sidebar-logo .logo-text {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.atomic-sidebar-logo small {
  display: block;
  margin-top: 3px;
  color: var(--atomic-muted);
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.atomic-sidebar-link {
  display: block;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: var(--atomic-muted);
  font-size: 12px;
  border-radius: 7px;
}

.atomic-sidebar-link.active {
  color: var(--atomic-blue);
  background: rgba(0, 200, 255, 0.12);
  box-shadow: inset 0 0 18px rgba(0, 200, 255, 0.08);
}

.atomic-dashboard-main {
  display: grid;
  gap: 12px;
}

.atomic-dashboard-main-pro {
  align-content: start;
}

.atomic-dashboard-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(7, 18, 36, 0.9);
  border: 1px solid rgba(0, 200, 255, 0.15);
}

.atomic-dashboard-topline small {
  display: block;
  color: var(--atomic-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.atomic-dashboard-topline strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 17px;
}

.atomic-dashboard-pill {
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.atomic-dashboard-pill.online {
  color: var(--atomic-green);
  background: rgba(83, 255, 143, 0.08);
  border: 1px solid rgba(83, 255, 143, 0.2);
}

.atomic-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.atomic-stat {
  background: rgba(7, 18, 36, 0.9);
  border: 1px solid rgba(0, 200, 255, 0.15);
  border-radius: 10px;
  padding: 12px;
}

.atomic-stat small {
  display: block;
  color: var(--atomic-muted);
  font-size: 11px;
}

.atomic-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 19px;
}

.atomic-stat span {
  display: block;
  margin-top: 5px;
  color: rgba(124, 231, 255, 0.78);
  font-size: 11px;
}

.atomic-dashboard-command-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.atomic-dashboard-command-row button {
  border: 1px solid rgba(0, 200, 255, 0.2);
  border-radius: 9px;
  padding: 9px 8px;
  background: rgba(0, 200, 255, 0.08);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: default;
  font-family: inherit;
  box-shadow: inset 0 0 16px rgba(0, 200, 255, 0.04);
}

.atomic-dashboard-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr;
  gap: 10px;
}

.atomic-dashboard-bottom-pro {
  grid-template-columns: 1.1fr 1fr 1fr;
}

.atomic-widget {
  background: rgba(7, 18, 36, 0.9);
  border: 1px solid rgba(0, 200, 255, 0.15);
  border-radius: 10px;
  padding: 12px;
  min-height: 120px;
}

.atomic-widget h4 {
  margin: 0 0 9px;
  font-size: 13px;
  color: #fff;
}

.atomic-widget-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--atomic-muted);
  font-size: 12px;
  padding: 4px 0;
}

.atomic-online {
  color: var(--atomic-green);
}

.atomic-alert-line {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 8px;
  font-size: 12px;
  color: var(--atomic-muted);
  padding: 4px 0;
}

.atomic-alert-line strong {
  color: #fff;
}

.atomic-map-widget {
  overflow: hidden;
}

.atomic-map-box {
  position: relative;
  min-height: 190px;
  border-radius: 10px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 200, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 200, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 60% 35%, rgba(0, 200, 255, 0.16), transparent 24%),
    radial-gradient(circle at 35% 70%, rgba(255, 139, 43, 0.16), transparent 26%),
    rgba(0, 0, 0, 0.24);
  background-size: 26px 26px, 26px 26px, auto, auto;
  border: 1px solid rgba(0, 200, 255, 0.12);
}

.map-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 16px currentColor;
}

.dot-blue {
  left: 30%;
  top: 35%;
  color: var(--atomic-blue);
  background: var(--atomic-blue);
}

.dot-red {
  right: 24%;
  top: 42%;
  color: var(--atomic-red);
  background: var(--atomic-red);
}

.dot-green {
  left: 48%;
  bottom: 27%;
  color: var(--atomic-green);
  background: var(--atomic-green);
}

.dot-yellow {
  right: 38%;
  bottom: 18%;
  color: var(--atomic-yellow);
  background: var(--atomic-yellow);
}

.map-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 200, 255, 0.26);
  box-shadow: 0 0 16px rgba(0, 200, 255, 0.12);
}

.ring-one {
  width: 72px;
  height: 72px;
  left: 21%;
  top: 22%;
}

.ring-two {
  width: 96px;
  height: 96px;
  right: 12%;
  top: 24%;
  border-color: rgba(255, 44, 44, 0.3);
  box-shadow: 0 0 18px rgba(255, 44, 44, 0.12);
}

.map-label {
  position: absolute;
  padding: 4px 7px;
  border-radius: 7px;
  background: rgba(2, 8, 18, 0.82);
  border: 1px solid rgba(0, 200, 255, 0.16);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.label-one {
  left: 12%;
  top: 58%;
}

.label-two {
  right: 10%;
  top: 62%;
}

.label-three {
  left: 44%;
  bottom: 8%;
}

.atomic-console-widget {
  background:
    linear-gradient(180deg, rgba(8, 18, 34, 0.96), rgba(0, 0, 0, 0.84));
}

.atomic-console-line {
  color: rgba(245, 251, 255, 0.9);
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  padding: 3px 0;
}

.atomic-console-line span {
  color: var(--atomic-blue);
}

.atomic-console-line.muted {
  color: rgba(183, 197, 216, 0.7);
}

.atomic-console-line.success {
  color: var(--atomic-green);
}

.atomic-console-input {
  margin-top: 10px;
  padding: 8px 9px;
  border-radius: 7px;
  background: rgba(0, 200, 255, 0.06);
  border: 1px solid rgba(0, 200, 255, 0.12);
  color: rgba(183, 197, 216, 0.7);
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
}

/* ======================================================
   RIGHT DISCORD ALERT EXAMPLES
   ====================================================== */

.atomic-alerts-panel {
  padding-bottom: 14px;
}

.atomic-discord-alert-list {
  padding: 8px 16px 16px;
  height: 492px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.atomic-discord-card {
  position: relative;
  height: 148px;
  min-height: 148px;
  max-height: 148px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 25, 43, 0.96), rgba(9, 16, 30, 0.96));
  border: 1px solid rgba(124, 231, 255, 0.16);
  border-radius: 8px;
  padding: 14px 16px 14px 22px;
  margin-bottom: 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.atomic-discord-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 6px;
  border-radius: 8px;
  background: var(--atomic-red);
}

.atomic-discord-card.yellow::before {
  background: var(--atomic-yellow);
}

.atomic-discord-card.green::before {
  background: var(--atomic-green);
}

.atomic-discord-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

.atomic-discord-title span {
  font-size: 21px;
}

.atomic-discord-card p {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.atomic-discord-meta {
  color: var(--atomic-muted);
  font-size: 12px;
  line-height: 1.35;
}

.atomic-discord-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 8px 0;
}

.atomic-discord-grid-item strong {
  display: block;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 2px;
}

.atomic-discord-grid-item span {
  display: block;
  color: var(--atomic-muted);
  font-size: 12px;
}

.atomic-discord-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}

.atomic-discord-card.atomic-alert-enter {
  animation: atomicAlertEnter 0.65s ease forwards;
}

.atomic-discord-card.atomic-alert-exit {
  animation: atomicAlertExit 0.35s ease forwards;
}

.atomic-discord-card.atomic-alert-fresh {
  box-shadow:
    0 0 22px rgba(0, 200, 255, 0.32),
    inset 0 0 24px rgba(0, 200, 255, 0.09);
  filter: brightness(1.16);
}

/* ======================================================
   BUILT FOR RUST CONSOLE PANEL
   ====================================================== */

.atomic-built-panel {
  margin-top: 16px;
}

.atomic-built-grid {
  padding: 14px 22px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}

.atomic-built-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
}

.atomic-built-icon {
  font-size: 30px;
  color: var(--atomic-blue-soft);
  text-shadow: 0 0 16px rgba(0, 200, 255, 0.65);
}

.atomic-built-item h3 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ======================================================
   BOTTOM CTA LINK BAR
   ====================================================== */

.atomic-cta-bar {
  margin: 26px auto 12px;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(2, 8, 18, 0.88);
  border: 1px solid var(--atomic-border);
  border-radius: 22px;
  box-shadow: 0 0 35px rgba(0, 200, 255, 0.22);
  overflow: hidden;
}

.atomic-cta-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 34px;
  min-height: 105px;
  text-decoration: none;
  color: #ffffff;
  border-right: 1px solid rgba(0, 200, 255, 0.34);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.atomic-cta-card:last-child {
  border-right: 0;
}

.atomic-cta-card:hover {
  background: rgba(0, 200, 255, 0.12);
  box-shadow: inset 0 0 35px rgba(0, 200, 255, 0.12);
}

.atomic-cta-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: rgba(0, 200, 255, 0.1);
  border: 1px solid rgba(0, 200, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
}

.atomic-cta-card h2 {
  margin: 0 0 4px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
}

.atomic-cta-card p {
  margin: 0;
  color: var(--atomic-blue);
  font-size: 17px;
  line-height: 1.3;
}

/* ======================================================
   FOOTER SLOGAN
   ====================================================== */

.atomic-lander-slogan {
  text-align: center;
  margin: 18px 0 8px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 12px;
  text-transform: uppercase;
  font-size: 15px;
}

.atomic-lander-slogan span {
  color: var(--atomic-blue);
}

/* ======================================================
   ANIMATIONS
   ====================================================== */

@keyframes atomicSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes atomicPulseDot {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes atomicStatSweep {
  0%, 55% {
    transform: translateX(-120%);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes atomicAlertEnter {
  0% {
    opacity: 0;
    transform: translateY(-18px) scale(0.96);
    filter: brightness(1.7);
  }

  55% {
    opacity: 1;
    transform: translateY(4px) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes atomicAlertExit {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
}

/* ======================================================
   ATOMIC CORE ANIMATIONS
   ====================================================== */

@keyframes atomicOuterSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes atomicOuterSpinReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes atomicPulseRing {
  0%, 100% {
    opacity: 0.45;
    transform: scale(1);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.045);
  }
}

@keyframes atomicCoreFloat {
  0%, 100% {
    transform: translateY(0) rotateZ(0deg);
  }

  50% {
    transform: translateY(-8px) rotateZ(2deg);
  }
}

@keyframes atomicCorePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 22px #fff,
      0 0 50px var(--atomic-blue),
      0 0 90px var(--atomic-blue);
  }

  50% {
    transform: scale(1.16);
    box-shadow:
      0 0 30px #fff,
      0 0 70px var(--atomic-blue),
      0 0 125px var(--atomic-blue);
  }
}

@keyframes atomicElectronPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.82;
  }

  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}

@keyframes atomicElectronOrbitA {
  0% {
    transform:
      translate(-50%, -50%)
      scaleY(0.37)
      rotate(0deg)
      translateX(167px)
      scaleY(2.7);
  }

  100% {
    transform:
      translate(-50%, -50%)
      scaleY(0.37)
      rotate(360deg)
      translateX(167px)
      scaleY(2.7);
  }
}

@keyframes atomicElectronOrbitB {
  0% {
    transform:
      translate(-50%, -50%)
      scaleY(0.37)
      rotate(180deg)
      translateX(167px)
      scaleY(2.7);
  }

  100% {
    transform:
      translate(-50%, -50%)
      scaleY(0.37)
      rotate(540deg)
      translateX(167px)
      scaleY(2.7);
  }
}

/* ======================================================
   RESPONSIVE DESIGN
   ====================================================== */

@media (max-width: 1350px) {
  .atomic-main-grid {
    grid-template-columns: 1fr;
  }

  .atomic-core {
    order: -1;
  }

  .atomic-alerts-panel,
  .atomic-built-panel,
  .atomic-feature-panel {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .atomic-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 22px;
  }

  .atomic-feature-item:nth-last-child(2) {
    border-bottom: 0;
  }

  .atomic-built-panel {
    margin-top: 22px;
  }
}

@media (max-width: 900px) {
  .atomic-lander-page {
    padding: 24px 14px 18px;
  }

  .atomic-live-stats {
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .atomic-live-stat-card {
    min-height: 82px;
    padding: 18px 14px;
  }

  .atomic-live-stat-card strong {
    font-size: 24px;
  }

  .atomic-eyebrow {
    letter-spacing: 8px;
    font-size: 12px;
  }

  .atomic-title {
    font-size: clamp(48px, 15vw, 100px);
    letter-spacing: 1px;
  }

  .atomic-subtitle {
    letter-spacing: 6px;
    font-size: 24px;
  }

  .atomic-tagline {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .atomic-feature-list {
    grid-template-columns: 1fr;
  }

  .atomic-feature-item:nth-last-child(2) {
    border-bottom: 1px solid rgba(0, 200, 255, 0.16);
  }

  .atomic-mini-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .atomic-mini-card:nth-child(2) {
    border-right: 0;
  }

  .atomic-dashboard-browserbar {
    grid-template-columns: 58px 1fr;
  }

  .atomic-browser-status {
    display: none;
  }

  .atomic-dashboard-mock,
  .atomic-dashboard-mock-pro {
    grid-template-columns: 1fr;
  }

  .atomic-stat-grid,
  .atomic-stat-grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }

  .atomic-dashboard-bottom,
  .atomic-dashboard-bottom-pro {
    grid-template-columns: 1fr;
  }

  .atomic-dashboard-command-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .atomic-sidebar-pro {
    min-height: auto;
  }

  .atomic-cta-bar {
    grid-template-columns: 1fr;
  }

  .atomic-cta-card {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 200, 255, 0.34);
  }

  .atomic-cta-card:last-child {
    border-bottom: 0;
  }

  .atomic-scene-left,
  .atomic-scene-right {
    opacity: 0.25;
    width: 220px;
  }
}

@media (max-width: 600px) {
  .atomic-orb-wrap {
    margin-top: 0;
  }

  .atomic-atom {
    width: 250px;
    height: 250px;
  }

  .atomic-electron-ring {
    width: 240px;
    height: 90px;
  }

  .atomic-chaos {
    letter-spacing: 6px;
    font-size: 25px;
  }

  .atomic-mini-cards {
    grid-template-columns: 1fr;
  }

  .atomic-mini-card {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 200, 255, 0.2);
  }

  .atomic-mini-card:last-child {
    border-bottom: 0;
  }

  .atomic-dashboard-window {
    margin: 10px;
  }

  .atomic-browser-url {
    font-size: 10px;
  }

  .atomic-stat-grid,
  .atomic-stat-grid-pro,
  .atomic-dashboard-command-row {
    grid-template-columns: 1fr;
  }

  .atomic-discord-alert-list {
    height: 552px;
  }

  .atomic-discord-card {
    height: 168px;
    min-height: 168px;
    max-height: 168px;
  }

  .atomic-discord-grid,
  .atomic-discord-two,
  .atomic-built-grid {
    grid-template-columns: 1fr;
  }

  .atomic-feature-item {
    grid-template-columns: 54px 1fr;
    gap: 13px;
  }

  .atomic-feature-icon {
    width: 54px;
    height: 54px;
    font-size: 28px;
  }

  .atomic-cta-card {
    grid-template-columns: 58px 1fr;
    padding: 18px;
  }

  .atomic-cta-icon {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }

  .atomic-lander-slogan {
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.8;
  }
}


.atomic-dashboard-iframe {
  width: 100%;
  min-height: 560px;
  border: 0;
  display: block;
  border-radius: 0 0 14px 14px;
  background: #020713;
}

/* ======================================================
   ATOMICBOT OFFICIAL DISCORD COMMUNITY WIDGET
   ====================================================== */

.atomic-discord-community {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 36px 0 52px;
    overflow: hidden;

    border: 1px solid rgba(0, 224, 255, 0.38);
    border-radius: 4px;

    background:
        linear-gradient(
            135deg,
            rgba(4, 25, 37, 0.98),
            rgba(1, 14, 24, 0.98)
        );

    box-shadow:
        0 0 0 1px rgba(0, 224, 255, 0.05) inset,
        0 0 30px rgba(0, 195, 255, 0.08),
        0 24px 60px rgba(0, 0, 0, 0.3);
}

.atomic-discord-community::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(0, 229, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 229, 255, 0.035) 1px,
            transparent 1px
        );

    background-size: 28px 28px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.95),
            rgba(0, 0, 0, 0.22)
        );
}

.atomic-discord-community::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 2px;

    background: #00e5ff;

    box-shadow:
        0 0 8px rgba(0, 229, 255, 0.85),
        0 0 18px rgba(0, 229, 255, 0.6);
}

.atomic-discord-community-glow {
    position: absolute;
    z-index: -1;
    top: -180px;
    right: -120px;

    width: 460px;
    height: 460px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 204, 255, 0.18) 0%,
            rgba(0, 173, 255, 0.07) 35%,
            transparent 70%
        );

    pointer-events: none;
}

.atomic-discord-community-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 22px 24px 19px;

    border-bottom: 1px solid rgba(0, 224, 255, 0.18);

    background:
        linear-gradient(
            90deg,
            rgba(0, 224, 255, 0.07),
            transparent 60%
        );
}

.atomic-discord-community-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}

.atomic-discord-community-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    border: 1px solid rgba(0, 224, 255, 0.42);
    border-radius: 4px;

    color: #00e5ff;

    background:
        linear-gradient(
            145deg,
            rgba(0, 229, 255, 0.13),
            rgba(0, 105, 140, 0.05)
        );

    box-shadow:
        0 0 20px rgba(0, 214, 255, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.atomic-discord-community-logo svg {
    display: block;
    width: 27px;
    height: 27px;
}

.atomic-discord-community-eyebrow {
    display: block;
    margin-bottom: 4px;

    color: #00e5ff;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.atomic-discord-community-heading h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(18px, 2vw, 25px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.055em;
    text-transform: uppercase;

    text-shadow:
        0 0 16px rgba(0, 229, 255, 0.13);
}

.atomic-discord-live-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;

    min-height: 30px;
    padding: 6px 11px;

    border: 1px solid rgba(63, 255, 162, 0.28);
    border-radius: 3px;

    color: #78ffc0;

    background: rgba(20, 122, 76, 0.1);

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.atomic-discord-live-dot {
    display: block;
    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: #3cff9d;

    box-shadow:
        0 0 0 4px rgba(60, 255, 157, 0.08),
        0 0 12px rgba(60, 255, 157, 0.85);

    animation: atomicDiscordPulse 2s ease-in-out infinite;
}

.atomic-discord-community-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 0;
}

.atomic-discord-community-main {
    min-width: 0;
    padding: 24px;
}

.atomic-discord-community-side {
    display: flex;
    flex-direction: column;
    gap: 16px;

    min-width: 0;
    padding: 24px;

    border-left: 1px solid rgba(0, 224, 255, 0.15);

    background:
        linear-gradient(
            180deg,
            rgba(0, 229, 255, 0.025),
            rgba(0, 0, 0, 0.09)
        );
}

.atomic-discord-server-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    margin-bottom: 16px;
}

.atomic-discord-field-label {
    display: block;
    margin-bottom: 5px;

    color: rgba(183, 224, 238, 0.58);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.atomic-discord-server-name {
    display: block;
    overflow: hidden;

    color: #ffffff;

    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.025em;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.atomic-discord-online-count {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;

    padding: 9px 12px;

    border: 1px solid rgba(60, 255, 157, 0.2);
    border-radius: 3px;

    background: rgba(28, 112, 72, 0.07);
}

.atomic-discord-online-icon {
    color: #3cff9d;

    font-size: 10px;

    text-shadow:
        0 0 10px rgba(60, 255, 157, 0.8);
}

.atomic-discord-online-count div {
    display: flex;
    flex-direction: column;
}

.atomic-discord-online-count strong {
    color: #ffffff;

    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.atomic-discord-online-count span:last-child {
    margin-top: 3px;

    color: rgba(186, 230, 217, 0.66);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.atomic-discord-community-description {
    max-width: 760px;
    margin: 0 0 23px;

    color: rgba(211, 233, 242, 0.75);

    font-size: 12px;
    line-height: 1.65;
}

.atomic-discord-members-section {
    padding-top: 19px;

    border-top: 1px solid rgba(0, 224, 255, 0.12);
}

.atomic-discord-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    margin-bottom: 14px;
}

.atomic-discord-section-heading > span {
    color: #00e5ff;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.atomic-discord-section-heading small {
    color: rgba(181, 220, 234, 0.46);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.atomic-discord-members {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.atomic-discord-member {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;

    padding: 8px;

    border: 1px solid rgba(0, 224, 255, 0.1);
    border-radius: 3px;

    background: rgba(0, 20, 31, 0.65);

    transition:
        border-color 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.atomic-discord-member:hover {
    border-color: rgba(0, 224, 255, 0.32);

    background: rgba(0, 52, 68, 0.5);

    transform: translateY(-1px);
}

.atomic-discord-member-avatar {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 auto;

    width: 29px;
    height: 29px;

    overflow: visible;

    border: 1px solid rgba(0, 224, 255, 0.3);
    border-radius: 50%;

    color: #00e5ff;
    background: rgba(0, 193, 224, 0.09);

    font-size: 11px;
    font-weight: 900;
}

.atomic-discord-member-avatar img {
    display: block;
    width: 100%;
    height: 100%;

    border-radius: inherit;
    object-fit: cover;
}

.atomic-discord-member-status {
    position: absolute;
    right: -1px;
    bottom: -1px;

    width: 8px;
    height: 8px;

    border: 2px solid #041722;
    border-radius: 50%;

    background: #3cff9d;

    box-shadow:
        0 0 8px rgba(60, 255, 157, 0.65);
}

.atomic-discord-member-name {
    display: block;
    min-width: 0;
    overflow: hidden;

    color: rgba(232, 247, 252, 0.84);

    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.atomic-discord-empty-members {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px;

    border: 1px dashed rgba(0, 224, 255, 0.2);
    border-radius: 3px;

    background: rgba(0, 224, 255, 0.025);
}

.atomic-discord-empty-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;

    width: 32px;
    height: 32px;

    border: 1px solid rgba(0, 224, 255, 0.25);
    border-radius: 50%;

    color: #00e5ff;
}

.atomic-discord-empty-members div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.atomic-discord-empty-members strong {
    color: #ffffff;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.atomic-discord-empty-members div span {
    color: rgba(200, 229, 239, 0.62);

    font-size: 9px;
    line-height: 1.4;
}

.atomic-discord-channel-panel {
    padding: 14px;

    border: 1px solid rgba(0, 224, 255, 0.13);
    border-radius: 3px;

    background: rgba(0, 19, 29, 0.55);
}

.atomic-discord-channel-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.atomic-discord-channel {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;

    padding: 8px 9px;

    border-left: 2px solid rgba(0, 224, 255, 0.35);

    background:
        linear-gradient(
            90deg,
            rgba(0, 224, 255, 0.07),
            transparent
        );
}

.atomic-discord-channel > span {
    flex: 0 0 auto;

    color: rgba(0, 229, 255, 0.68);

    font-size: 13px;
    font-weight: 900;
}

.atomic-discord-channel strong {
    display: block;
    min-width: 0;
    overflow: hidden;

    color: rgba(225, 243, 248, 0.78);

    font-size: 9px;
    font-weight: 800;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.atomic-discord-join-button {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;

    min-height: 62px;
    padding: 12px 13px;

    border: 1px solid rgba(0, 229, 255, 0.68);
    border-radius: 3px;

    color: #001219;
    text-decoration: none;

    background:
        linear-gradient(
            135deg,
            #00e5ff,
            #00b9e8
        );

    box-shadow:
        0 0 22px rgba(0, 213, 255, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease;
}

.atomic-discord-join-button:hover {
    color: #001219;

    box-shadow:
        0 0 30px rgba(0, 224, 255, 0.32),
        0 8px 22px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.25) inset;

    filter: brightness(1.07);
    transform: translateY(-2px);
}

.atomic-discord-button-icon {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    border-radius: 3px;

    color: #00dfff;
    background: #001922;
}

.atomic-discord-button-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.atomic-discord-join-button > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.atomic-discord-join-button strong {
    font-size: 10px;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.atomic-discord-join-button small {
    margin-top: 3px;

    color: rgba(0, 18, 25, 0.68);

    font-size: 7px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.atomic-discord-button-arrow {
    font-size: 17px;
    font-weight: 900;
}

.atomic-discord-api-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    color: rgba(181, 220, 232, 0.45);

    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
}

.atomic-discord-api-dot {
    display: block;
    width: 5px;
    height: 5px;

    border-radius: 50%;
}

.atomic-discord-api-dot.is-online {
    background: #3cff9d;

    box-shadow:
        0 0 7px rgba(60, 255, 157, 0.8);
}

.atomic-discord-api-dot.is-fallback {
    background: #ffb938;

    box-shadow:
        0 0 7px rgba(255, 185, 56, 0.7);
}

@keyframes atomicDiscordPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.65;
        transform: scale(0.82);
    }
}

/* ======================================================
   DISCORD WIDGET RESPONSIVE BREAKPOINTS
   ====================================================== */

@media (max-width: 1100px) {
    .atomic-discord-community-body {
        grid-template-columns: minmax(0, 1fr) 225px;
    }

    .atomic-discord-members {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .atomic-discord-community {
        margin-top: 28px;
        margin-bottom: 38px;
    }

    .atomic-discord-community-body {
        grid-template-columns: 1fr;
    }

    .atomic-discord-community-side {
        border-top: 1px solid rgba(0, 224, 255, 0.15);
        border-left: 0;
    }

    .atomic-discord-server-row {
        align-items: flex-start;
    }

    .atomic-discord-members {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .atomic-discord-community-header {
        align-items: flex-start;
        padding: 18px;
    }

    .atomic-discord-community-heading {
        align-items: flex-start;
    }

    .atomic-discord-community-logo {
        width: 42px;
        height: 42px;
    }

    .atomic-discord-community-heading h2 {
        font-size: 17px;
        line-height: 1.15;
    }

    .atomic-discord-community-main,
    .atomic-discord-community-side {
        padding: 18px;
    }

    .atomic-discord-server-row {
        flex-direction: column;
        gap: 14px;
    }

    .atomic-discord-online-count {
        width: 100%;
    }

    .atomic-discord-members {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 410px) {
    .atomic-discord-community-header {
        flex-direction: column;
    }

    .atomic-discord-live-status {
        margin-left: 57px;
    }

    .atomic-discord-members {
        grid-template-columns: 1fr;
    }
}