/* VotePulse Campaign HQ — urgency-driven redesign */

.vp-campaign-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  animation: vp-badge-pulse 2.5s ease-in-out infinite;
}

@keyframes vp-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.25); }
  50% { box-shadow: 0 0 20px 4px rgba(16, 185, 129, 0.15); }
}

.vp-hero-countdown-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.65rem 1.25rem;
  margin-bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 9999px;
  width: fit-content;
  max-width: 100%;
}

.vp-hero-countdown-bar .vp-hc-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fbbf24;
}

.vp-hero-countdown-bar .vp-hc-time {
  font-family: ui-monospace, "Fira Code", monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.vp-hero-h1 {
  font-size: clamp(2rem, 5vw, 3.75rem) !important;
  line-height: 1.05 !important;
}

.vp-hero-h1 em {
  font-style: normal;
  background: linear-gradient(to right, #ef4444, #fbbf24, #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vp-hero-tagline {
  letter-spacing: -0.01em;
}

/* Mega countdown (hero left column) */
.vp-mega-countdown {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(251, 191, 36, 0.3);
  max-width: 100%;
}

.vp-mega-cd-days {
  font-family: ui-monospace, "Fira Code", monospace;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.vp-mega-cd-days span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-top: 0.35rem;
}

.vp-mega-cd-clock {
  font-family: ui-monospace, monospace;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.35rem;
}

.vp-mega-cd-checklist {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 1rem;
}

.vp-mega-cd-checklist li {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.vp-mega-cd-checklist span {
  color: #34d399;
}

/* Sticky fire banner */
.vp-sticky-fire {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  background: linear-gradient(90deg, #7f1d1d 0%, #1a0505 50%, #7f1d1d 100%);
  border-bottom: 1px solid rgba(239, 68, 68, 0.4);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
}

body.vp-has-fire-banner #root section[class*="min-h-screen"] {
  padding-top: 7.5rem !important;
}

.vp-urgency-banner {
  display: none !important;
}

.vp-sticky-fire-icon { font-size: 1rem; }

.vp-sticky-fire-btn {
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  border: none;
  background: #ef4444;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  cursor: pointer;
}

.vp-sticky-fire-btn:hover { background: #dc2626; }

/* Floating readiness — removed; use dashboard chip instead */
.vp-readiness-float {
  display: none !important;
}

.vp-dash-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.vp-dash-ready-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.55rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(251, 191, 36, 0.3);
  flex-shrink: 0;
}

.vp-dash-ready-chip-label {
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fbbf24;
}

.vp-dash-ready-chip-val {
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
}

.vp-dash-ready-chip-bar {
  width: 3rem;
  height: 4px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.vp-dash-ready-chip-fill {
  display: block;
  height: 100%;
  width: 68%;
  background: linear-gradient(90deg, #fbbf24, #34d399);
  border-radius: 9999px;
}

.vp-dash-readiness-compact {
  margin-top: 0.5rem !important;
  padding: 0.65rem 0.75rem !important;
}

.vp-dash-readiness-compact .vp-dash-ai-rec li {
  font-size: 0.62rem;
  padding: 0.15rem 0;
}

/* AI campaign workflow (replaces giraffe divider) */
.vp-ai-workflow-banner {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(16, 185, 129, 0.12) 0%, transparent 70%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.95) 0%, rgba(8, 14, 24, 1) 100%);
  border-top: 1px solid rgba(16, 185, 129, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vp-ai-wf-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.vp-ai-wf-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.vp-ai-wf-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #34d399;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  margin-bottom: 0.65rem;
}

.vp-ai-wf-head h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.35rem;
}

.vp-ai-wf-head p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.vp-ai-wf-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 900px) {
  .vp-ai-wf-steps {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.vp-ai-wf-step {
  display: flex;
  gap: 0.55rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  opacity: 0.55;
  transition: opacity 0.35s, border-color 0.35s, transform 0.35s;
}

.vp-ai-wf-step.vp-active {
  opacity: 1;
  border-color: rgba(16, 185, 129, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}

.vp-ai-wf-step-num {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-ai-wf-step-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.vp-ai-wf-step-body strong {
  font-size: 0.78rem;
  color: #fff;
}

.vp-ai-wf-step-body span {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.35;
}

.vp-ai-wf-console {
  max-width: 40rem;
  margin: 0 auto;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.55);
  font-family: ui-monospace, "Fira Code", monospace;
}

.vp-ai-wf-console-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vp-ai-wf-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #34d399;
  animation: vp-ai-pulse 1.8s ease-in-out infinite;
}

@keyframes vp-ai-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5); }
  50% { opacity: 0.7; box-shadow: 0 0 0 6px rgba(52, 211, 153, 0); }
}

.vp-ai-wf-console-body {
  padding: 0.75rem 0.85rem;
}

.vp-ai-wf-line {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 0.35rem 0;
  transition: color 0.3s;
}

.vp-ai-wf-line.vp-ai-wf-active {
  color: #6ee7b7;
}

.vp-ai-wf-line strong {
  color: #fbbf24;
}

/* Hide duplicate Hercules nav auth if any slip through */
#root nav .vp-nav-auth {
  display: none !important;
}

