/* ============================================================
   Telegram Chat10 - 온라인 상태 숨기기 가이드
   v1.0.0 | Cyan + Slate 프라이버시 테마 (chat09와 차별화)
   ============================================================ */

/* ── 그누보드5 완전 리셋 ── */
#tg-chat10-wrapper,
#tg-chat10-wrapper *,
#tg-chat10-wrapper *::before,
#tg-chat10-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-chat10-wrapper h1,
#tg-chat10-wrapper h2,
#tg-chat10-wrapper h3 { font-size: inherit; font-weight: inherit; line-height: 1.35; }
#tg-chat10-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-chat10-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-chat10-wrapper a { text-decoration: none !important; }

/* ── Material Symbols 복구 ── */
#tg-chat10-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-chat10-wrapper {
    --c10-primary:    #0E7490;   /* Cyan-700 */
    --c10-primary-dk: #164E63;   /* Cyan-900 */
    --c10-primary-lt: #ECFEFF;   /* Cyan-50 */
    --c10-accent:     #22D3EE;   /* Cyan-400 */
    --c10-online:     #22C55E;   /* 온라인 초록 */
    --c10-slate:      #334155;
    --c10-red:        #DC2626; --c10-red-lt: #FEF2F2;
    --c10-blue:       #2563EB; --c10-blue-lt: #EFF6FF;
    --c10-amber:      #B45309; --c10-amber-lt: #FFFBEB;
    --c10-border:     rgba(0,0,0,0.08);
    --c10-text:       #0F172A;
    --c10-text-sub:   #475569;
    --c10-muted:      #94A3B8;
    --c10-bg:         #FFFFFF;
    --c10-shadow:     0 2px 16px rgba(14,116,144,0.08);
    --c10-shadow-lg:  0 8px 32px rgba(14,116,144,0.16);
    --c10-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(--c10-bg);
    color: var(--c10-text);
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: var(--fs-base); line-height: 1.6;
}

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

/* ══════════════════════════════════════
   히어로
══════════════════════════════════════ */
#tg-chat10-wrapper .tg-chat10-hero {
    background: linear-gradient(150deg, #0c2a3e 0%, #0e7490 50%, #22d3ee 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-chat10-wrapper .tg-chat10-hero::before {
    content: '' !important; position: absolute !important;
    top: -40% !important; right: -10% !important;
    width: 50% !important; height: 200% !important;
    background: radial-gradient(ellipse, rgba(255,255,255,0.06) 0%, transparent 70%) !important;
    pointer-events: none !important;
}
#tg-chat10-wrapper .tg-chat10-hero__inner { position: relative !important; z-index: 1 !important; }
#tg-chat10-wrapper .tg-chat10-hero__eyebrow {
    display: inline-block !important;
    padding: 5px 18px !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    border-radius: 30px !important;
    font-size: var(--fs-xs) !important;
    color: rgba(255,255,255,0.8) !important;
    letter-spacing: 0.12em !important; margin-bottom: 20px !important;
}
#tg-chat10-wrapper .tg-chat10-hero__icon-wrap {
    position: relative !important; display: inline-block !important; margin-bottom: 20px !important;
}
#tg-chat10-wrapper .tg-chat10-hero__icon {
    font-size: 4rem !important; color: #67E8F9 !important;
}
#tg-chat10-wrapper .tg-chat10-hero__dot {
    position: absolute !important; bottom: 2px !important; right: -2px !important;
    width: 16px !important; height: 16px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255,255,255,0.5) !important;
    animation: c10DotPulse 1.8s ease-in-out infinite !important;
}
#tg-chat10-wrapper .tg-chat10-hero__dot--on { background: var(--c10-online) !important; }
@keyframes c10DotPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); }
    50%       { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}
#tg-chat10-wrapper .tg-chat10-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: 16px !important;
}
#tg-chat10-wrapper .tg-chat10-hero__sub {
    font-size: var(--fs-md) !important; color: rgba(255,255,255,0.75) !important;
}

