.docs-page {
  background: #ffffff;
  color: #1e1828; }

.docs-section {
  padding: 3.5rem 0; }

.docs-section-header {
  margin-bottom: 2rem; }

.docs-section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e1828;
  margin: 0; }

.docs-hero {
  background: #ffffff; }

.docs-hero-main {
  padding: 2.5rem 0 1.75rem; }

.docs-hero-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center; }

.docs-hero-eyebrow {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
  background: linear-gradient(90deg, #8e24aa 0%, #b965c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.docs-hero-title {
  color: #1e1828;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em; }

.docs-hero-lead {
  color: #6e6578;
  font-size: 0.98rem;
  line-height: 1.55;
  margin-bottom: 1.35rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto; }

.docs-hero-browse {
  margin: 1rem 0 0;
  color: #6e6578;
  font-size: 0.92rem; }

.docs-search {
  max-width: 600px;
  margin: 0 auto; }

.docs-search-field {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(142, 36, 170, 0.55) 0%, rgba(171, 71, 188, 0.65) 55%, #6b9fff 100%);
  box-shadow: 0 6px 28px rgba(142, 36, 170, 0.18); }

.docs-search-sparkle {
  position: absolute;
  left: 1.15rem;
  color: #6e6578;
  font-size: 0.95rem;
  pointer-events: none;
  z-index: 1; }

.docs-search-input {
  flex: 1;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0.8rem 3.5rem 0.8rem 2.75rem;
  font-size: 0.98rem;
  color: #1e1828;
  background: #ffffff; }
  .docs-search-input:disabled {
    opacity: 1;
    cursor: not-allowed; }
  .docs-search-input:focus {
    outline: none; }
  .docs-search-input::placeholder {
    color: #b8b0c4; }

.docs-search-submit {
  position: absolute;
  right: 0.35rem;
  width: 2.35rem;
  height: 2.35rem;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #b45ac3 0%, #4f8cff 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: not-allowed;
  opacity: 0.9; }

.docs-hero-topics {
  background: #f9f7fb;
  border-top: 1px solid #ece8f0;
  padding: 1.25rem 0 1.5rem; }

.docs-topic-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem; }

.docs-topic-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 6.5rem;
  padding: 0.85rem 0.75rem 0.7rem;
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; }
  .docs-topic-chip:hover {
    border-color: rgba(142, 36, 170, 0.3);
    box-shadow: 0 4px 14px rgba(30, 26, 29, 0.06);
    transform: translateY(-1px);
    color: inherit; }
  .docs-topic-chip:nth-child(1) .docs-topic-chip-icon {
    color: #e67e22;
    background: rgba(230, 126, 34, 0.12); }
  .docs-topic-chip:nth-child(1) .docs-topic-chip-label {
    color: #c96512; }
  .docs-topic-chip:nth-child(2) .docs-topic-chip-icon {
    color: #2e9b6a;
    background: rgba(46, 155, 106, 0.12); }
  .docs-topic-chip:nth-child(2) .docs-topic-chip-label {
    color: #237a52; }
  .docs-topic-chip:nth-child(3) .docs-topic-chip-icon {
    color: #8e24aa;
    background: rgba(142, 36, 170, 0.1); }
  .docs-topic-chip:nth-child(3) .docs-topic-chip-label {
    color: #8e24aa; }
  .docs-topic-chip:nth-child(4) .docs-topic-chip-icon {
    color: #7c5cbf;
    background: rgba(124, 92, 191, 0.12); }
  .docs-topic-chip:nth-child(4) .docs-topic-chip-label {
    color: #6a4ba8; }
  .docs-topic-chip:nth-child(5) .docs-topic-chip-icon {
    color: #3b82c4;
    background: rgba(59, 130, 196, 0.12); }
  .docs-topic-chip:nth-child(5) .docs-topic-chip-label {
    color: #2f6fa8; }

.docs-topic-chip-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem; }

.docs-topic-chip-label {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center; }

.docs-topics-section {
  background: #f9f7fb;
  border-bottom: 1px solid #ece8f0; }

.docs-topic-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem; }

.docs-topic-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; }
  .docs-topic-card:hover {
    border-color: rgba(142, 36, 170, 0.35);
    box-shadow: 0 8px 24px rgba(30, 26, 29, 0.08);
    transform: translateY(-2px);
    color: inherit; }

.docs-topic-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(142, 36, 170, 0.1);
  color: #8e24aa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem; }

.docs-topic-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.5rem; }

.docs-topic-card-text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #6e6578;
  margin: 0; }

.docs-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }

.docs-featured-card {
  display: block;
  padding: 2rem;
  background: linear-gradient(145deg, #393237 0%, #1e1a1d 100%);
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  min-height: 200px;
  transition: transform 0.15s ease, box-shadow 0.15s ease; }
  .docs-featured-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(30, 26, 29, 0.25);
    color: #ffffff; }

.docs-featured-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3; }

.docs-featured-card-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin: 0; }

.docs-browse-section {
  background: #f9f7fb; }

.docs-section-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }

.docs-section-tile {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; }
  .docs-section-tile:hover {
    border-color: rgba(142, 36, 170, 0.35);
    box-shadow: 0 8px 24px rgba(30, 26, 29, 0.08);
    color: inherit; }

.docs-section-tile-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  background: rgba(142, 36, 170, 0.1);
  color: #8e24aa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem; }

.docs-section-tile-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.5rem; }

