.wsp-plasma-support-page {
  margin: 0;
  background: #f5f5f4;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
}

.wsp-plasma-page {
  padding: 30px 0 56px;
}

.wsp-plasma-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.wsp-plasma-wide {
  width: min(1400px, calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
}

.wsp-plasma-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  color: #64748b;
  font-size: 14px;
}

.wsp-plasma-breadcrumbs a {
  color: #ea580c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-plasma-breadcrumbs a:hover {
  text-decoration: underline;
}

.wsp-plasma-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.wsp-plasma-title-card,
.wsp-plasma-panel,
.wsp-plasma-card,
.wsp-plasma-warning,
.wsp-plasma-search-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
}

.wsp-plasma-title-card {
  padding: 26px;
}

.wsp-plasma-kicker {
  margin: 0 0 8px;
  color: #ea580c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wsp-plasma-title-card h1 {
  margin: 0;
  max-width: 860px;
  color: #111827;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.03;
  letter-spacing: 0;
}

.wsp-plasma-title-card p {
  max-width: 820px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.58;
}

.wsp-plasma-status-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.wsp-plasma-stat {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.wsp-plasma-stat strong {
  display: block;
  color: #111827;
  font-size: 24px;
  line-height: 1.1;
}

.wsp-plasma-stat span {
  color: #64748b;
  font-size: 13px;
}

.wsp-plasma-section {
  margin-top: 22px;
}

.wsp-plasma-section h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
  letter-spacing: 0;
}

.wsp-plasma-section-intro {
  max-width: 780px;
  margin: -4px 0 16px;
  color: #64748b;
  line-height: 1.55;
}

.wsp-plasma-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wsp-plasma-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wsp-plasma-card {
  padding: 16px;
}

.wsp-plasma-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

.wsp-plasma-card p {
  margin: 0 0 12px;
  color: #64748b;
  line-height: 1.5;
}

.wsp-plasma-card ul,
.wsp-plasma-panel ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #475569;
  line-height: 1.5;
}

.wsp-plasma-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.wsp-plasma-button,
.wsp-plasma-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.wsp-plasma-button {
  color: #ffffff;
  background: #ea580c;
}

.wsp-plasma-button:hover {
  background: #c2410c;
  color: #ffffff;
}

.wsp-plasma-chip {
  color: #111827;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.wsp-plasma-chip:hover {
  border-color: #ea580c;
  color: #c2410c;
}

.wsp-plasma-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.wsp-plasma-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
  font-size: 12px;
  font-weight: 900;
}

.wsp-plasma-badge.warning {
  background: #fef3c7;
  color: #92400e;
  border-color: #fde68a;
}

.wsp-plasma-badge.good {
  background: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

.wsp-plasma-panel {
  padding: 18px;
}

.wsp-plasma-warning {
  padding: 16px;
  border-color: #fbbf24;
  background: #fffbeb;
}

.wsp-plasma-warning h2,
.wsp-plasma-warning h3 {
  margin: 0 0 8px;
  color: #92400e;
}

.wsp-plasma-warning p {
  margin: 0;
  color: #78350f;
  line-height: 1.5;
}

.wsp-plasma-table-wrap {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
}

.wsp-plasma-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.wsp-plasma-table th,
.wsp-plasma-table td {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.wsp-plasma-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.wsp-plasma-table tr:last-child td {
  border-bottom: 0;
}

.wsp-plasma-table a {
  color: #c2410c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-plasma-table a:hover {
  text-decoration: underline;
}

.wsp-plasma-small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 13px;
}

.wsp-plasma-detail {
  margin-top: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.wsp-plasma-detail summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #111827;
  font-weight: 900;
}

.wsp-plasma-detail > div {
  padding: 0 16px 16px;
}

.wsp-plasma-search-card {
  padding: 18px;
  background: #111827;
  color: #ffffff;
}

.wsp-plasma-search-card h2,
.wsp-plasma-search-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
}

.wsp-plasma-search-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
}

.wsp-plasma-search-card .wsp-plasma-chip {
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

@media (max-width: 900px) {
  .wsp-plasma-hero,
  .wsp-plasma-grid,
  .wsp-plasma-grid.two {
    grid-template-columns: 1fr;
  }

  .wsp-plasma-wide {
    width: min(100%, calc(100vw - 24px));
  }

  .wsp-plasma-title-card {
    padding: 20px;
  }

  .wsp-plasma-table {
    min-width: 760px;
  }
}

@media (max-width: 560px) {
  .wsp-plasma-page {
    padding-top: 20px;
  }

  .wsp-plasma-container {
    width: min(100%, calc(100% - 20px));
  }

  .wsp-plasma-title-card h1 {
    font-size: 30px;
  }

  .wsp-plasma-title-card p {
    font-size: 15px;
  }

  .wsp-plasma-card,
  .wsp-plasma-panel,
  .wsp-plasma-warning {
    padding: 14px;
  }
}
