/* ═══════════════════════════════════════════
   CORE CAPABILITIES — LOCAL STYLES
═══════════════════════════════════════════ */
.features-section {
  padding: 100px var(--px);
  background: var(--cap-section-bg);
  position: relative;
}
.features-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}
/* ── PAGE HERO — same pattern as Integrations/Pricing/Use-Cases ── */
.plat-hero {
  position: relative; padding: 116px var(--px) 70px;
  text-align: center; background: var(--bg); overflow: hidden;
}
.plat-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(var(--cta-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--cta-grid) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 50%, black 20%, transparent 100%);
}
.plat-hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.plat-hero-glow-1 { width: 700px; height: 350px; background: rgba(105,125,251,0.14); top: -60px; left: 50%; transform: translateX(-50%); }
.plat-hero-glow-2 { width: 250px; height: 250px; background: rgba(16,185,129,0.09); bottom: 0; right: 10%; }
.plat-hero-content { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.plat-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--blue); background: rgba(105,125,251,0.1); border: 1px solid rgba(105,125,251,0.25);
  padding: 6px 14px; border-radius: 100px; margin-bottom: 28px;
}
[data-theme="light"] .plat-eyebrow { color: #2563eb; background: rgba(37,99,235,0.08); border-color: rgba(37,99,235,0.2); }
.plat-hero h1 {
  font-size: clamp(32px, 4.4vw, 56px); font-weight: 900; letter-spacing: -2px; line-height: 1.05;
  background: var(--h1-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 20px;
}
.plat-hero-sub { font-size: clamp(15px, 2vw, 18px); line-height: 1.7; color: var(--text-secondary); max-width: 560px; margin: 0 auto; }

/* Feature block */
.feat-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start;
  max-width: 1100px; margin: 0 auto 100px;
}
.feat-text { padding-top: 8px; }
.feat-block:last-child { margin-bottom: 0; }
.feat-block--flip { direction: rtl; }
.feat-block--flip > * { direction: ltr; }

.feat-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
[data-theme="light"] .feat-number { color: #5567e9; }
.feat-block h3 {
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 18px;
}
.feat-block p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.feat-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feat-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.65;
}
.feat-checklist li strong {
  font-weight: 700;
  color: var(--text-primary);
}
.feat-checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: rgba(105, 125, 251, 0.12);
  border: 1px solid rgba(105, 125, 251, 0.25);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%23697dfb' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
[data-theme="light"] .feat-checklist li::before {
  background-color: rgba(105, 125, 251, 0.08);
  border-color: rgba(105, 125, 251, 0.20);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%235567e9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.feat-checklist li > span { flex: 1; min-width: 0; }

/* Feature visual cards */
.prod-visual {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.prod-visual::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 180px;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(105,125,251,0.12) 0%, transparent 70%);
  pointer-events: none;
}
[data-theme="light"] .prod-visual {
  background: rgba(255,255,255,0.8);
  box-shadow: 0 4px 24px rgba(22,50,91,0.06);
}
[data-theme="light"] .prod-visual::before {
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(37,99,235,0.07) 0%, transparent 70%);
}
.pv-tag {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 20px;
}

