.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.is-active {
  display: block;
}

.is-current {
  color: #007cba;
  font-weight: 500;
}

.is-hidden {
  display: none;
}

.has-children {
  position: relative;
}

.is-empty {
  color: #666;
  font-style: italic;
  margin: 0;
}

.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.progress-text {
  display: block;
  margin-top: 0.25rem;
  text-align: center;
  color: #666;
}

.deardocs-settings-help {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: #666;
}

.deardocs-settings-warning {
  color: #dc2626;
  background-color: #fee2e2;
  padding: 1rem;
  border-radius: 4px;
  border-left: 4px solid #dc2626;
}

.depth-1 {
  padding-left: 1rem;
}

.depth-2 {
  padding-left: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.p-0 {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}

.text-light {
  color: #666;
}

.border-0 {
  border: 0 !important;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}
.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fade-exit {
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.deardocs-doc-placeholder,
.deardocs-doc-card-placeholder {
  border: 2px dashed #e2e8f0;
  background-color: #f8f9fa;
  border-radius: 4px;
  margin: 0.5rem 0;
  height: 40px;
}

.deardocs-nav-item-icon {
  margin-right: 0.5rem;
  vertical-align: middle;
  color: currentColor;
}

.deardocs-status-success {
  color: #059669;
}
.deardocs-status-error {
  color: #dc2626;
}
.deardocs-status-warning {
  color: #d97706;
}
.deardocs-status-info {
  color: #007cba;
}

.deardocs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .deardocs-container {
    padding: 1rem 0;
    gap: 0.5rem;
  }
}
.deardocs-sidebar {
  width: 280px;
}
@media (max-width: 768px) {
  .deardocs-sidebar {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .deardocs-sidebar-right {
    display: block;
    width: 100%;
    position: static;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .deardocs-sidebar-right {
    display: none;
  }
}
.deardocs-sidebar::-webkit-scrollbar {
  width: 6px;
}
.deardocs-sidebar::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}
.deardocs-sidebar::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 4px;
}
.deardocs-content {
  flex: 1 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .deardocs-content {
    flex-basis: 100%;
    order: 1;
  }
}
.deardocs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .deardocs-grid {
    grid-template-columns: 1fr;
  }
}
.deardocs-child-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .deardocs-child-docs-grid {
    grid-template-columns: 1fr;
  }
}
.deardocs-entry-header {
  margin-bottom: 2rem;
}
.deardocs-entry-content {
  line-height: 1.6;
}
.deardocs-entry-content h1, .deardocs-entry-content h2, .deardocs-entry-content h3, .deardocs-entry-content h4, .deardocs-entry-content h5, .deardocs-entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.deardocs-entry-content h1:first-child, .deardocs-entry-content h2:first-child, .deardocs-entry-content h3:first-child, .deardocs-entry-content h4:first-child, .deardocs-entry-content h5:first-child, .deardocs-entry-content h6:first-child {
  margin-top: 0;
}
.deardocs-entry-content p {
  margin-bottom: 1rem;
}
.deardocs-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.deardocs-entry-content pre {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  overflow-x: auto;
}
.deardocs-entry-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.deardocs-section {
  margin-bottom: 2rem;
}
.deardocs-section:last-child {
  margin-bottom: 0;
}
.deardocs-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.deardocs-list-item {
  margin-bottom: 0.5rem;
}
.deardocs-list-item:last-child {
  margin-bottom: 0;
}

.deardocs-archive .deardocs-container {
  grid-template-columns: 1fr;
  max-width: 1200px;
}

