/* Orchestra Docs — Shared Stylesheet */
/* Mirrors the Orchestra app color palette */

:root {
  --background: 2, 6, 23;
  --surface: 24, 24, 27;
  --surface-highlight: 39, 39, 42;
  --primary: 99, 102, 241;
  --primary-hover: 79, 70, 229;
  --border: 30, 41, 59;
  --text: 255, 255, 255;
  --text-muted: 148, 163, 184;
  --accent-purple: 168, 85, 247;
  --accent-cyan: 34, 211, 238;
  --accent-yellow: 234, 179, 8;
  --accent-emerald: 16, 185, 129;
  --accent-red: 239, 68, 68;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background-color: rgb(var(--background));
  color: rgb(var(--text));
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Inter', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgb(var(--background)); }
::-webkit-scrollbar-thumb { background: rgb(var(--surface-highlight)); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgb(var(--border)); }

/* ── Typography ── */
h1, h2, h3, h4, h5, h6 { color: rgb(var(--text)); font-weight: 700; line-height: 1.25; }
h1 { font-size: 2.75rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.125rem; }
p { color: rgb(var(--text-muted)); margin-bottom: 1rem; }
a { color: rgb(var(--primary)); text-decoration: none; transition: color 0.2s; }
a:hover { color: rgb(var(--accent-cyan)); }
code {
  background: rgba(var(--surface-highlight), 0.8);
  border: 1px solid rgba(var(--border), 0.6);
  border-radius: 4px;
  font-family: 'Fira Code', 'Cascadia Code', ui-monospace, monospace;
  font-size: 0.875em;
  padding: 0.1em 0.45em;
}
pre {
  background: rgb(var(--surface));
  border: 1px solid rgba(var(--border), 1);
  border-radius: 10px;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
}
pre code {
  background: none;
  border: none;
  font-size: 0.875rem;
  padding: 0;
  color: rgb(var(--text));
}
ul, ol { color: rgb(var(--text-muted)); padding-left: 1.5rem; }
ul li, ol li { margin-bottom: 0.4rem; }
strong { color: rgb(var(--text)); }

/* ── Navbar ── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 60px;
  background: rgba(var(--background), 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(var(--border), 1);
  display: flex;
  align-items: center;
  padding: 0 2rem;
  gap: 2rem;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgb(var(--text));
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
  text-decoration: none;
}
.navbar-brand img { width: 28px; height: 28px; border-radius: 6px; }
.navbar-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  list-style: none;
}
.navbar-links a {
  color: rgb(var(--text-muted));
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.navbar-links a:hover,
.navbar-links a.active { background: rgba(var(--surface-highlight), 1); color: rgb(var(--text)); }
.navbar-links a.active { color: rgb(var(--primary)); }

.navbar-cta {
  margin-left: auto;
  background: rgb(var(--primary));
  color: #fff !important;
  padding: 0.45rem 1rem !important;
  border-radius: 20px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  transition: background 0.2s, transform 0.15s !important;
}
.navbar-cta:hover { background: rgb(var(--primary-hover)) !important; transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: rgb(var(--text-muted)); border-radius: 2px; }

/* ── Page Layout ── */
.page-wrapper { padding-top: 60px; }

/* ── Hero Section ── */
.hero {
  position: relative;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 4rem 1.5rem;
}
.hero-bg-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  opacity: 0.12;
}
.hero-bg-blob-1 {
  top: -10%; left: -10%;
  width: 50%; height: 50%;
  background: rgb(var(--accent-cyan));
}
.hero-bg-blob-2 {
  bottom: -10%; right: -10%;
  width: 40%; height: 40%;
  background: rgb(var(--accent-purple));
}
.hero-content { position: relative; z-index: 1; max-width: 860px; }
.hero-logo {
  width: 72px; height: 72px;
  border-radius: 18px;
  border: 1px solid rgba(var(--border), 1);
  box-shadow: 0 0 30px rgba(var(--primary), 0.25);
  margin: 0 auto 2rem;
  display: block;
  background: rgb(var(--surface));
  padding: 6px;
}
.hero-title {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.hero-title .word-design { color: rgb(var(--accent-purple)); }
.hero-title .word-build  { color: rgb(var(--accent-cyan)); }
.hero-title .word-test   { color: rgb(var(--accent-yellow)); }
.hero-title .word-deploy { color: rgb(var(--accent-emerald)); }
.hero-badge {
  display: inline-block;
  background: rgba(var(--primary), 0.15);
  border: 1px solid rgba(var(--primary), 0.35);
  color: rgb(var(--primary));
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}
.hero-subtitle {
  font-size: 1.2rem;
  color: rgb(var(--text-muted));
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.hero-cta-group { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
  background: rgb(var(--primary));
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.85rem 2rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover {
  background: rgb(var(--primary-hover));
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(var(--primary), 0.3);
  color: #fff;
}
.btn-secondary {
  background: rgba(var(--surface-highlight), 1);
  color: rgb(var(--text));
  border: 1px solid rgba(var(--border), 1);
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.85rem 2rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-secondary:hover { background: rgba(var(--border), 0.5); transform: translateY(-2px); color: rgb(var(--text)); }

/* ── Workflow Visualization (mirrors WelcomePage) ── */
.workflow-vis {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 640px;
  margin: 3rem auto 0;
}
.workflow-vis::before {
  content: '';
  position: absolute;
  left: 56px; right: 56px; top: 27px;
  height: 2px;
  background: rgba(var(--border), 1);
  z-index: 0;
}
.workflow-progress {
  position: absolute;
  left: 56px; top: 27px;
  height: 2px;
  background: linear-gradient(to right, rgb(var(--accent-purple)), rgb(var(--accent-cyan)), rgb(var(--accent-emerald)));
  box-shadow: 0 0 10px rgba(var(--accent-cyan), 0.5);
  z-index: 1;
  width: 0%;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.workflow-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  z-index: 2;
  width: 100px;
}
.workflow-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(var(--border), 1);
  background: rgb(var(--surface));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: border-color 0.3s, transform 0.3s;
}
.workflow-stage.active .workflow-icon {
  border-color: rgb(var(--accent-cyan));
  transform: scale(1.15);
  box-shadow: 0 0 16px rgba(var(--accent-cyan), 0.3);
}
.workflow-stage.done .workflow-icon { border-color: rgb(var(--accent-purple)); }
.workflow-label { font-size: 0.8rem; font-weight: 700; text-align: center; color: rgb(var(--text-muted)); }
.workflow-stage.active .workflow-label,
.workflow-stage.done .workflow-label { color: rgb(var(--text)); }

/* ── Section ── */
.section {
  padding: 5rem 1.5rem;
  max-width: 1140px;
  margin: 0 auto;
}
.section-sm { padding: 3rem 1.5rem; max-width: 1140px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-label {
  display: inline-block;
  color: rgb(var(--primary));
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.section-title { margin-bottom: 0.75rem; }
.section-subtitle { color: rgb(var(--text-muted)); font-size: 1.05rem; max-width: 640px; margin: 0 auto; }
.divider { border: none; border-top: 1px solid rgba(var(--border), 1); margin: 0; }

/* ── Cards ── */
.card {
  background: rgb(var(--surface));
  border: 1px solid rgba(var(--border), 1);
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.card:hover {
  border-color: rgba(var(--primary), 0.4);
  box-shadow: 0 4px 24px rgba(var(--primary), 0.08);
}
.card-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  display: block;
}
.card-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: rgb(var(--text)); }
.card-desc { font-size: 0.875rem; color: rgb(var(--text-muted)); margin: 0; }

/* ── Feature Grid ── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
.feature-grid-2 { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }

/* ── Table ── */
.table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid rgba(var(--border), 1); }
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
thead { background: rgba(var(--surface-highlight), 0.6); }
th { padding: 0.875rem 1.25rem; text-align: left; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgb(var(--text-muted)); border-bottom: 1px solid rgba(var(--border), 1); }
td { padding: 0.875rem 1.25rem; border-bottom: 1px solid rgba(var(--border), 0.4); color: rgb(var(--text-muted)); vertical-align: top; }
td strong { color: rgb(var(--text)); }
tr:last-child td { border-bottom: none; }
tr:hover td { background: rgba(var(--surface-highlight), 0.3); }

/* ── Steps ── */
.steps { display: flex; flex-direction: column; gap: 1.5rem; }
.step { display: flex; gap: 1.25rem; }
.step-number {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: rgba(var(--primary), 0.15);
  border: 1px solid rgba(var(--primary), 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgb(var(--primary));
}
.step-content { padding-top: 0.35rem; }
.step-title { font-weight: 700; color: rgb(var(--text)); margin-bottom: 0.35rem; }
.step-desc { font-size: 0.9rem; color: rgb(var(--text-muted)); margin: 0; }

/* ── Alert/Note ── */
.alert {
  border-radius: 10px;
  padding: 1rem 1.25rem;
  display: flex;
  gap: 0.75rem;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}
.alert-icon { flex-shrink: 0; font-size: 1.1rem; margin-top: 0.05rem; }
.alert-info { background: rgba(var(--primary), 0.1); border: 1px solid rgba(var(--primary), 0.25); }
.alert-info .alert-icon { color: rgb(var(--primary)); }
.alert-tip { background: rgba(var(--accent-emerald), 0.1); border: 1px solid rgba(var(--accent-emerald), 0.25); }
.alert-tip .alert-icon { color: rgb(var(--accent-emerald)); }
.alert-warn { background: rgba(var(--accent-yellow), 0.1); border: 1px solid rgba(var(--accent-yellow), 0.25); }
.alert-warn .alert-icon { color: rgb(var(--accent-yellow)); }
.alert p { margin: 0; color: rgb(var(--text-muted)); }
.alert strong { color: rgb(var(--text)); }

/* ── Badge ── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
}
.badge-purple { background: rgba(var(--accent-purple), 0.15); color: rgb(var(--accent-purple)); border: 1px solid rgba(var(--accent-purple), 0.3); }
.badge-cyan   { background: rgba(var(--accent-cyan), 0.12); color: rgb(var(--accent-cyan)); border: 1px solid rgba(var(--accent-cyan), 0.3); }
.badge-emerald{ background: rgba(var(--accent-emerald), 0.12); color: rgb(var(--accent-emerald)); border: 1px solid rgba(var(--accent-emerald), 0.3); }
.badge-yellow { background: rgba(var(--accent-yellow), 0.12); color: rgb(var(--accent-yellow)); border: 1px solid rgba(var(--accent-yellow), 0.3); }
.badge-indigo { background: rgba(var(--primary), 0.12); color: rgb(var(--primary)); border: 1px solid rgba(var(--primary), 0.3); }

/* ── Screenshot Frame ── */
.screenshot-frame {
  border: 1px solid rgba(var(--border), 1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  margin: 2rem 0;
}
.screenshot-frame img { display: block; width: 100%; height: auto; }
.screenshot-caption {
  background: rgb(var(--surface));
  padding: 0.75rem 1.25rem;
  font-size: 0.8rem;
  color: rgb(var(--text-muted));
  border-top: 1px solid rgba(var(--border), 1);
  text-align: center;
}

/* ── Two-col layout ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

/* ── Page content wrapper (for docs inner pages) ── */
.docs-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
  min-height: calc(100vh - 60px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.docs-sidebar {
  position: sticky;
  top: 60px;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 2rem 1rem 2rem 0;
  border-right: 1px solid rgba(var(--border), 1);
}
.docs-sidebar h5 {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(var(--text-muted));
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
}
.docs-sidebar h5:first-child { margin-top: 0; }
.docs-sidebar ul { list-style: none; padding: 0; }
.docs-sidebar ul li a {
  display: block;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  color: rgb(var(--text-muted));
  transition: background 0.15s, color 0.15s;
}
.docs-sidebar ul li a:hover { background: rgba(var(--surface-highlight), 1); color: rgb(var(--text)); }
.docs-sidebar ul li a.active { background: rgba(var(--primary), 0.12); color: rgb(var(--primary)); font-weight: 600; }
.docs-content { padding: 2.5rem 0 3rem 2.5rem; }
.docs-content h1 { font-size: 2.25rem; margin-bottom: 0.5rem; }
.docs-content .page-desc { font-size: 1.1rem; color: rgb(var(--text-muted)); margin-bottom: 2.5rem; border-bottom: 1px solid rgba(var(--border), 1); padding-bottom: 1.5rem; }

/* ── Architecture Diagram ── */
.arch-diagram {
  background: rgb(var(--surface));
  border: 1px solid rgba(var(--border), 1);
  border-radius: 12px;
  padding: 2rem;
  font-family: 'Fira Code', ui-monospace, monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgb(var(--text-muted));
  overflow-x: auto;
  white-space: pre;
}

/* ── Footer ── */
footer {
  border-top: 1px solid rgba(var(--border), 1);
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: rgb(var(--text-muted));
  font-size: 0.85rem;
}
footer a { color: rgb(var(--text-muted)); }
footer a:hover { color: rgb(var(--text)); }

/* ── Responsive ── */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .two-col { grid-template-columns: 1fr; }
  .two-col.reverse { direction: ltr; }
  .docs-layout { grid-template-columns: 1fr; }
  .docs-sidebar { display: none; }
  .docs-content { padding: 1.5rem 0; }
  .navbar-links { display: none; }
  .hamburger { display: flex; }
  .navbar-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: rgb(var(--surface));
    border-bottom: 1px solid rgba(var(--border), 1);
    padding: 1rem;
    gap: 0.25rem;
  }
  .workflow-vis { display: none; }
  .hero-title { font-size: 2.75rem; }
}

/* ── Animations ── */
@keyframes fade-in-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up { animation: fade-in-up 0.6s ease forwards; }
.delay-100 { animation-delay: 0.1s; opacity: 0; }
.delay-200 { animation-delay: 0.2s; opacity: 0; }
.delay-300 { animation-delay: 0.3s; opacity: 0; }
.delay-400 { animation-delay: 0.4s; opacity: 0; }

/* ── Word carousel ── */
.word-carousel {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  height: 1.1em;
}
.word-carousel span {
  display: block;
  animation: scroll-words 10s infinite;
}
@keyframes scroll-words {
  0%, 20%  { transform: translateY(0); }
  25%, 45% { transform: translateY(-100%); }
  50%, 70% { transform: translateY(-200%); }
  75%, 95% { transform: translateY(-300%); }
  100%     { transform: translateY(0); }
}

/* ── Gradient text ── */
.gradient-text {
  background: linear-gradient(135deg, rgb(var(--accent-purple)), rgb(var(--accent-cyan)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Mock UI — inline page demonstrations replacing static screenshots ── */
.mock-ui { background: rgb(2, 6, 23); padding: 1.25rem; color: rgb(var(--text)); font-size: 0.8rem; line-height: 1.5; }
.mu-h1 { font-size: 1.05rem; font-weight: 900; color: #fff; margin-bottom: 0; }
.mu-h2 { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgb(var(--text-muted)); margin: 0.875rem 0 0.5rem; }
.mu-card { background: rgb(24,24,27); border: 1px solid rgba(30,41,59,1); border-radius: 8px; padding: 0.875rem 1rem; }
.mu-grid { display: grid; gap: 0.625rem; }
.mu-grid-4 { grid-template-columns: repeat(4, 1fr); }
.mu-grid-3 { grid-template-columns: repeat(3, 1fr); }
.mu-grid-2 { grid-template-columns: repeat(2, 1fr); }
.mu-stat { padding: 0.65rem 0.75rem; background: rgb(24,24,27); border: 1px solid rgba(30,41,59,1); border-radius: 7px; }
.mu-stat-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgb(148,163,184); margin-bottom: 0.2rem; }
.mu-stat-value { font-size: 1.35rem; font-weight: 900; color: #fff; line-height: 1; }
.mu-stat-sub { font-size: 0.65rem; color: rgb(148,163,184); margin-top: 0.15rem; }
.mu-row { display: flex; align-items: center; gap: 0.625rem; padding: 0.5rem 0.75rem; border-bottom: 1px solid rgba(30,41,59,0.5); color: rgb(148,163,184); }
.mu-row:last-child { border-bottom: none; }
.mu-name { font-weight: 600; color: #fff; font-size: 0.8rem; }
.mu-muted { color: rgb(148,163,184); font-size: 0.73rem; }
.mu-tag { display: inline-flex; align-items: center; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.14rem 0.42rem; border-radius: 3px; white-space: nowrap; }
.mu-tag-green  { background: rgba(16,185,129,0.12); color: rgb(16,185,129);  border: 1px solid rgba(16,185,129,0.25); }
.mu-tag-yellow { background: rgba(234,179,8,0.12);  color: rgb(234,179,8);   border: 1px solid rgba(234,179,8,0.25); }
.mu-tag-red    { background: rgba(239,68,68,0.12);  color: rgb(239,68,68);   border: 1px solid rgba(239,68,68,0.25); }
.mu-tag-blue   { background: rgba(99,102,241,0.12); color: rgb(99,102,241);  border: 1px solid rgba(99,102,241,0.25); }
.mu-tag-cyan   { background: rgba(34,211,238,0.12); color: rgb(34,211,238);  border: 1px solid rgba(34,211,238,0.25); }
.mu-tag-purple { background: rgba(168,85,247,0.12); color: rgb(168,85,247);  border: 1px solid rgba(168,85,247,0.25); }
.mu-tag-gray   { background: rgba(148,163,184,0.1); color: rgb(148,163,184); border: 1px solid rgba(148,163,184,0.2); }
.mu-tag-orange { background: rgba(249,115,22,0.12); color: rgb(249,115,22);  border: 1px solid rgba(249,115,22,0.25); }
.mu-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; flex-shrink: 0; margin-right: 2px; }
.mu-dot-green  { background: rgb(16,185,129);  box-shadow: 0 0 5px rgba(16,185,129,0.5); }
.mu-dot-gray   { background: rgb(100,116,139); }
.mu-dot-yellow { background: rgb(234,179,8);   box-shadow: 0 0 5px rgba(234,179,8,0.4); }
.mu-dot-red    { background: rgb(239,68,68); }
.mu-divider    { border: none; border-top: 1px solid rgba(30,41,59,0.8); margin: 0.75rem 0; }
@media (max-width: 600px) { .mu-grid-4 { grid-template-columns: repeat(2, 1fr); } .mu-grid-3 { grid-template-columns: repeat(2, 1fr); } }
