:root {
  --canta-bg: #FFFFFF;
  --canta-bg-raised: #F5F5F5;
  --canta-bg-overlay: #E5E5E5;
  --canta-text: #262626;
  --canta-text-heading: #000000;
  --canta-text-muted: #999999;
  --canta-border: #E5E5E5;
  --canta-border-strong: #D4D4D4;
}

[data-theme=dark] {
  --canta-bg: #171717;
  --canta-bg-raised: #262626;
  --canta-bg-overlay: #525252;
  --canta-text: #E5E5E5;
  --canta-text-heading: #FFFFFF;
  --canta-text-muted: #999999;
  --canta-border: #525252;
  --canta-border-strong: #999999;
}

[data-theme=dark] body {
  background-color: #171717;
  color: #E5E5E5;
}
[data-theme=dark] h1, [data-theme=dark] h2, [data-theme=dark] h3, [data-theme=dark] h4, [data-theme=dark] h5, [data-theme=dark] h6 {
  color: #FFFFFF;
}
[data-theme=dark] p {
  color: #D4D4D4;
}
[data-theme=dark] a {
  color: rgb(63.5, 126.805785124, 255);
}
[data-theme=dark] code {
  background-color: #262626;
  color: rgb(63.5, 126.805785124, 255);
}
[data-theme=dark] ::selection {
  background-color: rgba(0, 80, 242, 0.3);
  color: #FFFFFF;
}
[data-theme=dark] .docs-sidebar {
  background: #171717;
  border-right-color: #262626;
}
[data-theme=dark] .docs-sidebar__header {
  border-bottom-color: #262626;
}
[data-theme=dark] .docs-sidebar__logo {
  color: #FFFFFF;
}
[data-theme=dark] .docs-sidebar__section-title {
  color: #737373;
}
[data-theme=dark] .docs-sidebar__link {
  color: #999999;
}
[data-theme=dark] .docs-sidebar__link .material-symbols-rounded {
  color: #737373;
}
[data-theme=dark] .docs-sidebar__link:hover {
  color: #E5E5E5;
  background: #262626;
}
[data-theme=dark] .docs-sidebar__link:hover .material-symbols-rounded {
  color: #D4D4D4;
}
[data-theme=dark] .docs-sidebar__link--active {
  color: rgb(38, 109.7355371901, 255);
  background: rgba(0, 80, 242, 0.1);
}
[data-theme=dark] .docs-sidebar__link--active .material-symbols-rounded {
  color: rgb(38, 109.7355371901, 255);
}
[data-theme=dark] .docs-sidebar__link--active:hover {
  background: rgba(0, 80, 242, 0.15);
  color: rgb(38, 109.7355371901, 255);
}
[data-theme=dark] .docs-content {
  background: #111111;
}
[data-theme=dark] .docs-mobile-header {
  background: #171717;
  border-bottom-color: #262626;
  color: #FFFFFF;
}
[data-theme=dark] .docs-page-header {
  background: #171717;
  border-bottom-color: #262626;
}
[data-theme=dark] .docs-page-header__title {
  color: #FFFFFF;
}
[data-theme=dark] .docs-page-header__description {
  color: #D4D4D4;
}
[data-theme=dark] .docs-page-header__breadcrumb {
  color: #737373;
}
[data-theme=dark] .docs-section__title {
  color: #FFFFFF;
  border-bottom-color: #262626;
}
[data-theme=dark] .docs-section__text {
  color: #D4D4D4;
}
[data-theme=dark] .docs-preview {
  border-color: #262626;
  background: #171717;
}
[data-theme=dark] .docs-preview__header {
  background: #262626;
  border-bottom-color: #525252;
  color: #D4D4D4;
}
[data-theme=dark] .docs-preview__body {
  background: #171717;
}
[data-theme=dark] .docs-preview__body--dark {
  background: #000000;
}
[data-theme=dark] .docs-code {
  border-color: #262626;
}
[data-theme=dark] .docs-code__header {
  background: #262626;
  color: #999999;
}
[data-theme=dark] .docs-code__block {
  background: #000000;
  color: #E5E5E5;
}
[data-theme=dark] .docs-table {
  border-color: #262626;
  background: #171717;
}
[data-theme=dark] .docs-table th {
  background: #262626;
  color: #D4D4D4;
  border-bottom-color: #525252;
}
[data-theme=dark] .docs-table td {
  border-bottom-color: #262626;
  color: #D4D4D4;
}
[data-theme=dark] .docs-table code {
  background: #262626;
}
[data-theme=dark] .docs-swatch {
  border-color: #525252;
}
[data-theme=dark] .docs-swatch__info {
  background: #171717;
  border-top-color: #525252;
}
[data-theme=dark] .docs-swatch__name {
  color: #E5E5E5;
}
[data-theme=dark] .docs-swatch__hex {
  color: #999999;
}
[data-theme=dark] .docs-stats {
  background: #262626;
  border-bottom-color: #262626;
}
[data-theme=dark] .docs-stats__item {
  background: #171717;
}
[data-theme=dark] .docs-stats__label {
  color: #999999;
}
[data-theme=dark] .docs-features {
  background: #171717;
}
[data-theme=dark] .docs-features__card {
  border-color: #262626;
  background: #171717;
}
[data-theme=dark] .docs-features__card:hover {
  border-color: #525252;
}
[data-theme=dark] .docs-features__title {
  color: #FFFFFF;
}
[data-theme=dark] .docs-features__text {
  color: #999999;
}
[data-theme=dark] .docs-hero {
  background: #171717;
  border-bottom-color: #262626;
}
[data-theme=dark] .docs-hero__title {
  color: #FFFFFF;
}
[data-theme=dark] .docs-hero__description {
  color: #999999;
}
[data-theme=dark] .docs-footer {
  background: #171717;
  border-top-color: #262626;
}
[data-theme=dark] .docs-theme-toggle {
  background: #262626;
  color: #E5E5E5;
  border-color: #525252;
}
[data-theme=dark] .docs-spacing-demo__box {
  background: rgba(0, 80, 242, 0.25);
  border-color: rgba(0, 80, 242, 0.4);
}
[data-theme=dark] .docs-inline-code {
  background: #262626;
  color: rgb(63.5, 126.805785124, 255);
}
[data-theme=dark] .canta-btn--outline {
  background-color: transparent;
  color: #E5E5E5;
  border-color: #525252;
}
[data-theme=dark] .canta-btn--outline:hover:not(:disabled) {
  background-color: #262626;
  border-color: #737373;
  color: #FFFFFF;
}
[data-theme=dark] .canta-btn--ghost {
  color: #D4D4D4;
}
[data-theme=dark] .canta-btn--ghost:hover:not(:disabled) {
  background-color: #262626;
  color: #F5F5F5;
}
[data-theme=dark] .canta-input,
[data-theme=dark] .canta-select,
[data-theme=dark] .canta-textarea {
  background-color: #262626;
  border-color: #525252;
  color: #F5F5F5;
}
[data-theme=dark] .canta-input:focus,
[data-theme=dark] .canta-select:focus,
[data-theme=dark] .canta-textarea:focus {
  border-color: #0050F2;
}
[data-theme=dark] .canta-picker__trigger {
  background: #262626;
  border-color: #525252;
  color: #F5F5F5;
}
[data-theme=dark] .canta-picker__dropdown {
  background: #262626;
  border-color: #525252;
}
[data-theme=dark] .canta-picker__option:hover {
  background: #525252;
}
[data-theme=dark] .canta-picker__search-input {
  background: #525252;
  color: #F5F5F5;
}
[data-theme=dark] .canta-card {
  background-color: #262626;
  border-color: #525252;
}
[data-theme=dark] .canta-card__header,
[data-theme=dark] .canta-card__footer {
  border-color: #525252;
}
[data-theme=dark] .canta-table {
  border-color: #525252;
  background: #262626;
}
[data-theme=dark] .canta-table th {
  background-color: #525252;
  color: #E5E5E5;
  border-color: #737373;
}
[data-theme=dark] .canta-table td {
  border-color: #525252;
  color: #E5E5E5;
}
[data-theme=dark] .canta-table--striped tbody tr:nth-child(even) {
  background-color: #171717;
}
[data-theme=dark] .canta-table--hoverable tbody tr:hover {
  background-color: rgba(0, 80, 242, 0.06);
}
[data-theme=dark] .canta-alert {
  background-color: #262626;
  border-color: #525252;
}
[data-theme=dark] .canta-badge {
  opacity: 0.9;
}
[data-theme=dark] .canta-modal {
  background-color: #262626;
  border-color: #525252;
}
[data-theme=dark] .canta-tabs__list {
  border-bottom-color: #525252;
}
[data-theme=dark] .canta-tabs__tab {
  color: #999999;
}
[data-theme=dark] .canta-tabs__tab:hover:not(:disabled) {
  color: #E5E5E5;
  border-bottom-color: #999999;
}
[data-theme=dark] .canta-tabs__tab--active {
  color: rgb(38, 109.7355371901, 255);
}
[data-theme=dark] .canta-tabs__content,
[data-theme=dark] .canta-tabs__panels {
  background-color: #262626;
}
[data-theme=dark] .canta-accordion__item {
  border-color: #525252;
}
[data-theme=dark] .canta-accordion__header {
  color: #E5E5E5;
  background: #262626;
}
[data-theme=dark] .canta-accordion__header:hover {
  background: #525252;
}
[data-theme=dark] .canta-sidebar {
  background-color: #171717;
  border-color: #262626;
}
[data-theme=dark] .canta-navbar {
  background-color: #171717;
  border-color: #262626;
  color: #E5E5E5;
}
[data-theme=dark] .canta-checkbox__box,
[data-theme=dark] .canta-radio__circle {
  background-color: #262626;
  border-color: #737373;
}
[data-theme=dark] .canta-checkbox__label,
[data-theme=dark] .canta-radio__label {
  color: #E5E5E5;
}
[data-theme=dark] .canta-switch__track {
  background-color: #525252;
}
[data-theme=dark] .canta-tooltip__content {
  background-color: #F5F5F5;
  color: #000000;
}
[data-theme=dark] .canta-toast {
  background-color: #262626;
  border-color: #525252;
  color: #E5E5E5;
}
[data-theme=dark] .canta-progress {
  background-color: #525252;
}
[data-theme=dark] .canta-breadcrumb {
  color: #999999;
}
[data-theme=dark] .canta-pagination__item {
  border-color: #525252;
  color: #D4D4D4;
  background: #262626;
}
[data-theme=dark] .canta-pagination__item:hover:not(.canta-pagination__item--disabled) {
  background: #525252;
  color: #F5F5F5;
}
[data-theme=dark] .canta-pagination__item--active {
  background: #0050F2;
  border-color: #0050F2;
  color: #FFFFFF;
}
[data-theme=dark] .canta-form-group__label {
  color: #D4D4D4;
}
[data-theme=dark] .canta-form-group__helper {
  color: #999999;
}
[data-theme=dark] .canta-divider {
  background-color: #525252;
}