@media print {
  .deardocs-sidebar, .deardocs-mobile-nav {
    display: none !important;
  }
  .deardocs-container {
    display: block;
    padding: 0;
  }
  .deardocs-content {
    max-width: 100%;
  }
}
.deardocs-nav {
  border-radius: 4px;
}
.deardocs-nav-section {
  margin-bottom: 0.5rem;
  border-radius: 4px;
  overflow: hidden;
}
.deardocs-nav-section.is-active .deardocs-nav-content {
  display: block;
}
.deardocs-nav-section.is-active .deardocs-nav-toggle-icon::before {
  transform: translateY(-25%) rotate(45deg);
}
.deardocs-nav-toggle {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.deardocs-nav-toggle-icon {
  position: relative;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deardocs-nav-toggle-icon::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-75%) rotate(-45deg);
  transition: transform 0.2s ease;
}
.deardocs-nav-content {
  display: none;
  padding: 0.5rem 0;
}
.deardocs-nav-list {
  position: relative;
  list-style: none;
  padding-left: 0 !important;
  margin: 0;
}
.deardocs-nav-list .deardocs-nav-list {
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.deardocs-nav-item {
  position: relative;
  font-size: 0.9rem;
}
.deardocs-nav-item.is-current > .deardocs-nav-link {
  color: #007cba;
}
.deardocs-nav-item-icon {
  flex-shrink: 0;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.deardocs-nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s ease;
}
.deardocs-nav-link:hover {
  color: #007cba;
}
.deardocs-mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .deardocs-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
  }
}
.deardocs-mobile-nav-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.deardocs-mobile-nav-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
  box-shadow: 0 -6px 0 #333, 0 6px 0 #333;
  transition: all 0.2s ease;
}
.deardocs-mobile-nav-toggle.is-active::before {
  background: #007cba;
  box-shadow: 0 -6px 0 #007cba, 0 6px 0 #007cba;
}
.deardocs-mobile-nav-toggle.is-active + span {
  color: #007cba;
}
.deardocs-mobile-nav-toc-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.deardocs-mobile-nav-toc-toggle::before, .deardocs-mobile-nav-toc-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}
.deardocs-mobile-nav-toc-toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.deardocs-mobile-nav-toc-toggle.is-active::before, .deardocs-mobile-nav-toc-toggle.is-active::after {
  background: #007cba;
}
.deardocs-mobile-nav span {
  font-size: 0.9rem;
  color: #666;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .deardocs-navigation {
    display: none;
  }
}

