/*
Theme Name: NovaSignal AI
Theme URI: https://novasignal.ai
Author: NovaSignal AI Studio
Description: NovaSignal AI is the parent AI-studio brand that builds high-performance WordPress websites, deploys a GAD-class AI chatbot core across any local-service industry (barbershops, dental, HVAC, auto, plumbing, and more), and runs Bio Terrava-style e-marketing campaigns. One intelligent core, deployed anywhere.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: novasignal
*/

/* =========================================================
   DESIGN TOKENS
   Color:
     --ns-void:      #05070D  (near-black background, "deep space" — the AI core lives here)
     --ns-navy:       #0B1120  (panel background)
     --ns-signal:     #00E5C7  (electric cyan — "the signal" broadcasting outward)
     --ns-pulse:      #FF6B35  (warm signal-orange — human/industry touchpoints, CTAs)
     --ns-paper:      #F5F7FA  (light surface for readable long-form sections)
     --ns-ink:        #0B1120  (text on light)
     --ns-slate:      #8B96A8  (muted text on dark)
   Type:
     Display: 'Space Grotesk' — geometric, technical, built for a headline that reads like a signal readout
     Body:    'Inter' — quiet, highly legible workhorse
     Mono:    'JetBrains Mono' — data, specs, chat transcripts, code-like credibility
   Signature element:
     The "Core Pulse" — a single glowing node at center-hero broadcasting concentric
     signal rings outward to a ring of industry icons (barber, tooth, HVAC vent, wrench,
     car). This is the one visual idea: one AI core, every industry, live and pulsing.
   ========================================================= */

:root {
  --ns-void: #05070D;
  --ns-navy: #0B1120;
  --ns-navy-2: #111A2E;
  --ns-signal: #00E5C7;
  --ns-signal-dim: #00A88F;
  --ns-pulse: #FF6B35;
  --ns-paper: #F5F7FA;
  --ns-ink: #0B1120;
  --ns-slate: #8B96A8;
  --ns-slate-dark: #4A5468;
  --ns-border: rgba(0, 229, 199, 0.16);
  --ns-radius: 14px;
  --ns-max: 1200px;
  --font-display: 'Space Grotesk', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', 'Courier New', monospace;
}

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--ns-paper);
  color: var(--ns-ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.ns-container { max-width: var(--ns-max); margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.01em; }
.ns-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ns-signal);
}