.docs-section-tile-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6e6578;
  margin: 0; }

.docs-contact-cta {
  padding: 3rem 0 3.5rem;
  background: #f9f7fb;
  border-top: 1px solid #ece8f0; }

.docs-contact-cta-card {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 2.25rem 2rem;
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(30, 26, 29, 0.04); }

.docs-contact-cta-title {
  color: #1e1828;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.65rem; }

.docs-contact-cta-text {
  color: #6e6578;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.35rem; }

.docs-catalog-page {
  background: #ffffff; }

.docs-catalog-hero {
  background: #f9f7fb;
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid #ece8f0; }

.docs-catalog-header {
  max-width: 720px; }

.docs-catalog-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8e24aa;
  margin-bottom: 0.5rem; }

.docs-catalog-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1e1828;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em; }

.docs-catalog-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #6e6578;
  margin: 0; }

.docs-catalog-body {
  padding: 3rem 0 4rem; }

.docs-catalog-sidebar-heading {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6e6578;
  margin-bottom: 1rem; }

.docs-catalog-categories {
  list-style: none;
  margin: 0;
  padding: 0; }

.docs-catalog-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  text-decoration: none;
  color: #1e1828;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  transition: background-color 0.15s ease, color 0.15s ease; }
  .docs-catalog-category:hover {
    background: #f9f7fb;
    color: #8e24aa; }
  .docs-catalog-category.is-active {
    background: rgba(142, 36, 170, 0.1);
    color: #8e24aa;
    font-weight: 600; }

.docs-catalog-count {
  font-size: 0.8rem;
  color: #6e6578;
  background: #f9f7fb;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  min-width: 1.75rem;
  text-align: center; }

.docs-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem; }

.docs-article-card {
  display: block;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #ece8f0;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; }
  .docs-article-card:hover {
    border-color: rgba(142, 36, 170, 0.35);
    box-shadow: 0 6px 20px rgba(30, 26, 29, 0.06);
    color: inherit; }

.docs-article-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 0.5rem;
  line-height: 1.35; }

.docs-article-card-summary {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #6e6578;
  margin-bottom: 0.75rem; }

.docs-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem; }

.docs-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8e24aa;
  background: rgba(142, 36, 170, 0.08);
  border-radius: 999px;
  padding: 0.2rem 0.6rem; }

.docs-empty-state {
  color: #6e6578;
  font-size: 1rem;
  padding: 2rem 0; }