@media (max-width: 768px) {
  .deardocs-navigation.is-active,
  .deardocs-toc.is-active {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.nav-slide-enter {
  opacity: 0;
  transform: translateY(-10px);
}

.nav-slide-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-slide-exit {
  opacity: 1;
  transform: translateY(0);
}

.nav-slide-exit-active {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.deardocs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.25rem;
}
.deardocs-breadcrumb-item {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.deardocs-breadcrumb-item svg {
  vertical-align: sub;
}
.deardocs-breadcrumb-item:hover {
  color: #007cba;
}
.deardocs-breadcrumb-item.is-current {
  font-weight: 500;
  color: #007cba;
}
.deardocs-breadcrumb-separator {
  margin: 0 0.5rem;
  color: #94a3b8;
}

.deardocs-content {
  min-width: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .deardocs-content {
    padding: 1rem;
  }
}
.deardocs-article {
  max-width: 100%;
  margin: 0 auto;
}
.deardocs-entry-header {
  margin-bottom: 2.5rem;
}
.deardocs-entry-title {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .deardocs-entry-title {
    font-size: 1.5rem;
  }
}
.deardocs-entry-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.deardocs-entry-content h1, .deardocs-entry-content h2, .deardocs-entry-content h3, .deardocs-entry-content h4, .deardocs-entry-content h5, .deardocs-entry-content h6 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #333;
}
.deardocs-entry-content h1:first-child, .deardocs-entry-content h2:first-child, .deardocs-entry-content h3:first-child, .deardocs-entry-content h4:first-child, .deardocs-entry-content h5:first-child, .deardocs-entry-content h6:first-child {
  margin-top: 0;
}
.deardocs-entry-content h1 {
  font-size: 2.5rem;
}
.deardocs-entry-content h2 {
  font-size: 1.5rem;
}
.deardocs-entry-content h3 {
  font-size: 1.25rem;
}
.deardocs-entry-content h4 {
  font-size: 1.125rem;
}
.deardocs-entry-content h5 {
  font-size: 1rem;
}
.deardocs-entry-content h6 {
  font-size: 0.9rem;
}
.deardocs-entry-content p, .deardocs-entry-content ul, .deardocs-entry-content ol {
  margin-bottom: 1.5rem;
}
.deardocs-entry-content p:last-child, .deardocs-entry-content ul:last-child, .deardocs-entry-content ol:last-child {
  margin-bottom: 0;
}
.deardocs-entry-content ul li, .deardocs-entry-content ol li {
  margin-bottom: 0.5rem;
}
.deardocs-entry-content a {
  color: #007cba;
  text-decoration: none;
  transition: color 0.2s ease;
}
.deardocs-entry-content a:hover {
  color: #006291;
}
.deardocs-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5rem 0;
}
.deardocs-entry-content pre {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.9rem;
}
.deardocs-entry-content code {
  padding: 0.25rem 0.5rem;
  background: #f8f9fa;
  border-radius: 4px;
  font-size: 0.9em;
}
.deardocs-entry-content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
.deardocs-entry-content table th, .deardocs-entry-content table td {
  padding: 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  text-align: left;
}
.deardocs-entry-content table th {
  background: #f8f9fa;
  font-weight: 600;
}
.deardocs-entry-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #007cba;
  background: #f8f9fa;
  font-style: italic;
  color: #666;
}
.deardocs-entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.deardocs-entry-content hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid #e2e8f0;
}
.deardocs-entry-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.deardocs-navigation-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .deardocs-navigation-links {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.deardocs-navigation-links a {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.deardocs-navigation-links a:hover {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.deardocs-navigation-links-prev {
  text-align: left;
}
.deardocs-navigation-links-next {
  text-align: right;
}
.deardocs-navigation-links-label {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.25rem;
}
.deardocs-navigation-links-title {
  display: block;
  color: #333;
  font-weight: 500;
}

.deardocs-doc-card {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  box-shadow: 0px 0px 64px -10px rgba(0, 0, 0, 0.1);
}
.deardocs-doc-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.deardocs-doc-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background: radial-gradient(ellipse at top left, #f2f3ff 0 0, transparent 80% 10%) no-repeat;
}
.deardocs-doc-card-title {
  margin: 0;
  font-size: 1.125rem;
}
.deardocs-doc-card-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #333;
  text-decoration: none;
}
.deardocs-doc-card-content {
  padding: 1rem;
}
.deardocs-doc-card-footer {
  padding: 0 1rem 1.5rem;
}
.deardocs-doc-card-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.deardocs-doc-card-list-item {
  margin-bottom: 0.5rem;
}
.deardocs-doc-card-list-item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.deardocs-doc-card-list .dashicons {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  color: #666;
}
.deardocs-doc-card-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid #007cba;
  border-radius: 50px;
  color: #007cba;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.deardocs-doc-card-link:hover {
  background-color: #006291;
  color: #fff;
}
.deardocs-doc-card-actions {
  display: flex;
  gap: 0.5rem;
}
.deardocs-doc-card-actions .button {
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
}
.deardocs-doc-card-placeholder {
  border: 2px dashed #e2e8f0;
  background: #f8f9fa;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  height: 60px;
}

.deardocs-search {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.deardocs-search-sidebar {
  margin-bottom: 1.5rem;
}
.deardocs-search-top {
  padding: 2rem 1.5rem;
  background-color: #f5f5f5;
}
.deardocs-search-container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}
.deardocs-search-input[type=text] {
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  transition: all 0.2s ease;
  border-radius: 8px;
  padding-left: 3rem;
  transition: all 0.2s ease;
}
.deardocs-search-input[type=text]:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.deardocs-search-input[type=text]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.deardocs-search-button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.5rem 1rem;
  color: #666;
  transform: translateY(-50%);
  transition: color 0.2s ease;
}
.deardocs-search-button:hover {
  color: #007cba;
}
.deardocs-search-button svg {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
}
.deardocs-search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(4px);
  z-index: 999;
}
.deardocs-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.deardocs-search-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.deardocs-search-modal[aria-hidden=false] .deardocs-search-modal-content {
  transform: translateY(100px);
}
.deardocs-search-modal-content {
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 64px -10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  z-index: 9999;
}
@media (max-width: 768px) {
  .deardocs-search-modal-content {
    width: 95%;
    margin-top: 1rem;
  }
}
.deardocs-search-modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}
.deardocs-search-modal-input[type=text] {
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-size: 1.125rem;
  padding-right: 2.5rem;
}
.deardocs-search-modal-input[type=text]:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.deardocs-search-modal-close {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease;
}
.deardocs-search-modal-close:hover {
  color: #007cba;
}
.deardocs-search-modal-close svg {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
.deardocs-search-results {
  max-height: calc(80vh - 150px);
  overflow-y: auto;
  padding: 1rem;
}
.deardocs-search-results::-webkit-scrollbar {
  width: 6px;
}
.deardocs-search-results::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.deardocs-search-results::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 4px;
}
.deardocs-search-result {
  display: block;
  padding: 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e2e8f0;
}
.deardocs-search-result:hover {
  background-color: #f8f9fa;
}
.deardocs-search-result-title {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
}
.deardocs-search-result-section {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #007cba;
  background-color: #eff6ff;
  border-radius: 6px;
}
.deardocs-search-result-excerpt {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
.deardocs-search-loading {
  padding: 2rem;
  text-align: center;
  color: #666;
}
.deardocs-search-no-results {
  padding: 2rem;
  text-align: center;
  color: #666;
}
.deardocs-search-error {
  padding: 2rem;
  text-align: center;
  color: #ef4444;
}

.deardocs-toc {
  position: sticky;
  top: 2rem;
  background: #f5f5f5;
  border-radius: 4px;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .deardocs-toc {
    display: none;
    position: static;
    margin-top: 1rem;
  }
}
.deardocs-toc-title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  padding: 1rem 1rem 0;
}
.deardocs-toc-list {
  margin: 0;
  padding: 0 0 1rem;
  list-style: none;
  font-size: 0.9rem;
}
.deardocs-toc-list .deardocs-toc-list {
  padding-left: 1rem;
}
.deardocs-toc-item {
  margin: 0.25rem 0;
  position: relative;
}
.deardocs-toc-item.depth-1 {
  padding-left: 1rem;
}
.deardocs-toc-item.depth-2 {
  padding-left: 2rem;
}
.deardocs-toc-item.depth-3 {
  padding-left: 2.5rem;
}
.deardocs-toc-item.is-active > .deardocs-toc-link {
  color: #007cba;
  font-weight: 500;
}
.deardocs-toc-item.is-active::before {
  opacity: 1;
}
.deardocs-toc-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5rem;
  background-color: #007cba;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.deardocs-toc-link {
  position: relative;
  display: block;
  padding: 0.25rem 0;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.deardocs-toc-link:hover {
  color: #007cba;
}
.deardocs-toc-empty {
  color: #666;
  font-style: italic;
  margin: 0;
  padding: 1rem 0;
}
.deardocs-toc-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #007cba;
  transition: width 0.2s ease;
}
.deardocs-mobile-toc-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .deardocs-mobile-toc-toggle {
    display: block;
  }
}
.deardocs-mobile-toc-toggle::before, .deardocs-mobile-toc-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
}
.deardocs-mobile-toc-toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.deardocs-mobile-toc-toggle.is-active::before, .deardocs-mobile-toc-toggle.is-active::after {
  background: #007cba;
}

.toc-slide-enter {
  opacity: 0;
  transform: translateY(-10px);
}

.toc-slide-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.toc-slide-exit {
  opacity: 1;
  transform: translateY(0);
}

.toc-slide-exit-active {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes tocHighlight {
  from {
    background-color: rgba(0, 124, 186, 0.1);
  }
  to {
    background-color: transparent;
  }
}
.deardocs-toc-item.is-active {
  animation: tocHighlight 1s ease-out;
}