/* ============================================================
   Telegram Chat11 - 메시지 삭제 가이드
   v1.0.0 | Amber + Rose 삭제/액션 테마 (chat09:Blue, chat10:Cyan과 차별화)
   ============================================================ */

/* ── 그누보드5 완전 리셋 ── */
#tg-chat11-wrapper,
#tg-chat11-wrapper *,
#tg-chat11-wrapper *::before,
#tg-chat11-wrapper *::after {
    box-sizing: border-box; margin: 0; padding: 0; border: none;
    outline: none; text-decoration: none; list-style: none;
    background: none; font-style: normal;
}
#tg-chat11-wrapper h1,
#tg-chat11-wrapper h2,
#tg-chat11-wrapper h3 { font-size: inherit; font-weight: inherit; line-height: 1.35; }
#tg-chat11-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-chat11-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-chat11-wrapper a { text-decoration: none !important; }

/* ── Material Symbols 복구 ── */
#tg-chat11-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal !important; font-style: normal !important;
    font-size: 1.5rem !important; line-height: 1 !important;
    letter-spacing: normal !important; text-transform: none !important;
    display: inline-block !important; white-space: nowrap !important;
    -webkit-font-feature-settings: 'liga' !important;
    font-feature-settings: 'liga' !important;
    -webkit-font-smoothing: antialiased !important;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}

/* ── 디자인 토큰 ── */
#tg-chat11-wrapper {
    --c11-primary:    #D97706;   /* Amber-600 */
    --c11-primary-dk: #92400E;   /* Amber-900 */
    --c11-primary-lt: #FFFBEB;   /* Amber-50 */
    --c11-accent:     #FCD34D;   /* Amber-300 */
    --c11-danger:     #DC2626;
    --c11-danger-lt:  #FEF2F2;
    --c11-blue:       #2563EB; --c11-blue-lt: #EFF6FF;
    --c11-green:      #16A34A; --c11-green-lt: #F0FDF4;
    --c11-border:     rgba(0,0,0,0.08);
    --c11-text:       #0F172A;
    --c11-text-sub:   #475569;
    --c11-muted:      #94A3B8;
    --c11-bg:         #FFFFFF;
    --c11-shadow:     0 2px 16px rgba(217,119,6,0.1);
    --c11-shadow-lg:  0 8px 32px rgba(217,119,6,0.18);
    --c11-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    --fs-xs: .8rem; --fs-sm: .9rem; --fs-base: 1rem;
    --fs-md: 1.05rem; --fs-lg: 1.2rem; --fs-xl: 1.45rem;

    max-width: 1100px; margin: 0 auto; width: 100%;
    overflow: hidden !important;
    background: var(--c11-bg);
    color: var(--c11-text);
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: var(--fs-base); line-height: 1.6;
}

/* ── 스크롤 애니메이션 ── */
#tg-chat11-wrapper .tg-chat11-motion {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
#tg-chat11-wrapper .tg-chat11-motion.is-visible { opacity: 1; transform: translateY(0); }
#tg-chat11-wrapper .tg-chat11-text--accent { color: var(--c11-accent) !important; }

