* {
    box-sizing: border-box;
}

body.azure-no-scroll {
    overflow: hidden;
}


.azure-article-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg,
            rgba(0, 122, 204, 0.05) 0%,
            rgba(255, 255, 255, 0.95) 50%,
            rgba(0, 122, 204, 0.03) 100%);
    overflow: hidden;
}

.azure-bg-shapes {
    position: relative;
    width: 100%;
    height: 100%;
}

.azure-shape {
    position: absolute;
    opacity: 0.02;
    animation: azureFloat 25s infinite linear;
}

.azure-shape-1 {
    top: 10%;
    left: 10%;
    width: 120px;
    height: 120px;
    background: #007acc;
    border-radius: 50%;
    animation-delay: 0s;
}

.azure-shape-2 {
    top: 60%;
    right: 15%;
    width: 80px;
    height: 80px;
    background: #007acc;
    transform: rotate(45deg);
    animation-delay: -8s;
}

.azure-shape-3 {
    bottom: 20%;
    left: 20%;
    width: 60px;
    height: 60px;
    background: #007acc;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    animation-delay: -16s;
}

.azure-shape-4 {
    top: 30%;
    right: 30%;
    width: 40px;
    height: 40px;
    background: #007acc;
    border-radius: 20%;
    animation-delay: -12s;
}

@keyframes azureFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-30px) rotate(90deg);
    }

    50% {
        transform: translateY(0px) rotate(180deg);
    }

    75% {
        transform: translateY(-15px) rotate(270deg);
    }
}


.azure-article-container {
    min-height: 100vh;
    padding: 20px 0 60px;
}

.azure-article-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}


.azure-breadcrumb {
    margin-bottom: 30px;
}

.azure-breadcrumb-content {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 122, 204, 0.08);
    border: 1px solid rgba(0, 122, 204, 0.1);
}

.azure-breadcrumb-item {
    color: #7f8c8d;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.azure-breadcrumb-item:hover {
    color: #007acc;
}

.azure-breadcrumb-current {
    color: #2c3e50;
    font-weight: 500;
}

.azure-breadcrumb-separator {
    color: #bdc3c7;
}


.azure-article-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

.azure-article-main {
    min-width: 0;
    min-height: 100vh;
}


.azure-article-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 122, 204, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.azure-article-card.azure-loaded {
    opacity: 1;
    transform: translateY(0);
}


.azure-article-header {
    padding: 40px 40px 30px;
    background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
    border-bottom: 1px solid rgba(0, 122, 204, 0.1);
}

.azure-article-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #007acc;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.azure-article-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin: 0 0 25px 0;
    word-break: break-word;
}

.azure-article-meta {
    border-top: 1px solid rgba(0, 122, 204, 0.1);
    padding-top: 20px;
}

.azure-meta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.azure-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.azure-meta-icon {
    width: 32px;
    height: 32px;
    background: rgba(0, 122, 204, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007acc;
}

.azure-meta-content {
    display: flex;
    flex-direction: column;
}

.azure-meta-label {
    font-size: 12px;
    color: #95a5a6;
    margin-bottom: 2px;
}

.azure-meta-value {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 500;
}


.azure-article-content {
    padding: 40px;
    line-height: 1.8;
    font-size: 16px;
    color: #2c3e50;
}

.azure-article-content h1,
.azure-article-content h2,
.azure-article-content h3,
.azure-article-content h4,
.azure-article-content h5,
.azure-article-content h6 {
    color: #2c3e50;
    font-weight: 600;
    margin: 30px 0 15px 0;
    line-height: 1.4;
    position: relative;
    scroll-margin-top: 100px;
}

.azure-article-content h1 {
    font-size: 28px;
}

.azure-article-content h2 {
    font-size: 24px;
}

.azure-article-content h3 {
    font-size: 20px;
}

.azure-article-content h4 {
    font-size: 18px;
}

.azure-article-content h5 {
    font-size: 16px;
}

.azure-article-content h6 {
    font-size: 14px;
}

.azure-article-content h2::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #007acc;
    border-radius: 2px;
}

.azure-article-content p {
    margin: 15px 0;
    text-align: justify;
}

.azure-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.azure-article-content img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 122, 204, 0.15);
}

