/* 首页专用样式 */

/* 英雄区域增强样式 */
.bright_952d {
    background: transparent;
    padding: 2.5rem 0;
    margin: 1rem 0;
    border-radius: 20px;
}

.bright_952d h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.bright_952d p {
    color: #e9ecef;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.bright_952d .pro_4bb4 {
    font-size: 1.1rem;
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* Featured Games Section - New Design */
.outline_c6fd {
    background: linear-gradient(135deg, #1a1a3e 0%, #2d1b69 50%, #667eea 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.outline_c6fd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.gradient-e89c.box_537a/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

.row-a49e {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.glass_5c74 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(102, 126, 234, 0.5);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.detail-ffb4 {
    font-size: 1.2rem;
    color: #e9ecef;
    opacity: 0.8;
    margin-bottom: 0;
}

.large_aea5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

/* 平板端改为2列 */
@media (max-width: 992px) {
    .large_aea5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 手机端改为1列 */
@media (max-width: 576px) {
    .large_aea5 {
        grid-template-columns: 1fr;
    }
}

.module_bottom_e34c {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.module_bottom_e34c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.module_bottom_e34c:hover::before {
    transform: scaleX(1);
}

.module_bottom_e34c:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.6);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.text_slow_65e8 {
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.4);
}

.text_slow_65e8:hover {
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.5);
}

.basic-d906 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.2rem;
    color: #667eea;
    transition: transform 0.3s ease;
}

.module_bottom_e34c:hover .basic-d906 {
    transform: scale(1.1);
}

/* Image sizing for game icons */
.basic-d906 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: inline-block;
}

@media (max-width: 480px) {
    .basic-d906 img {
        width: 56px;
        height: 56px;
    }
}

.wrapper-liquid-4947 {
    text-align: center;
    flex: 1;
}

.tall_d3d6 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.info_left_b332 {
    font-size: 0.9rem;
    color: #b8c5d0;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.highlight-b5d6 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.column-b70e {
    background: rgba(102, 126, 234, 0.2);
    color: #667eea;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(102, 126, 234, 0.4);
}

.gradient_a991 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.gradient_a991:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #764ba2 0%, #9b59b6 100%);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    color: #ffffff;
    text-decoration: none;
}

.gradient_99a0 {
    font-style: normal;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.gradient_a991:hover .gradient_99a0 {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .outline_c6fd {
        padding: 3rem 0;
    }
    
    .glass_5c74 {
        font-size: 2rem;
    }
    
    .detail-ffb4 {
        font-size: 1rem;
    }
    
    .large_aea5 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .module_bottom_e34c {
        padding: 1.5rem;
    }
    
    .basic-d906 {
        font-size: 2.5rem;
    }
    
    .tall_d3d6 {
        font-size: 1.3rem;
    }
    
    .gradient_a991 {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .outline_c6fd {
        padding: 2rem 0;
    }
    
    .glass_5c74 {
        font-size: 1.8rem;
    }
    
    .module_bottom_e34c {
        padding: 1.2rem;
    }
    
    .basic-d906 {
        font-size: 2rem;
    }
    
    .tall_d3d6 {
        font-size: 1.2rem;
    }
    
    .highlight-b5d6 {
        gap: 0.3rem;
    }
    
    .column-b70e {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
}

/* 导航菜单当前页面高亮 */
.up-0ff0 a[href="index.wrapper_purple_62fd"] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.4);
    transform: translateY(-2px);
    position: relative;
    overflow: hidden;
}

.up-0ff0 a[href="index.wrapper_purple_62fd"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(156, 39, 176, 0.3), transparent);
    transition: left 0.6s ease;
}

.up-0ff0 a[href="index.wrapper_purple_62fd"]:hover::before {
    left: 100%;
}

/* 首页导航特殊样式 */
.up-0ff0 .label_upper_ce7b:first-child .accordion-4598 {
    position: relative;
}