.docs-layout {
  display: flex;
  min-height: 100vh;
}

.docs-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background: #FFFFFF;
  border-right: 1px solid #E5E5E5;
  overflow-y: auto;
  z-index: 1030;
}
.docs-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.docs-sidebar::-webkit-scrollbar-track {
  background: #F5F5F5;
  border-radius: 4px;
}
.docs-sidebar::-webkit-scrollbar-thumb {
  background: #D4D4D4;
  border-radius: 4px;
}
.docs-sidebar::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.docs-sidebar__header {
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #E5E5E5;
}
.docs-sidebar__logo {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  color: #000000;
  text-decoration: none;
  display: block;
}
.docs-sidebar__logo span {
  color: #0050F2;
}
.docs-sidebar__version {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 0.25rem;
}
.docs-sidebar__nav {
  padding: 0.75rem 0;
}
.docs-sidebar__section {
  margin-bottom: 0.25rem;
}
.docs-sidebar__section-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999999;
  padding: 0.75rem 1.25rem 0.25rem;
}
.docs-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 7px 1.25rem;
  color: #737373;
  text-decoration: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 0;
  transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
.docs-sidebar__link .material-symbols-rounded {
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
  color: #D4D4D4;
}
.docs-sidebar__link:hover {
  color: #000000;
  background: #F5F5F5;
  text-decoration: none;
}
.docs-sidebar__link:hover .material-symbols-rounded {
  color: #737373;
}
.docs-sidebar__link--active {
  color: #0050F2;
  background: rgba(0, 80, 242, 0.06);
  font-weight: 500;
}
.docs-sidebar__link--active .material-symbols-rounded {
  color: #0050F2;
}
.docs-sidebar__link--active:hover {
  background: rgba(0, 80, 242, 0.1);
  color: #0050F2;
}
@media (max-width: 768px) {
  .docs-sidebar {
    transform: translateX(-100%);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
  }
  .docs-sidebar--open {
    transform: translateX(0);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  }
}