.azure-article-content img.azure-lazy {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.azure-article-content img.loaded {
    opacity: 1;
}

.azure-article-content blockquote {
    border-left: 4px solid #007acc;
    background: #f8fbff;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    position: relative;
}

.azure-article-content blockquote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 40px;
    color: #007acc;
    opacity: 0.3;
}

.azure-article-content code {
    background: #f1f2f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    color: #007acc;
    font-size: 0.9em;
}

.azure-article-content pre {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 20px 0;
    position: relative;
}

.azure-article-content pre code {
    background: none;
    color: inherit;
    padding: 0;
}

.azure-code-copy {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ecf0f1;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.azure-code-copy:hover {
    background: rgba(255, 255, 255, 0.2);
}

.azure-article-content ul,
.azure-article-content ol {
    padding-left: 30px;
    margin: 15px 0;
}

.azure-article-content li {
    margin: 8px 0;
}

.azure-article-content a {
    color: #007acc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.azure-article-content a:hover {
    border-bottom-color: #007acc;
}

.azure-table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 122, 204, 0.1);
}

.azure-article-content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.azure-article-content th,
.azure-article-content td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.azure-article-content th {
    background: #f8fbff;
    font-weight: 600;
    color: #2c3e50;
}


.azure-article-tools {
    padding: 20px 40px;
    background: #f8fbff;
    border-top: 1px solid rgba(0, 122, 204, 0.1);
}

.azure-reading-progress {
    display: flex;
    align-items: center;
    gap: 15px;
}

.azure-progress-text {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
    min-width: 80px;
}

.azure-progress-bar {
    flex: 1;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

.azure-progress-fill {
    height: 100%;
    background: #007acc;
    width: 0;
    transition: width 0.3s ease;
    border-radius: 3px;
}

.azure-progress-percent {
    font-size: 14px;
    color: #007acc;
    font-weight: 600;
    min-width: 40px;
    text-align: right;
}


.azure-article-footer {
    padding: 30px 40px 40px;
    background: #f8fbff;
    border-top: 1px solid rgba(0, 122, 204, 0.1);
}

.azure-article-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: center;
}

.azure-action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    color: #7f8c8d;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 100px;
    justify-content: center;
}

.azure-action-btn:hover {
    border-color: #007acc;
    color: #007acc;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.2);
}

.azure-action-btn.azure-liked,
.azure-action-btn.azure-collected,
.azure-action-btn.azure-active {
    background: #007acc;
    border-color: #007acc;
    color: #fff;
}

.azure-action-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 122, 204, 0.1);
    transition: all 0.3s ease;
}

.azure-action-btn:hover .azure-action-icon,
.azure-action-btn.azure-liked .azure-action-icon,
.azure-action-btn.azure-collected .azure-action-icon,
.azure-action-btn.azure-active .azure-action-icon {
    background: rgba(255, 255, 255, 0.2);
}

.azure-action-icon.azure-bounce {
    animation: azureBounce 0.6s ease;
}

@keyframes azureBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.azure-action-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.azure-action-text {
    font-size: 14px;
    font-weight: 500;
}

.azure-action-count {
    font-size: 12px;
    opacity: 0.8;
}

.azure-article-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 122, 204, 0.1);
}

.azure-article-tags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.azure-tag-label {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
}

.azure-tag {
    padding: 4px 12px;
    background: #007acc;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.azure-tag:hover {
    background: #0066cc;
    transform: translateY(-1px);
}

.azure-update-time {
    color: #95a5a6;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.azure-related-section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 122, 204, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
}

.azure-section-header {
    padding: 25px 30px;
    background: linear-gradient(135deg, #f8fbff 0%, #e9f4ff 100%);
    border-bottom: 1px solid rgba(0, 122, 204, 0.1);
}

.azure-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.azure-section-title i {
    color: #007acc;
    font-size: 22px;
}

.azure-section-desc {
    font-size: 14px;
    color: #7f8c8d;
    margin: 0;
}

.azure-related-grid {
    padding: 20px;
    display: grid;
    gap: 15px;
}

.azure-related-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f8fbff;
    border-radius: 12px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.azure-related-item:hover {
    background: #fff;
    border-color: #007acc;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.1);
}

.azure-related-content {
    flex: 1;
    min-width: 0;
}

.azure-related-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px 0;
    color: #2c3e50;
    line-height: 1.4;
}

