/* Salient Innovation Set - shared design system (css/site.css), auto-built for @WEB II */

:root{
  /* core surfaces */
  --color-bg-page:#010411;
  --color-bg-card:#0c1323;
  --color-bg-alt:#070d1c;
  --color-bg-deep:#0a1020;
  --color-bg-black:#000000;
  --color-border-card:#1e2d45;
  --color-border-mid:#2d4060;
  --color-border-divider:#3f3f46;
  --color-border-subtle:#1f2937;
  /* accent (green) */
  --color-accent:#00ff00;
  --color-accent-alt:#0DFF00;
  --color-accent-neon:#39FF14;
  --color-accent-tint:rgba(13,255,0,0.10);
  --color-accent-tint-border:rgba(13,255,0,0.25);
  --color-accent-glow-text:rgba(0,255,0,0.30);
  --color-accent-glow-bg:rgba(13,255,0,0.06);
  --color-hover-card-border:rgba(0,255,0,0.30);
  --color-hover-card-shadow:rgba(0,255,0,0.10);
  /* text */
  --color-text-primary:#e0e0e0;
  --color-text-heading:#ffffff;
  --color-text-secondary:#94a3b8;
  --color-text-muted:#64748b;
  --color-text-footer-body:#9ca3af;
  --color-text-footer-links:#d1d5db;
  --color-text-nav:#cbd5e1;
  /* Symphony-of-Systems badge palette */
  --sos-soe-bg:rgba(13,255,0,0.12); --sos-soe-fg:#0DFF00; --sos-soe-bd:rgba(13,255,0,0.30);
  --sos-soa-bg:rgba(99,102,241,0.15); --sos-soa-fg:#818cf8; --sos-soa-bd:rgba(99,102,241,0.30);
  --sos-soo-bg:rgba(245,158,11,0.15); --sos-soo-fg:#fbbf24; --sos-soo-bd:rgba(245,158,11,0.30);
  --sos-sor-bg:rgba(239,68,68,0.12); --sos-sor-fg:#f87171; --sos-sor-bd:rgba(239,68,68,0.30);
  --sos-soi-bg:rgba(20,184,166,0.15); --sos-soi-fg:#2dd4bf; --sos-soi-bd:rgba(20,184,166,0.30);
  --sos-trs-bg:rgba(168,85,247,0.15); --sos-trs-fg:#c084fc; --sos-trs-bd:rgba(168,85,247,0.30);
  /* type */
  --font-sans:'Inter',sans-serif;
  --font-display:'Sora',sans-serif;
  --fs-base:16px;
  --lh-base:1.6;
  /* radius */
  --radius-card:12px;
  --radius-pill:999px;
  --radius-dropdown:8px;
  /* shadow / effect */
  --shadow-card-hover:0 10px 30px -10px rgba(0,255,0,0.10);
  --shadow-neon:0 0 40px rgba(0,255,0,0.05),0 20px 40px rgba(0,0,0,0.5);
  --shadow-cta:0 0 24px rgba(0,255,0,0.25);
  --shadow-cta-hover:0 0 36px rgba(0,255,0,0.40);
  --shadow-video:0 0 80px rgba(0,255,0,0.08),0 30px 60px rgba(0,0,0,0.6);
  /* motion */
  --transition-fast:150ms;
  --transition-std:200ms;
  --transition-card:300ms;
  /* hero radial glow */
  --hero-radial-glow:radial-gradient(ellipse 80% 50% at 50% 0%, rgba(13,255,0,0.06) 0%, transparent 65%);
}