/* ══════════════════════════════════════
   히어로
══════════════════════════════════════ */
#tg-chat11-wrapper .tg-chat11-hero {
    background: linear-gradient(150deg, #1c0a00 0%, #92400e 45%, #d97706 100%) !important;
    padding: 70px 40px 60px !important;
    text-align: center !important;
    border-radius: 0 0 48px 48px !important;
    margin-bottom: 50px !important;
    position: relative !important; overflow: hidden !important;
}
#tg-chat11-wrapper .tg-chat11-hero::before {
    content: '' !important; position: absolute !important;
    top: -30% !important; left: -5% !important;
    width: 45% !important; height: 180% !important;
    background: radial-gradient(ellipse, rgba(255,255,255,0.05) 0%, transparent 70%) !important;
    pointer-events: none !important;
}
#tg-chat11-wrapper .tg-chat11-hero__inner { position: relative !important; z-index: 1 !important; }
#tg-chat11-wrapper .tg-chat11-hero__eyebrow {
    display: inline-block !important; padding: 5px 18px !important;
    border: 1px solid rgba(255,255,255,0.3) !important; border-radius: 30px !important;
    font-size: var(--fs-xs) !important; color: rgba(255,255,255,0.75) !important;
    letter-spacing: 0.12em !important; margin-bottom: 20px !important;
}
#tg-chat11-wrapper .tg-chat11-hero__icon-wrap { margin-bottom: 16px !important; }
#tg-chat11-wrapper .tg-chat11-hero__icon {
    font-size: 4rem !important; color: var(--c11-accent) !important;
    animation: c11Shake 3s ease-in-out infinite !important;
}
@keyframes c11Shake {
    0%,100% { transform: rotate(0deg); }
    10%      { transform: rotate(-8deg); }
    20%      { transform: rotate(8deg); }
    30%      { transform: rotate(-4deg); }
    40%      { transform: rotate(4deg); }
    50%,90%  { transform: rotate(0deg); }
}
#tg-chat11-wrapper .tg-chat11-hero__title {
    font-size: clamp(1.6rem, 4.5vw, 2.4rem) !important;
    font-weight: 800 !important; color: #FFFFFF !important;
    line-height: 1.25 !important; margin-bottom: 14px !important;
}
#tg-chat11-wrapper .tg-chat11-hero__sub {
    font-size: var(--fs-md) !important; color: rgba(255,255,255,0.78) !important;
    margin-bottom: 22px !important;
}
#tg-chat11-wrapper .tg-chat11-hero__sub strong { color: var(--c11-accent) !important; }
#tg-chat11-wrapper .tg-chat11-hero__badges {
    display: flex !important; justify-content: center !important;
    gap: 10px !important; flex-wrap: wrap !important;
}
#tg-chat11-wrapper .tg-chat11-hero__badge {
    display: flex !important; align-items: center !important; gap: 5px !important;
    padding: 5px 14px !important; background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important; border-radius: 20px !important;
    font-size: var(--fs-xs) !important; color: rgba(255,255,255,0.85) !important;
}
#tg-chat11-wrapper .tg-chat11-hero__badge .material-symbols-outlined { font-size: 1rem !important; }

/* ── 공통 섹션 ── */
#tg-chat11-wrapper .tg-chat11-main > section { margin-bottom: 48px !important; }
#tg-chat11-wrapper .tg-chat11-section__label {
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 6px !important; padding: 5px 16px !important;
    background: var(--c11-primary-lt) !important;
    border: 1px solid rgba(217,119,6,0.2) !important;
    border-radius: 20px !important; font-size: var(--fs-xs) !important;
    color: var(--c11-primary) !important; font-weight: 600 !important;
    margin: 0 auto 14px auto !important; width: fit-content !important;
}
#tg-chat11-wrapper .tg-chat11-section__label .material-symbols-outlined { font-size: 1rem !important; }
#tg-chat11-wrapper .tg-chat11-section__title {
    font-size: clamp(1.2rem, 3vw, 1.6rem) !important;
    font-weight: 700 !important; color: var(--c11-text) !important;
    margin-bottom: 24px !important; text-align: center !important;
}

