/* 
 * 텔레그램 휴대폰 분실 가이드 전용 스타일
 * Root ID: #ag-telegram-lost-emergency
 */

#ag-telegram-lost-emergency {
    max-width: 1100px;
    margin: 30px auto !important;
    width: 100% !important;
    font-family: 'Pretendard', sans-serif !important;
    color: #1e293b !important;
    line-height: 1.8 !important;
    background-color: #ffffff !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    border-radius: 40px !important;
    letter-spacing: -0.012em !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05) !important;
}

/* 텍스트 컬러 보존 시스템 */
#ag-telegram-lost-emergency p, 
#ag-telegram-lost-emergency h1, 
#ag-telegram-lost-emergency h2, 
#ag-telegram-lost-emergency h3, 
#ag-telegram-lost-emergency h4, 
#ag-telegram-lost-emergency ul, 
#ag-telegram-lost-emergency li,
#ag-telegram-lost-emergency span,
#ag-telegram-lost-emergency strong,
#ag-telegram-lost-emergency i {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
}

/* 헤더 - 에머전시 테마 (High-Alert Red & Dark Navy) */
#ag-telegram-lost-emergency .ag-header {
    text-align: center !important;
    margin-bottom: 70px !important;
    padding: 100px 20px !important;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%) !important;
    border-radius: 35px !important;
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
}

#ag-telegram-lost-emergency .ag-emergency-unit {
    width: 160px !important;
    height: 160px !important;
    margin: 0 auto 40px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#ag-telegram-lost-emergency .ag-alert-ring {
    position: absolute !important;
    width: 140px !important;
    height: 140px !important;
    border: 4px solid #ef4444 !important;
    border-radius: 50% !important;
    animation: ag-ping 1.5s infinite !important;
}

@keyframes ag-ping { 0% { transform: scale(0.8); opacity: 1; } 100% { transform: scale(1.3); opacity: 0; } }

#ag-telegram-lost-emergency .ag-phone-ghost {
    position: relative !important;
    font-size: 4.5rem !important;
    color: #94a3b8 !important;
}

#ag-telegram-lost-emergency .ag-icon-lock {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 2rem !important;
    color: #ef4444 !important;
    filter: drop-shadow(0 0 10px rgba(239, 68, 68, 0.5)) !important;
    animation: ag-lock-pulse 2s infinite !important;
}

@keyframes ag-lock-pulse { 0%, 100% { transform: translate(-50%, -50%) scale(1); } 50% { transform: translate(-50%, -50%) scale(1.2); } }

#ag-telegram-lost-emergency .ag-header__title {
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
}

#ag-telegram-lost-emergency .ag-header__subtitle {
    font-size: 1.35rem !important;
    color: #cbd5e1 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* 섹션 타이틀 */
#ag-telegram-lost-emergency .ag-section {
    margin-bottom: 80px !important;
}

#ag-telegram-lost-emergency .ag-section__title {
    font-size: 1.9rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 45px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

#ag-telegram-lost-emergency .ag-section__title i { color: #ef4444 !important; }

/* 1. 긴급 그리드 (Steps) */
#ag-telegram-lost-emergency .ag-emergency-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
}

#ag-telegram-lost-emergency .ag-step-card {
    background: #f8fafc !important;
    padding: 35px !important;
    border-radius: 30px !important;
    border: 1px solid #e2e8f0 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

#ag-telegram-lost-emergency .ag-step-card:hover { transform: translateY(-10px) !important; border-color: #ef4444 !important; }

#ag-telegram-lost-emergency .ag-step-card--priority { border: 2px solid #fee2e2 !important; background: #fff1f2 !important; }

#ag-telegram-lost-emergency .ag-step-card__header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 25px !important;
}

#ag-telegram-lost-emergency .ag-badge {
    background: #ef4444 !important;
    color: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 100px !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
}

#ag-telegram-lost-emergency .ag-step-num {
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    color: #cbd5e1 !important;
}