.docs-topic-group {
  margin-bottom: 3rem; }
  .docs-topic-group:last-child {
    margin-bottom: 0; }

.docs-topic-group-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e1828;
  margin-bottom: 1.25rem; }

.docs-topic-page-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(142, 36, 170, 0.1);
  color: #8e24aa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.docs-article-hero {
  background: #f9f7fb;
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #ece8f0; }

.docs-article-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1e1828;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em; }

.docs-article-summary {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #6e6578;
  max-width: 720px;
  margin-bottom: 1rem; }

.docs-article-meta {
  font-size: 0.85rem;
  color: #6e6578;
  margin: 1rem 0 0; }

.docs-article-body {
  padding: 3rem 0 4rem; }

.docs-article-layout {
  max-width: 960px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #1e1828; }
  .docs-article-layout h2, .docs-article-layout h3, .docs-article-layout h4 {
    color: #1e1828;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem; }
  .docs-article-layout h2 {
    font-size: 1.5rem; }
  .docs-article-layout h3 {
    font-size: 1.25rem; }
  .docs-article-layout p {
    margin-bottom: 1rem; }
  .docs-article-layout ul, .docs-article-layout ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem; }
  .docs-article-layout code {
    font-size: 0.9em;
    background: #f9f7fb;
    border-radius: 4px;
    padding: 0.15rem 0.35rem; }
  .docs-article-layout pre {
    background: #1e1a1d;
    color: #ffffff;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    overflow-x: auto;
    margin-bottom: 1.25rem; }
    .docs-article-layout pre code {
      background: transparent;
      padding: 0;
      color: inherit; }
  .docs-article-layout a {
    color: #8e24aa;
    text-decoration: underline;
    text-underline-offset: 2px; }
  .docs-article-layout table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.25rem; }
    .docs-article-layout table th, .docs-article-layout table td {
      border: 1px solid #ece8f0;
      padding: 0.65rem 0.85rem;
      text-align: left; }
    .docs-article-layout table th {
      background: #f9f7fb;
      font-weight: 600; }
  .docs-article-layout img.docs-screenshot {
    max-width: 100%;
    box-shadow: 0 0 5px #999;
    border-radius: 10px;
    display: block;
    margin: 1rem 0 0.5rem; }

.docs-article-back {
  max-width: 760px;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ece8f0; }
  .docs-article-back a {
    color: #8e24aa;
    text-decoration: none;
    font-weight: 600; }
    .docs-article-back a:hover {
      text-decoration: underline; }

.docs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #6e6578;
  margin-bottom: 1.25rem; }
  .docs-breadcrumb a {
    color: #8e24aa;
    text-decoration: none; }
    .docs-breadcrumb a:hover {
      text-decoration: underline; }
  .docs-breadcrumb span:last-child {
    color: #1e1828;
    font-weight: 500; }

@media (max-width: 991.98px) {
  .docs-topic-grid {
    grid-template-columns: repeat(3, 1fr); }
  .docs-featured-grid,
  .docs-section-tiles {
    grid-template-columns: 1fr; }
  .docs-catalog-grid {
    grid-template-columns: 1fr; } }

@media (max-width: 575.98px) {
  .docs-hero-main {
    padding: 2rem 0 1.25rem; }
  .docs-hero-title {
    font-size: 1.65rem; }
  .docs-hero-lead {
    font-size: 0.92rem; }
  .docs-topic-strip {
    gap: 0.5rem; }
  .docs-topic-chip {
    min-width: calc(33.333% - 0.5rem);
    flex: 1 1 calc(33.333% - 0.5rem);
    max-width: calc(33.333% - 0.5rem);
    padding: 0.65rem 0.35rem 0.55rem; }
  .docs-topic-chip-label {
    font-size: 0.7rem; }
  .docs-catalog-title,
  .docs-article-title {
    font-size: 1.75rem; }
  .docs-contact-cta-card {
    padding: 1.75rem 1.25rem; } }