/* ══════════════════════════════════════
   카카오톡 vs 텔레그램 비교 카드
══════════════════════════════════════ */
#tg-chat11-wrapper .tg-chat11-highlight__card {
    background: linear-gradient(135deg, #1c0a00 0%, #7c2d12 100%) !important;
    border-radius: 20px !important; padding: 36px 32px !important;
    display: flex !important; gap: 20px !important; align-items: flex-start !important;
}
#tg-chat11-wrapper .tg-chat11-highlight__icon {
    font-size: 2.5rem !important; color: var(--c11-accent) !important; flex-shrink: 0 !important;
}
#tg-chat11-wrapper .tg-chat11-highlight__title {
    font-size: var(--fs-lg) !important; font-weight: 700 !important;
    color: #FFFFFF !important; margin-bottom: 18px !important;
}
#tg-chat11-wrapper .tg-chat11-compare-row {
    display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 14px !important;
}
#tg-chat11-wrapper .tg-chat11-compare-item {
    border-radius: 12px !important; padding: 16px !important;
}
#tg-chat11-wrapper .tg-chat11-compare-item--kakao {
    background: rgba(255,255,255,0.07) !important;
}
#tg-chat11-wrapper .tg-chat11-compare-item--telegram {
    background: rgba(217,119,6,0.2) !important;
    border: 1px solid rgba(217,119,6,0.4) !important;
}
#tg-chat11-wrapper .tg-chat11-compare-item__label {
    display: block !important; font-size: var(--fs-xs) !important;
    font-weight: 700 !important; color: var(--c11-accent) !important;
    letter-spacing: 0.06em !important; margin-bottom: 10px !important;
}
#tg-chat11-wrapper .tg-chat11-compare-item ul { display: flex !important; flex-direction: column !important; gap: 6px !important; }
#tg-chat11-wrapper .tg-chat11-compare-item li {
    display: flex !important; align-items: center !important; gap: 6px !important;
    font-size: var(--fs-sm) !important; color: rgba(255,255,255,0.75) !important;
}
#tg-chat11-wrapper .tg-chat11-compare-item--kakao .material-symbols-outlined { font-size: 1rem !important; color: #F87171 !important; }
#tg-chat11-wrapper .tg-chat11-compare-item--telegram .material-symbols-outlined { font-size: 1rem !important; color: #6EE7B7 !important; }

/* ══════════════════════════════════════
   삭제 방식 선택 시뮬레이터
══════════════════════════════════════ */
#tg-chat11-wrapper .tg-chat11-del-selector {
    display: flex !important; gap: 12px !important;
    margin-bottom: 28px !important; flex-wrap: wrap !important;
}
#tg-chat11-wrapper .tg-chat11-del-btn {
    flex: 1 1 160px !important;
    display: flex !important; align-items: center !important; gap: 8px !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    border: 2px solid var(--c11-border) !important;
    border-radius: 14px !important; cursor: pointer !important;
    transition: var(--c11-transition) !important;
    position: relative !important; background: #F8FAFC !important;
    color: var(--c11-muted) !important; font-size: var(--fs-sm) !important; font-weight: 600 !important;
}
#tg-chat11-wrapper .tg-chat11-del-btn .material-symbols-outlined { font-size: 1.3rem !important; }
#tg-chat11-wrapper .tg-chat11-del-btn__check {
    position: absolute !important; top: 8px !important; right: 8px !important;
    font-size: 1rem !important; opacity: 0 !important;
    color: var(--c11-primary) !important; transition: opacity 0.2s !important;
}
#tg-chat11-wrapper .tg-chat11-del-btn:hover {
    border-color: rgba(217,119,6,0.35) !important;
    background: var(--c11-primary-lt) !important; color: var(--c11-primary) !important;
}
#tg-chat11-wrapper .tg-chat11-del-btn--active {
    border-color: var(--c11-primary) !important;
    background: var(--c11-primary-lt) !important; color: var(--c11-primary) !important;
    box-shadow: 0 0 0 3px rgba(217,119,6,0.1) !important;
}
#tg-chat11-wrapper .tg-chat11-del-btn--active .tg-chat11-del-btn__check { opacity: 1 !important; }

