@import url("./wiki.css");

:root {
  --as-blue: #6cb8ff;
  --as-blue-strong: #2d73e5;
  --as-blue-soft: #d9ebff;
}

.armor-says-wiki-page {
  background:
    radial-gradient(circle at 78% 16%, rgba(108, 184, 255, 0.16), transparent 24%),
    radial-gradient(circle at 16% 12%, rgba(68, 132, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #050914 52%, #03060b 100%);
}

.armor-says-wiki-page::before {
  background:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,0.06) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 22%, rgba(108, 184, 255, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 72%, rgba(108, 184, 255, 0.1) 0 1px, transparent 2px);
  background-size: 220px 220px, 280px 280px, 320px 320px;
}

.armor-says-wiki-page .background-glow-left {
  background: rgba(66, 133, 255, 0.28);
}

.armor-says-wiki-page .background-glow-right {
  background: rgba(108, 184, 255, 0.2);
}

.background-glow-blue {
  top: 60rem;
  left: -8rem;
  background: rgba(45, 115, 229, 0.22);
}

.button-primary-blue {
  background: linear-gradient(135deg, #b9dcff, #2d73e5);
  color: #05101f;
  box-shadow: 0 18px 40px rgba(27, 81, 176, 0.32);
}

.button-secondary-blue {
  border-color: rgba(108, 184, 255, 0.18);
  background: rgba(10, 24, 44, 0.48);
  color: var(--as-blue-soft);
}

.armor-says-wiki-page .project-badge,
.armor-says-wiki-page .project-pill {
  border-color: rgba(108, 184, 255, 0.18);
  background: rgba(9, 23, 43, 0.4);
  color: var(--as-blue-soft);
}

.armor-says-wiki-page .project-heading-accent {
  background: linear-gradient(135deg, #ebf5ff 0%, #b9dcff 26%, #6cb8ff 58%, #2d73e5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.armor-says-wiki-page .wiki-quick-card,
.armor-says-wiki-page .wiki-card-green,
.armor-says-wiki-page .wiki-chip,
.armor-says-wiki-page .wiki-note.wiki-tip,
.armor-says-wiki-page .wiki-mode-row,
.armor-says-wiki-page .wiki-kit-card-green,
.armor-says-wiki-page .wiki-placeholder-row {
  border-color: rgba(108, 184, 255, 0.14);
}

.armor-says-wiki-page .wiki-quick-card,
.armor-says-wiki-page .wiki-card-green {
  background: linear-gradient(180deg, rgba(12,24,44,0.92), rgba(6,11,20,0.98));
}

.armor-says-wiki-page .wiki-card-label,
.armor-says-wiki-page .wiki-sidebar-group-label,
.armor-says-wiki-page .wiki-section-tag,
.armor-says-wiki-page .wiki-mode-name,
.armor-says-wiki-page .wiki-kit-name,
.armor-says-wiki-page .wiki-code-block,
.armor-says-wiki-page .wiki-inline-code,
.armor-says-wiki-page .wiki-cmd,
.armor-says-wiki-page .wiki-table td code,
.armor-says-wiki-page .wiki-table th code {
  color: var(--as-blue);
}

.armor-says-wiki-page .wiki-section-tag,
.armor-says-wiki-page .wiki-inline-code,
.armor-says-wiki-page .wiki-chip,
.armor-says-wiki-page .wiki-cmd,
.armor-says-wiki-page .wiki-table th {
  background: rgba(108, 184, 255, 0.08);
}

.armor-says-wiki-page .wiki-code-block {
  background: rgba(7, 14, 28, 0.82);
}

.armor-says-wiki-page .wiki-table th {
  color: var(--as-blue-soft);
}

.armor-says-wiki-page .wiki-note.wiki-tip {
  background: rgba(45, 115, 229, 0.08);
}

.armor-says-wiki-page .wiki-tip .wiki-note-body strong {
  color: var(--as-blue-soft);
}

.armor-says-wiki-page .wiki-sidebar-links a:hover,
.armor-says-wiki-page .wiki-sidebar-links a.active,
.armor-says-wiki-page .wiki-toc-links a:hover {
  background: rgba(108, 184, 255, 0.08);
  color: var(--as-blue-soft);
}

.armor-says-wiki-page .wiki-list li::before,
.armor-says-wiki-page .wiki-checklist li::before,
.armor-says-wiki-page .wiki-ordered-list li::before {
  border-color: rgba(108, 184, 255, 0.18);
}

.armor-says-wiki-page .wiki-list li::before {
  background: var(--as-blue);
}

.armor-says-wiki-page .wiki-checklist li::before {
  background-color: rgba(108, 184, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%236cb8ff' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.armor-says-wiki-page .wiki-ordered-list li::before {
  background: rgba(108, 184, 255, 0.08);
  color: var(--as-blue);
}