.docs-content {
  flex: 1;
  margin-left: 260px;
  min-height: 100vh;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .docs-content {
    margin-left: 0;
  }
}

.docs-mobile-header {
  display: none;
  position: sticky;
  top: 0;
  z-index: 1020;
  background: #FFFFFF;
  color: #000000;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .docs-mobile-header {
    display: flex;
  }
}
.docs-mobile-header__logo {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  text-decoration: none;
  color: #000000;
}
.docs-mobile-header__logo span {
  color: #0050F2;
}
.docs-mobile-header__toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.docs-mobile-header__toggle:focus {
  outline: none;
}
.docs-mobile-header__toggle {
  color: #737373;
  font-size: 24px;
  padding: 0.25rem;
}

.docs-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1040;
}
.docs-overlay--active {
  display: block;
}

.docs-page-header {
  padding: 2rem 2rem 1.5rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .docs-page-header {
    padding: 1.5rem 1rem;
  }
}
.docs-page-header__breadcrumb {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  color: #999999;
  margin-bottom: 0.5rem;
}
.docs-page-header__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .docs-page-header__title {
    font-size: 1.5rem;
  }
}
.docs-page-header__description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #737373;
  max-width: 600px;
}

.docs-page-body {
  padding: 2rem;
  max-width: 960px;
}
@media (max-width: 768px) {
  .docs-page-body {
    padding: 1rem;
  }
}