/* ── 채팅 버블 미리보기 ── */
#tg-chat11-wrapper .tg-chat11-chat-preview {
    display: grid !important; grid-template-columns: 1fr 1fr !important;
    gap: 16px !important; margin-bottom: 16px !important;
}
#tg-chat11-wrapper .tg-chat11-chat-screen {
    background: #F8FAFC !important; border-radius: 16px !important;
    padding: 16px !important; border: 1px solid var(--c11-border) !important;
}
#tg-chat11-wrapper .tg-chat11-chat-screen__label {
    display: flex !important; align-items: center !important; gap: 5px !important;
    font-size: var(--fs-xs) !important; font-weight: 600 !important;
    color: var(--c11-muted) !important; margin-bottom: 12px !important;
    padding-bottom: 10px !important; border-bottom: 1px solid var(--c11-border) !important;
}
#tg-chat11-wrapper .tg-chat11-chat-screen__label .material-symbols-outlined { font-size: 1rem !important; }
#tg-chat11-wrapper .tg-chat11-bubble-wrap {
    display: flex !important; flex-direction: column !important; gap: 8px !important;
}
#tg-chat11-wrapper .tg-chat11-bubble {
    padding: 8px 12px !important; border-radius: 12px !important;
    font-size: var(--fs-sm) !important; max-width: 80% !important;
    transition: all 0.4s ease !important; line-height: 1.5 !important;
}
#tg-chat11-wrapper .tg-chat11-bubble--them {
    background: #FFFFFF !important; border: 1px solid var(--c11-border) !important;
    color: var(--c11-text) !important; align-self: flex-start !important;
}
#tg-chat11-wrapper .tg-chat11-bubble--me {
    background: var(--c11-primary) !important; color: #FFFFFF !important;
    align-self: flex-end !important;
}
#tg-chat11-wrapper .tg-chat11-bubble--deleted {
    background: transparent !important; border: 1px dashed var(--c11-muted) !important;
    color: var(--c11-muted) !important; font-style: italic !important;
    align-self: flex-end !important;
}
#tg-chat11-wrapper .tg-chat11-sim-desc {
    background: var(--c11-primary-lt) !important;
    border: 1px solid rgba(217,119,6,0.15) !important;
    border-radius: 12px !important; padding: 16px 18px !important;
    font-size: var(--fs-md) !important; color: var(--c11-text-sub) !important;
    transition: background 0.3s !important;
}
#tg-chat11-wrapper .tg-chat11-sim-desc strong { color: var(--c11-primary-dk) !important; }
#tg-chat11-wrapper .tg-chat11-sim-desc--me {
    background: #F0FDF4 !important; border-color: rgba(22,163,74,0.15) !important;
}

/* ══════════════════════════════════════
   채팅 유형별 탭
══════════════════════════════════════ */
#tg-chat11-wrapper .tg-chat11-type-nav {
    display: flex !important; gap: 8px !important; margin-bottom: 16px !important; flex-wrap: wrap !important;
}
#tg-chat11-wrapper .tg-chat11-type-btn {
    display: flex !important; align-items: center !important; gap: 5px !important;
    padding: 9px 18px !important; border-radius: 10px !important;
    font-size: var(--fs-sm) !important; font-weight: 600 !important;
    color: var(--c11-muted) !important; background: #F1F5F9 !important;
    cursor: pointer !important; transition: var(--c11-transition) !important;
    border: 1px solid transparent !important;
}
#tg-chat11-wrapper .tg-chat11-type-btn .material-symbols-outlined { font-size: 1.1rem !important; }
#tg-chat11-wrapper .tg-chat11-type-btn:hover { color: var(--c11-text) !important; background: #E2E8F0 !important; }
#tg-chat11-wrapper .tg-chat11-type-btn--active {
    background: var(--c11-primary-lt) !important; color: var(--c11-primary) !important;
    border-color: rgba(217,119,6,0.25) !important;
}
#tg-chat11-wrapper .tg-chat11-type-panel {
    background: var(--c11-bg) !important; border: 1px solid var(--c11-border) !important;
    border-radius: 16px !important; padding: 24px 20px !important;
    animation: c11FadeIn 0.25s ease forwards !important;
}
#tg-chat11-wrapper .tg-chat11-type-panel--hidden { display: none !important; }
@keyframes c11FadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
#tg-chat11-wrapper .tg-chat11-type-detail { display: flex !important; flex-direction: column !important; gap: 10px !important; }
#tg-chat11-wrapper .tg-chat11-type-detail__row {
    display: flex !important; align-items: flex-start !important; gap: 10px !important;
    padding: 12px 14px !important; border-radius: 10px !important;
    font-size: var(--fs-base) !important; line-height: 1.7 !important;
}
#tg-chat11-wrapper .tg-chat11-type-detail__row .material-symbols-outlined { font-size: 1.2rem !important; flex-shrink: 0 !important; margin-top: 2px !important; }
#tg-chat11-wrapper .tg-chat11-type-detail__row--ok { background: var(--c11-green-lt) !important; color: var(--c11-text) !important; }
#tg-chat11-wrapper .tg-chat11-type-detail__row--ok .material-symbols-outlined { color: var(--c11-green) !important; }
#tg-chat11-wrapper .tg-chat11-type-detail__row--warn { background: var(--c11-primary-lt) !important; color: var(--c11-text) !important; }
#tg-chat11-wrapper .tg-chat11-type-detail__row--warn .material-symbols-outlined { color: var(--c11-primary) !important; }
#tg-chat11-wrapper .tg-chat11-type-detail__row--info { background: var(--c11-blue-lt) !important; color: var(--c11-text-sub) !important; }
#tg-chat11-wrapper .tg-chat11-type-detail__row--info .material-symbols-outlined { color: var(--c11-blue) !important; }
#tg-chat11-wrapper .tg-chat11-type-detail strong { color: var(--c11-text) !important; }