/* Visual: Unified Vendor Platform — signal feed */
.signal-feed { display: flex; flex-direction: column; gap: 8px; }
.signal-row {
  display: flex; align-items: center; gap: 12px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  transition: background 0.2s;
}
[data-theme="light"] .signal-row { background: rgba(255,255,255,0.6); border-color: rgba(22,50,91,0.1); }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.signal-vendor { font-weight: 600; color: var(--text-primary); min-width: 90px; }
.signal-msg { color: var(--text-secondary); flex: 1; font-size: 12px; }
.signal-status {
  font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 100px;
  white-space: nowrap;
}
.signal-status--ok { background: rgba(34,197,94,0.12); color: #16a34a; }
.signal-status--warn { background: rgba(251,191,36,0.15); color: #b45309; }
.signal-status--alert { background: rgba(239,68,68,0.12); color: #dc2626; }
[data-theme="light"] .signal-status--ok { color: #15803d; }
[data-theme="light"] .signal-status--warn { color: #92400e; }
[data-theme="light"] .signal-status--alert { color: #b91c1c; }

.pv-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 12px; color: var(--text-muted);
}

/* Visual: Vendor-box zoom — same arc layout as the homepage hub-spoke diagram, vendors clustered right */
.vendor-zoom { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; }
.vz-scene {
  position: relative; width: 100%;
  aspect-ratio: 300 / 210;
}
.vz-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.vz-svg .vz-line-main { stroke: #6366f1; stroke-width: 2.0; stroke-dasharray: 5 8; stroke-opacity: 0.8; fill: none; }
.vz-svg .vz-line-badge { stroke: #10b981; stroke-width: 2.0; stroke-dasharray: 5 8; stroke-opacity: 0.8; fill: none; }
.vz-svg .vz-line-itsm { stroke: #6366f1; stroke-width: 2.0; stroke-dasharray: 5 8; stroke-opacity: 0.8; fill: none; }
.vz-svg .vz-line-static { stroke: rgba(255,255,255,0.22); stroke-width: 1.5; stroke-dasharray: 4 6; fill: none; }
[data-theme="light"] .vz-svg .vz-line-static { stroke: rgba(22,50,91,0.25); }
.vz-packet-blue { fill: #6366f1; filter: drop-shadow(0 0 4px #6366f1); }
.vz-packet-green { fill: #10b981; filter: drop-shadow(0 0 4px #10b981); }
.vz-packet-purple { fill: #6366f1; filter: drop-shadow(0 0 4px #6366f1); }

.vz-node { position: absolute; transform: translate(-50%, -50%); white-space: nowrap; }
.vz-badge {
  font-size: 10.5px; font-weight: 600; padding: 3px 9px; border-radius: 100px;
  background: var(--surface-2); border: 1px solid rgba(16,185,129,0.3); color: #059669;
}
[data-theme="light"] .vz-badge { background: rgba(255,255,255,0.75); }
.vz-card {
  background: #161b28; border: 1px solid rgba(16,185,129,0.35);
  border-left: 3px solid #10b981; border-radius: 10px; padding: 7px 16px; text-align: center;
}
[data-theme="light"] .vz-card { background: #ffffff; }
.vz-card-cat {
  display: block; font-size: 8.5px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: #059669; opacity: 0.85; margin-bottom: 2px;
}
.vz-card-title { font-size: 13px; font-weight: 700; color: var(--text-primary); }
.vz-card--itsm { border-color: rgba(139,92,246,0.35); border-left-color: #8b5cf6; }
.vz-card--itsm .vz-card-cat { color: #a78bfa; }
/* Category layer — sits between the Vendors card and the individual vendor-name/logo tiles */
.vz-category {
  font-size: 9px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 100px;
  background: var(--surface-2); border: 1px solid rgba(79,110,247,0.35); color: var(--blue);
}
[data-theme="light"] .vz-category { background: rgba(255,255,255,0.85); color: #2563eb; border-color: rgba(37,99,235,0.3); }

/* Vendor Two-Layer Badges */
.vz-badge--two-layers {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  padding: 6px 12px;
  border-radius: 8px;
  background: #161b28;
  border: 1px solid rgba(16,185,129,0.3);
  text-align: center;
}
[data-theme="light"] .vz-badge--two-layers {
  background: #ffffff;
  border-color: rgba(22,50,91,0.08);
  box-shadow: 0 4px 12px rgba(22,50,91,0.04);
}
.vz-badge-cat {
  font-size: 8px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.vz-badge-val {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Vendor logo tile — same 2-letter colored-initial style as the Integrations page */
.vz-logo-tile {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 9.5px; font-weight: 600; padding: 3px 8px 3px 6px; border-radius: 8px;
  background: #161b28; border: 1px solid rgba(255,255,255,0.08); color: var(--text-primary);
}
[data-theme="light"] .vz-logo-tile { background: #ffffff; border-color: rgba(22,50,91,0.08); }
.vz-logo-initial { font-size: 9px; font-weight: 900; }
.vz-hub {
  width: 96px; height: 96px; border-radius: 18px; flex-shrink: 0;
  background: linear-gradient(145deg, #4f6ef7 0%, #1e3a8a 100%);
  box-shadow: 0 8px 24px rgba(79,110,247,0.32), 0 0 0 1px rgba(255,255,255,0.15) inset;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  position: relative;
}
.vz-hub-pulse {
  position: absolute; inset: -5px; border-radius: 23px;
  border: 1.5px solid rgba(79,110,247,0.28);
  animation: vz-hub-ring 2.8s ease-in-out infinite;
}

/* ── DIAGRAM BACKGROUND ZONES ── */
.plat-zone-bg {
  position: absolute;
  pointer-events: none;
  border-radius: 12px;
  z-index: 1;
}
.plat-zone-bg--customer {
  left: 2%;
  top: 2%;
  width: 44%;
  height: 35%;
  border: 1.5px dashed rgba(139,92,246,0.3);
  background: rgba(139,92,246,0.012);
}
.plat-zone-bg--vendor {
  right: 2%;
  top: 2%;
  width: 50%;
  height: 96%;
  border: 1.5px dashed rgba(16,185,129,0.3);
  background: rgba(16,185,129,0.012);
}
.plat-zone-bg--platform {
  left: 2%;
  top: 38%;
  width: 44%;
  height: 60%;
  border: 1.5px dashed rgba(79,110,247,0.35);
  background: rgba(79,110,247,0.015);
  border-radius: 60% 60% 50% 50% / 70% 70% 40% 40%;
}
.plat-zone-header {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.plat-zone-bg--customer .plat-zone-header { color: #8b5cf6; }
.plat-zone-bg--vendor .plat-zone-header { color: #10b981; }
.plat-zone-bg--platform .plat-zone-header {
  color: #4f6ef7;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.vz-hub-pulse::after {
  content: ''; position: absolute; inset: -5px; border-radius: 28px;
  border: 1px solid rgba(79,110,247,0.12);
  animation: vz-hub-ring 2.8s ease-in-out 0.5s infinite;
}
@keyframes vz-hub-ring {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50%      { transform: scale(1.2); opacity: 0; }
}
.vz-hub-logo { width: 64px; height: auto; object-fit: contain; }
.vz-hub-sub {
  font-size: 8px; font-weight: 400; color: rgba(255,255,255,0.5);
  letter-spacing: 0.12em; text-transform: uppercase;
}
.vz-caption { font-size: 11px; color: var(--text-muted); text-align: center; }
.pv-live-dot {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 500; color: #16a34a;
}
.pv-live-dot::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.2);
  animation: pulse-live 1.8s ease-in-out infinite;
}
@keyframes pulse-live {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.2); }
  50%       { box-shadow: 0 0 0 6px rgba(34,197,94,0.05); }
}

/* Visual: Calendar */
.mini-cal-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px;
}
.mini-cal-month { font-size: 14px; font-weight: 700; color: var(--text-primary); }
.mini-cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 4px; margin-bottom: 16px;
}
.mc-day-label {
  text-align: center; font-size: 10px; font-weight: 600;
  color: var(--text-muted); padding: 4px 0;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.mc-cell {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 500; color: var(--text-muted);
  border-radius: 6px;
  position: relative;
}
.mc-cell.mc-today { background: rgba(105,125,251,0.15); color: var(--blue); font-weight: 700; }
[data-theme="light"] .mc-cell.mc-today { background: rgba(37,99,235,0.1); color: #2563eb; }
.mc-cell.mc-event { color: var(--text-primary); }
.mc-cell.mc-event::after {
  content: ''; position: absolute; bottom: 3px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--blue);
}
[data-theme="light"] .mc-cell.mc-event::after { background: #2563eb; }
.mc-cell.mc-conflict { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); color: #ef4444; }
.mc-cell.mc-conflict::after { background: #ef4444; }
.cal-events-list { display: flex; flex-direction: column; gap: 6px; }
.cal-event-chip {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; padding: 7px 11px; border-radius: 8px;
  background: var(--surface-2); border: 1px solid var(--border);
  color: var(--text-secondary);
}
[data-theme="light"] .cal-event-chip { background: rgba(255,255,255,0.7); border-color: rgba(22,50,91,0.1); }
.cal-event-chip-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.cal-event-chip-text { flex: 1; }
.cal-event-chip-time { font-size: 10px; color: var(--text-muted); font-weight: 600; white-space: nowrap; }

/* Visual: Scorecard */
.score-grid { display: flex; flex-direction: column; gap: 10px; }
.score-vendor-row {
  display: flex; align-items: center; gap: 12px;
}
.score-icon {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0;
  background: var(--surface-2); border: 1px solid var(--border);
  color: var(--text-primary);
}
[data-theme="light"] .score-icon { background: rgba(255,255,255,0.7); }
.score-name { font-size: 13px; font-weight: 600; color: var(--text-primary); min-width: 96px; }
.score-bar-wrap { flex: 1; height: 6px; background: var(--border); border-radius: 100px; overflow: hidden; }
.score-bar-fill { height: 100%; border-radius: 100px; transition: width 1s cubic-bezier(0.4,0,0.2,1); }
.score-val { font-size: 13px; font-weight: 700; color: var(--text-primary); min-width: 34px; text-align: right; }
.score-trend { font-size: 11px; font-weight: 600; min-width: 28px; text-align: right; }
.score-trend--up { color: #22c55e; }
.score-trend--dn { color: #ef4444; }

/* Visual: AI Vendor Support Assistant — big, prominent Tacbot avatar */
.assistant-persona {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 10px; padding: 24px 12px 20px;
  margin-bottom: 16px;
  background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px;
}
[data-theme="light"] .assistant-persona { background: rgba(255,255,255,0.7); border-color: rgba(22,50,91,0.1); }
.assistant-avatar {
  width: 88px; height: 88px; border-radius: 20px; flex-shrink: 0;
  background: linear-gradient(145deg, #0d1424, #1b2740);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 28px rgba(0,0,0,0.22);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); font-size: 15px;
  position: relative;
}
[data-theme="light"] .assistant-avatar { background: linear-gradient(145deg, #16213a, #22304d); border-color: rgba(255,255,255,0.06); }
.assistant-avatar img { width: 42px; height: 63px; opacity: 0.95; display: block; }
.assistant-avatar::after {
  content: ''; position: absolute; inset: -4px; border-radius: 24px;
  box-shadow: 0 0 0 0 rgba(105,125,251,0.4);
  opacity: 0;
}
.assistant-avatar.is-speaking::after {
  opacity: 1;
  animation: bot-pulse-ring 2s ease-out infinite;
}
@keyframes bot-pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(105,125,251,0.35); }
  100% { box-shadow: 0 0 0 10px rgba(105,125,251,0); }
}
.assistant-persona-name { font-size: 16px; font-weight: 600; color: var(--text-primary); display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 2px; }
.assistant-persona-desc { font-size: 12px; color: var(--text-muted); margin-top: 2px; max-width: 260px; }

/* Speaking indicator — music-equalizer bars, JS-driven for a real "playing" feel */
.assistant-speaking-dots {
  display: inline-flex; align-items: flex-end; gap: 3px; height: 18px;
  opacity: 0; transition: opacity 0.25s ease;
}
.assistant-persona.is-speaking .assistant-speaking-dots { opacity: 1; }
.assistant-speaking-dots span {
  width: 3px; border-radius: 1px; background: var(--blue); height: 4px;
  transition: height 0.32s ease-in-out;
}
[data-theme="light"] .assistant-speaking-dots span { background: #2563eb; }
.assistant-rca-text.typing::after {
  content: '\258B'; display: inline-block; margin-left: 2px;
  color: var(--blue); animation: rca-cursor-blink 0.8s steps(1) infinite;
}
[data-theme="light"] .assistant-rca-text.typing::after { color: #2563eb; }
@keyframes rca-cursor-blink { 50% { opacity: 0; } }
.assistant-footer { opacity: 0; transition: opacity 0.5s ease; }
.assistant-footer.visible { opacity: 1; }
.assistant-rca {
  background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px; padding: 14px;
  min-height: 100px;
}
[data-theme="light"] .assistant-rca { background: rgba(255,255,255,0.6); border-color: rgba(22,50,91,0.1); }
.assistant-rca-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 8px;
}
[data-theme="light"] .assistant-rca-label { color: #2563eb; }
.assistant-rca-text { font-size: 12px; line-height: 1.6; color: var(--text-secondary); }

@media (max-width: 900px) {
  .feat-block { grid-template-columns: 1fr; gap: 40px; }
  .feat-block--flip { direction: ltr; }
  .features-section { padding: 64px var(--px); }
}
@media (max-width: 768px) {
  .plat-hero { padding: 100px 20px 60px; }
  .features-section { padding: 56px 20px; }
  .feat-block { margin-bottom: 56px; gap: 28px; }
  .prod-visual { padding: 24px; min-height: 280px; }
  .signal-vendor { min-width: 70px; font-size: 11px; }
  .signal-msg { font-size: 11px; }
  .score-name { min-width: 72px; font-size: 12px; }
}
@media (max-width: 640px) {
  .plat-hero { padding: 96px 16px 52px; }
  .features-section { padding: 48px 16px; }
  .feat-block { gap: 20px; margin-bottom: 44px; }
  .prod-visual { padding: 18px; border-radius: 14px; }
  .pv-footer { flex-direction: column; gap: 8px; align-items: flex-start; }
  .assistant-persona { padding: 18px 10px 14px; }
  .assistant-avatar { width: 72px; height: 72px; border-radius: 16px; }
  .score-vendor-row { gap: 8px; }
  .score-name { min-width: 60px; font-size: 11px; }
  .score-val { font-size: 12px; min-width: 28px; }
  .js-platform-style-1, .js-platform-style-2 { min-height: 820px; }
}
@media (max-width: 480px) {
  .plat-hero { padding: 88px 14px 44px; }
  .features-section { padding: 40px 14px; }
  .prod-visual { min-height: auto; }
  .mini-cal-grid { gap: 2px; }
  .mc-cell { font-size: 10px; border-radius: 4px; }
  .cal-event-chip { padding: 5px 8px; font-size: 11px; }
  .js-platform-style-1, .js-platform-style-2 { min-height: 800px; }
}

/* ── EXTRACTED INLINE STYLES FOR PLATFORM.HTML ── */
.js-platform-style-1 { padding:0; overflow:hidden; min-height:520px; }
.js-platform-style-2 { width:100%;height:100%;min-height:520px;border:none;display:block;background:transparent;border-radius:20px; }
.js-platform-style-3 { width:94%;background:linear-gradient(90deg,#22c55e,#16a34a); }
.js-platform-style-4 { width:88%;background:linear-gradient(90deg,#3b82f6,#2563eb); }
.js-platform-style-5 { width:81%;background:linear-gradient(90deg,#6366f1,#4f46e5); }
.js-platform-style-6 { color:var(--text-muted); }
.js-platform-style-7 { width:73%;background:linear-gradient(90deg,#f59e0b,#d97706); }
.js-platform-style-8 { width:61%;background:linear-gradient(90deg,#ef4444,#dc2626); }
.js-platform-style-9 { display:flex;gap:12px;font-size:13px;color:var(--text-muted); }
.js-platform-style-10 { cursor:pointer; }
.js-platform-style-11 { background:#ff9900; }
.js-platform-style-12 { border-color:rgba(239,68,68,0.3);background:rgba(239,68,68,0.05); }
.js-platform-style-13 { background:#ef4444; }
.js-platform-style-14 { color:var(--text-primary);font-weight:600; }
.js-platform-style-15 { color:#ef4444; }
.js-platform-style-16 { background:#6366f1; }