/* ── 공통 레이아웃 ── */
#tg-chat10-wrapper .tg-chat10-main > section { margin-bottom: 48px !important; }
#tg-chat10-wrapper .tg-chat10-intro {
    background: var(--c10-primary-lt) !important;
    border-left: 4px solid var(--c10-primary) !important;
    border-radius: 12px !important; padding: 28px 24px !important;
    font-size: var(--fs-md) !important; color: var(--c10-text-sub) !important;
}
#tg-chat10-wrapper .tg-chat10-intro strong { color: var(--c10-primary-dk) !important; }
#tg-chat10-wrapper .tg-chat10-section__label {
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 6px !important; padding: 5px 16px !important;
    background: var(--c10-primary-lt) !important;
    border: 1px solid rgba(14,116,144,0.2) !important;
    border-radius: 20px !important; font-size: var(--fs-xs) !important;
    color: var(--c10-primary) !important; font-weight: 600 !important;
    margin: 0 auto 14px auto !important; width: fit-content !important;
}
#tg-chat10-wrapper .tg-chat10-section__label .material-symbols-outlined { font-size: 1rem !important; }
#tg-chat10-wrapper .tg-chat10-section__title {
    font-size: clamp(1.2rem, 3vw, 1.6rem) !important;
    font-weight: 700 !important; color: var(--c10-text) !important;
    margin-bottom: 24px !important; text-align: center !important;
}