.up-0ff0 .label_upper_ce7b:first-child .accordion-4598::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.7; transform: translateX(-50%) scaleX(1); }
    50% { opacity: 1; transform: translateX(-50%) scaleX(1.1); }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .bright_952d {
        padding: 1.5rem 0;
        text-align: center;
        margin: 0.5rem 0;
        border-radius: 15px;
    }
    
    .bright_952d h1 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }
    
    .bright_952d p {
        margin-bottom: 0.75rem;
    }
    
    .action_7618 {
        padding: 1.5rem;
        margin-bottom: 1rem;
        border-radius: 12px;
    }
    
    .logo-1860 {
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 15px;
    }
    
    .logo-1860::before {
        border-radius: 17px;
    }
}

/* ========================================
   Informational Content Sections Styles
   E-E-A-T Optimized Content Blocks
   ======================================== */

/* Utility Classes */
.row_small_2fae { margin-bottom: 1.5rem; }
.middle_0727 { margin-bottom: 1rem; }
.breadcrumb-stone-1aa3 { margin-top: 1.5rem; }
.white-27ab { margin-top: 3rem; }
.avatar-right-93ad { margin-top: 1rem; }
.paragraph_white_636d { font-size: 1.25rem; font-weight: 300; line-height: 1.6; }

/* Column System for Content */
@media (min-width: 768px) {
    .module_simple_b250 { flex: 0 0 auto; width: 50%; }
    .lower-368e { flex: 0 0 auto; width: 33.333333%; }
}

/* Background Variations */
.layout_d6ea {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px;
    margin: 1rem auto;
    padding: 2rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

/* Text Color Utilities */
.border-f4e0 { color: #667eea !important; }
.sidebar-6bdd { color: #e74c3c !important; }
.logo_west_ca0f { color: #764ba2 !important; }

/* List Styles */
.action_b340 {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    width: 100%;
}

.action_b340 li {
    margin-bottom: 0.75rem;
    padding-left: 2rem;
    position: relative;
    line-height: 1.7;
    color: #e9ecef;
    text-align: left;
}

.action_b340 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.sidebar-6bdd + .action_b340 li::before {
    content: '⚠';
    color: #e74c3c;
}

/* Alert Boxes */
.fn-alert-4b55 {
    position: relative;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    width: 100%;
    box-sizing: border-box;
}

.box_31eb {
    background: rgba(26, 188, 156, 0.15);
    border-color: rgba(26, 188, 156, 0.3);
    color: #e9ecef;
}

.box_31eb h4 {
    color: #1abc9c;
    margin-bottom: 0.75rem;
}

.icon-d9bd {
    background: rgba(243, 156, 18, 0.15);
    border-color: rgba(243, 156, 18, 0.3);
    color: #e9ecef;
}

.link_345e {
    background: rgba(46, 204, 113, 0.15);
    border-color: rgba(46, 204, 113, 0.3);
    color: #e9ecef;
}

/* Table Styles */
.banner-yellow-be9b {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.label-7244 {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
}

.label-7244 thead {
    background: linear-gradient(135deg, #1a1a3e 0%, #667eea 100%);
}

.modal-hard-470c {
    background: linear-gradient(135deg, #1a1a3e 0%, #667eea 100%);
}

.label-7244 th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid rgba(102, 126, 234, 0.4);
    color: #fff;
}

.label-7244 td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #e9ecef;
}

.label-7244 tbody tr:hover {
    background: rgba(102, 126, 234, 0.1);
    transition: background 0.2s ease;
}

.active-276c tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.02);
}

.thick_034b tbody tr:hover {
    background: rgba(102, 126, 234, 0.15);
}

.hard_00b3 th,
.hard_00b3 td {
    padding: 0.5rem;
    font-size: 0.875rem;
}

/* Card Styles */
.liquid-20be {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.liquid-20be:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
    border-color: rgba(102, 126, 234, 0.6);
}

.badge_advanced_6fe1 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 2px solid rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
}

.liquid-20be:hover .badge_advanced_6fe1 {
    filter: brightness(1.1);
}

.aside-white-9b44 {
    padding: 1.5rem;
    flex: 1;
}

.message-49ef {
    font-size: 1.15rem;
    font-weight: 600;
    color: #667eea;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.aside-white-9b44 p {
    color: #e9ecef;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.aside-white-9b44 strong {
    color: #fff;
}

/* Accordion Styles for FAQ */
.inner-0741 {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.mask-9786 {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(102, 126, 234, 0.3);
    margin-bottom: 0.75rem;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mask-9786:hover {
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.video_f5fa {
    margin: 0;
}

.left_c71f {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, rgba(30, 77, 43, 0.6) 0%, rgba(39, 174, 96, 0.3) 100%);
    border: none;
    color: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}

.left_c71f strong {
    color: #fff;
    font-weight: 600;
    flex: 1;
}

.left_c71f::after {
    content: '▼';
    font-size: 0.8rem;
    color: #2ecc71;
    transition: transform 0.3s ease;
    margin-left: 1rem;
}

.left_c71f:not(.fn-collapsed-4b55)::after {
    transform: rotate(180deg);
}

.left_c71f:hover {
    background: linear-gradient(135deg, rgba(30, 77, 43, 0.8) 0%, rgba(39, 174, 96, 0.5) 100%);
}

.left_c71f:not(.fn-collapsed-4b55) {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.4) 0%, rgba(46, 204, 113, 0.3) 100%);
    border-bottom: 2px solid rgba(46, 204, 113, 0.3);
}

.thumbnail-basic-53b0 {
    transition: max-height 0.3s ease;
}

.thumbnail-basic-53b0.primary-13de {
    display: none;
}

.thumbnail-basic-53b0.primary-13de.fn-show-4b55 {
    display: block;
}

.large_1efb {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    color: #e9ecef;
    line-height: 1.8;
}

.large_1efb strong {
    color: #fff;
    font-weight: 600;
}

.large_1efb ul,
.large_1efb ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.large_1efb li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.large_1efb a {
    color: #2ecc71;
    text-decoration: none;
    border-bottom: 1px solid rgba(46, 204, 113, 0.3);
    transition: all 0.2s ease;
}

.large_1efb a:hover {
    color: #27ae60;
    border-bottom-color: #27ae60;
}

.large_1efb .label-7244 {
    margin-top: 1rem;
    font-size: 0.9rem;
}

/* Code/Technical Text */
code {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    color: #2ecc71;
    font-size: 0.9em;
    border: 1px solid rgba(46, 204, 113, 0.2);
}

/* Emphasis Text */
em {
    color: #f39c12;
    font-style: italic;
}

strong {
    font-weight: 600;
    color: #fff;
}

/* Section Spacing */
.sidebar_red_e192.hot_39b0 {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.sidebar_red_e192.hot_39b0 h2 {
    color: #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(46, 204, 113, 0.3);
    text-align: left;
}

.sidebar_red_e192.hot_39b0 h3 {
    color: #2ecc71;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.sidebar_red_e192.hot_39b0 h4 {
    color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

/* Ordered Lists in Content */
ol {
    color: #e9ecef;
    line-height: 1.8;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
}

ol li {
    margin-bottom: 0.75rem;
    text-align: left;
}

/* Responsive Tables */
@media (max-width: 768px) {
    .label-7244 {
        font-size: 0.8rem;
    }
    
    .label-7244 th,
    .label-7244 td {
        padding: 0.75rem 0.5rem;
    }
    
    .banner-yellow-be9b {
        border: 1px solid rgba(46, 204, 113, 0.2);
        border-radius: 8px;
    }
}

/* Responsive Cards */
@media (max-width: 768px) {
    .aside-white-9b44 {
        padding: 1rem;
    }
    
    .message-49ef {
        font-size: 1rem;
    }
}

/* Responsive Accordion */
@media (max-width: 768px) {
    .left_c71f {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    .large_1efb {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

/* Highlight Boxes */
.fn-alert-4b55 strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.fn-alert-4b55 p:last-child {
    margin-bottom: 0;
}

/* Responsive Column Layout */
@media (max-width: 768px) {
    .module_simple_b250,
    .lower-368e {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .hovered-f81e {
        margin-left: 0;
        margin-right: 0;
    }
    
    .sidebar_red_e192.hot_39b0 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Table in Accordion Special Styling */
.large_1efb .label-7244 {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(46, 204, 113, 0.2);
}

.large_1efb .label-7244 th {
    background: rgba(30, 77, 43, 0.6);
    font-size: 0.85rem;
    padding: 0.75rem 0.5rem;
}

.large_1efb .label-7244 td {
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
}

/* Ordered List Numbers Styling */
.sidebar_red_e192.hot_39b0 ol {
    counter-reset: item;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.sidebar_red_e192.hot_39b0 ol li {
    counter-increment: item;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.sidebar_red_e192.hot_39b0 ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);
}

/* Nested Lists */
ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}

/* Accordion Body Lists */
.large_1efb ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    width: 100%;
}

.large_1efb ul li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.75rem;
    text-align: left;
}

.large_1efb ul li::before {
    content: '•';
    position: absolute;
    left: 0.5rem;
    color: #2ecc71;
    font-weight: bold;
    font-size: 1.2rem;
}

.large_1efb ol {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    counter-reset: item;
}

.large_1efb ol li {
    counter-increment: item;
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 0.75rem;
    text-align: left;
}

.large_1efb ol li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: bold;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .sidebar_red_e192.hot_39b0 h2 {
        font-size: 1.5rem;
    }
    
    .sidebar_red_e192.hot_39b0 h3 {
        font-size: 1.25rem;
    }
    
    .sidebar_red_e192.hot_39b0 h4 {
        font-size: 1.1rem;
    }
    
    .paragraph_white_636d {
        font-size: 1.1rem;
    }
}

/* Link Styles in Content */
.sidebar_red_e192.hot_39b0 a:not(.pro_4bb4) {
    color: #2ecc71;
    text-decoration: underline;
    text-decoration-color: rgba(46, 204, 113, 0.4);
    transition: all 0.2s ease;
}

.sidebar_red_e192.hot_39b0 a:not(.pro_4bb4):hover {
    color: #27ae60;
    text-decoration-color: #27ae60;
}

/* Paragraph Spacing in Content Sections */
.sidebar_red_e192.hot_39b0 p {
    color: #e9ecef;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    text-align: left;
    width: 100%;
}

/* UL Lists in Content */
.sidebar_red_e192.hot_39b0 ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    width: 100%;
}

.sidebar_red_e192.hot_39b0 ul li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.75rem;
    text-align: left;
    color: #e9ecef;
}

.sidebar_red_e192.hot_39b0 ul li::before {
    content: '•';
    position: absolute;
    left: 0.5rem;
    color: #2ecc71;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Content Section Dividers */
.sidebar_red_e192.hot_39b0:not(:last-of-type) {
    margin-bottom: 2rem;
}

/* Improved Readability for Long Content */
.sidebar_red_e192.hot_39b0 .hovered-f81e {
    margin-left: 0;
    margin-right: 0;
}

.sidebar_red_e192.hot_39b0 .medium_0112 {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.sidebar_red_e192.hot_39b0 .module_simple_b250,
.sidebar_red_e192.hot_39b0 .lower-368e {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Enhanced Focus States for Accessibility */
.left_c71f:focus,
.label-7244:focus,
.liquid-20be:focus {
    outline: 2px solid rgba(46, 204, 113, 0.5);
    outline-offset: 2px;
}

/* Print Styles for FAQ */
@media print {
    .thumbnail-basic-53b0 {
        display: block !important;
        max-height: none !important;
    }
    
    .left_c71f::after {
        display: none;
    }
    
    .layout_d6ea {
        background: #fff !important;
        color: #000 !important;
    }
}

/* Fix for All Content Sections Alignment */
section.sidebar_red_e192.hot_39b0,
section.sidebar_red_e192.hot_39b0.layout_d6ea {
    display: block;
    box-sizing: border-box;
}

/* Ensure Full Width for bg-light sections */
section.hot_39b0.layout_d6ea {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

section.hot_39b0.layout_d6ea .sidebar_red_e192 {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Row Alignment Fix */
.hovered-f81e {
    width: 100%;
    box-sizing: border-box;
}

/* Column Padding Consistency */
[class*="col-"] {
    box-sizing: border-box;
}

/* H2/H3/H4 Alignment in Content */
.sidebar_red_e192.hot_39b0 h2,
.sidebar_red_e192.hot_39b0 h3,
.sidebar_red_e192.hot_39b0 h4 {
    width: 100%;
    box-sizing: border-box;
}

/* Accordion Body Content Alignment */
.large_1efb {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.large_1efb p,
.large_1efb ul,
.large_1efb ol {
    width: 100%;
    box-sizing: border-box;
}

/* Table Cell Alignment */
.label-7244 th,
.label-7244 td {
    text-align: left;
    vertical-align: top;
}

/* Card Body Alignment */
.aside-white-9b44 {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

/* Mobile Optimization for Content Sections */
@media (max-width: 768px) {
    section.sidebar_red_e192.hot_39b0 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .sidebar_red_e192.hot_39b0 .medium_0112 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .action_b340 li,
    .sidebar_red_e192.hot_39b0 ul li,
    .sidebar_red_e192.hot_39b0 ol li {
        padding-left: 2.5rem;
    }
    
    .large_1efb {
        padding: 1rem 0.75rem;
    }
    
    .banner-yellow-be9b {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        border-radius: 8px;
        overflow-x: auto;
    }
    
    .label-7244 {
        min-width: 600px;
    }
    
    .layout_d6ea {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Additional Alignment Fixes */
section.hot_39b0 {
    width: 100%;
    box-sizing: border-box;
}

section.hot_39b0 .sidebar_red_e192 {
    box-sizing: border-box;
}

/* Ensure proper nesting */
.sidebar_red_e192 .hovered-f81e .medium_0112 h2,
.sidebar_red_e192 .hovered-f81e .medium_0112 h3,
.sidebar_red_e192 .hovered-f81e .medium_0112 h4,
.sidebar_red_e192 .hovered-f81e .medium_0112 p {
    margin-left: 0;
    margin-right: 0;
}

/* Code Block Alignment */
code {
    display: inline-block;
    margin: 0;
}

/* Strong Tag Consistency */
.sidebar_red_e192 strong,
.large_1efb strong,
.fn-alert-4b55 strong,
.aside-white-9b44 strong {
    color: #fff;
}

/* Em Tag Consistency */
.sidebar_red_e192 em,
.large_1efb em,
.fn-alert-4b55 em {
    color: #f39c12;
}

/* Section Padding Override for bg-light */
section.layout_d6ea.hot_39b0 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Ensure Container Centering */
.sidebar_red_e192 {
    box-sizing: border-box;
}

/* Fix for specific content alignment issues */
.sidebar_red_e192.hot_39b0 > .hovered-f81e > .medium_0112 > * {
    box-sizing: border-box;
}

/* Heading Margins */
h2.row_small_2fae {
    margin-bottom: 1.5rem !important;
}

h3.breadcrumb-stone-1aa3 {
    margin-top: 1.5rem !important;
}

h3.white-27ab {
    margin-top: 3rem !important;
}

h4.avatar-right-93ad {
    margin-top: 1rem !important;
}

/* Lead Text */
p.paragraph_white_636d {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #e9ecef;
}

/* Fix Container in bg-light sections */
section.layout_d6ea > .sidebar_red_e192 {
    width: 100%;
    max-width: 1320px;
}

/* Accordion Button Text Wrapping */
.left_c71f {
    white-space: normal;
    word-wrap: break-word;
}

/* Table Responsive Wrapper */
.banner-yellow-be9b {
    display: block;
    width: 100%;
    overflow-x: auto;
}

/* Ensure All Sections Have Proper Spacing */
section {
    width: 100%;
    box-sizing: border-box;
}

/* Content Hero Images */
.outer-fb51 {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(46, 204, 113, 0.25), 
                0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(46, 204, 113, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem;
    margin: 0 auto 2rem auto;
    display: block;
}

.outer-fb51:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 50px rgba(46, 204, 113, 0.35), 
                0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(46, 204, 113, 0.5);
}

/* Responsive Image Sizing */
@media (max-width: 768px) {
    .outer-fb51 {
        max-width: 100%;
        border-radius: 12px;
        margin-bottom: 1.5rem;
        padding: 0.25rem;
    }
}

@media (max-width: 480px) {
    .outer-fb51 {
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(46, 204, 113, 0.2);
    }
}

/* Image Container Centering */
.medium_0112.link_1c9c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Lazy Loading Image Fade-in */
.outer-fb51[loading="lazy"] {
    opacity: 0;
    animation: fadeIn 0.6s ease-in forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Card Image Top Fix */
.badge_advanced_6fe1 {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .badge_advanced_6fe1 {
        height: 150px;
    }
}

/* Center All Images */
img.outer-fb51,
img.badge_advanced_6fe1 {
    margin-left: auto;
    margin-right: auto;
}

/* Smooth Scroll for Anchor Links */
html {
    scroll-behavior: smooth;
}

/* Section Spacing Between Content Blocks */
section.sidebar_red_e192.hot_39b0 + section.hot_39b0.layout_d6ea,
section.hot_39b0.layout_d6ea + section.sidebar_red_e192.hot_39b0 {
    margin-top: 2rem;
}

/* H3 in Columns */
.module_simple_b250 h3,
.lower-368e h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

/* Better List Spacing in Columns */
.module_simple_b250 ul,
.lower-368e ul {
    margin-bottom: 1.5rem;
}

/* Ensure Images Don't Overflow */
section img {
    max-width: 100%;
    height: auto;
}

/* Additional Mobile Fixes */
@media (max-width: 768px) {
    .outer-fb51 {
        max-width: 95%;
    }
    
    .medium_0112.link_1c9c.row_small_2fae {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* Login Method Cards */
.pattern_3952 {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(46, 204, 113, 0.2);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pattern_3952:hover {
    transform: translateY(-5px);
    border-color: rgba(46, 204, 113, 0.5);
    box-shadow: 0 10px 30px rgba(46, 204, 113, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

.pattern_3952.north-14ab {
    border-color: rgba(46, 204, 113, 0.4);
    background: rgba(46, 204, 113, 0.08);
    box-shadow: 0 8px 25px rgba(46, 204, 113, 0.2);
}

.pattern_3952.north-14ab:hover {
    box-shadow: 0 15px 40px rgba(46, 204, 113, 0.35);
}

.breadcrumb_blue_665b {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #2ecc71;
    text-shadow: 0 4px 15px rgba(46, 204, 113, 0.4);
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.pattern_3952 h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.pattern_3952 ol {
    text-align: left;
    flex: 1;
}

.pattern_3952 ol li {
    color: #e9ecef;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .pattern_3952 {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .breadcrumb_blue_665b {
        font-size: 3rem;
        margin-bottom: 0.75rem;
    }
    
    .pattern_3952 h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
}
/* css-noise: 75a5 */
.promo-block-h0 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