/* ---------- Header ---------- */
.ns-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(5,7,13,0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ns-border);
}
.ns-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: var(--ns-max); margin: 0 auto; }
.ns-logo { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: #fff; display: flex; align-items: center; gap: 8px; }
.ns-logo-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ns-signal); box-shadow: 0 0 12px 2px var(--ns-signal); animation: ns-blink 2.4s ease-in-out infinite; }
@keyframes ns-blink { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.ns-nav { display: flex; gap: 28px; }
.ns-nav a { color: var(--ns-slate); font-size: 14.5px; font-weight: 500; transition: color .15s; }
.ns-nav a:hover { color: #fff; }
.ns-header-cta { display: flex; align-items: center; gap: 16px; }

.ns-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 999px; font-weight: 600; font-size: 14.5px; border: none; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.ns-btn-primary { background: var(--ns-pulse); color: #fff; box-shadow: 0 4px 20px -4px rgba(255,107,53,0.6); }
.ns-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 26px -4px rgba(255,107,53,0.75); }
.ns-btn-ghost { background: transparent; border: 1px solid var(--ns-border); color: #fff; }
.ns-btn-ghost:hover { border-color: var(--ns-signal); }

/* ---------- Hero / Core Pulse signature ---------- */
.ns-hero {
  background: radial-gradient(circle at 50% 18%, #0d1830 0%, var(--ns-void) 62%);
  color: #fff;
  padding: 96px 24px 60px;
  overflow: hidden;
  position: relative;
}
.ns-hero-inner { max-width: var(--ns-max); margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.ns-hero h1 { font-size: clamp(34px, 5.4vw, 62px); margin: 18px auto 20px; max-width: 900px; }
.ns-hero h1 .accent { color: var(--ns-signal); }
.ns-hero p.lead { font-size: 18px; color: var(--ns-slate); max-width: 640px; margin: 0 auto 34px; }
.ns-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }

/* Core Pulse animation */
.ns-core-pulse { position: relative; width: 100%; max-width: 640px; height: 260px; margin: 0 auto; }
.ns-core-node {
  position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; border-radius: 50%;
  transform: translate(-50%,-50%); background: var(--ns-signal); box-shadow: 0 0 40px 10px rgba(0,229,199,0.55);
}
.ns-ring { position: absolute; left: 50%; top: 50%; border: 1.5px solid var(--ns-signal); border-radius: 50%; opacity: 0; transform: translate(-50%,-50%); animation: ns-ripple 3.6s ease-out infinite; }
.ns-ring:nth-child(2){ animation-delay: 0s; }
.ns-ring:nth-child(3){ animation-delay: 1.2s; }
.ns-ring:nth-child(4){ animation-delay: 2.4s; }
@keyframes ns-ripple { 0% { width: 22px; height: 22px; opacity: .8; } 100% { width: 560px; height: 560px; opacity: 0; } }
.ns-industry-node {
  position: absolute; width: 54px; height: 54px; border-radius: 50%;
  background: var(--ns-navy); border: 1px solid var(--ns-border);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
  transform: translate(-50%,-50%);
}
.ns-industry-node span.label { position: absolute; top: 62px; font-family: var(--font-mono); font-size: 10.5px; color: var(--ns-slate); white-space: nowrap; letter-spacing: .04em; }

@media (prefers-reduced-motion: reduce) {
  .ns-ring, .ns-logo-dot { animation: none; }
}

/* ---------- Sections (generic) ---------- */
.ns-section { padding: 84px 24px; }
.ns-section.dark { background: var(--ns-void); color: #fff; }
.ns-section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.ns-section-head h2 { font-size: clamp(26px, 3.4vw, 40px); }
.ns-section-head p { color: var(--ns-slate-dark); font-size: 16.5px; }
.dark .ns-section-head p { color: var(--ns-slate); }

.ns-grid { display: grid; gap: 22px; }
.ns-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.ns-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.ns-grid.cols-6 { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 900px) { .ns-grid.cols-3, .ns-grid.cols-4, .ns-grid.cols-6 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .ns-grid.cols-3, .ns-grid.cols-4, .ns-grid.cols-6 { grid-template-columns: 1fr; } }

.ns-card {
  background: #fff; border: 1px solid #E7ECF3; border-radius: var(--ns-radius);
  padding: 28px; transition: transform .15s, box-shadow .15s;
}
.ns-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -12px rgba(11,17,32,0.18); }
.dark .ns-card { background: var(--ns-navy); border-color: var(--ns-border); }
.ns-card .icon { font-size: 28px; margin-bottom: 14px; }
.ns-card h3 { font-size: 18px; }
.ns-card p { color: var(--ns-slate-dark); font-size: 14.5px; margin: 0; }
.dark .ns-card p { color: var(--ns-slate); }

/* Industry pill grid (front page "deploy to any industry") */
/* Pricing */
.ns-pricing-card { position: relative; }
.ns-pricing-card.featured { border: 1.5px solid var(--ns-signal); box-shadow: 0 20px 40px -16px rgba(0,229,199,0.35); }
.ns-pricing-card .badge { position: absolute; top: -12px; right: 24px; background: var(--ns-pulse); color: #fff; font-size: 11.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.ns-price { font-family: var(--font-display); font-size: 40px; font-weight: 700; margin: 12px 0 4px; }
.ns-price small { font-size: 14px; font-weight: 500; color: var(--ns-slate-dark); }
.ns-pricing-card ul { list-style: none; padding: 0; margin: 20px 0; }
.ns-pricing-card li { padding: 8px 0; border-bottom: 1px solid #EEF1F5; font-size: 14.5px; }
.ns-pricing-card li:before { content: "◆ "; color: var(--ns-signal-dim); font-size: 10px; }

/* Chat widget preview mock */
.ns-chat-mock { background: var(--ns-navy); border: 1px solid var(--ns-border); border-radius: var(--ns-radius); padding: 20px; font-family: var(--font-mono); font-size: 13.5px; color: var(--ns-slate); max-width: 420px; }
.ns-chat-mock .bubble { padding: 10px 14px; border-radius: 10px; margin-bottom: 10px; }
.ns-chat-mock .bubble.user { background: #1B2740; color: #fff; margin-left: 40px; }
.ns-chat-mock .bubble.bot { background: rgba(0,229,199,0.08); color: var(--ns-signal); margin-right: 40px; border: 1px solid var(--ns-border); }

/* Comparison table */
.ns-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--ns-radius); overflow: hidden; }
.ns-table th, .ns-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #EEF1F5; font-size: 14.5px; }
.ns-table th { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--ns-slate-dark); background: #FAFBFD; }
.ns-table .yes { color: var(--ns-signal-dim); font-weight: 700; }
.ns-table .no { color: #C9CFD9; }

/* Footer */
.ns-footer { background: var(--ns-void); color: var(--ns-slate); padding: 60px 24px 30px; }
.ns-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; max-width: var(--ns-max); margin: 0 auto 40px; }
.ns-footer h4 { color: #fff; font-size: 14px; }
.ns-footer a { color: var(--ns-slate); font-size: 14px; display: block; margin-bottom: 8px; }
.ns-footer a:hover { color: var(--ns-signal); }
.ns-footer-bottom { border-top: 1px solid var(--ns-border); padding-top: 22px; max-width: var(--ns-max); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; }
@media (max-width: 780px) { .ns-footer-grid { grid-template-columns: 1fr 1fr; } .ns-nav { display: none; } }

.ns-cta-band { background: linear-gradient(120deg, var(--ns-navy), var(--ns-void)); color: #fff; text-align: center; padding: 70px 24px; }
.ns-form input, .ns-form select, .ns-form textarea {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid #D8DEE8; margin-bottom: 14px; font-family: var(--font-body); font-size: 14.5px;
}

/* ---------- Admin Portal (password-protected, admin-only) ---------- */
.ns-portal-shell { display: flex; min-height: 100vh; background: #F4F6FA; }
.ns-portal-sidebar {
  width: 240px; flex-shrink: 0; background: var(--ns-void); color: #fff;
  padding: 24px 18px; position: sticky; top: 0; height: 100vh;
}
.ns-portal-sidebar .ns-logo { margin-bottom: 6px; font-size: 17px; }
.ns-portal-sidebar .tag { font-family: var(--font-mono); font-size: 11px; color: var(--ns-slate); margin-bottom: 30px; display: block; }
.ns-portal-nav a {
  display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 8px;
  font-size: 14px; color: var(--ns-slate); margin-bottom: 4px; font-weight: 500;
}
.ns-portal-nav a:hover { background: rgba(255,255,255,0.05); color: #fff; }
.ns-portal-nav a.active { background: rgba(0,229,199,0.12); color: var(--ns-signal); }
.ns-portal-sidebar .back-link { margin-top: 30px; display: block; font-size: 12.5px; color: var(--ns-slate); border-top: 1px solid var(--ns-border); padding-top: 18px; }

.ns-portal-main { flex: 1; padding: 34px 40px; }
.ns-portal-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; flex-wrap: wrap; gap: 14px; }
.ns-portal-header h1 { font-size: 26px; margin-bottom: 4px; }
.ns-portal-header .sub { color: var(--ns-slate-dark); font-size: 14.5px; }

.ns-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 32px; }
@media (max-width: 900px) { .ns-stat-grid { grid-template-columns: repeat(2, 1fr); } }
.ns-stat-card { background: #fff; border: 1px solid #E7ECF3; border-radius: var(--ns-radius); padding: 20px; }
.ns-stat-card .num { font-family: var(--font-display); font-size: 30px; font-weight: 700; }
.ns-stat-card .label { font-size: 13px; color: var(--ns-slate-dark); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .04em; }

.ns-data-table-wrap { background: #fff; border: 1px solid #E7ECF3; border-radius: var(--ns-radius); overflow: hidden; }
.ns-data-table { width: 100%; border-collapse: collapse; }
.ns-data-table th, .ns-data-table td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid #EEF1F5; }
.ns-data-table th { font-family: var(--font-mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--ns-slate-dark); background: #FAFBFD; }
.ns-data-table tr:last-child td { border-bottom: none; }
.ns-data-table tr:hover td { background: #FAFBFD; }

.ns-pill { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.ns-pill.new, .ns-pill.pending, .ns-pill.requested { background: #FFF1E8; color: #B85400; }
.ns-pill.contacted, .ns-pill.confirmed { background: #E8F0FF; color: #2054C7; }
.ns-pill.won, .ns-pill.completed, .ns-pill.yes { background: #E6F9F4; color: #00875A; }
.ns-pill.lost, .ns-pill.cancelled, .ns-pill.no { background: #FDECEC; color: #C62828; }

.ns-transcript-card { background: #fff; border: 1px solid #E7ECF3; border-radius: var(--ns-radius); padding: 22px; margin-bottom: 16px; }
.ns-transcript-card pre { white-space: pre-wrap; font-family: var(--font-mono); font-size: 13px; background: #FAFBFD; padding: 14px; border-radius: 8px; margin-top: 12px; }
.ns-transcript-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--ns-slate-dark); font-family: var(--font-mono); }

.ns-empty-state { text-align: center; padding: 60px 20px; color: var(--ns-slate-dark); }

@media (max-width: 820px) {
  .ns-portal-shell { flex-direction: column; }
  .ns-portal-sidebar { width: 100%; height: auto; position: relative; }
  .ns-portal-main { padding: 24px; }
}

/* ---------- How It Works — electronic identity timeline ---------- */
.ns-timeline { position: relative; max-width: 760px; margin: 0 auto; }
.ns-timeline:before {
  content: ""; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(var(--ns-signal), var(--ns-pulse)); opacity: 0.4;
}
.ns-timeline-step { position: relative; padding-left: 76px; padding-bottom: 38px; }
.ns-timeline-step:last-child { padding-bottom: 0; }
.ns-timeline-num {
  position: absolute; left: 0; top: 0; width: 56px; height: 56px; border-radius: 50%;
  background: var(--ns-navy); border: 1px solid var(--ns-border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; color: var(--ns-signal); font-size: 19px;
  box-shadow: 0 0 0 6px var(--ns-paper);
}
.dark .ns-timeline-num { box-shadow: 0 0 0 6px var(--ns-void); }
.ns-timeline-step h3 { font-size: 17.5px; margin-bottom: 5px; }
.ns-timeline-step p { color: var(--ns-slate-dark); font-size: 14.5px; margin: 0; }
.dark .ns-timeline-step p { color: var(--ns-slate); }
.ns-timeline-step .icon-tag {
  display: inline-block; font-size: 12px; font-family: var(--font-mono); color: var(--ns-signal-dim);
  margin-top: 6px;
}

/* ---------- Illustrated success band ---------- */
.ns-illustrated-band { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ns-illustrated-band img { width: 100%; height: auto; }
@media (max-width: 820px) { .ns-illustrated-band { grid-template-columns: 1fr; } }
.ns-illustrated-band .stat-row { display: flex; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.ns-illustrated-band .stat-row .stat { }
.ns-illustrated-band .stat-row .stat .num { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--ns-signal); }
.ns-illustrated-band .stat-row .stat .lbl { font-size: 12.5px; color: var(--ns-slate); font-family: var(--font-mono); }

/* ---------- Why NovaSignal: problems / benefits / growth ---------- */
.ns-grid.cols-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 780px) { .ns-grid.cols-2 { grid-template-columns: 1fr; } }

.ns-problem-card { border-top: 3px solid #E4A05A; }
.ns-benefit-card { border-top: 3px solid var(--ns-signal); }

.ns-before-card { border: 1px solid #F0D9D9; }
.ns-after-card { border: 1.5px solid var(--ns-signal); box-shadow: 0 14px 30px -16px rgba(0,229,199,0.28); }
.ns-baf-list { list-style: none; padding: 0; margin: 18px 0 0; }
.ns-baf-list li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid #EEF1F5; font-size: 14.5px; }
.ns-baf-list li:last-child { border-bottom: none; }
.ns-baf-list .x { color: #C62828; font-weight: 700; flex-shrink: 0; }
.ns-baf-list .check { color: var(--ns-signal-dim); font-weight: 700; flex-shrink: 0; }

/* ---------- Long-form content (About page, single Industry/Service/Case Study) ---------- */
.ns-content { font-size: 16px; color: var(--ns-ink); }
.ns-content p { margin: 0 0 1.2em; }
.ns-content h2 { font-size: 26px; margin-top: 1.6em; }
.ns-content h3 { font-size: 20px; margin-top: 1.4em; }
.ns-content ul, .ns-content ol { margin: 0 0 1.2em; padding-left: 1.4em; }
.ns-content li { margin-bottom: 0.5em; }
.ns-content a { color: var(--ns-signal-dim); text-decoration: underline; text-underline-offset: 2px; }
.ns-content blockquote { border-left: 3px solid var(--ns-signal); margin: 1.4em 0; padding: 0.4em 0 0.4em 1.2em; color: var(--ns-slate-dark); font-style: italic; }
.ns-content img { border-radius: 12px; margin: 1.2em 0; }

/* ---------- FAQ accordion ---------- */
.ns-faq-list { display: flex; flex-direction: column; gap: 10px; }
.ns-faq-item { background: #fff; border: 1px solid #E7ECF3; border-radius: 12px; padding: 4px 20px; }
.ns-faq-item summary { padding: 16px 0; font-weight: 600; font-size: 15.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.ns-faq-item summary::-webkit-details-marker { display: none; }
.ns-faq-item summary::after { content: '+'; font-size: 20px; color: var(--ns-signal-dim); flex-shrink: 0; margin-left: 12px; }
.ns-faq-item[open] summary::after { content: '−'; }
.ns-faq-item p { color: var(--ns-slate-dark); font-size: 14.5px; padding-bottom: 18px; margin: 0; }

/* ---------- GAD chatbot demo widget (floating, site-wide) ---------- */
.ns-gad-widget { position: fixed; right: 22px; bottom: 22px; z-index: 200; font-family: var(--font-body); }
.ns-gad-launcher {
  width: 60px; height: 60px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--ns-pulse); color: #fff; font-size: 26px;
  box-shadow: 0 8px 24px -6px rgba(255,107,53,0.6);
  display: flex; align-items: center; justify-content: center;
  transition: transform .15s;
}
.ns-gad-launcher:hover { transform: scale(1.06); }
.ns-gad-launcher .dot { position: absolute; top: 4px; right: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--ns-signal); border: 2px solid var(--ns-void); animation: ns-blink 2.4s ease-in-out infinite; }
.ns-gad-launcher { position: relative; }

.ns-gad-panel {
  position: absolute; right: 0; bottom: 76px; width: 340px; max-width: calc(100vw - 44px);
  background: var(--ns-navy); border: 1px solid var(--ns-border); border-radius: 16px;
  box-shadow: 0 20px 50px -12px rgba(0,0,0,0.5);
  display: flex; flex-direction: column; height: 440px; max-height: 70vh;
  opacity: 0; transform: translateY(12px) scale(0.98); pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.ns-gad-panel.open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }

.ns-gad-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--ns-border); }
.ns-gad-head .who { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; font-size: 14px; }
.ns-gad-head .who .dot2 { width: 8px; height: 8px; border-radius: 50%; background: var(--ns-signal); box-shadow: 0 0 8px 1px var(--ns-signal); }
.ns-gad-head .sub { font-size: 11.5px; color: var(--ns-slate); font-family: var(--font-mono); margin-top: 2px; }
.ns-gad-close { background: none; border: none; color: var(--ns-slate); font-size: 20px; cursor: pointer; line-height: 1; padding: 4px; }
.ns-gad-close:hover { color: #fff; }

.ns-gad-log { flex: 1; overflow-y: auto; padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; }
.ns-gad-bubble { max-width: 84%; padding: 9px 13px; border-radius: 12px; font-size: 13.5px; line-height: 1.45; }
.ns-gad-bubble.bot { align-self: flex-start; background: rgba(0,229,199,0.1); border: 1px solid var(--ns-border); color: var(--ns-signal); }
.ns-gad-bubble.user { align-self: flex-end; background: #1B2740; color: #fff; }

.ns-gad-quick { display: flex; gap: 6px; flex-wrap: wrap; padding: 0 16px 10px; }
.ns-gad-quick button { background: transparent; border: 1px solid var(--ns-border); color: var(--ns-slate); font-size: 11.5px; padding: 5px 10px; border-radius: 999px; cursor: pointer; font-family: var(--font-mono); }
.ns-gad-quick button:hover { border-color: var(--ns-signal); color: var(--ns-signal); }

.ns-gad-form { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--ns-border); }
.ns-gad-input { flex: 1; background: #0B1120; border: 1px solid var(--ns-border); border-radius: 999px; padding: 9px 14px; color: #fff; font-size: 13.5px; }
.ns-gad-input:focus { outline: none; border-color: var(--ns-signal); }
.ns-gad-send { background: var(--ns-signal); color: var(--ns-void); border: none; border-radius: 999px; width: 36px; height: 36px; cursor: pointer; font-size: 15px; flex-shrink: 0; }

@media (max-width: 480px) {
  .ns-gad-widget { right: 14px; bottom: 14px; }
  .ns-gad-panel { width: calc(100vw - 28px); }
}