/* ══════════════════════════════════════
   비교 카드
══════════════════════════════════════ */
#tg-chat10-wrapper .tg-chat10-compare-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(240px,100%), 1fr)) !important;
    gap: 16px !important; margin-bottom: 16px !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card {
    border-radius: 18px !important; padding: 24px 20px !important;
    border: 1px solid var(--c10-border) !important;
    transition: var(--c10-transition) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card:hover {
    transform: translateY(-3px) !important; box-shadow: var(--c10-shadow-lg) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card--slate {
    background: #F8FAFC !important; border-color: rgba(51,65,85,0.15) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card--cyan {
    background: var(--c10-primary-lt) !important;
    border-color: rgba(14,116,144,0.25) !important;
    box-shadow: 0 0 0 2px rgba(14,116,144,0.1) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card__icon {
    margin-bottom: 12px !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card--slate .tg-chat10-compare-card__icon .material-symbols-outlined {
    font-size: 2rem !important; color: var(--c10-muted) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card--cyan .tg-chat10-compare-card__icon .material-symbols-outlined {
    font-size: 2rem !important; color: var(--c10-online) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card h3 {
    font-size: var(--fs-base) !important; font-weight: 700 !important;
    margin-bottom: 8px !important; color: var(--c10-text) !important;
    display: flex !important; flex-direction: column !important;
    align-items: center !important; text-align: center !important; gap: 6px !important;
}
#tg-chat10-wrapper .tg-chat10-badge--now {
    display: block !important;
    font-size: 0.7rem !important; font-weight: 700 !important;
    padding: 2px 8px !important; border-radius: 20px !important;
    background: var(--c10-primary) !important; color: #FFFFFF !important;
    width: fit-content !important; margin: 0 auto !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card p { font-size: var(--fs-sm) !important; color: var(--c10-text-sub) !important; }
#tg-chat10-wrapper .tg-chat10-compare-card strong { color: var(--c10-text) !important; }
#tg-chat10-wrapper .tg-chat10-compare-card__list {
    margin-top: 10px !important; display: flex !important;
    flex-direction: column !important; gap: 4px !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card__list li {
    display: flex !important; align-items: center !important; gap: 6px !important;
    font-size: var(--fs-xs) !important; color: var(--c10-text-sub) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-card__list .material-symbols-outlined {
    font-size: 1rem !important; color: var(--c10-primary) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-note {
    display: flex !important; align-items: flex-start !important; gap: 8px !important;
    background: #FFF7ED !important; border: 1px solid rgba(180,83,9,0.15) !important;
    border-radius: 10px !important; padding: 12px 14px !important;
    font-size: var(--fs-sm) !important; color: var(--c10-text-sub) !important;
}
#tg-chat10-wrapper .tg-chat10-compare-note .material-symbols-outlined {
    font-size: 1.1rem !important; color: var(--c10-amber) !important;
    flex-shrink: 0 !important; margin-top: 1px !important;
}
#tg-chat10-wrapper .tg-chat10-compare-note strong { color: var(--c10-text) !important; }

/* ══════════════════════════════════════
   시뮬레이터 — 공개 범위 & 미리보기
══════════════════════════════════════ */
#tg-chat10-wrapper .tg-chat10-privacy-selector {
    display: flex !important; gap: 10px !important;
    margin-bottom: 28px !important; flex-wrap: wrap !important;
}
#tg-chat10-wrapper .tg-chat10-privacy-btn {
    flex: 1 1 120px !important;
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 6px !important;
    padding: 16px 12px !important;
    border: 2px solid var(--c10-border) !important;
    border-radius: 14px !important; cursor: pointer !important;
    transition: var(--c10-transition) !important;
    position: relative !important; background: #F8FAFC !important;
    color: var(--c10-muted) !important;
}
#tg-chat10-wrapper .tg-chat10-privacy-btn .material-symbols-outlined { font-size: 1.8rem !important; }
#tg-chat10-wrapper .tg-chat10-privacy-btn__label { font-size: var(--fs-sm) !important; font-weight: 600 !important; }
#tg-chat10-wrapper .tg-chat10-privacy-btn__check {
    position: absolute !important; top: 8px !important; right: 8px !important;
    font-size: 1rem !important; opacity: 0 !important;
    color: var(--c10-primary) !important; transition: opacity 0.2s !important;
}
#tg-chat10-wrapper .tg-chat10-privacy-btn:hover {
    border-color: rgba(14,116,144,0.3) !important;
    background: var(--c10-primary-lt) !important; color: var(--c10-primary) !important;
}
#tg-chat10-wrapper .tg-chat10-privacy-btn--active {
    border-color: var(--c10-primary) !important;
    background: var(--c10-primary-lt) !important; color: var(--c10-primary) !important;
    box-shadow: 0 0 0 3px rgba(14,116,144,0.1) !important;
}
#tg-chat10-wrapper .tg-chat10-privacy-btn--active .tg-chat10-privacy-btn__check { opacity: 1 !important; }

/* ── 채팅 목록 미리보기 ── */
#tg-chat10-wrapper .tg-chat10-preview {
    display: flex !important; gap: 24px !important; align-items: flex-start !important; flex-wrap: wrap !important;
}
#tg-chat10-wrapper .tg-chat10-preview__phone {
    width: 260px !important; flex-shrink: 0 !important;
    background: #1a2535 !important; border-radius: 24px !important;
    padding: 12px !important; margin: 0 auto !important;
}
#tg-chat10-wrapper .tg-chat10-preview__topbar {
    display: flex !important; align-items: center !important; justify-content: space-between !important;
    padding: 6px 4px 12px 4px !important;
}
#tg-chat10-wrapper .tg-chat10-preview__topbar-title {
    font-size: var(--fs-sm) !important; font-weight: 700 !important; color: #FFFFFF !important;
}
#tg-chat10-wrapper .tg-chat10-preview__topbar-icon { font-size: 1.2rem !important; color: #FFFFFF !important; }
#tg-chat10-wrapper .tg-chat10-preview__chatlist {
    background: #FFFFFF !important; border-radius: 14px 14px 0 0 !important; overflow: hidden !important;
}
#tg-chat10-wrapper .tg-chat10-preview__chat-item {
    display: flex !important; align-items: center !important; gap: 10px !important;
    padding: 10px 12px !important; border-bottom: 1px solid #F1F5F9 !important;
}
#tg-chat10-wrapper .tg-chat10-preview__chat-item--dim { opacity: 0.5 !important; }
#tg-chat10-wrapper .tg-chat10-preview__avatar-wrap { position: relative !important; flex-shrink: 0 !important; }
#tg-chat10-wrapper .tg-chat10-preview__avatar { font-size: 2.2rem !important; color: var(--c10-primary) !important; }
#tg-chat10-wrapper .tg-chat10-preview__online-dot {
    position: absolute !important; bottom: 2px !important; right: 0 !important;
    width: 10px !important; height: 10px !important;
    border-radius: 50% !important; border: 2px solid #FFFFFF !important;
    transition: background 0.4s, opacity 0.4s !important;
}
#tg-chat10-wrapper .tg-chat10-preview__online-dot--on { background: var(--c10-online) !important; opacity: 1 !important; }
#tg-chat10-wrapper .tg-chat10-preview__online-dot--off { background: transparent !important; opacity: 0 !important; }
#tg-chat10-wrapper .tg-chat10-preview__chat-info { flex: 1 !important; min-width: 0 !important; }
#tg-chat10-wrapper .tg-chat10-preview__chat-name {
    font-size: var(--fs-sm) !important; font-weight: 700 !important; color: var(--c10-text) !important;
    display: flex !important; align-items: center !important; gap: 6px !important;
}
#tg-chat10-wrapper .tg-chat10-preview__chat-sub {
    font-size: 0.7rem !important; font-weight: 500 !important; color: var(--c10-primary) !important;
}
#tg-chat10-wrapper .tg-chat10-preview__chat-msg {
    font-size: var(--fs-xs) !important; color: var(--c10-muted) !important;
    white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;
}
#tg-chat10-wrapper .tg-chat10-preview__chat-time { font-size: 0.7rem !important; color: var(--c10-muted) !important; }
#tg-chat10-wrapper .tg-chat10-preview__profile-bar {
    display: flex !important; align-items: center !important; gap: 10px !important;
    background: var(--c10-primary-lt) !important;
    border-radius: 0 0 14px 14px !important; padding: 10px 12px !important;
}
#tg-chat10-wrapper .tg-chat10-preview__profile-icon { font-size: 1.8rem !important; color: var(--c10-primary) !important; }
#tg-chat10-wrapper .tg-chat10-preview__profile-name {
    font-size: var(--fs-xs) !important; font-weight: 700 !important; color: var(--c10-text) !important;
}
#tg-chat10-wrapper .tg-chat10-preview__profile-status {
    font-size: 0.72rem !important; color: var(--c10-primary) !important;
    font-weight: 500 !important; min-height: 14px !important;
    transition: color 0.3s !important;
}
#tg-chat10-wrapper .tg-chat10-preview__profile-status--hidden { color: var(--c10-muted) !important; }
#tg-chat10-wrapper .tg-chat10-preview__desc {
    flex: 1 !important; min-width: 200px !important; padding: 20px !important;
    background: var(--c10-primary-lt) !important;
    border: 1px solid rgba(14,116,144,0.15) !important;
    border-radius: 16px !important; font-size: var(--fs-md) !important;
    color: var(--c10-text-sub) !important; line-height: 1.8 !important;
    align-self: stretch !important; transition: background 0.3s !important;
}
#tg-chat10-wrapper .tg-chat10-preview__desc--warn {
    background: #FEF2F2 !important; border-color: rgba(220,38,38,0.2) !important;
}
#tg-chat10-wrapper .tg-chat10-preview__desc strong {
    color: var(--c10-primary-dk) !important; display: block !important;
    margin-bottom: 8px !important; font-size: var(--fs-lg) !important;
}
#tg-chat10-wrapper .tg-chat10-preview__desc--warn strong { color: #DC2626 !important; }

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

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