/* ══════════════════════════════════════
   OS 탭 & 단계
══════════════════════════════════════ */
#tg-chat11-wrapper .tg-chat11-os-nav {
    display: flex !important; gap: 8px !important; margin-bottom: 20px !important; flex-wrap: wrap !important;
}
#tg-chat11-wrapper .tg-chat11-os-btn {
    display: flex !important; align-items: center !important; gap: 5px !important;
    padding: 9px 16px !important; border-radius: 10px !important;
    font-size: var(--fs-sm) !important; font-weight: 600 !important;
    color: var(--c11-muted) !important; background: #F1F5F9 !important;
    cursor: pointer !important; transition: var(--c11-transition) !important;
    border: 1px solid transparent !important;
}
#tg-chat11-wrapper .tg-chat11-os-btn .material-symbols-outlined { font-size: 1.1rem !important; }
#tg-chat11-wrapper .tg-chat11-os-btn:hover { color: var(--c11-text) !important; background: #E2E8F0 !important; }
#tg-chat11-wrapper .tg-chat11-os-btn--active {
    background: var(--c11-primary-lt) !important; color: var(--c11-primary) !important;
    border-color: rgba(217,119,6,0.25) !important;
}
#tg-chat11-wrapper .tg-chat11-os-panel {
    background: var(--c11-bg) !important; border: 1px solid var(--c11-border) !important;
    border-radius: 16px !important; padding: 24px 20px !important;
    animation: c11FadeIn 0.25s ease forwards !important;
}
#tg-chat11-wrapper .tg-chat11-os-panel--hidden { display: none !important; }
#tg-chat11-wrapper .tg-chat11-steps { display: flex !important; flex-direction: column !important; gap: 4px !important; }
#tg-chat11-wrapper .tg-chat11-step {
    display: flex !important; align-items: flex-start !important; gap: 12px !important;
    padding: 12px 0 !important; border-bottom: 1px solid var(--c11-border) !important;
    font-size: var(--fs-base) !important; color: var(--c11-text) !important; line-height: 1.75 !important;
}
#tg-chat11-wrapper .tg-chat11-step:last-child { border-bottom: none !important; }
#tg-chat11-wrapper .tg-chat11-step__num {
    display: flex !important; align-items: center !important; justify-content: center !important;
    width: 26px !important; height: 26px !important; background: var(--c11-primary) !important;
    color: #FFFFFF !important; border-radius: 50% !important;
    font-size: 0.78rem !important; font-weight: 700 !important; flex-shrink: 0 !important;
}
#tg-chat11-wrapper .tg-chat11-step strong { color: var(--c11-primary-dk) !important; }
#tg-chat11-wrapper .tg-chat11-suboptions {
    margin-top: 10px !important; display: flex !important; flex-direction: column !important;
    gap: 6px !important; background: var(--c11-primary-lt) !important;
    border-radius: 10px !important; padding: 12px 14px !important;
}
#tg-chat11-wrapper .tg-chat11-suboptions li {
    display: flex !important; align-items: center !important; gap: 8px !important;
    font-size: var(--fs-sm) !important; color: var(--c11-text-sub) !important; padding: 3px 0 !important;
}
#tg-chat11-wrapper .tg-chat11-suboptions .material-symbols-outlined { font-size: 1.1rem !important; color: var(--c11-primary) !important; }

