/* wa-bridge.css — стилевой мост под оформление сайта (deepseek/deepseek-v4-pro). Не редактировать руками. */
:root {
  --bg-dark: #ffffff;
  --bg-dark-2: #f4f7f6;
  --bg-card: #ffffff;
  --text-white: #333333;
  --text-muted: #999999;
  --border: #333333;
  --accent: #f18f01;
}

.wa-embed {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background: transparent;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.wa-embed *,
.wa-embed *::before,
.wa-embed *::after {
  box-sizing: border-box;
}

.wa-embed img {
  max-width: 100%;
  height: auto;
}

.wa-embed h1,
.wa-embed h2,
.wa-embed h3,
.wa-embed h4,
.wa-embed h5,
.wa-embed h6 {
  color: #333333;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

.wa-embed a {
  color: #006064;
  text-decoration: none;
}

.wa-embed a:hover {
  color: #004a50;
  text-decoration: underline;
}

.wa-embed .hero,
.wa-embed [class*="hero"] {
  background-color: var(--bg-dark-2);
  color: var(--text-white);
  padding: 2rem 1rem;
}

.wa-embed .card,
.wa-embed .panel,
.wa-embed .operator-card,
.wa-embed .stat-tile,
.wa-embed [class*="card"],
.wa-embed [class*="panel"],
.wa-embed [class*="tile"],
.wa-embed [class*="stat"] {
  background-color: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0 !important;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: none !important;
}

.wa-embed a.btn,
.wa-embed a.button,
.wa-embed a.cta,
.wa-embed button.cta,
.wa-embed [class*="cta"][href],
.wa-embed [class*="button"][href],
.wa-embed [class*="btn"][href] {
  background-color: var(--accent);
  color: #ffffff;
  border: 1px solid var(--accent);
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s, border-color 0.2s;
}

.wa-embed a.btn:hover,
.wa-embed a.button:hover,
.wa-embed a.cta:hover,
.wa-embed button.cta:hover,
.wa-embed [class*="cta"][href]:hover,
.wa-embed [class*="button"][href]:hover,
.wa-embed [class*="btn"][href]:hover {
  background-color: #d97a00;
  border-color: #d97a00;
  color: #ffffff;
  text-decoration: none;
}

.wa-embed table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--border);
  word-break: break-word;
}

.wa-embed th,
.wa-embed td {
  border: 1px solid var(--border);
  padding: 8px 12px;
  text-align: left;
  font-size: inherit;
  color: inherit;
  background-color: #ffffff;
}

.wa-embed th {
  background-color: var(--bg-dark-2);
  font-weight: 600;
}

.wa-embed footer.legal,
.wa-embed .legal,
.wa-embed .legal-links,
.wa-embed .disclaimer {
  font-size: 0.75rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  padding-top: 1rem;
}

.wa-embed footer.legal a,
.wa-embed .legal a,
.wa-embed .legal-links a,
.wa-embed .disclaimer a {
  color: var(--text-muted);
  text-decoration: underline;
}

.wa-embed footer.legal a:hover,
.wa-embed .legal a:hover,
.wa-embed .legal-links a:hover,
.wa-embed .disclaimer a:hover {
  color: var(--text-white);
}