.vp-rf-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fbbf24;
}

.vp-rf-val {
  font-family: ui-monospace, monospace;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.vp-rf-sub {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.35;
  margin: 0.25rem 0 0.5rem;
}

.vp-rf-btn {
  width: 100%;
  padding: 0.4rem;
  border: none;
  border-radius: 0.5rem;
  background: #dc2626;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  cursor: pointer;
}

/* Urgency banner */
.vp-urgency-banner {
  background: linear-gradient(90deg, rgba(127, 29, 29, 0.35) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(127, 29, 29, 0.35) 100%);
  border-top: 1px solid rgba(239, 68, 68, 0.25);
  border-bottom: 1px solid rgba(239, 68, 68, 0.25);
  padding: 1.25rem 1.5rem;
  text-align: center;
}

.vp-urgency-banner p {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  line-height: 1.55;
  max-width: 52rem;
  margin-inline: auto;
}

.vp-urgency-cta {
  padding: 0.6rem 1.25rem;
  border-radius: 0.6rem;
  border: none;
  background: #dc2626;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
}

.vp-urgency-cta:hover { background: #ef4444; }

.vp-urgency-banner strong {
  color: #fca5a5;
  font-weight: 700;
}

/* Win list */
.vp-win-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.vp-win-list li {
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: rgba(239, 68, 68, 0.06);
  border-left: 3px solid #ef4444;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  font-weight: 600;
}

.vp-timeline-foot {
  margin-top: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 40rem;
  margin-inline: auto;
}

/* Long game transition */
.vp-long-game-inner {
  text-align: center;
}

.vp-long-game-inner .vp-campaign-lead {
  margin-inline: auto;
}

.vp-long-game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.vp-long-game-item {
  padding: 0.75rem 1rem;
  border-radius: 0.6rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: left;
}

/* GroundForce brand */
.vp-groundforce-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 1rem;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.vp-gf-icon {
  font-size: 2.5rem;
  line-height: 1;
}

.vp-groundforce-brand h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}

.vp-groundforce-brand h3 span {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
}

.vp-groundforce-brand p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
}

.vp-section-cta {
  margin-top: 1.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 0.75rem;
  border: none;
  background: #dc2626;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(220, 38, 38, 0.35);
}

.vp-section-cta:hover { background: #ef4444; }

/* Injected campaign sections */
.vp-campaign-section {
  padding: 5rem 1.5rem;
  background: #000;
  border-top: 1px solid rgba(16, 185, 129, 0.12);
}

.vp-campaign-section.vp-alt {
  background: linear-gradient(180deg, #030806 0%, #000 100%);
}

.vp-campaign-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.vp-campaign-eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34d399;
  margin-bottom: 0.75rem;
}

.vp-campaign-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.vp-campaign-lead {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 42rem;
  margin: 0 0 2.5rem;
}

/* Timeline */
.vp-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 28rem;
  margin: 0 auto;
}

.vp-timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.vp-timeline-node {
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  min-width: 14rem;
  animation: vp-fade-up 0.6s ease both;
}

.vp-timeline-node.vp-today {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.45);
  color: #fca5a5;
  font-size: 1rem;
}

.vp-timeline-node.vp-ready {
  background: rgba(16, 185, 129, 0.2);
  border-color: #34d399;
  color: #6ee7b7;
}

.vp-timeline-arrow {
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.25rem;
  padding: 0.35rem 0;
  line-height: 1;
}

@keyframes vp-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* AI compare cards */
.vp-ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .vp-ai-grid { grid-template-columns: 1fr; }
}

.vp-ai-col h3 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}