.azure-related-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #7f8c8d;
}

.azure-related-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.azure-related-arrow {
    color: #bdc3c7;
    transition: all 0.3s ease;
}

.azure-related-item:hover .azure-related-arrow {
    color: #007acc;
    transform: translateX(3px);
}

.azure-no-related {
    text-align: center;
    padding: 40px 20px;
    color: #95a5a6;
}

.azure-no-related i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}


.azure-comments-section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 122, 204, 0.08);
    overflow: hidden;
}

.azure-comment-form {
    padding: 30px;
    border-bottom: 1px solid rgba(0, 122, 204, 0.1);
    display: flex;
    gap: 15px;
}

.azure-comment-avatar {
    width: 40px;
    height: 40px;
    background: #007acc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.azure-comment-input-area {
    flex: 1;
}

.azure-comment-textarea {
    width: 100%;
    min-height: 120px;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.azure-comment-textarea:focus {
    outline: none;
    border-color: #007acc;
}

.azure-comment-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.azure-comment-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.azure-char-count {
    font-size: 12px;
    color: #95a5a6;
}

.azure-char-count.azure-warning {
    color: #e74c3c;
}

.azure-comment-submit {
    padding: 10px 25px;
    background: #007acc;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.azure-comment-submit:hover {
    background: #0066cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.3);
}

.azure-comments-list {
    padding: 30px;
}

.azure-no-comments {
    text-align: center;
    padding: 40px 20px;
    color: #95a5a6;
}

.azure-no-comments i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}


.azure-article-sidebar {
    position: relative;
}

.azure-sidebar-sticky {
    position: sticky;
    top: 100px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: start;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 122, 204, 0.5) rgba(0, 122, 204, 0.1);
}

.azure-sidebar-sticky::-webkit-scrollbar {
    width: 6px;
}

.azure-sidebar-sticky::-webkit-scrollbar-track {
    background: rgba(0, 122, 204, 0.1);
    border-radius: 3px;
    margin: 5px;
}

.azure-sidebar-sticky::-webkit-scrollbar-thumb {
    background: rgba(0, 122, 204, 0.5);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.azure-sidebar-sticky::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 122, 204, 0.7);
}

.azure-sidebar-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 122, 204, 0.08);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.azure-sidebar-card.azure-loaded {
    opacity: 1;
    transform: translateY(0);
}

