@charset "UTF-8";

/* ============================================
   ��ҳ��ʽ - Inner Pages CSS
   ============================================ */

/* ===== ������ʽ�̳� ===== */
.link_2a1e {
    min-height: 100vh;
}

/* ===== Hero���� ===== */
.east_e803 {
    padding: 3rem 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    border-bottom: 2px solid rgba(var(--accent-primary-rgb), 0.55);
}

.east_e803 h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.east_e803 .stone-3423 {
    font-size: 1.1rem;
    color: var(--text-gray);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ===== �������� ===== */
.inner-4655 {
    padding: 3rem 0;
}

.inner-4655:nth-child(even) {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.5), rgba(30, 41, 59, 0.5));
}

.mask_rough_6b50 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.tertiary_iron_3c90 {
    font-size: 1.1rem;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ===== ͼƬ���� ===== */
.lite-4128 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.steel-50e1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid rgba(var(--accent-primary-rgb), 0.55);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.85));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.steel-50e1:hover {
    transform: translateY(-5px);
    border-color: var(--casino-gold);
    box-shadow: 0 8px 30px rgba(var(--accent-primary-rgb), 0.55);
}

.steel-50e1 img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.steel-50e1:hover img {
    transform: scale(1.02);
}

.steel-50e1 .sort-8931 {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.95));
    border-top: 2px solid rgba(var(--accent-primary-rgb), 0.55);
}

.steel-50e1 .hidden_a40f {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--casino-gold);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.steel-50e1 .next_dfbf {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.hovered_4c96 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.backdrop_451e {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid rgba(var(--accent-primary-rgb), 0.45);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.85));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.backdrop_451e:hover {
    transform: translateY(-5px);
    border-color: var(--casino-gold);
    box-shadow: 0 8px 25px rgba(var(--accent-primary-rgb), 0.5);
}

.backdrop_451e img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.backdrop_451e:hover img {
    transform: scale(1.02);
}

.backdrop_451e .sort-8931 {
    padding: 1rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.9));
    border-top: 1px solid rgba(var(--accent-primary-rgb), 0.45);
}

.backdrop_451e .hidden_a40f {
    font-size: 1rem;
    font-weight: 600;
    color: var(--casino-gold);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.backdrop_451e .next_dfbf {
    font-size: 0.85rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* ===== �ı����� ===== */
.paragraph_advanced_3161 {
    color: var(--text-gray);
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.paragraph_advanced_3161 p {
    margin-bottom: 1rem;
}

.paragraph_advanced_3161 strong {
    color: var(--casino-gold);
}

/* ===== ��Ӧʽ ===== */
@media (max-width: 767px) {
    .east_e803 h1 {
        font-size: 1.8rem;
    }
    
    .east_e803 .stone-3423 {
        font-size: 1rem;
    }
    
    .mask_rough_6b50 {
        font-size: 1.6rem;
    }
    
    .hovered_4c96 {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .steel-50e1 img {
        max-height: 350px;
    }
    
    .backdrop_451e img {
        max-height: 200px;
    }
    
    .steel-50e1 .hidden_a40f {
        font-size: 1.2rem;
    }
    
    .steel-50e1 .next_dfbf {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .east_e803 {
        padding: 2rem 0;
    }
    
    .east_e803 h1 {
        font-size: 1.5rem;
    }
    
    .inner-4655 {
        padding: 2rem 0;
    }
}

/* css-noise: 238b */
.promo-block-l6 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