.vp-ai-col.vp-without h3 { color: #f87171; }
.vp-ai-col.vp-with h3 { color: #34d399; }

.vp-ai-card {
  padding: 0.65rem 0.85rem;
  border-radius: 0.6rem;
  font-size: 0.82rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.vp-ai-col.vp-without .vp-ai-card {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: rgba(254, 202, 202, 0.9);
}

.vp-ai-col.vp-with .vp-ai-card {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: rgba(167, 243, 208, 0.95);
}

/* AI console */
.vp-ai-console {
  background: #050a07;
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 2rem;
}

.vp-ai-console-header {
  display: flex;
  gap: 0.4rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.vp-ai-console-header span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
}

.vp-ai-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vp-ai-prompt-btn {
  padding: 0.45rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.08);
  color: #6ee7b7;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.vp-ai-prompt-btn:hover,
.vp-ai-prompt-btn.vp-active {
  background: rgba(16, 185, 129, 0.2);
  border-color: #34d399;
}

.vp-ai-output {
  padding: 1.25rem;
  min-height: 12rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.vp-ai-output h4 {
  color: #34d399;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 1rem 0 0.35rem;
}

.vp-ai-output h4:first-child { margin-top: 0; }

/* Comparison table */
.vp-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: 0.85rem;
}

.vp-compare-table th,
.vp-compare-table td {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.vp-compare-table th {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
}

.vp-compare-table td:first-child { color: rgba(255, 255, 255, 0.55); }
.vp-compare-table td:last-child { color: #6ee7b7; }

.vp-compare-note {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
}

.vp-compare-note strong { color: #fff; }

/* Why start cards */
.vp-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.vp-why-card {
  padding: 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, transform 0.2s;
}

.vp-why-card:hover {
  border-color: rgba(16, 185, 129, 0.35);
  transform: translateY(-2px);
}

.vp-why-card h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.vp-why-card p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* Field app */
.vp-field-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.vp-field-tag {
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #6ee7b7;
  font-size: 0.75rem;
  font-weight: 700;
}

/* Social proof */
.vp-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.vp-stat-box {
  text-align: center;
  padding: 1.25rem 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vp-stat-val {
  font-family: ui-monospace, monospace;
  font-size: 1.75rem;
  font-weight: 800;
  color: #34d399;
  line-height: 1;
}

.vp-stat-lbl {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.3;
}

.vp-stats-disclaimer {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

/* Readiness dashboard extras */
.vp-readiness-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.vp-readiness-mini {
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.vp-readiness-mini .vp-rm-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.25rem;
}

.vp-readiness-mini .vp-rm-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  font-family: ui-monospace, monospace;
}

.vp-trend-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.35rem;
}

.vp-trend-tag {
  font-size: 0.6rem;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  background: rgba(251, 191, 36, 0.12);
  color: #fcd34d;
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.vp-readiness-bar {
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin-top: 0.35rem;
}

.vp-readiness-bar-fill {
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #34d399, #10b981);
  width: 0;
  transition: width 2s ease-out;
}

.vp-readiness-bar-fill.vp-animated { width: 64%; }

/* Nav rebuild */
.vp-nav-shell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-left: 1.5rem;
  flex: 1;
}

.vp-nav-primary {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.vp-nav-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}

.vp-nav-link:hover,
.vp-nav-dropdown.vp-open .vp-nav-drop-btn { color: #fff; }

.vp-nav-highlights {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.vp-nav-pill {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  line-height: 1.4;
}

.vp-nav-pill-pwa {
  color: #6ee7b7;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.vp-nav-pill-gps {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.vp-nav-dropdown {
  position: relative;
}

.vp-nav-caret {
  font-size: 0.65rem;
  opacity: 0.6;
  margin-left: 0.15rem;
}

.vp-nav-drop-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  padding: 0.5rem;
  border-radius: 0.85rem;
  background: rgba(8, 12, 20, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.vp-nav-dropdown.vp-open .vp-nav-drop-menu { display: block; }

.vp-explore-dropdown .vp-explore-menu {
  display: none;
  left: 0;
  transform: none;
  min-width: min(96vw, 560px);
  padding: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.15rem 1.25rem;
}

.vp-nav-dropdown.vp-open .vp-explore-menu {
  display: grid;
}

.vp-explore-col {
  min-width: 0;
}

.vp-explore-group-title {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding: 0.55rem 0.65rem 0.2rem;
}

.vp-explore-group-title:first-child {
  padding-top: 0.15rem;
}

.vp-nav-explore-btn {
  color: rgba(255, 255, 255, 0.82) !important;
}

.vp-nav-explore-btn:hover,
.vp-nav-dropdown.vp-open .vp-nav-explore-btn {
  color: #fff !important;
}

.vp-explore-item .vp-nav-drop-desc {
  font-size: 0.68rem;
}

.vp-nav-drop-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 0.85rem;
  border-radius: 0.55rem;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  transition: background 0.15s;
}

.vp-nav-drop-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

.vp-nav-drop-title {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.vp-nav-drop-desc {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.15rem;
  padding-right: 2.5rem;
}

.vp-nav-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.4rem;
  border-radius: 9999px;
  color: #6ee7b7;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.vp-nav-badge-gps {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
}

.vp-nav-drop-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0.35rem 0;
}

.vp-nav-drop-btn-action {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #34d399 !important;
}

.vp-nav-mobile-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  cursor: pointer;
  margin-left: auto;
}

.vp-nav-mobile-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.vp-nav-mobile-toggle.vp-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vp-nav-mobile-toggle.vp-open span:nth-child(2) { opacity: 0; }
.vp-nav-mobile-toggle.vp-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.vp-nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem 1.25rem;
  background: rgba(6, 10, 18, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 150;
}

.vp-nav-mobile.vp-open { display: block; }

.vp-nav-mobile-pills {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.vp-nav-mobile-link {
  display: block;
  padding: 0.65rem 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vp-nav-mobile-explore {
  margin: 0.35rem 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vp-nav-mobile-group-title {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6ee7b7;
  padding: 0.35rem 0.85rem 0.45rem;
}

.vp-nav-mobile-subgroup {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  padding: 0.55rem 0.85rem 0.15rem;
}

.vp-nav-mobile-explore-link {
  font-size: 0.84rem;
  padding-left: 1rem;
}

.vp-nav-mobile-login {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vp-nav-mobile-feature {
  color: #fff;
  padding-left: 0.75rem;
  border-left: 2px solid #34d399;
}

.vp-nav-mobile-cta {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
}

.vp-nav-mobile-btn {
  flex: 1;
  padding: 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
}

.vp-nav-mobile-demo {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.vp-nav-mobile-start {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
}

#root nav { position: relative; }

#root nav .max-w-7xl {
  align-items: center;
}

#root nav .vp-nav-brand {
  order: 0;
  margin-right: 0.25rem;
}

#root nav .vp-nav-shell {
  order: 1;
}

#root nav .flex.items-center.gap-3.flex-shrink-0 {
  order: 2;
  margin-left: auto;
}

#root nav .vp-nav-native-hidden {
  display: none !important;
}

#root nav:has(.vp-nav-shell) div.hidden[class*="md:flex"]:not(.vp-nav-shell) {
  display: none !important;
}

.vp-nav-full {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.vp-nav-full a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}

.vp-nav-full a:hover { color: #fff; }

/* Field Ops sections */
.vp-field-ops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.75rem 0 1.25rem;
}

.vp-field-ops-card {
  padding: 1.25rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vp-field-ops-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin: 0.5rem 0 0.35rem;
}

.vp-field-ops-card p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin: 0;
}

.vp-fo-icon { font-size: 1.5rem; }

.vp-field-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.vp-field-tag {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
}

.vp-form-builder-demo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  margin: 1.75rem 0 1.25rem;
}

@media (max-width: 768px) {
  .vp-form-builder-demo { grid-template-columns: 1fr; }
  .vp-fb-arrow { text-align: center; transform: rotate(90deg); }
}

.vp-fb-prompt,
.vp-fb-result {
  padding: 1.25rem;
  border-radius: 0.85rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vp-fb-prompt label,
.vp-fb-result label {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
}

.vp-fb-prompt p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}

.vp-fb-result ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.vp-fb-arrow {
  font-size: 1.5rem;
  color: #34d399;
  font-weight: 700;
}

/* Auth modals */
.vp-modal-lg { max-width: 480px; }

.vp-auth-brand {
  text-align: center;
  margin: 0 0 1rem;
  line-height: 0;
}

.vp-auth-brand img {
  display: block;
  width: 100%;
  max-width: 18rem;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.45));
}

.vp-form label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
}