.azure-card-header {
    padding: 20px 25px;
    background: linear-gradient(135deg, #f8fbff 0%, #e9f4ff 100%);
    border-bottom: 1px solid rgba(0, 122, 204, 0.1);
}

.azure-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.azure-card-title i {
    color: #007acc;
    font-size: 18px;
}


.azure-toc-content {
    padding: 20px 0;
    max-height: 400px;
    overflow-y: auto;
}

.azure-toc-content::-webkit-scrollbar {
    width: 4px;
}

.azure-toc-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.azure-toc-content::-webkit-scrollbar-thumb {
    background: #bdc3c7;
    border-radius: 2px;
}

.azure-toc-content::-webkit-scrollbar-thumb:hover {
    background: #95a5a6;
}

.azure-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.azure-toc-item {
    margin: 0;
}

.azure-toc-item a {
    display: block;
    padding: 8px 25px;
    color: #7f8c8d;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.azure-toc-item a:hover,
.azure-toc-item a.azure-active {
    color: #007acc;
    background: rgba(0, 122, 204, 0.05);
    border-left-color: #007acc;
}

.azure-toc-level-2 a {
    padding-left: 35px;
}

.azure-toc-level-3 a {
    padding-left: 45px;
}

.azure-toc-level-4 a {
    padding-left: 55px;
}

.azure-toc-level-5 a {
    padding-left: 65px;
}

.azure-toc-level-6 a {
    padding-left: 75px;
}

.azure-no-toc {
    text-align: center;
    padding: 30px 20px;
    color: #95a5a6;
}

.azure-no-toc i {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}


.azure-stats-content {
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.azure-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8fbff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.azure-stat-item:hover {
    background: #e9f4ff;
    transform: translateY(-2px);
}

.azure-stat-icon {
    width: 40px;
    height: 40px;
    background: #007acc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.azure-stat-info {
    flex: 1;
}

.azure-stat-number {
    font-size: 18px;
    font-weight: 700;
    color: #007acc;
    margin-bottom: 2px;
}

.azure-stat-label {
    font-size: 12px;
    color: #7f8c8d;
    font-weight: 500;
}


.azure-nav-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.azure-nav-item {
    display: block;
    padding: 15px 20px;
    background: #f8fbff;
    border-radius: 12px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.azure-nav-item:hover {
    background: #fff;
    border-color: #007acc;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.1);
}

.azure-nav-item.azure-nav-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.azure-nav-item.azure-nav-disabled:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

.azure-nav-direction {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #7f8c8d;
    margin-bottom: 5px;
}

.azure-nav-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}


.azure-categories-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.azure-category-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f8fbff;
    border-radius: 10px;
    text-decoration: none;
    color: #7f8c8d;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.azure-category-link:hover,
.azure-category-link.active {
    background: #007acc;
    color: #fff;
    border-color: #007acc;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.2);
}

.azure-category-link i {
    font-size: 16px;
    transition: all 0.3s ease;
}

.azure-category-link:hover i,
.azure-category-link.active i {
    transform: scale(1.1);
}


.azure-share-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.azure-share-overlay.azure-show {
    opacity: 1;
    visibility: visible;
}

.azure-share-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 122, 204, 0.2);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.azure-share-popup.azure-show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.azure-share-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 122, 204, 0.1);
    background: linear-gradient(135deg, #f8fbff 0%, #e9f4ff 100%);
}

.azure-share-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.azure-share-close {
    width: 32px;
    height: 32px;
    background: rgba(0, 122, 204, 0.1);
    border: none;
    border-radius: 50%;
    color: #007acc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.azure-share-close:hover {
    background: #007acc;
    color: #fff;
    transform: rotate(90deg);
}

.azure-share-content {
    padding: 30px;
}

.azure-share-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.azure-share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
    background: #f8fbff;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.azure-share-btn:hover {
    background: #007acc;
    color: #fff;
    border-color: #007acc;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 122, 204, 0.2);
}

.azure-share-btn-icon {
    width: 48px;
    height: 48px;
    background: #007acc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.azure-share-btn:hover .azure-share-btn-icon {
    background: #fff;
    color: #007acc;
    transform: scale(1.1);
}

.azure-share-btn span {
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    transition: color 0.3s ease;
}

.azure-share-btn:hover span {
    color: #fff;
}

.azure-share-url-section {
    border-top: 1px solid rgba(0, 122, 204, 0.1);
    padding-top: 25px;
}

.azure-share-url-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 10px;
}

.azure-share-url-box {
    display: flex;
    gap: 10px;
}

.azure-share-url {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 14px;
    background: #f8fbff;
    color: #2c3e50;
    transition: border-color 0.3s ease;
}

.azure-share-url:focus {
    outline: none;
    border-color: #007acc;
}

.azure-share-copy {
    padding: 12px 20px;
    background: #007acc;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.azure-share-copy:hover {
    background: #0066cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.3);
}


@media (max-width: 1200px) {
    .azure-article-layout {
        grid-template-columns: 1fr 280px;
        gap: 30px;
    }

    .azure-article-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .azure-article-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .azure-article-sidebar {
        order: 1;
    }

    .azure-sidebar-sticky {
        position: static;
        max-height: none;
        overflow-y: visible;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }

    .azure-article-header {
        padding: 30px 30px 25px;
    }

    .azure-article-content {
        padding: 30px;
    }

    .azure-article-tools {
        padding: 15px 30px;
    }

    .azure-article-footer {
        padding: 25px 30px 30px;
    }
}

@media (max-width: 768px) {
    .azure-article-container {
        padding: 15px 0 40px;
    }

    .azure-article-wrapper {
        padding: 0 10px;
    }

    .azure-breadcrumb {
        margin-bottom: 20px;
    }

    .azure-breadcrumb-content {
        padding: 10px 15px;
        font-size: 13px;
    }

    .azure-article-header {
        padding: 25px 20px 20px;
    }

    .azure-article-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .azure-meta-group {
        gap: 15px;
    }

    .azure-meta-item {
        gap: 6px;
    }

    .azure-meta-icon {
        width: 28px;
        height: 28px;
    }

    .azure-article-content {
        padding: 20px;
        font-size: 15px;
        line-height: 1.7;
    }

    .azure-article-content h1 {
        font-size: 22px;
    }

    .azure-article-content h2 {
        font-size: 20px;
    }

    .azure-article-content h3 {
        font-size: 18px;
    }

    .azure-article-content h4 {
        font-size: 16px;
    }

    .azure-article-content h5 {
        font-size: 15px;
    }

    .azure-article-content h6 {
        font-size: 14px;
    }

    .azure-article-tools {
        padding: 15px 20px;
    }

    .azure-reading-progress {
        gap: 10px;
    }

    .azure-progress-text {
        min-width: 60px;
        font-size: 13px;
    }

    .azure-progress-percent {
        min-width: 35px;
        font-size: 13px;
    }

    .azure-article-footer {
        padding: 20px 20px 25px;
    }

    .azure-article-actions {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .azure-action-btn {
        min-width: 80px;
        padding: 10px 15px;
        font-size: 13px;
    }

    .azure-action-icon {
        width: 20px;
        height: 20px;
    }

    .azure-article-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .azure-section-header {
        padding: 20px 20px;
    }

    .azure-section-title {
        font-size: 18px;
    }

    .azure-related-grid {
        padding: 15px;
    }

    .azure-related-item {
        padding: 12px 15px;
    }

    .azure-related-title {
        font-size: 15px;
    }

    .azure-sidebar-sticky {
        grid-template-columns: 1fr;
    }

    .azure-stats-content {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .azure-stat-item {
        padding: 12px;
    }

    .azure-stat-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .azure-stat-number {
        font-size: 16px;
    }

    .azure-nav-content {
        padding: 15px;
    }

    .azure-nav-item {
        padding: 12px 15px;
    }

    .azure-categories-content {
        padding: 15px;
    }

    .azure-comment-form {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .azure-comment-avatar {
        align-self: flex-start;
    }

    .azure-comments-list {
        padding: 20px;
    }

    .azure-share-buttons {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .azure-share-btn {
        padding: 15px 10px;
    }

    .azure-share-btn-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .azure-share-url-box {
        flex-direction: column;
        gap: 10px;
    }

    .azure-share-copy {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .azure-article-container {
        padding: 10px 0 30px;
    }

    .azure-article-wrapper {
        padding: 0 5px;
    }

    .azure-breadcrumb-content {
        padding: 8px 12px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .azure-article-header {
        padding: 20px 15px 15px;
    }

    .azure-article-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .azure-meta-group {
        flex-direction: column;
        gap: 10px;
    }

    .azure-article-content {
        padding: 15px;
        font-size: 14px;
    }

    .azure-article-content h1 {
        font-size: 20px;
    }

    .azure-article-content h2 {
        font-size: 18px;
    }

    .azure-article-content h3 {
        font-size: 16px;
    }

    .azure-article-content h4 {
        font-size: 15px;
    }

    .azure-article-content h5 {
        font-size: 14px;
    }

    .azure-article-content h6 {
        font-size: 13px;
    }

    .azure-article-tools {
        padding: 12px 15px;
    }

    .azure-reading-progress {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }

    .azure-progress-text {
        min-width: auto;
        text-align: center;
        font-size: 12px;
    }

    .azure-progress-percent {
        min-width: auto;
        text-align: center;
        font-size: 12px;
    }

    .azure-article-footer {
        padding: 15px 15px 20px;
    }

    .azure-article-actions {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }

    .azure-action-btn {
        min-width: auto;
        padding: 12px 15px;
        font-size: 14px;
        justify-content: flex-start;
        gap: 12px;
    }

    .azure-action-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .azure-action-text {
        font-size: 15px;
    }

    .azure-action-count {
        font-size: 13px;
        opacity: 1;
    }

    .azure-article-info {
        gap: 12px;
    }

    .azure-article-tags {
        flex-wrap: wrap;
    }

    .azure-section-header {
        padding: 15px 15px;
    }

    .azure-section-title {
        font-size: 16px;
        gap: 8px;
    }

    .azure-section-title i {
        font-size: 18px;
    }

    .azure-section-desc {
        font-size: 13px;
    }

    .azure-related-grid {
        padding: 10px;
        gap: 10px;
    }

    .azure-related-item {
        padding: 10px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .azure-related-content {
        width: 100%;
    }

    .azure-related-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .azure-related-meta {
        gap: 10px;
        font-size: 11px;
    }

    .azure-related-arrow {
        align-self: flex-end;
        margin-top: -20px;
    }

    .azure-card-header {
        padding: 15px 20px;
    }

    .azure-card-title {
        font-size: 15px;
        gap: 6px;
    }

    .azure-card-title i {
        font-size: 16px;
    }

    .azure-toc-content {
        padding: 15px 0;
        max-height: 300px;
    }

    .azure-toc-item a {
        padding: 6px 20px;
        font-size: 13px;
    }

    .azure-toc-level-2 a {
        padding-left: 30px;
    }

    .azure-toc-level-3 a {
        padding-left: 40px;
    }

    .azure-toc-level-4 a {
        padding-left: 50px;
    }

    .azure-toc-level-5 a {
        padding-left: 60px;
    }

    .azure-toc-level-6 a {
        padding-left: 70px;
    }

    .azure-no-toc {
        padding: 20px 15px;
    }

    .azure-no-toc i {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .azure-stats-content {
        padding: 15px;
        gap: 10px;
    }

    .azure-stat-item {
        padding: 10px;
        gap: 8px;
    }

    .azure-stat-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .azure-stat-number {
        font-size: 14px;
    }

    .azure-stat-label {
        font-size: 11px;
    }

    .azure-nav-content {
        padding: 10px;
        gap: 10px;
    }

    .azure-nav-item {
        padding: 10px 12px;
    }

    .azure-nav-direction {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .azure-nav-title {
        font-size: 13px;
    }

    .azure-categories-content {
        padding: 10px;
        gap: 8px;
    }

    .azure-category-link {
        padding: 10px 12px;
        font-size: 13px;
        gap: 8px;
    }

    .azure-category-link i {
        font-size: 14px;
    }

    .azure-comment-form {
        padding: 15px;
        gap: 10px;
    }

    .azure-comment-avatar {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .azure-comment-textarea {
        min-height: 100px;
        padding: 12px 15px;
        font-size: 13px;
    }

    .azure-comment-actions {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .azure-comment-tools {
        justify-content: center;
    }

    .azure-char-count {
        font-size: 11px;
    }

    .azure-comment-submit {
        padding: 12px 20px;
        font-size: 13px;
        width: 100%;
    }

    .azure-comments-list {
        padding: 15px;
    }

    .azure-no-comments {
        padding: 30px 15px;
    }

    .azure-no-comments i {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .azure-share-popup {
        width: 95%;
        max-height: 90vh;
    }

    .azure-share-header {
        padding: 20px 20px;
    }

    .azure-share-title {
        font-size: 16px;
    }

    .azure-share-close {
        width: 28px;
        height: 28px;
    }

    .azure-share-content {
        padding: 20px;
    }

    .azure-share-buttons {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .azure-share-btn {
        padding: 15px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
    }

    .azure-share-btn-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .azure-share-btn span {
        font-size: 13px;
    }

    .azure-share-url-section {
        padding-top: 20px;
    }

    .azure-share-url-label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .azure-share-url {
        padding: 10px 12px;
        font-size: 13px;
    }

    .azure-share-copy {
        padding: 10px 15px;
        font-size: 13px;
    }
}


@media (max-width: 360px) {
    .azure-article-wrapper {
        padding: 0 3px;
    }

    .azure-breadcrumb-content {
        padding: 6px 10px;
        font-size: 11px;
    }

    .azure-article-header {
        padding: 15px 12px 12px;
    }

    .azure-article-category {
        padding: 6px 12px;
        font-size: 12px;
    }

    .azure-article-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .azure-article-content {
        padding: 12px;
        font-size: 13px;
    }

    .azure-article-content h1 {
        font-size: 18px;
    }

    .azure-article-content h2 {
        font-size: 16px;
    }

    .azure-article-content h3 {
        font-size: 15px;
    }

    .azure-article-content h4 {
        font-size: 14px;
    }

    .azure-article-content h5 {
        font-size: 13px;
    }

    .azure-article-content h6 {
        font-size: 12px;
    }

    .azure-article-tools {
        padding: 10px 12px;
    }

    .azure-article-footer {
        padding: 12px 12px 15px;
    }

    .azure-action-btn {
        padding: 10px 12px;
        font-size: 13px;
    }

    .azure-section-header {
        padding: 12px 12px;
    }

    .azure-related-grid,
    .azure-nav-content,
    .azure-categories-content {
        padding: 8px;
    }

    .azure-stats-content {
        padding: 12px;
    }

    .azure-comment-form,
    .azure-comments-list {
        padding: 12px;
    }

    .azure-share-content {
        padding: 15px;
    }
}


@media (prefers-color-scheme: dark) {
    body.azure-dark-mode {
        background: #1a1a1a;
        color: #e0e0e0;
    }

    body.azure-dark-mode .azure-article-bg {
        background: linear-gradient(135deg,
                rgba(0, 122, 204, 0.1) 0%,
                rgba(26, 26, 26, 0.95) 50%,
                rgba(0, 122, 204, 0.05) 100%);
    }

    body.azure-dark-mode .azure-breadcrumb-content {
        background: rgba(45, 45, 45, 0.9);
        border-color: rgba(0, 122, 204, 0.3);
    }

    body.azure-dark-mode .azure-breadcrumb-item {
        color: #bdc3c7;
    }

    body.azure-dark-mode .azure-breadcrumb-current {
        color: #e0e0e0;
    }

    body.azure-dark-mode .azure-article-card,
    body.azure-dark-mode .azure-related-section,
    body.azure-dark-mode .azure-comments-section,
    body.azure-dark-mode .azure-sidebar-card,
    body.azure-dark-mode .azure-share-popup {
        background: #2d2d2d;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    }

    body.azure-dark-mode .azure-article-header,
    body.azure-dark-mode .azure-section-header,
    body.azure-dark-mode .azure-card-header,
    body.azure-dark-mode .azure-share-header {
        background: linear-gradient(135deg, #2d2d2d 0%, #3d3d3d 100%);
        border-bottom-color: rgba(0, 122, 204, 0.3);
    }

    body.azure-dark-mode .azure-article-title,
    body.azure-dark-mode .azure-section-title,
    body.azure-dark-mode .azure-card-title,
    body.azure-dark-mode .azure-share-title {
        color: #e0e0e0;
    }

    body.azure-dark-mode .azure-article-content,
    body.azure-dark-mode .azure-related-title,
    body.azure-dark-mode .azure-nav-title {
        color: #e0e0e0;
    }

    body.azure-dark-mode .azure-article-content h1,
    body.azure-dark-mode .azure-article-content h2,
    body.azure-dark-mode .azure-article-content h3,
    body.azure-dark-mode .azure-article-content h4,
    body.azure-dark-mode .azure-article-content h5,
    body.azure-dark-mode .azure-article-content h6 {
        color: #e0e0e0;
    }

    body.azure-dark-mode .azure-article-content blockquote {
        background: rgba(0, 122, 204, 0.1);
        border-left-color: #007acc;
    }

    body.azure-dark-mode .azure-article-content code {
        background: rgba(0, 122, 204, 0.2);
        color: #007acc;
    }

    body.azure-dark-mode .azure-article-content th {
        background: rgba(0, 122, 204, 0.1);
        color: #e0e0e0;
    }

    body.azure-dark-mode .azure-article-tools,
    body.azure-dark-mode .azure-article-footer {
        background: rgba(0, 122, 204, 0.05);
        border-top-color: rgba(0, 122, 204, 0.3);
    }

    body.azure-dark-mode .azure-action-btn {
        background: #3d3d3d;
        border-color: rgba(0, 122, 204, 0.3);
        color: #bdc3c7;
    }

    body.azure-dark-mode .azure-action-btn:hover {
        border-color: #007acc;
        color: #007acc;
    }

    body.azure-dark-mode .azure-related-item,
    body.azure-dark-mode .azure-nav-item,
    body.azure-dark-mode .azure-category-link,
    body.azure-dark-mode .azure-stat-item {
        background: rgba(0, 122, 204, 0.05);
        color: #bdc3c7;
    }

    body.azure-dark-mode .azure-related-item:hover,
    body.azure-dark-mode .azure-nav-item:hover,
    body.azure-dark-mode .azure-category-link:hover {
        background: #007acc;
        color: #fff;
    }

    body.azure-dark-mode .azure-comment-textarea {
        background: #3d3d3d;
        border-color: rgba(0, 122, 204, 0.3);
        color: #e0e0e0;
    }

    body.azure-dark-mode .azure-share-btn {
        background: rgba(0, 122, 204, 0.05);
    }

    body.azure-dark-mode .azure-share-url {
        background: #3d3d3d;
        border-color: rgba(0, 122, 204, 0.3);
        color: #e0e0e0;
    }
}


@media (prefers-contrast: high) {

    .azure-article-card,
    .azure-related-section,
    .azure-comments-section,
    .azure-sidebar-card {
        border: 2px solid #007acc;
    }

    .azure-action-btn,
    .azure-related-item,
    .azure-nav-item,
    .azure-category-link {
        border: 1px solid #007acc;
    }

    .azure-action-btn:focus,
    .azure-related-item:focus,
    .azure-nav-item:focus,
    .azure-category-link:focus {
        outline: 3px solid #007acc;
        outline-offset: 2px;
    }
}


@media (prefers-reduced-motion: reduce) {
    .azure-shape {
        animation: none;
    }

    .azure-article-card,
    .azure-sidebar-card,
    .azure-action-btn,
    .azure-related-item,
    .azure-nav-item,
    .azure-category-link,
    .azure-share-btn,
    .azure-comment-submit {
        transition: none;
    }

    .azure-action-btn:hover,
    .azure-related-item:hover,
    .azure-nav-item:hover,
    .azure-category-link:hover {
        transform: none;
    }

    .azure-action-icon.azure-bounce {
        animation: none;
    }
}


@media print {

    .azure-article-bg,
    .azure-breadcrumb,
    .azure-article-tools,
    .azure-article-actions,
    .azure-article-sidebar,
    .azure-share-overlay,
    .azure-share-popup {
        display: none !important;
    }

    .azure-article-container {
        padding: 0;
    }

    .azure-article-wrapper {
        max-width: none;
        padding: 0;
    }

    .azure-article-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .azure-article-card,
    .azure-related-section,
    .azure-comments-section {
        box-shadow: none;
        border: 1px solid #ddd;
        border-radius: 0;
        margin-bottom: 20px;
        page-break-inside: avoid;
    }

    .azure-article-header,
    .azure-section-header {
        background: #f8f9fa !important;
        border-bottom: 1px solid #ddd;
    }

    .azure-article-title {
        color: #000 !important;
        font-size: 24px;
    }

    .azure-article-content {
        color: #000 !important;
        font-size: 12pt;
        line-height: 1.5;
    }

    .azure-article-content h1,
    .azure-article-content h2,
    .azure-article-content h3,
    .azure-article-content h4,
    .azure-article-content h5,
    .azure-article-content h6 {
        color: #000 !important;
        page-break-after: avoid;
    }

    .azure-article-content img {
        max-width: 100%;
        page-break-inside: avoid;
    }

    .azure-article-content pre {
        background: #f8f9fa !important;
        color: #000 !important;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }

    .azure-article-content blockquote {
        background: #f8f9fa !important;
        border-left: 4px solid #007acc;
        page-break-inside: avoid;
    }

    .azure-related-item {
        background: #f8f9fa !important;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }

    .azure-related-title {
        color: #000 !important;
    }
}


.azure-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.azure-skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #007acc;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 10000;
    transition: top 0.3s ease;
}

.azure-skip-link:focus {
    top: 6px;
}


.azure-action-btn:focus,
.azure-related-item:focus,
.azure-nav-item:focus,
.azure-category-link:focus,
.azure-toc-item a:focus,
.azure-share-btn:focus,
.azure-comment-submit:focus {
    outline: 2px solid #007acc;
    outline-offset: 2px;
}


::selection {
    background: rgba(0, 122, 204, 0.2);
    color: #2c3e50;
}

::-moz-selection {
    background: rgba(0, 122, 204, 0.2);
    color: #2c3e50;
}