
/* waibulj */
.xlzs_social_wrapper {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.xlzs_visible {
    opacity: 1;
}

.xlzs_social_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #d4af37;
    background: radial-gradient(circle, #333 0%, #000 100%);
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
    fill: #d4af37;
}

.xlzs_social_icon svg {
    width: 15px;
    height: 15px;
}

.xlzs_social_icon:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #d4af37;
    background: #d4af37;
    fill: #000;
}

@media (max-width: 600px) {
    .xlzs_social_icon {
        width: 45px;
        height: 45px;
    }

    .xlzs_social_icon svg {
        width: 20px;
        height: 20px;
    }
}

/* neir */
#xlMiriamRoot20260611 {
    padding: 10px 20px !important;
    font-family:
        "Inter",
        system-ui,
        -apple-system,
        sans-serif !important;
    color: #d1d1d1 !important;
}

#xlMiriamCard20260611 {
    max-width: 950px !important;
    margin: 0 auto !important;
    padding: 20px 10px !important;
    background: #0d1117 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 12px !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.9) !important;
    position: relative !important;
    overflow: hidden !important;
}

.xlBacon-accent-bar20260611 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #00ff87, #60efff) !important;
    box-shadow: 0 0 15px rgba(0, 255, 135, 0.4) !important;
}

.xlBacon-main-title20260611 {
    text-align: center !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}

.xlBacon-glow-dot20260611 {
    color: #00ff87 !important;
    margin: 0 10px !important;
    font-size: 24px !important;
    vertical-align: middle !important;
    text-shadow: 0 0 10px #00ff87 !important;
}

.xlBacon-line-divider20260611 {
    height: 1px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    margin: 40px 0 60px 0 !important;
    position: relative !important;
}

.xlBacon-center-diamond20260611 {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    width: 8px !important;
    height: 8px !important;
    background: #00ff87 !important;
    box-shadow: 0 0 8px #00ff87 !important;
}

#xlMiriamContent20260611 h1,
#xlMiriamContent20260611 h2,
#xlMiriamContent20260611 h3,
#xlMiriamContent20260611 h4 {
    color: #00ff87 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

#xlMiriamContent20260611 p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #9ca3af !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

#xlMiriamContent20260611 ul {
    padding-left: 0 !important;
    margin-bottom: 30px !important;
}

#xlMiriamContent20260611 li {
    list-style: none !important;
    text-align: left !important;
    padding: 12px 20px !important;
    margin-bottom: 12px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-radius: 6px !important;
    border-left: 3px solid #60efff !important;
    color: #e5e7eb !important;
    font-size: 15px !important;
}

#xlMiriamContent20260611 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 25px auto !important;
    border-radius: 12px !important;
    border: 1px solid #374151 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
}

#xlMiriamContent20260611 figure {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#xlMiriamContent20260611 table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 30px 0 !important;
    border: 1px solid #1f2937 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

#xlMiriamContent20260611 th {
    background: #111827 !important;
    color: #60efff !important;
    padding: 15px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #1f2937 !important;
}

#xlMiriamContent20260611 td {
    padding: 12px 4px !important;
    border-bottom: 1px solid #1f2937 !important;
    background: #0d1117 !important;
    text-align: center !important;
    font-size: 12px !important;
}

.xlBacon-footer20260611 {
    text-align: center !important;
    margin-top: 50px !important;
    padding-top: 25px !important;
    border-top: 1px solid #1f2937 !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    color: #4b5563 !important;
}

@media (max-width: 768px) {
    #xlMiriamCard20260611 {
        padding: 40px 20px !important;
        border-radius: 0 !important;
    }

    .xlBacon-main-title20260611 {
        font-size: 28px !important;
    }

    #xlMiriamContent20260611 img {
        width: 100% !important;
        margin: 15px auto !important;
    }
}

/* hex */
#xlBanding_20260611.xlbanker_20260611_container {
    padding: 0px 15px !important;
    font-family: Arial, sans-serif !important;
    display: block !important;
    box-sizing: border-box !important;
}

#xlBanding_20260611 .xlbanker_20260611_title {
    color: #ffb400 !important;
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
}

#xlBanding_20260611 .xlbanker_20260611_title a {
    text-decoration: none;
    color: #ffb400 !important;
}

#xlBanding_20260611 .xlbanker_20260611_wrapper {
    display: flex !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative !important;
}

#xlBanding_20260611 .xlbanker_20260611_viewport {
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    width: 100% !important;
}

#xlBanding_20260611 .xlbanker_20260611_viewport::-webkit-scrollbar {
    display: none !important;
}

#xlBanding_20260611 .xlbanker_20260611_track {
    display: flex !important;
    gap: 15px !important;
    padding: 10px 0 !important;
}

#xlBanding_20260611 .xlbanker_20260611_card {
    flex: 0 0 calc(33% - 10px) !important;
    background: #000000 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

#xlBanding_20260611 .xlbanker_20260611_img_box {
    position: relative !important;
    width: 100% !important;
}

#xlBanding_20260611 .xlbanker_20260611_img_box img {
    width: 100% !important;
    max-height: 219px !important;
    height: 128px !important;
    display: block !important;
    object-fit: cover !important;
}

#xlBanding_20260611 .xlbanker_20260611_tag {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    padding: 4px 8px !important;
    text-align: center !important;
    font-weight: bold !important;
    color: #333 !important;
    font-size: 11px !important;
}

#xlBanding_20260611 .xlbanker_20260611_tag span {
    font-size: 16px !important;
}

#xlBanding_20260611 .xlbanker_20260611_info {
    padding: 5px !important;
    text-align: center !important;
}

#xlBanding_20260611 .xlbanker_20260611_text_link {
    text-decoration: none !important;
}

#xlBanding_20260611 .xlbanker_20260611_info h3 {
    color: #ffb400 !important;
    font-size: 13px !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

#xlBanding_20260611 .xlbanker_20260611_sep {
    width: 30px !important;
    height: 1px !important;
    background: #eee !important;
    margin: 10px auto !important;
}

#xlBanding_20260611 .xlbanker_20260611_info p {
    color: #666 !important;
    font-size: 13px !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


#xlBanding_20260611 .xlbanker_20260611_btn {
    background: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    border: none !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    z-index: 5 !important;
}

#xlBanding_20260611 .xlbanker_20260611_prev {
    left: -10px !important;
}

#xlBanding_20260611 .xlbanker_20260611_next {
    right: -10px !important;
}


@media (max-width: 768px) {
    #xlBanding_20260611 .xlbanker_20260611_card {
        flex: 0 0 82% !important;

    }

    #xlBanding_20260611 .xlbanker_20260611_btn {
        display: none !important;

    }
}

/* lanmu */
.xrdate20260611-social-icons a {
    width: 32px !important;
    height: 32px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    text-decoration: none !important;
}

.xrdate20260611-bottom-bar {
    /* background: #000000 !important; */
    padding: 18px 5% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 14px !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.xrdate20260611-bottom-links {
    display: flex !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
}

.xrdate20260611-bottom-links a {
    color: white !important;
    text-decoration: none !important;
}

.xrdate20260611-copyright {
    opacity: 0.85 !important;
}

@media (max-width: 992px) {
    .xrdate20260611-categories {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .xrdate20260611-top-section {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .xrdate20260611-categories {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}