.azure-bg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f8fbff;
    overflow: hidden;
}

.azure-floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.azure-shape {
    position: absolute;
    opacity: 0.05;
    animation: azureFloat 15s ease-in-out infinite;
}

.azure-circle {
    width: 90px;
    height: 90px;
    background: #007acc;
    border-radius: 50%;
    top: 15%;
    left: 8%;
}

.azure-triangle {
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 80px solid #0066cc;
    top: 65%;
    right: 12%;
    animation-delay: 3s;
}

.azure-square {
    width: 70px;
    height: 70px;
    background: #004d99;
    transform: rotate(45deg);
    top: 35%;
    left: 85%;
    animation-delay: 5s;
}

.azure-hexagon {
    width: 70px;
    height: 40.41px;
    background: #0080ff;
    position: relative;
    top: 85%;
    left: 25%;
    animation-delay: 7s;
}

.azure-hexagon:before,
.azure-hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}

.azure-hexagon:before {
    bottom: 100%;
    border-bottom: 20.21px solid #0080ff;
}

.azure-hexagon:after {
    top: 100%;
    border-top: 20.21px solid #0080ff;
}


@media (max-width: 480px) {

    .azure-article-content {
        padding: 18px 15px;
    }

    .azure-article-card {
        padding: 15px 12px;
        margin-bottom: 12px;
        box-sizing: border-box;
    }


    .azure-read-more-btn {
        padding: 10px 16px;
        font-size: 13px;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        box-sizing: border-box;
        margin: 0;
        display: flex;
        align-items: center;
        text-align: center;
    }


    .azure-article-actions {
        text-align: center;
        margin-top: 15px;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }


    .azure-article-item {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
}


.azure-main-content {
    padding: 20px 0;
    min-height: 100vh;
    position: relative;
}

.azure-content-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.azure-content-primary {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 122, 204, 0.08);
    border: 1px solid rgba(0, 122, 204, 0.1);
    overflow: hidden;
}

.azure-content-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20px;
    align-self: start;
}

.azure-page-content {
    padding: 0;
}

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

.azure-page-header {
    padding: 45px 35px;
    background: #007acc;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.azure-header-decoration {
    position: absolute;
    top: -60%;
    right: -25%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: azurePulse 5s ease-in-out infinite;
}

@keyframes azurePulse {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.1;
    }
}

.azure-header-content {
    position: relative;
    z-index: 2;
}

.azure-page-title {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.azure-page-title i {
    font-size: 38px;
    color: rgba(255, 255, 255, 0.9);
}

.azure-page-subtitle {
    font-size: 17px;
    margin: 0;
    opacity: 0.9;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.azure-tab-nav {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.azure-tab-item {
    background: transparent !important;
    border: none !important;
    position: relative;
}

.azure-tab-link {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 0;
}

.azure-tab-item:hover .azure-tab-link {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
}

.azure-tab-item.layui-this .azure-tab-link {
    color: #007acc !important;
    background: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.azure-article-content {
    padding: 35px;
    background: #ffffff;
}

.azure-article-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.azure-article-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

.azure-article-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 122, 204, 0.12);
}

.azure-article-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e8f4fd;
    box-shadow: 0 2px 8px rgba(0, 122, 204, 0.04);
    border-left: 4px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 20px;
    position: relative;
}

.azure-article-item:hover .azure-article-card {
    background: #fff;
    border-left-color: #007acc;
    border-color: #d1e9ff;
    box-shadow: 0 8px 30px rgba(0, 122, 204, 0.1);
}

.azure-article-item:last-child .azure-article-card {
    margin-bottom: 0;
}

.azure-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.azure-article-title {
    font-size: 19px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    line-height: 1.6;
    transition: all 0.3s ease;
    flex: 1;
    margin-right: 15px;
    display: block;
    position: relative;
}

.azure-article-title:hover {
    color: #007acc;
}

.azure-article-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #007acc;
    transition: width 0.3s ease;
}

.azure-article-title:hover::after {
    width: 100%;
}

.azure-badge-group {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    align-items: flex-start;
}

.azure-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.azure-badge-top {
    background: #ff6b6b;
}

.azure-badge-new {
    background: #51cf66;
}

.azure-badge-hot {
    background: #ffa726;
}

.azure-article-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #7f8c8d;
    font-size: 14px;
    flex-wrap: wrap;
}

.azure-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

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

.azure-meta-item i {
    color: #007acc;
    font-size: 15px;
}

.azure-article-actions {
    margin-top: 15px;
    text-align: right;
}

.azure-read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #007acc;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 122, 204, 0.2);
}

.azure-read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 122, 204, 0.3);
    background: #0066cc;
    color: #fff;
    text-decoration: none;
}

.azure-read-more-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.azure-read-more-btn:hover i {
    transform: translateX(3px);
}

.azure-empty-container {
    text-align: center;
    padding: 100px 20px;
    color: #95a5a6;
}

.azure-empty-icon {
    margin-bottom: 25px;
}

.azure-empty-icon i {
    font-size: 70px;
    opacity: 0.4;
    color: #007acc;
}

.azure-empty-text {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.azure-sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 122, 204, 0.08);
    border: 1px solid rgba(0, 122, 204, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.azure-sidebar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 122, 204, 0.12);
}

.azure-sidebar-card .azure-card-header {
    padding: 22px 28px;
    background: #007acc;
    color: #fff;
}

.azure-card-title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

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

.azure-card-content {
    padding: 28px;
    background: #ffffff;
}

.azure-profile-info {
    text-align: center;
    margin-bottom: 28px;
}