/* shared base+footer extracted verbatim from pages (identical render) */
#salient-global-footer{background:#010411;border-top:1px solid #1e2d45;padding-top:4rem;padding-bottom:2rem;color:#cbd5e1;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.6;box-sizing:border-box;width:100%;position:relative;z-index:100;text-align:left;}
#salient-global-footer *,#salient-global-footer *:before,#salient-global-footer *:after{box-sizing:inherit;}
#salient-global-footer .footer-bottom-links a:hover{color:#ffffff;}
#salient-global-footer .footer-bottom-links a{color:#9ca3af;text-decoration:none;border:none !important;transition:color 0.3s;}
#salient-global-footer .footer-bottom-links{display:flex;gap:1rem;margin-top:1rem;}
#salient-global-footer .footer-bottom{border-top:1px solid #1f2937;padding-top:2rem;display:flex;flex-direction:column;align-items:center;font-size:0.75rem;color:#9ca3af;}
#salient-global-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}
#salient-global-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;}
#salient-global-footer .footer-logo img{height:2.75rem;width:auto;border:none !important;display:inline-block;}
#salient-global-footer .footer-logo{display:block;margin-bottom:1rem;border:none !important;text-decoration:none !important;box-shadow:none !important;background:transparent !important;}
#salient-global-footer h4.footer-heading{color:#ffffff;font-weight:600;font-size:1.1em;text-transform:none;margin-top:0;border-bottom:1px solid #3f3f46;padding-bottom:0.75rem;margin-bottom:0.75rem;}
#salient-global-footer p{margin:0 0 1.5rem 0;color:#9ca3af;text-align:left;max-width:24rem;}
#salient-global-footer ul.footer-links li{border-bottom:1px solid #3f3f46;padding-bottom:0.75rem;margin-bottom:0.75rem;}
#salient-global-footer ul.footer-links{list-style:none;padding:0;margin:0;}
#salient-global-footer ul.footer-links a{color:#cbd5e1;text-decoration:none;border:none !important;transition:color 0.3s ease;font-size:0.875rem;display:block;}
#salient-global-footer ul.footer-links a:hover{color:#00ff00 !important;}
#salient-global-footer ul.footer-socials a{color:#cbd5e1;font-size:1.25rem;border:none !important;text-decoration:none;transition:color 0.3s ease;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;}
#salient-global-footer ul.footer-socials a:hover{color:#00ff00 !important;}
#salient-global-footer ul.footer-socials a i{color:inherit;}
#salient-global-footer ul.footer-socials li{display:inline-block;margin:0;padding:0 !important;border:none;}
#salient-global-footer ul.footer-socials{margin-top:1.5rem;padding-left:0;list-style:none;display:flex;gap:1rem;justify-content:flex-start;max-width:24rem;}
.accent-bg{background-color:#0DFF00;}
.accent{color:#0DFF00;}
.callout{background:rgba(0,255,0,.05);border-left:3px solid #00ff00;padding:1rem 1.5rem;border-radius:0 .5rem .5rem 0;margin:1.5rem 0;}
.capability-card:hover{border-color:rgba(13,255,0,0.35);background:#0c1323;}
.capability-card{background:#0c1323;border:1px solid #1e2d45;border-radius:12px;padding:1.5rem;transition:all 0.25s;}
.card{background:#0c1323;border:1px solid #1e2d45;border-radius:12px;}
.feature-card:hover{transform:translateY(-5px);border-color:rgba(0,255,0,0.4);box-shadow:0 10px 30px rgba(0,255,0,0.1);}
.feature-card{background-color:#0c1323;border:1px solid #1e2d45;border-radius:.75rem;padding:2rem;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;height:100%;}
@media (min-width:768px){#salient-global-footer .footer-grid{grid-template-columns:repeat(4,1fr);}#salient-global-footer .col-span-2{grid-column:span 2 / span 2;}#salient-global-footer .footer-bottom{flex-direction:row !important;justify-content:space-between;}#salient-global-footer .footer-bottom-links{margin-top:0 !important;}}
body{background-color:#010411;color:#e0e0e0;font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;}

/* additive design-system helpers (new class names; safe to add site-wide) */
.sig-hero-glow{position:absolute;inset:0;background:var(--hero-radial-glow);pointer-events:none;}
.sig-badge{display:inline-block;padding:2px 10px;border-radius:var(--radius-pill);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
.sig-badge--soe{background:var(--sos-soe-bg);color:var(--sos-soe-fg);border:1px solid var(--sos-soe-bd);}
.sig-badge--soa{background:var(--sos-soa-bg);color:var(--sos-soa-fg);border:1px solid var(--sos-soa-bd);}
.sig-badge--soo{background:var(--sos-soo-bg);color:var(--sos-soo-fg);border:1px solid var(--sos-soo-bd);}
.sig-badge--sor{background:var(--sos-sor-bg);color:var(--sos-sor-fg);border:1px solid var(--sos-sor-bd);}
.sig-badge--soi{background:var(--sos-soi-bg);color:var(--sos-soi-fg);border:1px solid var(--sos-soi-bd);}
.sig-badge--trs{background:var(--sos-trs-bg);color:var(--sos-trs-fg);border:1px solid var(--sos-trs-bd);}
.card-hover:hover{transform:translateY(-4px);border-color:var(--color-hover-card-border);box-shadow:var(--shadow-card-hover);}
.glow-green{text-shadow:0 0 20px rgba(0,255,0,0.25);}

/* ─── Body text & Paragraph Rhythm (site-wide) ──────────────────────────────────
 * 1. Default paragraph spacing: clear line separation (1.25rem margin-bottom)
 * 2. Justified text alignment with left-aligned last line for crisp editorial typesetting
 * 3. Dedicated spacing between consecutive paragraphs (p + p)
 * 4. Automatic hyphenation and pretty text-wrapping to eliminate widows & rivers
 * ────────────────────────────────────────────────────────────────────────────── */

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: var(--lh-base);
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* Clean spacing between consecutive paragraphs */
p + p {
  margin-top: 1.25rem;
}

/* Last paragraph in a container removes trailing margin */
p:last-child {
  margin-bottom: 0;
}

/* Button Spacing Guarantee: at least 1.5rem to 2rem between body copy and CTA buttons */
.sig-ctas, .cta-group, .btn-group, .hero-ctas {
  margin-top: 2rem;
}
p + .sig-ctas, p + .cta-group, p + .btn-group, p + .hero-ctas {
  margin-top: 2rem;
}

/* Centred text utility & Tabloid Centering for multi-line intros */
p.text-center, .text-center > p, .text-center p, .sig-sub, .sig-lead, .hero-sub {
  text-align: justify;
  text-align-last: center;
}

/* Left text utility */
p.text-left, .text-left > p, .text-left p {
  text-align: left;
  text-align-last: left;
}

/* Explicit justify text utility */
p.text-justify, .text-justify, .sig-justified {
  text-align: justify;
  text-align-last: left;
}

/* Executive Briefing Card Styling */
.executive-briefing-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-card);
  border-radius: var(--radius-card);
  padding: 2.25rem 2rem;
  margin: 2.5rem 0;
  transition: all var(--transition-std) ease;
}
.executive-briefing-card:hover {
  border-color: var(--color-hover-card-border);
  box-shadow: var(--shadow-card-hover);
}
.executive-briefing-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(13, 255, 0, 0.1);
  color: var(--color-accent-alt);
  border: 1px solid rgba(13, 255, 0, 0.25);
  margin-bottom: 1.25rem;
}
.executive-briefing-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text-heading);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
.executive-briefing-value {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.executive-briefing-narrative {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--color-text-primary);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.executive-briefing-impact {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  border-left: 3px solid var(--color-accent);
  padding-left: 1rem;
  margin-top: 1rem;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* Style Council Typography Rules: Eliminate Widows & Orphans Site-Wide */
h1, h2, h3, h4, h5, h6, .sig-headline, .executive-briefing-title {
  text-wrap: balance;
}

p, .sig-sub, .sig-lead, .executive-briefing-narrative, .executive-briefing-impact, .hero-sub, .callout {
  text-wrap: pretty;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* ==========================================================================
   Salient Reusable Neon Cyber Video Play Bar (.sig-playbar)
   ========================================================================== */
.sig-playbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  max-width: 440px;
  box-sizing: border-box;
  padding: 4px 6px 4px 6px;
  background: #010411;
  border: 2px solid #00ff00;
  border-radius: 9999px;
  box-shadow: 0 0 16px rgba(0, 255, 0, 0.18), inset 0 0 10px rgba(0, 255, 0, 0.05);
  user-select: none;
  -webkit-user-select: none;
}

/* Circular Neon Audio On/Off Toggle Button */
.sig-playbar-audio-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00ff00;
  color: #000000;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.35);
}

.sig-playbar-audio-btn:hover {
  background: #39ff14;
  box-shadow: 0 0 16px rgba(0, 255, 0, 0.75);
  transform: scale(1.06);
}

.sig-playbar-audio-btn:active {
  transform: scale(0.94);
}

.sig-playbar-audio-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.sig-playbar-track-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 60px;
  height: 24px;
  display: flex;
  align-items: center;
}

.sig-playbar-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 24px;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
}

.sig-playbar-slider:focus-visible {
  outline: none;
}

/* Slider Track */
.sig-playbar-slider::-webkit-slider-runnable-track {
  height: 2.5px;
  background: #00ff00;
  border-radius: 9999px;
  box-shadow: 0 0 6px rgba(0, 255, 0, 0.6);
}

.sig-playbar-slider::-moz-range-track {
  height: 2.5px;
  background: #00ff00;
  border-radius: 9999px;
  box-shadow: 0 0 6px rgba(0, 255, 0, 0.6);
}

/* Scrubber Thumb (White ring with black core) */
.sig-playbar-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #010411;
  border: 3px solid #ffffff;
  cursor: pointer;
  margin-top: -7.5px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 255, 0, 0.8);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sig-playbar-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #010411;
  border: 3px solid #ffffff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 255, 0, 0.8);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sig-playbar-slider:hover::-webkit-slider-thumb,
.sig-playbar-slider:active::-webkit-slider-thumb {
  transform: scale(1.15);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.8), 0 0 8px rgba(0, 255, 0, 1);
}

.sig-playbar-slider:hover::-moz-range-thumb,
.sig-playbar-slider:active::-moz-range-thumb {
  transform: scale(1.15);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.8), 0 0 8px rgba(0, 255, 0, 1);
}

/* Monospace Digital Timestamp */
.sig-playbar-time {
  font-family: 'Courier New', Courier, ui-monospace, monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding: 0 2px;
}

.sig-playbar-colon {
  color: #00ff00;
  font-weight: 800;
  text-shadow: 0 0 5px rgba(0, 255, 0, 0.8);
}

/* Neon Pill Play Button */
.sig-playbar-btn {
  background: #00ff00;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 9999px;
  padding: 8px 18px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sig-playbar-btn:hover {
  background: #39ff14;
  box-shadow: 0 0 18px rgba(0, 255, 0, 0.75);
  transform: translateY(-1px);
}

.sig-playbar-btn:active {
  transform: scale(0.96);
}

.sig-playbar-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE VIDEO FACADE PATTERN (onePOI.online)
   Delivers zero-clutter, fast page load, click-to-play
   with subtitles disabled (&cc_load_policy=0&autoplay=1)
══════════════════════════════════════════════════════ */
.onepoi-video-facade {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/* Overlay Image & Gradient */
.onepoi-video-facade .facade-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease;
  z-index: 2;
}
.onepoi-video-facade:hover .facade-poster {
  transform: scale(1.02);
}
.onepoi-video-facade .facade-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 3;
  pointer-events: none;
}
/* Bespoke Play Button */
.onepoi-video-facade .facade-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(23, 23, 23, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.onepoi-video-facade:hover .facade-play-btn {
  background-color: #ff0000;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
}
.onepoi-video-facade .facade-play-btn svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 2px;
}
/* Embedded IFrame Container */
.onepoi-video-facade iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
/* Hidden State for Poster on Play */
.onepoi-video-facade.is-playing .facade-poster,
.onepoi-video-facade.is-playing .facade-gradient,
.onepoi-video-facade.is-playing .facade-play-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Custom positioning for Salient Innovation Set hero video facade on index.html */
.sig-video-wrap.onepoi-video-facade .facade-poster {
  object-fit: contain !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  transform: none !important;
  transition: opacity 0.3s ease !important;
}
.sig-video-wrap.onepoi-video-facade:hover .facade-poster {
  transform: none !important;
}
.sig-video-wrap.onepoi-video-facade .facade-gradient {
  display: none !important;
}
.sig-video-wrap.onepoi-video-facade .facade-play-btn {
  position: absolute !important;
  top: 40.64% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background-color: #ff0000 !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.7) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 4 !important;
}
.sig-video-wrap.onepoi-video-facade .facade-play-btn svg {
  width: 20px !important;
  height: 20px !important;
  fill: #ffffff !important;
  margin: 0 0 0 2px !important;
}
.sig-video-wrap.onepoi-video-facade:hover .facade-play-btn {
  background-color: #e60000 !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.95) !important;
}

/* ==========================================================================
   4. NAVIGATION & SECTOR FORMATTING TOKENS (Ratified EPC.html Standard)
   ========================================================================== */

/* Glassmorphism Navigation & Menu Hover States */
.system-border { border: 1px solid #1c2b3c; }
.system-border-b { border-bottom: 1px solid #1c2b3c; }

/* Dropdown Transitions */
.menu-item:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mega-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Style Council: Anti-Widow/Orphan Typography Rules */
h1, h2, h3, h4, h5, h6, .sig-headline { text-wrap: balance; }
p, .sig-sub { text-wrap: pretty; }

/* Interactive Cards & Glow Utilities */
.accent-border { border-color: #0DFF00; }
.card-glow:hover { box-shadow: 0 0 30px rgba(13,255,0,0.15); border-color: rgba(13,255,0,0.4) !important; }
.card-hover:hover { transform: translateY(-4px); border-color: rgba(0,255,0,0.3); box-shadow: 0 10px 30px -10px rgba(0,255,0,0.1); }
.sys-card { transition: all 0.3s ease; cursor: pointer; }
.sys-card.open .card-body { display: block; }
.sys-card.open .chevron { transform: rotate(180deg); }
.chevron { transition: transform 0.3s ease; }

/* Sector Status & Layer Tags */
.tag {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.badge-soa { background: rgba(13,255,0,0.10); color: #00ff00; border: 1px solid rgba(13,255,0,0.3); }
.badge-soi { background: rgba(13,255,0,0.10); color: #00ff00; border: 1px solid rgba(13,255,0,0.3); }
.badge-soo { background: rgba(13,255,0,0.10); color: #00ff00; border: 1px solid rgba(13,255,0,0.3); }
.badge-soe { background: rgba(13,255,0,0.12); color: #0DFF00; border: 1px solid rgba(13,255,0,0.3); }
.badge-sor { background: rgba(13,255,0,0.10); color: #00ff00; border: 1px solid rgba(13,255,0,0.3); }
.ring-indicator { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }




