/* 
 * 텔레그램 신고 가이드 전용 스타일
 * Root ID: #ag-telegram-report
 */

#ag-telegram-report {
    max-width: 1100px;
    margin: 20px auto !important;
    width: 100% !important;
    font-family: 'Pretendard', sans-serif !important;
    color: #333333 !important;
    line-height: 1.8 !important;
    background-color: #f4f7f9 !important;
    padding: 40px 20px !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    letter-spacing: -0.01em !important;
}

/* 텍스트 간섭 차단 Reset */
#ag-telegram-report p, 
#ag-telegram-report h1, 
#ag-telegram-report h2, 
#ag-telegram-report h3, 
#ag-telegram-report h4, 
#ag-telegram-report ul, 
#ag-telegram-report li {
    margin: 0 !important;
    padding: 0 !important;
}

/* 헤더 - 컬러 방어 강화 */
#ag-telegram-report .ag-header {
    text-align: center !important;
    margin-bottom: 50px !important;
    padding: 60px 20px !important;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
    border-radius: 25px !important;
    color: #ffffff !important;
    display: block !important;
}

#ag-telegram-report .ag-header__icon {
    font-size: 4.5rem !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    display: block !important;
}

#ag-telegram-report .ag-header__title {
    font-size: 2.22rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    word-break: keep-all !important;
    display: block !important;
}

#ag-telegram-report .ag-header__subtitle {
    font-size: 1.15rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    display: block !important;
}

/* 도입부 */
#ag-telegram-report .ag-section--intro {
    margin-top: -30px !important;
    position: relative;
    z-index: 10;
    margin-bottom: 60px !important;
}

#ag-telegram-report .ag-lead {
    background: #ffffff !important;
    border: 1px solid #e1e9f1 !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
}

#ag-telegram-report .ag-lead__text {
    font-size: 1.15rem !important;
    color: #444444 !important;
    display: block !important;
}

/* 섹션 타이틀 */
#ag-telegram-report .ag-section__title {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #c0392b !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

#ag-telegram-report .ag-section__desc {
    color: #666666 !important;
    margin-bottom: 30px !important;
    display: block !important;
}

/* 1. 앱 내 신고 그리드 */
#ag-telegram-report .ag-method-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}

#ag-telegram-report .ag-method-card {
    background: #ffffff !important;
    border: 1px solid #e1e9f1 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

#ag-telegram-report .ag-method-card__header {
    background: #fdf2f2 !important;
    padding: 15px !important;
    text-align: center !important;
    font-weight: 800 !important;
    color: #c0392b !important;
    border-bottom: 1px solid #f9e1e1 !important;
}

#ag-telegram-report .ag-method-card__body {
    padding: 20px !important;
    text-align: center !important;
    font-size: 0.95rem !important;
    color: #555555 !important;
}

#ag-telegram-report .ag-report-reasons {
    background: #222222 !important;
    color: #ffffff !important;
    padding: 15px 25px !important;
    border-radius: 12px !important;
    font-size: 0.95rem !important;
    margin-bottom: 60px !important;
    display: block !important;
}

/* 2. 이메일 카드 */
#ag-telegram-report .ag-email-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 60px !important;
}

#ag-telegram-report .ag-email-card {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 22px !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 1px solid #e1e9f1 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#ag-telegram-report .ag-email-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}

#ag-telegram-report .ag-email-card i {
    font-size: 2.5rem !important;
    color: #0088cc !important;
    margin-bottom: 15px !important;
}

#ag-telegram-report .ag-email-card--alert i {
    color: #e67e22 !important;
}

#ag-telegram-report .ag-email-card h4 {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #111111 !important;
}

#ag-telegram-report .ag-email-card span {
    font-weight: 700 !important;
    color: #0088cc !important;
    font-size: 0.95rem !important;
}

/* 3. 유형 리스트 */
#ag-telegram-report .ag-type-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 60px !important;
}

#ag-telegram-report .ag-type-item {
    background: #ffffff !important;
    padding: 25px 35px !important;
    border-radius: 15px !important;
    border-left: 5px solid #0088cc !important;
    display: block !important;
}

#ag-telegram-report .ag-type-item__title {
    font-weight: 800 !important;
    margin-bottom: 8px !important;
    color: #111111 !important;
    display: block !important;
}

#ag-telegram-report .ag-type-item p {
    font-size: 0.95rem !important;
    color: #666666 !important;
    display: block !important;
}

/* 주의사항 박스 */
#ag-telegram-report .ag-caution-box {
    background: #fff9f9 !important;
    border: 1px solid #ffe1e1 !important;
    border-radius: 20px !important;
    padding: 40px !important;
    display: block !important;
}

#ag-telegram-report .ag-caution-box__title {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #c0392b !important;
    margin-bottom: 20px !important;
    display: block !important;
}

#ag-telegram-report .ag-caution-list {
    list-style: none !important;
}

#ag-telegram-report .ag-caution-list li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 15px !important;
    font-size: 0.95rem !important;
    color: #555555 !important;
}

#ag-telegram-report .ag-caution-list li::before {
    content: '•' !important;
    position: absolute !important;
    left: 0 !important;
    color: #c0392b !important;
    font-weight: bold !important;
}

#ag-telegram-report .ag-badge {
    color: #0088cc !important;
    font-weight: 700 !important;
}

/* 푸터 */
#ag-telegram-report .ag-footer {
    text-align: center !important;
    padding: 50px 0 20px !important;
    border-top: 1px solid #ddd !important;
}

#ag-telegram-report .ag-footer__more a {
    color: #0088cc !important;
    text-decoration: none !important;
    border-bottom: 2px solid #0088cc !important;
    font-weight: 600 !important;
}

/* 반응형 */
@media (max-width: 900px) {
    #ag-telegram-report .ag-method-grid,
    #ag-telegram-report .ag-email-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 600px) {
    #ag-telegram-report .ag-header__title {
        font-size: 1.8rem !important;
    }
}
