/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ubjt4cbuq7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ubjt4cbuq7] {
    flex: 1;
}

.sidebar[b-ubjt4cbuq7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ubjt4cbuq7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ubjt4cbuq7]  a, .top-row[b-ubjt4cbuq7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ubjt4cbuq7]  a:hover, .top-row[b-ubjt4cbuq7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ubjt4cbuq7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ubjt4cbuq7] {
        justify-content: space-between;
    }

    .top-row[b-ubjt4cbuq7]  a, .top-row[b-ubjt4cbuq7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ubjt4cbuq7] {
        flex-direction: row;
    }

    .sidebar[b-ubjt4cbuq7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ubjt4cbuq7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ubjt4cbuq7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ubjt4cbuq7], article[b-ubjt4cbuq7] {
        /* padding-left: 2rem !important;
        padding-right: 1.5rem !important; */
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vw66pkwtjz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vw66pkwtjz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vw66pkwtjz] {
    font-size: 1.1rem;
}

.bi[b-vw66pkwtjz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vw66pkwtjz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vw66pkwtjz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vw66pkwtjz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vw66pkwtjz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vw66pkwtjz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vw66pkwtjz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vw66pkwtjz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vw66pkwtjz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vw66pkwtjz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vw66pkwtjz] {
        display: none;
    }

    .collapse[b-vw66pkwtjz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-vw66pkwtjz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Blog.razor.rz.scp.css */
/* Blog Listing Page Styles */
.blog-post-card[b-b7ertj9owu] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e0e0e0;
}

.blog-post-card:hover[b-b7ertj9owu] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.featured-post-card[b-b7ertj9owu] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #ffdd33;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.featured-post-card:hover[b-b7ertj9owu] {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(255, 221, 51, 0.3);
}

.insight-tag[b-b7ertj9owu] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #ffdd33;
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Active Filter Highlight */
.border-primary[b-b7ertj9owu] {
    border-color: #ffdd33 !important;
    border-width: 2px !important;
}

.form-control:focus[b-b7ertj9owu],
.form-select:focus[b-b7ertj9owu] {
    border-color: #ffdd33;
    box-shadow: 0 0 0 0.2rem rgba(255, 221, 51, 0.25);
}

/* Loading Indicator (matching preloader style) */
.loading-box[b-b7ertj9owu] {
    display: inline-block;
    text-align: center;
}