.azure-avatar-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
}

.azure-avatar {
    position: relative;
    z-index: 2;
}

.azure-avatar img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 4px solid rgba(0, 122, 204, 0.2);
    transition: all 0.3s ease;
}

.azure-avatar-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(0, 122, 204, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: azureGlow 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes azureGlow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
}

.azure-avatar:hover img {
    transform: scale(1.05);
    border-color: rgba(0, 122, 204, 0.4);
}

.azure-profile-name {
    font-size: 19px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 12px 0;
}

.azure-bio {
    color: #7f8c8d;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.azure-profile-stats {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(0, 122, 204, 0.15);
    padding-top: 22px;
    gap: 12px;
}

.azure-stat-item {
    text-align: center;
    flex: 1;
}

.azure-stat-number {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #007acc;
    margin-bottom: 6px;
}

.azure-stat-label {
    font-size: 13px;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.azure-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.azure-tag-item {
    background: rgba(0, 122, 204, 0.08);
    color: #007acc;
    padding: 10px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 122, 204, 0.15);
}

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

.azure-site-list {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.azure-site-list::-webkit-scrollbar {
    width: 6px;
}

.azure-site-list::-webkit-scrollbar-track {
    background: rgba(0, 122, 204, 0.05);
    border-radius: 3px;
}

.azure-site-list::-webkit-scrollbar-thumb {
    background: #007acc;
    border-radius: 3px;
}

.azure-site-item {
    margin-bottom: 16px;
}

.azure-site-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.azure-site-info {
    padding: 16px;
    background: rgba(0, 122, 204, 0.04);
    border-radius: 12px;
    border-left: 3px solid #007acc;
    transition: all 0.3s ease;
}

.azure-site-link:hover .azure-site-info {
    background: rgba(0, 122, 204, 0.08);
    border-left-width: 5px;
    transform: translateX(4px);
}

.azure-site-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.5;
}

.azure-site-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #95a5a6;
    font-size: 13px;
}

.azure-more-sites {
    text-align: center;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 122, 204, 0.15);
}

.azure-more-link {
    color: #007acc;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 22px;
    border-radius: 20px;
    background: rgba(0, 122, 204, 0.08);
    border: 1px solid rgba(0, 122, 204, 0.15);
}

.azure-more-link:hover {
    background: #007acc;
    color: #fff;
    border-color: #007acc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 122, 204, 0.25);
}

.azure-empty-sites {
    text-align: center;
    padding: 45px 0;
    color: #95a5a6;
}

.azure-empty-sites i {
    font-size: 45px;
    margin-bottom: 12px;
    opacity: 0.4;
    color: #007acc;
}


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

    .azure-content-sidebar {
        order: 2;
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .azure-main-content {
        padding: 10px 0;
    }

    .azure-content-layout {
        gap: 15px;
        padding: 0 15px;
    }

    .azure-page-header {
        padding: 30px 22px;
    }

    .azure-page-title {
        font-size: 28px;
        flex-direction: column;
        gap: 10px;
    }

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

    .azure-article-card {
        padding: 18px;
        margin-bottom: 15px;
    }

    .azure-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
    }

    .azure-article-title {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 17px;
    }

    .azure-badge-group {
        align-self: flex-start;
    }

    .azure-article-meta {
        gap: 14px;
        flex-wrap: wrap;
    }

    .azure-article-actions {
        text-align: center;
        margin-top: 12px;
    }

    .azure-read-more-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .azure-card-content {
        padding: 22px;
    }

    .azure-profile-stats {
        gap: 10px;
    }

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

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

@media (max-width: 480px) {
    .azure-content-layout {
        padding: 0 10px;
    }

    .azure-page-header {
        padding: 25px 18px;
    }

    .azure-page-title {
        font-size: 24px;
    }

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

    .azure-article-card {
        padding: 15px;
        margin-bottom: 12px;
    }

    .azure-card-content {
        padding: 18px;
    }

    .azure-avatar img {
        width: 65px;
        height: 65px;
    }

    .azure-avatar-glow {
        width: 85px;
        height: 85px;
    }

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

    .azure-tag-item {
        font-size: 12px;
        padding: 8px 14px;
    }

    .azure-site-info {
        padding: 14px;
    }

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

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

    .azure-article-meta {
        font-size: 13px;
        gap: 12px;
    }

    .azure-read-more-btn {
        padding: 7px 14px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }
}


.azure-article-title:focus,
.azure-tag-item:focus,
.azure-site-link:focus,
.azure-more-link:focus,
.azure-read-more-btn:focus {
    outline: 2px solid #007acc;
    outline-offset: 2px;
    border-radius: 4px;
}


.azure-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    color: #007acc;
}

.azure-loading::after {
    content: '';
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 122, 204, 0.2);
    border-top: 3px solid #007acc;
    border-radius: 50%;
    animation: azureSpin 1s linear infinite;
}

@keyframes azureSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.layui-tab-title li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: unset;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}


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

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


@media (prefers-color-scheme: dark) {
    .azure-bg-wrapper {
        background: #1a1a1a;
    }

    .azure-content-primary,
    .azure-sidebar-card,
    .azure-article-card {
        background: #2d2d2d;
        border-color: rgba(0, 122, 204, 0.3);
        color: #e0e0e0;
    }

    .azure-article-title,
    .azure-profile-name,
    .azure-site-title {
        color: #e0e0e0;
    }

    .azure-article-title:hover {
        color: #4da6ff;
    }

    .azure-bio,
    .azure-article-meta,
    .azure-site-meta {
        color: #b0b0b0;
    }
}