/* ══════════════════════════════════════
   결론 요약 (다크)
══════════════════════════════════════ */
#tg-chat10-wrapper .tg-chat10-summary {
    background: linear-gradient(150deg, #0c2a3e 0%, #0e7490 55%, #22d3ee 100%) !important;
    border-radius: 24px !important; padding: 56px 48px !important; text-align: center !important;
}
#tg-chat10-wrapper .tg-chat10-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-chat10-wrapper .tg-chat10-summary__title .material-symbols-outlined { font-size: 1.8rem !important; color: #67E8F9 !important; }
#tg-chat10-wrapper .tg-chat10-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-chat10-wrapper .tg-chat10-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-chat10-wrapper .tg-chat10-summary__checklist li:last-child { border-bottom: none !important; }
#tg-chat10-wrapper .tg-chat10-summary__checklist .material-symbols-outlined {
    font-size: 1.2rem !important; color: #67E8F9 !important; flex-shrink: 0 !important; margin-top: 2px !important;
}
#tg-chat10-wrapper .tg-chat10-summary__checklist strong { color: #FFFFFF !important; }
#tg-chat10-wrapper .tg-chat10-summary__footer {
    font-size: var(--fs-sm) !important; color: rgba(255,255,255,0.55) !important; line-height: 1.9 !important;
}
#tg-chat10-wrapper .tg-chat10-summary__footer a { color: #67E8F9 !important; text-decoration: underline !important; }

/* ── 반응형 ── */
@media (max-width: 768px) {
    #tg-chat10-wrapper .tg-chat10-hero { padding: 50px 20px 40px !important; border-radius: 0 0 28px 28px !important; }
    #tg-chat10-wrapper .tg-chat10-summary { padding: 44px 20px !important; }
    #tg-chat10-wrapper .tg-chat10-preview { flex-direction: column !important; align-items: center !important; }
    #tg-chat10-wrapper .tg-chat10-preview__desc { width: 100% !important; }
}