.docs-section {
  margin-bottom: 2.5rem;
}
.docs-section__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000000;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 1.25rem;
}
.docs-section__subtitle {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.docs-section__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #737373;
  margin-bottom: 1rem;
  max-width: 600px;
}

.docs-preview {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #FFFFFF;
}
.docs-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background: #F5F5F5;
  border-bottom: 1px solid #E5E5E5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #737373;
}
.docs-preview__body {
  padding: 1.5rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.docs-preview__body--dark {
  background: #171717;
}
.docs-preview__body--column {
  flex-direction: column;
  align-items: flex-start;
}
.docs-preview__body--center {
  justify-content: center;
}

.docs-code {
  position: relative;
  margin-bottom: 1.25rem;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  overflow: hidden;
}
.docs-code__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background: #F5F5F5;
  border-bottom: 1px solid #E5E5E5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #999999;
}
.docs-code__copy {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.docs-code__copy:focus {
  outline: none;
}
.docs-code__copy {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0050F2;
  padding: 4px 0.75rem;
  border-radius: 6px;
  transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
.docs-code__copy:hover {
  background: rgba(0, 80, 242, 0.08);
}
.docs-code__block {
  background: #FAFAFA;
  color: #262626;
  padding: 1.25rem;
  overflow-x: auto;
}
.docs-code__block::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.docs-code__block::-webkit-scrollbar-track {
  background: #F5F5F5;
  border-radius: 4px;
}
.docs-code__block::-webkit-scrollbar-thumb {
  background: #D4D4D4;
  border-radius: 4px;
}
.docs-code__block::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.docs-code__block pre {
  margin: 0;
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 13.5px;
  line-height: 1.75;
  white-space: pre;
  tab-size: 2;
}
.docs-code__block code {
  font-family: inherit;
  color: inherit;
}

.docs-inline-code {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.85em;
  background: #F5F5F5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #0050F2;
}

.docs-swatch {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  width: 140px;
}
.docs-swatch__color {
  height: 72px;
}
.docs-swatch__info {
  padding: 0.5rem 0.75rem;
  background: #FFFFFF;
  border-top: 1px solid #E5E5E5;
}
.docs-swatch__name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 2px;
}
.docs-swatch__hex {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 11px;
  color: #999999;
}

.docs-table {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #FFFFFF;
}
.docs-table th {
  background: #F5F5F5;
  color: #525252;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}
.docs-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #F5F5F5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  color: #525252;
}
.docs-table tr:last-child td {
  border-bottom: none;
}
.docs-table code {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.75rem;
  background: #F5F5F5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #0050F2;
}

.docs-spacing-demo {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.docs-spacing-demo__item {
  text-align: center;
}
.docs-spacing-demo__box {
  background: rgba(0, 80, 242, 0.15);
  border: 1px solid rgba(0, 80, 242, 0.3);
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.docs-spacing-demo__label {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 11px;
  color: #999999;
}

.docs-hero {
  background: #FFFFFF;
  color: #000000;
  padding: 4rem 2rem 3rem;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .docs-hero {
    padding: 2.5rem 1rem 2rem;
  }
}
.docs-hero__tag {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.75rem;
  color: #0050F2;
  letter-spacing: 0.025em;
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(0, 80, 242, 0.08);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}
.docs-hero__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .docs-hero__title {
    font-size: 2.5rem;
  }
}
.docs-hero__accent {
  color: #0050F2;
}
.docs-hero__description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #999999;
  max-width: 520px;
  margin-bottom: 2rem;
}
.docs-hero__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.docs-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.docs-stats__item {
  background: #FFFFFF;
  padding: 1.5rem 1rem;
  text-align: center;
}
.docs-stats__number {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0050F2;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.docs-stats__label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #999999;
}

.docs-features {
  padding: 2.5rem 2rem;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .docs-features {
    padding: 2rem 1rem;
  }
}
.docs-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.docs-features__card {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 1.25rem;
  transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #FFFFFF;
}
.docs-features__card:hover {
  border-color: #D4D4D4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.docs-features__icon {
  font-size: 28px;
  color: #0050F2;
  margin-bottom: 0.75rem;
}
.docs-features__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.5rem;
}
.docs-features__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #999999;
  line-height: 1.625;
}

.docs-footer {
  border-top: 1px solid #E5E5E5;
  padding: 1.5rem 2rem;
  background: #FFFFFF;
}
.docs-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
}
@media (max-width: 768px) {
  .docs-footer__inner {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}
.docs-footer__brand {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}
.docs-footer__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  color: #999999;
}

.docs-theme-toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.docs-theme-toggle:focus {
  outline: none;
}
.docs-theme-toggle {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  color: #737373;
  border: 1px solid #E5E5E5;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1030;
}
.docs-theme-toggle:hover {
  border-color: #D4D4D4;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  color: #000000;
}
[data-theme=dark] .docs-theme-toggle {
  background: #262626;
  color: #E5E5E5;
  border-color: #525252;
}