.loader[b-b7ertj9owu] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ffdd33;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-b7ertj9owu 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-b7ertj9owu {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.terminal-output[b-b7ertj9owu] {
    font-family: 'IBM Plex Mono', monospace;
    color: #333;
    margin-top: 0.5rem;
}

.terminal-output.msg-1[b-b7ertj9owu] {
    animation: blink-b-b7ertj9owu 1s infinite;
}

@keyframes blink-b-b7ertj9owu {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Pagination */
.pagination .page-link[b-b7ertj9owu] {
    color: #333;
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link[b-b7ertj9owu] {
    background-color: #ffdd33;
    border-color: #ffdd33;
    color: #000;
}

.pagination .page-link:hover[b-b7ertj9owu] {
    background-color: #f8f9fa;
    border-color: #ffdd33;
}

/* Badge Styles */
.badge[b-b7ertj9owu] {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

.badge.bg-light[b-b7ertj9owu] {
    border: 1px solid #dee2e6;
}

.badge.bg-light:hover[b-b7ertj9owu] {
    background-color: #ffdd33 !important;
    border-color: #ffdd33;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-post-card[b-b7ertj9owu],
    .featured-post-card[b-b7ertj9owu] {
        margin-bottom: 1rem;
    }
    
    .pagination[b-b7ertj9owu] {
        font-size: 0.875rem;
    }
}

/* Lazy Loading Image Placeholder */
img[loading="lazy"][b-b7ertj9owu] {
    background: #f0f0f0;
    min-height: 200px;
}
/* img[loading="lazy"]::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/placeholder.png') center center no-repeat;
    background-size: contain;
} */
/* /Pages/BlogPostPage.razor.rz.scp.css */
/* src/Pages/BlogPost.razor.css */

/* General styling for the blog post content */
.blog-post-content[b-jkcz1im8yi] {
  max-width: 856px; /* Set maximum width for the content container */
  margin: 0 auto; /* Center the content on the page */
  padding: 1.2rem 0; /* Add vertical padding to the content */
  line-height: 1.7; /* Set line height for better readability */
}

/* Styling for rendered markdown elements */
.markdown-content h1[b-jkcz1im8yi],
.markdown-content h2[b-jkcz1im8yi],
.markdown-content h3[b-jkcz1im8yi],
.markdown-content h4[b-jkcz1im8yi],
.markdown-content h5[b-jkcz1im8yi],
.markdown-content h6[b-jkcz1im8yi] {
  font-family: var(--bs-font-serif); /* Use serif font for headings */
  margin-top: 1.5em; /* Add top margin to headings */
  margin-bottom: 0.75em; /* Add bottom margin to headings */
}

/* Specific styling for each heading level */
.markdown-content h1[b-jkcz1im8yi] {
  font-size: 2.5rem; /* Larger font size for h1 */
}
.markdown-content h2[b-jkcz1im8yi] {
  font-size: 2rem; /* Medium font size for h2 */
}
.markdown-content h3[b-jkcz1im8yi] {
  font-size: 1.75rem; /* Smaller font size for h3 */
}
.markdown-content h4[b-jkcz1im8yi] {
  font-size: 1.5rem; /* Slightly smaller font size for h4 */
}
.markdown-content h5[b-jkcz1im8yi] {
  font-size: 1.25rem; /* Smaller font size for h5 */
}
.markdown-content h6[b-jkcz1im8yi] {
  font-size: 1rem; /* Smallest font size for h6 */
}

/* Styling for paragraphs */
.markdown-content p[b-jkcz1im8yi] {
  margin-bottom: 1em; /* Add bottom margin to paragraphs */
}

/* Styling for links */
.markdown-content a[b-jkcz1im8yi] {
  color: var(--bs-link-color); /* Bootstrap link color */
  text-decoration: underline; /* Underline links for better visibility */
}

/* Styling for lists (unordered and ordered) */
.markdown-content ul[b-jkcz1im8yi],
.markdown-content ol[b-jkcz1im8yi] {
  margin-bottom: 1em; /* Add bottom margin to lists */
  padding-left: 1.5em; /* Indent list items */
}

/* Styling for list items */
.markdown-content li[b-jkcz1im8yi] {
  margin-bottom: 0.5em; /* Add vertical spacing between list items */
}

/* Styling for blockquotes */
.markdown-content blockquote[b-jkcz1im8yi] {
  border-left: 4px solid var(--bs-warning); /* Warning color border for blockquotes */
  padding-left: 1em; /* Indent blockquote content */
  margin: 1.5em 0; /* Add top and bottom margin to blockquotes */
  color: var(--bs-gray-600); /* Lighter gray text color for blockquote */
  font-style: italic; /* Italicize blockquote text */
}

/* Styling for code blocks */
.markdown-content pre[b-jkcz1im8yi] {
  background-color: var(--bs-dark); /* Dark background for code blocks */
  color: var(--bs-gray-300); /* Lighter gray text color for code */
  padding: 1em; /* Add padding around the code block */
  border-radius: 0.25rem; /* Round corners for the code block */
  overflow-x: auto; /* Enable horizontal scrolling for long lines */
  margin-bottom: 1em; /* Add bottom margin to code blocks */
}

/* Styling for inline code */
.markdown-content code[b-jkcz1im8yi] {
  font-family: "IBM Plex Mono", monospace; /* Use monospace font for inline code */
  font-size: 0.875em; /* Slightly smaller font size */
  color: var(--bs-danger); /* Red color for inline code */
  background-color: var(--bs-light); /* Light background for inline code */
  padding: 0.2em 0.4em; /* Add padding around the inline code */
  border-radius: 0.25rem; /* Round corners for the inline code */
}

/* Styling for preformatted text within code blocks */
.markdown-content pre code[b-jkcz1im8yi] {
  background-color: transparent; /* Remove background color for nested code */
  color: inherit; /* Inherit text color from parent */
  padding: 0; /* Remove padding around nested code */
}

/* Styling for images */
.markdown-content img[b-jkcz1im8yi] {
  max-width: 100%; /* Ensure images don't exceed the container width */
  height: auto; /* Maintain image aspect ratio */
  display: block; /* Center images horizontally */
  margin: 1.5em auto; /* Add vertical spacing around images */
  border-radius: 0.25rem; /* Round corners for images */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Subtle shadow for images */
}

/* Styling for tables */
.markdown-content table[b-jkcz1im8yi] {
  width: 100%; /* Ensure tables span the full width of their container */
  margin-bottom: 1em; /* Add bottom margin to tables */
  border-collapse: collapse; /* Collapse borders between cells */
}

/* Styling for table headers and data cells */
.markdown-content th[b-jkcz1im8yi],
.markdown-content td[b-jkcz1im8yi] {
  border: 1px solid var(--bs-gray-300); /* Add borders around cells */
  padding: 0.75em; /* Add padding around cell content */
  text-align: left; /* Align text to the left */
}

/* Styling for table headers */
.markdown-content th[b-jkcz1im8yi] {
  background-color: var(--bs-light); /* Light background color for headers */
  font-weight: bold; /* Bold text in headers */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .blog-post-content[b-jkcz1im8yi] {
    padding: 1rem 0.5rem; /* Reduce padding on smaller screens */
  }

  .markdown-content h1[b-jkcz1im8yi] {
    font-size: 2rem; /* Smaller font size for h1 on smaller screens */
  }
  .markdown-content h2[b-jkcz1im8yi] {
    font-size: 1.75rem; /* Smaller font size for h2 on smaller screens */
  }
  .markdown-content h3[b-jkcz1im8yi] {
    font-size: 1.5rem; /* Smaller font size for h3 on smaller screens */
  }
}
/* /Shared/BlogPostSidebar.razor.rz.scp.css */
/* =====================================================================
   BLOG POST SIDEBAR STYLES
   ===================================================================== */

.blog-sidebar[b-1uayq41xuh] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* =====================================================================
   SIDEBAR CARDS
   ===================================================================== */

.sidebar-card[b-1uayq41xuh] {
  background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
  border: 1px solid #fb3;
  transition: all 0.3s ease;
}

.sidebar-card:hover[b-1uayq41xuh] {
  border-color: #ffdd33;
  box-shadow: 0 4px 12px rgba(255, 221, 51, 0.1);
}

.sidebar-card .card-header[b-1uayq41xuh] {
  background-color: #0f0f0f;
  border-bottom: 1px solid #333;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffdd33;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sidebar-card .card-header i[b-1uayq41xuh] {
  font-size: 1.1rem;
}

.sidebar-card .card-body[b-1uayq41xuh] {
  padding: 1.25rem;
}

/* Author Card */
.author-card .card-title[b-1uayq41xuh] {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.author-card .card-text[b-1uayq41xuh] {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.author-card .btn[b-1uayq41xuh] {
  font-size: 0.8rem;
}

/* Meta Card */
.meta-card .meta-item[b-1uayq41xuh] {
  padding-bottom: 0.75rem;
}

.meta-card .meta-item:not(:last-child)[b-1uayq41xuh] {
  border-bottom: 1px solid #333;
  margin-bottom: 0.75rem;
}

.meta-card strong[b-1uayq41xuh] {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #ffdd33;
  margin-bottom: 0.25rem;
}

/* Tags Card */
.tags-card .tags-list[b-1uayq41xuh] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tags-card .badge[b-1uayq41xuh] {
  background-color: #2d5f8d !important;
  color: #dbeafe;
  font-size: 0.75rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0.25rem;
}

.tags-card .badge i[b-1uayq41xuh] {
  margin-right: 0.25rem;
}

/* Highlights Card */
.highlights-card .highlights-list[b-1uayq41xuh] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlights-card .highlights-list li[b-1uayq41xuh] {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  line-height: 1.5;
  font-size: 0.9rem;
}

.highlights-card .highlights-list li[b-1uayq41xuh]:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffdd33;
  font-weight: bold;
}

/* TOC Card */
.toc-card[b-1uayq41xuh] {
  z-index: 100;
  top: 1rem;
}

/* Actions Card */
.actions-card .btn[b-1uayq41xuh] {
  font-size: 0.8rem;
  padding: 0.5rem;
}

.actions-card .btn i[b-1uayq41xuh] {
  margin-right: 0.25rem;
}

/* =====================================================================
   TABLE OF CONTENTS STYLES
   ===================================================================== */

.toc-container[b-1uayq41xuh] {
  width: 100%;
}

.toc-nav[b-1uayq41xuh] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.toc-title[b-1uayq41xuh] {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  color: #ffdd33;
}

.toc-list[b-1uayq41xuh] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.toc-item[b-1uayq41xuh] {
  margin: 0;
}

.toc-item.level-2 .toc-link[b-1uayq41xuh] {
  padding-left: 0;
  font-weight: 500;
}

.toc-item.level-3 .toc-link[b-1uayq41xuh] {
  padding-left: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
}

.toc-link[b-1uayq41xuh] {
  display: block;
  color: #aaa;
  text-decoration: none;
  padding: 0.4rem 0;
  transition: all 0.2s ease;
  border-left: 2px solid transparent;
  padding-left: 0.5rem;
}

.toc-link:hover[b-1uayq41xuh] {
  color: #ffdd33;
  border-left-color: #ffdd33;
}

.toc-link.active[b-1uayq41xuh] {
  color: #ffdd33;
  font-weight: 500;
  border-left-color: #ffdd33;
}

.toc-actions[b-1uayq41xuh] {
  margin-top: 1rem;
}

.toc-actions .btn[b-1uayq41xuh] {
  font-size: 0.8rem;
  padding: 0.5rem;
}

.toc-actions .btn i[b-1uayq41xuh] {
  margin-right: 0.25rem;
}

/* =====================================================================
   SCROLLSPY FUNCTIONALITY
   ===================================================================== */

.blog-post-section[b-1uayq41xuh] {
  position: relative;
}

/* Highlight active section in TOC */
.toc-link.active[b-1uayq41xuh] {
  animation: highlightActive-b-1uayq41xuh 0.3s ease;
}

@keyframes highlightActive-b-1uayq41xuh {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

/* =====================================================================
   RESPONSIVE DESIGN
   ===================================================================== */

/* Desktop (1200px+) */
@media (min-width: 1200px) {
  .blog-sidebar[b-1uayq41xuh] {
    position: sticky;
    top: 2rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
  }

  .toc-card.sticky-top[b-1uayq41xuh] {
    position: sticky;
    top: 0;
  }
}

/* Tablet (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar[b-1uayq41xuh] {
    position: sticky;
    top: 1.5rem;
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
  }

  .sidebar-card .card-body[b-1uayq41xuh] {
    padding: 1rem;
  }

  .toc-item.level-3 .toc-link[b-1uayq41xuh] {
    padding-left: 0.75rem;
  }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .blog-sidebar[b-1uayq41xuh] {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .toc-card[b-1uayq41xuh] {
    grid-column: 1 / -1;
  }

  .author-card[b-1uayq41xuh],
  .meta-card[b-1uayq41xuh] {
    grid-column: span 1;
  }

  .sidebar-card .card-body[b-1uayq41xuh] {
    padding: 0.875rem;
  }

  .toc-title[b-1uayq41xuh] {
    font-size: 0.85rem;
  }

  .toc-item.level-3 .toc-link[b-1uayq41xuh] {
    padding-left: 0.5rem;
    font-size: 0.85rem;
  }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
  .blog-sidebar[b-1uayq41xuh] {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding: 0 1rem;
  }

  .sidebar-card[b-1uayq41xuh] {
    border: 1px solid #333;
  }

  .sidebar-card .card-body[b-1uayq41xuh] {
    padding: 0.75rem;
  }

  .sidebar-card .card-header[b-1uayq41xuh] {
    padding: 0.75rem;
    font-size: 0.8rem;
  }

  .author-card .card-body[b-1uayq41xuh] {
    text-align: center;
  }

  .author-card .btn[b-1uayq41xuh] {
    margin-top: 0.5rem;
  }

  .toc-title[b-1uayq41xuh] {
    font-size: 0.8rem;
  }

  .toc-link[b-1uayq41xuh] {
    padding: 0.3rem 0;
    font-size: 0.85rem;
  }

  .toc-item.level-3 .toc-link[b-1uayq41xuh] {
    padding-left: 0.75rem;
  }

  .tags-card .tags-list[b-1uayq41xuh] {
    justify-content: center;
  }

  .meta-card .meta-item[b-1uayq41xuh] {
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
  }
}

/* Mobile Small (< 576px) */
@media (max-width: 575px) {
  .blog-sidebar[b-1uayq41xuh] {
    gap: 0.75rem;
  }

  .sidebar-card[b-1uayq41xuh] {
    border-radius: 0.375rem;
  }

  .sidebar-card .card-body[b-1uayq41xuh] {
    padding: 0.5rem;
  }

  .author-card .card-title[b-1uayq41xuh] {
    font-size: 0.9rem;
  }

  .author-card .card-text[b-1uayq41xuh] {
    font-size: 0.8rem;
  }

  .toc-link[b-1uayq41xuh] {
    font-size: 0.8rem;
    padding: 0.25rem 0;
  }

  .actions-card .btn[b-1uayq41xuh] {
    font-size: 0.7rem;
    padding: 0.375rem;
  }
}

/* =====================================================================
   TOUCH DEVICE OPTIMIZATIONS
   ===================================================================== */

@media (hover: none) and (pointer: coarse) {
  .sidebar-card[b-1uayq41xuh] {
    border: 1px solid #444;
  }

  .sidebar-card:active[b-1uayq41xuh] {
    border-color: #ffdd33;
    background: linear-gradient(135deg, #1f1f1f 0%, #2a2a2a 100%);
  }

  .toc-link:active[b-1uayq41xuh] {
    color: #ffdd33;
    border-left-color: #ffdd33;
  }

  .actions-card .btn[b-1uayq41xuh] {
    min-height: 44px;
    padding: 0.5rem;
  }
}

/* =====================================================================
   SCROLLBAR STYLING (Optional)
   ===================================================================== */

.blog-sidebar[b-1uayq41xuh]::-webkit-scrollbar {
  width: 6px;
}

.blog-sidebar[b-1uayq41xuh]::-webkit-scrollbar-track {
  background: #0f0f0f;
}

.blog-sidebar[b-1uayq41xuh]::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 3px;
}

.blog-sidebar[b-1uayq41xuh]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* =====================================================================
   ACCESSIBILITY
   ===================================================================== */

.sidebar-card:focus-within[b-1uayq41xuh] {
  border-color: #ffdd33;
  outline: 2px solid rgba(255, 221, 51, 0.3);
}

.toc-link:focus-visible[b-1uayq41xuh] {
  outline: 2px solid #ffdd33;
  outline-offset: 2px;
}

.sidebar-card .btn:focus-visible[b-1uayq41xuh] {
  outline: 2px solid #ffdd33;
  outline-offset: -4px;
}

/* =====================================================================
   PRINT STYLES
   ===================================================================== */

@media print {
  .blog-sidebar[b-1uayq41xuh] {
    display: none;
  }

  .blog-post-section .row[b-1uayq41xuh] {
    grid-template-columns: 1fr !important;
  }

  .col-lg-8[b-1uayq41xuh] {
    grid-column: 1 / -1 !important;
  }
}
/* /Shared/TableOfContents.razor.rz.scp.css */
/* =====================================================================
   TABLE OF CONTENTS COMPONENT STYLES
   ===================================================================== */

.toc-container[b-rufa9kubhs] {
  width: 100%;
}

.toc-nav[b-rufa9kubhs] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.toc-title[b-rufa9kubhs] {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  color: #ffdd33;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toc-title i[b-rufa9kubhs] {
  font-size: 1.1rem;
}

.toc-list[b-rufa9kubhs] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.toc-item[b-rufa9kubhs] {
  margin: 0;
  transition: all 0.2s ease;
}

/* Heading Levels */
.toc-item.level-2[b-rufa9kubhs] {
  margin-bottom: 0.5rem;
}

.toc-item.level-2 .toc-link[b-rufa9kubhs] {
  padding-left: 0;
  font-weight: 500;
  font-size: 0.95rem;
}

.toc-item.level-3[b-rufa9kubhs] {
  margin-left: 0;
}

.toc-item.level-3 .toc-link[b-rufa9kubhs] {
  padding-left: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  opacity: 0.85;
}

/* Link Styles */
.toc-link[b-rufa9kubhs] {
  display: block;
  color: #aaa;
  text-decoration: none;
  padding: 0.4rem 0.5rem;
  transition: all 0.2s ease;
  border-left: 2px solid transparent;
  cursor: pointer;
}

.toc-link:hover[b-rufa9kubhs] {
  color: #ffdd33;
  border-left-color: #ffdd33;
  background-color: rgba(255, 221, 51, 0.05);
}

.toc-link:active[b-rufa9kubhs] {
  color: #ffdd33;
  border-left-color: #ffdd33;
}

.toc-link.active[b-rufa9kubhs] {
  color: #ffdd33;
  font-weight: 500;
  border-left-color: #ffdd33;
  background-color: rgba(255, 221, 51, 0.05);
  animation: highlightActive-b-rufa9kubhs 0.3s ease;
}

@keyframes highlightActive-b-rufa9kubhs {
  from {
    opacity: 0.5;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Actions */
.toc-actions[b-rufa9kubhs] {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #333;
}

.toc-actions .btn[b-rufa9kubhs] {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.toc-actions .btn i[b-rufa9kubhs] {
  margin-right: 0.5rem;
}

.toc-actions .btn:hover[b-rufa9kubhs] {
  background-color: #ffdd33;
  border-color: #ffdd33;
  color: #000;
}

/* =====================================================================
   RESPONSIVE ADJUSTMENTS
   ===================================================================== */

@media (max-width: 991px) {
  .toc-title[b-rufa9kubhs] {
    font-size: 0.85rem;
  }

  .toc-item.level-2 .toc-link[b-rufa9kubhs] {
    font-size: 0.9rem;
  }

  .toc-item.level-3 .toc-link[b-rufa9kubhs] {
    padding-left: 0.75rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  .toc-title[b-rufa9kubhs] {
    font-size: 0.8rem;
  }

  .toc-link[b-rufa9kubhs] {
    padding: 0.3rem 0.4rem;
    font-size: 0.85rem;
  }

  .toc-item.level-3 .toc-link[b-rufa9kubhs] {
    padding-left: 0.75rem;
  }

  .toc-actions .btn[b-rufa9kubhs] {
    font-size: 0.75rem;
    padding: 0.4rem 0.5rem;
  }
}

@media (max-width: 575px) {
  .toc-title[b-rufa9kubhs] {
    font-size: 0.75rem;
  }

  .toc-link[b-rufa9kubhs] {
    padding: 0.25rem 0.3rem;
    font-size: 0.8rem;
  }

  .toc-item.level-3 .toc-link[b-rufa9kubhs] {
    padding-left: 0.5rem;
  }

  .toc-actions .btn[b-rufa9kubhs] {
    font-size: 0.7rem;
    padding: 0.35rem 0.5rem;
  }
}

/* =====================================================================
   TOUCH DEVICE OPTIMIZATIONS
   ===================================================================== */

@media (hover: none) and (pointer: coarse) {
  .toc-link:active[b-rufa9kubhs] {
    color: #ffdd33;
    border-left-color: #ffdd33;
    background-color: rgba(255, 221, 51, 0.1);
  }

  .toc-actions .btn[b-rufa9kubhs] {
    min-height: 44px;
  }
}

/* =====================================================================
   ACCESSIBILITY
   ===================================================================== */

.toc-nav[b-rufa9kubhs] {
  scroll-behavior: smooth;
}

.toc-link:focus-visible[b-rufa9kubhs] {
  outline: 2px solid #ffdd33;
  outline-offset: 2px;
  border-radius: 2px;
}

.toc-actions .btn:focus-visible[b-rufa9kubhs] {
  outline: 2px solid #ffdd33;
  outline-offset: -4px;
}

/* =====================================================================
   HIGH CONTRAST MODE
   ===================================================================== */

@media (prefers-contrast: more) {
  .toc-link[b-rufa9kubhs] {
    color: #fff;
  }

  .toc-link.active[b-rufa9kubhs] {
    font-weight: 600;
  }

  .toc-actions .btn[b-rufa9kubhs] {
    font-weight: 600;
  }
}

/* =====================================================================
   REDUCED MOTION
   ===================================================================== */

@media (prefers-reduced-motion: reduce) {
  .toc-item[b-rufa9kubhs],
  .toc-link[b-rufa9kubhs],
  .toc-actions .btn[b-rufa9kubhs] {
    transition: none;
  }

  .toc-link.active[b-rufa9kubhs] {
    animation: none;
  }
}