.vp-form input,
.vp-form select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.vp-form input:focus,
.vp-form select:focus {
  outline: none;
  border-color: rgba(16, 185, 129, 0.5);
}

.vp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 480px) {
  .vp-form-row { grid-template-columns: 1fr; }
}

.vp-btn-primary {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 0.6rem;
  background: #059669;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  margin-top: 0.5rem;
}

.vp-btn-primary:hover { background: #10b981; }

.vp-btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}

.vp-form-footer {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.vp-form-footer a { color: #34d399; cursor: pointer; }

/* Searchable party picker */
.vp-party-field {
  margin-bottom: 0.25rem;
}

.vp-party-picker {
  position: relative;
  margin-bottom: 0.75rem;
}

.vp-party-search {
  margin-bottom: 0 !important;
}

.vp-party-search.vp-party-selected {
  border-color: rgba(16, 185, 129, 0.55);
}

.vp-party-search.vp-party-error {
  border-color: rgba(239, 68, 68, 0.65);
}

.vp-party-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  max-height: 220px;
  overflow-y: auto;
  border-radius: 0.6rem;
  border: 1px solid rgba(16, 185, 129, 0.35);
  background: rgba(5, 12, 9, 0.98);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

.vp-party-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 0.82rem;
}

.vp-party-option:last-child {
  border-bottom: none;
}

.vp-party-option:hover,
.vp-party-option.vp-party-active {
  background: rgba(16, 185, 129, 0.12);
}

.vp-party-name {
  flex: 1;
  line-height: 1.35;
}

.vp-party-code {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #34d399;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.vp-party-empty {
  padding: 0.85rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.vp-btn-prepare {
  background: #dc2626 !important;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3) !important;
}

.vp-btn-prepare:hover { background: #ef4444 !important; }
