:root {
  --fs-bg: #060911;
  --fs-bg-2: #0a0e18;
  --fs-surface: #0d1320;
  --fs-surface2: #141b2c;
  --fs-surface3: #1b2438;
  --fs-border: rgba(255,255,255,.08);
  --fs-text: #eef2fa;
  --fs-muted: #6b7890;
  --fs-accent: #00d4ff;
  --fs-accent-2: #ff8c3d;
  --fs-accent-rgb: 0,212,255;
  --fs-accent2-rgb: 255,140,61;
  --sidebar-w: 248px;
  --topbar-h: 56px;
  --font-display: 'Space Grotesk', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Source Code Pro', monospace;
  color-scheme: dark;
}
/* ── Light theme ── */
[data-theme="light"] {
  --fs-bg: #f1f5f9;
  --fs-bg-2: #e7edf5;
  --fs-surface: #ffffff;
  --fs-surface2: #f8fafc;
  --fs-surface3: #f1f5f9;
  --fs-border: rgba(0,0,0,.1);
  --fs-text: #1e293b;
  --fs-muted: #64748b;
  --fs-accent: #0891b2;
  --fs-accent-2: #ea580c;
  color-scheme: light;
}
[data-theme="light"] body { background: var(--fs-bg); color: var(--fs-text); }
[data-theme="light"] .card { background: var(--fs-surface); border-color: var(--fs-border); }
[data-theme="light"] .sidebar { background: var(--fs-surface) !important; border-right-color: var(--fs-border) !important; }
[data-theme="light"] .sidebar-brand, [data-theme="light"] .nav-item, [data-theme="light"] .nav-section-label { color: var(--fs-text); }
[data-theme="light"] .nav-item:hover, [data-theme="light"] .nav-item.active { background: rgba(var(--fs-accent-rgb),.1) !important; }
[data-theme="light"] .topbar { background: var(--fs-surface) !important; border-bottom-color: var(--fs-border) !important; }
[data-theme="light"] .table { color: var(--fs-text); }
[data-theme="light"] .table-hover > tbody > tr:hover { background: rgba(0,0,0,.03); }
[data-theme="light"] .form-control, [data-theme="light"] .form-select {
  background: var(--fs-surface); color: var(--fs-text); border-color: var(--fs-border);
}
[data-theme="light"] .form-control:focus, [data-theme="light"] .form-select:focus {
  background: var(--fs-surface); color: var(--fs-text);
}
[data-theme="light"] .modal-content { background: var(--fs-surface); color: var(--fs-text); }
[data-theme="light"] .modal-header, [data-theme="light"] .modal-footer { border-color: var(--fs-border); }
[data-theme="light"] .text-muted { color: var(--fs-muted) !important; }
[data-theme="light"] pre, [data-theme="light"] code { background: var(--fs-surface2) !important; color: var(--fs-text); }
[data-theme="light"] .screen-card, [data-theme="light"] .media-card { background: var(--fs-surface); }
[data-theme="light"] .slide-thumb { background: var(--fs-surface2); }
[data-theme="light"] .editor-body, [data-theme="light"] .editor-slides,
[data-theme="light"] .editor-form-wrap, [data-theme="light"] .editor-preview-toolbar { background: var(--fs-surface) !important; }
[data-theme="light"] .overlay-block { background: var(--fs-surface2); }
[data-theme="light"] .badge.bg-secondary { background: #94a3b8 !important; }
[data-theme="light"] .btn-outline-secondary { color: var(--fs-text); border-color: var(--fs-border); }
[data-theme="light"] input[type="color"].form-control { border-color: var(--fs-border); }
[data-theme="light"] .dropdown-menu { background: var(--fs-surface); border-color: var(--fs-border); }
[data-theme="light"] .list-group-item { background: var(--fs-surface); color: var(--fs-text); border-color: var(--fs-border); }
/* Smooth transitions when switching */
body, .card, .sidebar, .topbar, .modal-content, .form-control, .form-select, .nav-item, .screen-card, .media-card, .slide-thumb {
  transition: background-color .2s ease, border-color .2s ease, color .15s ease;
}
[data-bs-theme="dark"] {
  --bs-body-bg: var(--fs-bg);
  --bs-body-color: var(--fs-text);
  --bs-card-bg: var(--fs-surface);
  --bs-border-color: var(--fs-border);
}
body {
  background: var(--fs-bg);
  font-family: var(--font-body);
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .topbar-title, .stat-value, .login-logo h2 {
  font-family: var(--font-display);
  letter-spacing: -.02em;
}
.card {
  background: var(--fs-surface);
  border: 1px solid var(--fs-border);
  border-radius: 12px;
}
.card-header {
  background: transparent;
  border-bottom: 1px solid var(--fs-border);
  padding: 14px 18px;
}
.btn { font-size: 13px; }
.btn-sm { font-size: 12px; }
.btn-primary {
  background: var(--fs-accent); border-color: var(--fs-accent); color: #00131a; font-weight: 600;
}
.btn-primary:hover { background: #29ddff; border-color: #29ddff; color: #00131a; }
.btn-outline-primary { color: var(--fs-accent); border-color: var(--fs-accent); }
.btn-outline-primary:hover { background: var(--fs-accent); color: #00131a; }
a { color: var(--fs-accent); }
.text-primary { color: var(--fs-accent) !important; }
.bg-primary { background: var(--fs-accent) !important; color: #00131a; }
.form-control:focus, .form-select:focus {
  border-color: var(--fs-accent); box-shadow: 0 0 0 3px rgba(var(--fs-accent-rgb),.15);
}
::selection { background: rgba(var(--fs-accent-rgb),.3); }

/* ── Login (signature: broadcast signal scan) ───────────────────────── */
.login-wrap {
  position: fixed; inset: 0;
  background: radial-gradient(ellipse 1200px 800px at 50% -10%, rgba(var(--fs-accent-rgb),.12) 0%, transparent 60%), var(--fs-bg);
  display: flex; align-items: center; justify-content: center;
  z-index: 1000; overflow: hidden;
}
/* pixel-grid texture — nods to the LED matrix the product itself emits */
.login-wrap::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(var(--fs-accent-rgb),.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--fs-accent-rgb),.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 0%, transparent 75%);
  pointer-events: none;
}
/* signal scanline sweeping top to bottom, like a CRT/oscilloscope refresh */
.login-wrap::after {
  content: '';
  position: absolute; left: 0; right: 0; height: 140px;
  background: linear-gradient(to bottom, transparent, rgba(var(--fs-accent-rgb),.07), transparent);
  animation: signalScan 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes signalScan {
  0%   { top: -140px; opacity: 0; }
  8%   { opacity: 1; }
  50%  { top: 100%; opacity: 1; }
  58%  { opacity: 0; }
  100% { top: 100%; opacity: 0; }
}
.login-box {
  background: rgba(13,19,32,.78);
  backdrop-filter: blur(20px);
  border: 1px solid var(--fs-border);
  border-radius: 18px;
  padding: 36px;
  width: 380px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(var(--fs-accent-rgb),.06), 0 0 60px -20px rgba(var(--fs-accent-rgb),.25);
  position: relative; z-index: 1;
  animation: loginRise .5s cubic-bezier(.16,1,.3,1);
}
@keyframes loginRise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.login-logo { text-align: center; margin-bottom: 26px; }
.login-logo-icon {
  width: 60px; height: 60px; margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--fs-accent), #0090b3);
  border-radius: 15px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: #00131a;
  box-shadow: 0 0 0 1px rgba(var(--fs-accent-rgb),.3), 0 8px 24px -6px rgba(var(--fs-accent-rgb),.5);
  position: relative;
}
.login-logo-icon::after {
  content: ''; position: absolute; inset: -1px; border-radius: 16px;
  border: 1px solid rgba(var(--fs-accent-rgb),.4);
  animation: pulseRing 2.4s ease-out infinite;
}
@keyframes pulseRing {
  0%   { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}
.login-logo h2 { margin: 0; font-weight: 700; letter-spacing: -.5px; font-size: 22px; }
.login-wrap .form-control {
  background: rgba(255,255,255,.03); border-color: var(--fs-border);
}
.login-wrap .form-control:focus { background: rgba(255,255,255,.05); }
.login-wrap .btn-primary {
  padding: 10px; font-weight: 600; letter-spacing: .2px;
  box-shadow: 0 8px 24px -6px rgba(var(--fs-accent-rgb),.5);
}

/* ── Layout ─────────────────────────────────────────── */
.sidebar {
  position: fixed; top: 0; left: 0; bottom: 0;
  width: var(--sidebar-w);
  background: var(--fs-surface);
  border-right: 1px solid var(--fs-border);
  display: flex; flex-direction: column;
  z-index: 100;
}
.sidebar-brand {
  padding: 18px 20px;
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700; letter-spacing: -.3px;
  color: var(--fs-text);
  border-bottom: 1px solid var(--fs-border);
}
.sidebar-brand i { color: var(--fs-accent); }
.sidebar-nav { flex: 1; padding: 12px 8px; overflow-y: auto; }
.nav-section-label {
  font-size: 10px; font-weight: 600; letter-spacing: 1px;
  color: var(--fs-muted); text-transform: uppercase;
  padding: 14px 12px 6px;
}
.nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 8px;
  color: var(--fs-muted); font-size: 13px;
  cursor: pointer; transition: all .15s; text-decoration: none;
  position: relative;
}
.nav-item:hover { background: var(--fs-surface2); color: var(--fs-text); }
.nav-item.active {
  background: rgba(var(--fs-accent-rgb),.1); color: var(--fs-accent);
}
.nav-item.active::before {
  content: ''; position: absolute; left: -8px; top: 50%; transform: translateY(-50%);
  width: 3px; height: 16px; background: var(--fs-accent); border-radius: 0 3px 3px 0;
  box-shadow: 0 0 8px rgba(var(--fs-accent-rgb),.6);
}
.nav-item i { width: 18px; font-size: 15px; }
.sidebar-footer { padding: 12px; border-top: 1px solid var(--fs-border); }
.user-card {
  display: flex; align-items: center; gap: 10px;
  background: var(--fs-surface2); border-radius: 10px; padding: 10px;
}
.user-avatar { font-size: 28px; color: var(--fs-accent); line-height: 1; }
.axeo-footer {
  text-align: center; font-size: 11px; color: var(--fs-muted);
  margin-top: 10px; padding-top: 8px; border-top: 1px solid var(--fs-border);
  letter-spacing: .3px;
}
.axeo-footer a { color: var(--fs-accent); text-decoration: none; font-weight: 500; }
.axeo-footer a:hover { text-decoration: underline; }

.topbar {
  position: fixed; top: 0; left: var(--sidebar-w); right: 0;
  height: var(--topbar-h);
  background: var(--fs-surface);
  border-bottom: 1px solid var(--fs-border);
  display: flex; align-items: center; padding: 0 24px; z-index: 50;
}
.topbar-title { font-size: 15px; font-weight: 600; }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
#topbar-time { font-family: var(--font-mono); }

.content {
  margin-left: var(--sidebar-w);
  padding: calc(var(--topbar-h) + 20px) 24px 24px;
}

/* "On air" live indicator — replaces generic bootstrap-success badge feel */
#online-badge {
  background: rgba(16,224,112,.12) !important; color: #10e070 !important;
  border: 1px solid rgba(16,224,112,.3); font-weight: 600; letter-spacing: .2px;
}
#online-badge i { animation: livePulse 1.6s ease-in-out infinite; }
@keyframes livePulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
#online-count { font-family: var(--font-mono); }

/* ── Stat cards ─────────────────────────────────────── */
.stat-card {
  background: var(--fs-surface); border: 1px solid var(--fs-border);
  border-radius: 12px; padding: 18px;
  display: flex; align-items: center; gap: 14px;
  transition: border-color .2s, transform .2s;
}
.stat-card:hover { border-color: rgba(var(--fs-accent-rgb),.25); transform: translateY(-1px); }
.stat-icon {
  width: 48px; height: 48px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.stat-value { font-size: 24px; font-weight: 700; line-height: 1; font-family: var(--font-mono); }
.stat-label { font-size: 12px; color: var(--fs-muted); margin-top: 4px; }

/* ── Media grid ─────────────────────────────────────── */
.media-card {
  background: var(--fs-surface); border: 1px solid var(--fs-border);
  border-radius: 10px; overflow: hidden; transition: all .15s;
  cursor: pointer; position: relative;
}
.media-card:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.18); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.media-thumb {
  height: 130px; background: var(--fs-bg);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.media-thumb img { width: 100%; height: 100%; object-fit: cover; }
.media-thumb-icon { font-size: 36px; color: var(--fs-muted); }
.media-info { padding: 8px 10px; }
.media-name {
  font-size: 12px; font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 4px;
}
.media-meta { font-size: 11px; color: var(--fs-muted); display: flex; justify-content: space-between; align-items: center; }
.media-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0); opacity: 0;
  transition: all .15s;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.media-card:hover .media-overlay { background: rgba(0,0,0,.6); opacity: 1; }

/* ── Dropzone ───────────────────────────────────────── */
.dropzone {
  border: 2px dashed var(--fs-border);
  border-radius: 12px; padding: 32px;
  text-align: center; color: var(--fs-muted);
  cursor: pointer; transition: all .15s;
}
.dropzone:hover, .dropzone.drag-over {
  border-color: var(--fs-accent); color: var(--fs-accent);
  background: rgba(var(--fs-accent-rgb),.04);
}

/* ── Lightbox ───────────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.92);
  z-index: 1080; display: none; align-items: center; justify-content: center;
  flex-direction: column;
}
.lightbox.open { display: flex; }
.lightbox-close {
  position: absolute; top: 20px; right: 24px;
  font-size: 24px; color: rgba(255,255,255,.7);
  cursor: pointer; line-height: 1;
}
.lightbox-content { max-width: 90vw; max-height: 80vh; }
.lightbox-content img, .lightbox-content video { max-width: 90vw; max-height: 80vh; border-radius: 8px; }
.lightbox-name { color: rgba(255,255,255,.5); font-size: 13px; margin-top: 12px; }

/* ── Playlist list ──────────────────────────────────── */
.playlist-row {
  background: var(--fs-surface); border: 1px solid var(--fs-border);
  border-radius: 10px; padding: 14px 16px;
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 8px; transition: all .15s;
}
.playlist-row:hover { border-color: rgba(255,255,255,.15); }
.playlist-icon {
  width: 44px; height: 44px; background: var(--fs-surface2);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--fs-accent);
}

/* ── Editor (form-based, no canvas) ─────────────────── */
.editor-fullscreen { padding: 0 !important; margin: 0 !important; }
.editor-topbar {
  height: 52px; padding: 0 18px;
  background: var(--fs-surface); border-bottom: 1px solid var(--fs-border);
  display: flex; align-items: center;
}
.editor-name-input { max-width: 320px; }
.editor-body {
  display: grid;
  grid-template-columns: 220px 1fr 360px;
  height: calc(100vh - 52px - var(--topbar-h));
}
.editor-slides {
  background: var(--fs-surface); border-right: 1px solid var(--fs-border);
  display: flex; flex-direction: column; overflow: hidden;
}
.editor-slides-header {
  padding: 10px 12px; border-bottom: 1px solid var(--fs-border);
  display: flex; align-items: center; justify-content: space-between;
}
.slides-list { flex: 1; overflow-y: auto; padding: 8px; }
.slide-thumb {
  background: var(--fs-surface2); border: 2px solid transparent;
  border-radius: 8px; overflow: hidden; margin-bottom: 8px;
  cursor: pointer; transition: all .15s; position: relative;
}
.slide-thumb:hover { border-color: var(--fs-border); }
.slide-thumb.active { border-color: var(--fs-accent); }
.slide-thumb-num {
  position: absolute; top: 4px; left: 4px;
  background: rgba(0,0,0,.6); color: white;
  font-size: 10px; padding: 1px 6px; border-radius: 4px;
  font-weight: 600; z-index: 2;
}
.slide-thumb-preview {
  width: 100%; aspect-ratio: 16/9;
  background: #000; display: flex; align-items: center; justify-content: center;
  color: var(--fs-muted); font-size: 11px;
  position: relative;
}
.slide-thumb-info {
  padding: 6px 8px; font-size: 11px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 6px;
}
.slide-thumb-actions {
  position: absolute; top: 4px; right: 4px;
  display: none; gap: 2px; z-index: 2;
}
.slide-thumb:hover .slide-thumb-actions { display: flex; }
.slide-thumb-actions button {
  background: rgba(0,0,0,.7); border: none; color: white;
  width: 22px; height: 22px; border-radius: 4px;
  font-size: 11px; cursor: pointer;
}
.slide-thumb-actions button:hover { background: var(--fs-accent); }

/* Center preview area */
.editor-preview-wrap {
  background: #0a0c10; display: flex; flex-direction: column; overflow: hidden;
}
.editor-preview-toolbar {
  padding: 8px 14px;
  background: var(--fs-surface); border-bottom: 1px solid var(--fs-border);
  display: flex; align-items: center;
}
.editor-preview-stage {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 20px; overflow: hidden;
  background: repeating-linear-gradient(45deg, #0a0c10, #0a0c10 10px, #0d0f15 10px, #0d0f15 20px);
}
.slide-preview-frame {
  position: relative;
  border: 1px solid var(--fs-border);
  box-shadow: 0 4px 30px rgba(0,0,0,.5);
  overflow: hidden;
}

/* Right form panel */
.editor-form-wrap {
  background: var(--fs-surface); border-left: 1px solid var(--fs-border);
  overflow-y: auto;
}
.overlay-block {
  background: var(--fs-surface2);
  border-radius: 8px;
  padding: 10px 12px;
}
.overlay-block .form-control,
.overlay-block .form-select {
  background-color: var(--fs-surface);
}

/* ── Screen cards ───────────────────────────────────── */
.screen-card {
  background: var(--fs-surface); border: 1px solid var(--fs-border);
  border-radius: 12px; overflow: hidden; transition: all .15s;
}
.screen-preview {
  background: #000; aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.screen-preview img { width: 100%; height: 100%; object-fit: cover; }
.screen-status-dot {
  width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 5px;
}
.screen-status-dot.online {
  background: #10e070; box-shadow: 0 0 8px #10e070;
  animation: livePulse 1.8s ease-in-out infinite;
}
.screen-status-dot.offline { background: var(--fs-accent-2); opacity: .55; }

/* ── Schedule timeline ──────────────────────────────── */
.timeline-24h {
  height: 36px; background: var(--fs-surface2);
  border-radius: 6px; position: relative; overflow: hidden; margin-bottom: 4px;
}
.timeline-block {
  position: absolute; top: 0; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: white; padding: 0 4px;
  white-space: nowrap; overflow: hidden;
}

/* ── Stream ─────────────────────────────────────────── */
.stream-card {
  background: var(--fs-surface); border: 1px solid var(--fs-border);
  border-radius: 12px; padding: 16px;
  margin-bottom: 12px;
}
.stream-status-dot {
  width: 10px; height: 10px; border-radius: 50%; display: inline-block;
}
.stream-status-dot.running { background: #22c55e; box-shadow: 0 0 10px #22c55e; animation: pulse-glow 2s infinite; }
.stream-status-dot.stopped { background: #6b7280; }
.stream-status-dot.error { background: #ef4444; }
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 8px #22c55e; }
  50% { box-shadow: 0 0 14px #22c55e; }
}
.url-box {
  background: var(--fs-bg); border: 1px solid var(--fs-border);
  border-radius: 6px; padding: 6px 10px;
  font-family: 'SF Mono', Monaco, monospace; font-size: 11px;
  color: var(--fs-accent); word-break: break-all;
  flex: 1;
}

/* ── Misc ───────────────────────────────────────────── */
.text-muted { color: var(--fs-muted) !important; }
.form-control, .form-select {
  background-color: var(--fs-surface2); border-color: var(--fs-border); color: var(--fs-text);
}
.form-control:focus, .form-select:focus {
  background-color: var(--fs-surface2); border-color: var(--fs-accent); color: var(--fs-text);
  box-shadow: 0 0 0 .2rem rgba(var(--fs-accent-rgb),.15);
}
.modal-content {
  background: var(--fs-surface); border: 1px solid var(--fs-border);
}
.modal-header, .modal-footer { border-color: var(--fs-border); }
.table {
  --bs-table-bg: var(--fs-surface);
  --bs-table-hover-bg: var(--fs-surface2);
  --bs-table-color: var(--fs-text);
  --bs-table-border-color: var(--fs-border);
}
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--fs-border); border-radius: 4px; }

/* Mobile responsive */
@media (max-width: 768px) {
  :root { --sidebar-w: 0; }
  .sidebar { transform: translateX(-100%); transition: transform .2s; }
  .sidebar.open { transform: translateX(0); width: 240px; }
  .topbar { left: 0; }
  .content { margin-left: 0; padding: calc(var(--topbar-h) + 12px) 12px 12px; }
  .editor-body { grid-template-columns: 1fr; }
  .editor-slides, .editor-props { display: none; }
}

/* ── Calendar ────────────────────────────────────────── */
.cal-week { scrollbar-width: thin; }
.cal-week::-webkit-scrollbar { width: 6px; height: 6px; }
.cal-week::-webkit-scrollbar-thumb { background: var(--fs-border); border-radius: 3px; }
#cal-container { border-radius: 0 0 12px 12px; }
#modal-cal-event .form-label { margin-bottom: 4px; }

/* ── Stock media browser ─────────────────────────────── */
.stock-thumb:hover .stock-hover { opacity: 1 !important; }
#modal-stock .modal-content { min-height: 80vh; }
#stock-results { min-height: 300px; }

/* ── Dashboard hero (signature: broadcast control room) ────────────── */
.dash-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(var(--fs-accent-rgb),.08) 0%, var(--fs-surface) 55%);
  border: 1px solid var(--fs-border);
  border-radius: 14px;
  padding: 22px 26px;
}
.dash-hero-scan {
  position: absolute; top: 0; bottom: 0; width: 200px;
  background: linear-gradient(90deg, transparent, rgba(var(--fs-accent-rgb),.06), transparent);
  animation: dashScan 5s linear infinite;
  pointer-events: none;
}
@keyframes dashScan {
  0%   { left: -200px; }
  100% { left: 100%; }
}
.dash-hero-content { position: relative; z-index: 1; }
.dash-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  color: #10e070; margin-bottom: 6px;
}
.dash-hero-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #10e070;
  box-shadow: 0 0 6px #10e070;
  animation: livePulse 1.8s ease-in-out infinite;
}
.dash-hero-title {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  letter-spacing: -.3px; color: var(--fs-text);
}
.dash-hero-sub { font-size: 13px; color: var(--fs-muted); margin-top: 2px; }
[data-theme="light"] .dash-hero { background: linear-gradient(135deg, rgba(var(--fs-accent-rgb),.06) 0%, var(--fs-surface) 55%); }