#ag-telegram-lost-emergency .ag-step-card h4 { font-size: 1.3rem !important; font-weight: 800 !important; color: #1e293b !important; margin-bottom: 12px !important; }
#ag-telegram-lost-emergency .ag-step-card p { font-size: 1.05rem !important; color: #64748b !important; }

#ag-telegram-lost-emergency .ag-path-guide {
    margin-top: 20px !important;
    padding: 12px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    font-size: 0.9rem !important;
    color: #475569 !important;
    border: 1px dashed #cbd5e1 !important;
}

/* 2. 대화 유형 리포트 */
#ag-telegram-lost-emergency .ag-report-box {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

#ag-telegram-lost-emergency .ag-report-item {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    background: #f1f5f9 !important;
    padding: 30px 40px !important;
    border-radius: 25px !important;
}

#ag-telegram-lost-emergency .ag-report-icon {
    width: 60px !important;
    height: 60px !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.8rem !important;
    flex-shrink: 0 !important;
}

#ag-telegram-lost-emergency .ag-icon-orange { background: #fff7ed !important; color: #f97316 !important; }
#ag-telegram-lost-emergency .ag-icon-blue { background: #e0f2fe !important; color: #0ea5e9 !important; }

#ag-telegram-lost-emergency .ag-report-content h4 { font-size: 1.25rem !important; font-weight: 800 !important; color: #1e293b !important; margin-bottom: 5px !important; }
#ag-telegram-lost-emergency .ag-report-content p { font-size: 1.05rem !important; color: #64748b !important; }

/* 3. 워닝 배너 */
#ag-telegram-lost-emergency .ag-warning-banner {
    background: #1e1b4b !important;
    color: #ffffff !important;
    padding: 40px !important;
    border-radius: 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 35px !important;
    margin-top: 60px !important;
    border-bottom: 8px solid #ef4444 !important;
}

#ag-telegram-lost-emergency .ag-warning-banner__icon { font-size: 3rem !important; color: #ef4444 !important; }
#ag-telegram-lost-emergency .ag-warning-banner__text strong { display: block !important; font-size: 1.4rem !important; margin-bottom: 8px !important; color: #f87171 !important; }
#ag-telegram-lost-emergency .ag-warning-banner__text p { font-size: 1.15rem !important; color: #94a3b8 !important; }

#ag-telegram-lost-emergency .ag-recovery-info {
    margin-top: 40px !important;
    text-align: center !important;
    padding: 40px !important;
    background: #f8fafc !important;
    border-radius: 30px !important;
}

#ag-telegram-lost-emergency .ag-recovery-info h3 { font-size: 1.4rem !important; font-weight: 800 !important; color: #1e293b !important; margin-bottom: 15px !important; }
#ag-telegram-lost-emergency .ag-recovery-info p { font-size: 1.1rem !important; color: #64748b !important; max-width: 800px !important; margin: 0 auto !important; }

/* 푸터 */
#ag-telegram-lost-emergency .ag-footer {
    text-align: center !important;
    padding: 60px 0 20px !important;
    border-top: 1px solid #f1f5f9 !important;
}

#ag-telegram-lost-emergency .ag-footer__text a {
    color: #ef4444 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* 반응형 */
@media (max-width: 1000px) {
    #ag-telegram-lost-emergency .ag-emergency-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 600px) {
    #ag-telegram-lost-emergency .ag-header__title { font-size: 2.1rem !important; }
    #ag-telegram-lost-emergency .ag-mobile-only { display: block !important; }
    #ag-telegram-lost-emergency .ag-warning-banner { flex-direction: column !important; text-align: center !important; }
    #ag-telegram-lost-emergency .ag-report-item { flex-direction: column !important; text-align: center !important; padding: 30px !important; }
}
@media (min-width: 601px) { #ag-telegram-lost-emergency .ag-mobile-only { display: none !important; } }