/* ══════════════════════════════════════
   주의사항 카드
══════════════════════════════════════ */
#tg-chat11-wrapper .tg-chat11-caution-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(210px,100%), 1fr)) !important; gap: 16px !important;
}
#tg-chat11-wrapper .tg-chat11-caution-card {
    border-radius: 16px !important; padding: 22px 18px !important;
    border: 1px solid transparent !important; transition: var(--c11-transition) !important;
}
#tg-chat11-wrapper .tg-chat11-caution-card:hover { transform: translateY(-3px) !important; box-shadow: var(--c11-shadow-lg) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card--red { background: var(--c11-danger-lt) !important; border-color: rgba(220,38,38,0.15) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card--amber { background: var(--c11-primary-lt) !important; border-color: rgba(217,119,6,0.15) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card--blue { background: var(--c11-blue-lt) !important; border-color: rgba(37,99,235,0.15) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card .material-symbols-outlined { font-size: 1.8rem !important; margin-bottom: 10px !important; display: block !important; }
#tg-chat11-wrapper .tg-chat11-caution-card--red .material-symbols-outlined { color: var(--c11-danger) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card--amber .material-symbols-outlined { color: var(--c11-primary) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card--blue .material-symbols-outlined { color: var(--c11-blue) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card h3 {
    font-size: var(--fs-base) !important; font-weight: 700 !important;
    color: var(--c11-text) !important; margin-bottom: 8px !important; line-height: 1.45 !important;
}
#tg-chat11-wrapper .tg-chat11-caution-card p { font-size: var(--fs-sm) !important; color: var(--c11-text-sub) !important; }
#tg-chat11-wrapper .tg-chat11-caution-card strong { color: var(--c11-text) !important; }

/* ══════════════════════════════════════
   요약 (다크)
══════════════════════════════════════ */
#tg-chat11-wrapper .tg-chat11-summary {
    background: linear-gradient(150deg, #1c0a00 0%, #92400e 50%, #d97706 100%) !important;
    border-radius: 24px !important; padding: 56px 48px !important; text-align: center !important;
}
#tg-chat11-wrapper .tg-chat11-summary__title {
    font-size: var(--fs-xl) !important; font-weight: 800 !important;
    color: #FFFFFF !important; margin-bottom: 28px !important;
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 8px !important;
}
#tg-chat11-wrapper .tg-chat11-summary__title .material-symbols-outlined { font-size: 1.8rem !important; color: var(--c11-accent) !important; }
#tg-chat11-wrapper .tg-chat11-summary__checklist {
    text-align: left !important; max-width: 640px !important;
    margin: 0 auto 28px auto !important;
    background: rgba(255,255,255,0.08) !important; border-radius: 16px !important; padding: 20px 24px !important;
}
#tg-chat11-wrapper .tg-chat11-summary__checklist li {
    display: flex !important; align-items: flex-start !important; gap: 10px !important;
    padding: 10px 0 !important; border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    font-size: var(--fs-base) !important; color: rgba(255,255,255,0.82) !important; line-height: 1.75 !important;
}
#tg-chat11-wrapper .tg-chat11-summary__checklist li:last-child { border-bottom: none !important; }
#tg-chat11-wrapper .tg-chat11-summary__checklist .material-symbols-outlined { font-size: 1.2rem !important; color: var(--c11-accent) !important; flex-shrink: 0 !important; margin-top: 2px !important; }
#tg-chat11-wrapper .tg-chat11-summary__checklist strong { color: #FFFFFF !important; }
#tg-chat11-wrapper .tg-chat11-summary__footer { font-size: var(--fs-sm) !important; color: rgba(255,255,255,0.55) !important; line-height: 1.9 !important; }
#tg-chat11-wrapper .tg-chat11-summary__footer a { color: var(--c11-accent) !important; text-decoration: underline !important; }

/* ── 반응형 ── */
@media (max-width: 768px) {
    #tg-chat11-wrapper .tg-chat11-hero { padding: 50px 20px 40px !important; border-radius: 0 0 28px 28px !important; }
    #tg-chat11-wrapper .tg-chat11-summary { padding: 44px 20px !important; }
    #tg-chat11-wrapper .tg-chat11-highlight__card { flex-direction: column !important; padding: 24px 18px !important; }
    #tg-chat11-wrapper .tg-chat11-compare-row { grid-template-columns: 1fr !important; }
    #tg-chat11-wrapper .tg-chat11-chat-preview { grid-template-columns: 1fr !important; }
}
