/*
 * tips347/style.css  v1.0.0
 * 텔레그램 채팅방 지정 해시태그 가이드
 * 테마: 에메랄드 그린 + 딥 다크 (검색·필터·데이터베이스)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-347-wrapper,
#tg-347-wrapper * {
    box-sizing: border-box; margin: 0; padding: 0; border: none;
    outline: none; text-decoration: none; list-style: none; background: none; font-style: normal;
}
#tg-347-wrapper h1, #tg-347-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-347-wrapper strong { font-weight: 700; color: inherit; }
#tg-347-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-347-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-347-wrapper button { cursor: pointer; }
#tg-347-wrapper a { color: inherit; }
#tg-347-wrapper ol, #tg-347-wrapper ul { list-style: none; }
#tg-347-wrapper code {
    font-family: 'Consolas', 'Monaco', monospace;
    background: rgba(0,0,0,.06); padding: 2px 6px; border-radius: 4px;
    font-size: .88em; word-break: break-all;
}

/* ─── 디자인 토큰 ─── */
#tg-347-wrapper {
    --em-100:  #d1fae5;
    --em-200:  #a7f3d0;
    --em-300:  #6ee7b7;
    --em-400:  #34d399;
    --em-500:  #10b981;
    --em-600:  #059669;
    --em-700:  #047857;
    --em-900:  #014737;
    --teal-300: #5eead4;
    --teal-500: #14b8a6;
    --vio-300:  #d8b4fe;
    --vio-400:  #c084fc;
    --vio-500:  #a855f7;
    --sky-300:  #7dd3fc;
    --sky-500:  #0ea5e9;
    --dk-base:  #020f08;
    --dk-card:  #031a0f;
    --sl-50:    #f8fafc;
    --sl-100:   #f1f5f9;
    --sl-200:   #e2e8f0;
    --sl-300:   #cbd5e1;
    --sl-400:   #94a3b8;
    --sl-500:   #64748b;
    --sl-700:   #334155;
    --sl-800:   #1e293b;
    --sl-900:   #0f172a;
    --text-main: #1e293b;
    --text-sub:  #475569;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --shadow-sm:  0 4px 14px rgba(0,0,0,.06);
    --shadow-em:  0 4px 20px rgba(16,185,129,.26);
    --fs-sm:   .9rem;
    --fs-base: 1rem;
    --fs-lg:   1.2rem;

    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: var(--fs-base); color: var(--text-main); line-height: 1.7;
    max-width: 1100px; margin: 0 auto; width: 100%;
}

/* Material Symbols */
#tg-347-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal; font-style: normal; font-size: inherit;
    line-height: 1; display: inline-block; white-space: nowrap;
    direction: ltr; -webkit-font-smoothing: antialiased; vertical-align: middle;
}

/* 스크롤 등장 */
#tg-347-wrapper .tg-347-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-347-wrapper .tg-347-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-347-wrapper .tg-347-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px;
    text-align: center; overflow: hidden;
}
#tg-347-wrapper .tg-347-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 50% at 28% 38%, rgba(16,185,129,.2) 0%, transparent 55%),
        radial-gradient(ellipse 50% 44% at 80% 65%, rgba(20,184,166,.14) 0%, transparent 52%);
}
#tg-347-wrapper .tg-347-hero__grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(16,185,129,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,185,129,.04) 1px, transparent 1px);
    background-size: 36px 36px;
}

/* 플로팅 */
#tg-347-wrapper .tg-347-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-347-wrapper .tg-347-float {
    position: absolute; font-size: 1.8rem; opacity: 0;
    font-weight: 900; color: var(--em-400);
    animation: tg347Float ease-in-out infinite;
}
#tg-347-wrapper .tg-347-float--1 { top: 14%; left: 4%;    animation-duration: 5.5s; animation-delay: 0s; }
#tg-347-wrapper .tg-347-float--2 { top: 24%; right: 5%;   animation-duration: 4.5s; animation-delay: -2s; font-size: 1.5rem; color: rgba(255,255,255,.5); }
#tg-347-wrapper .tg-347-float--3 { bottom: 28%; left: 6%; animation-duration: 6s;   animation-delay: -1s; font-size: 2rem; }
#tg-347-wrapper .tg-347-float--4 { bottom: 20%; right:7%; animation-duration: 5s;   animation-delay: -1.8s; font-size: 1.5rem; color: rgba(255,255,255,.5); }
@keyframes tg347Float {
    0%,100% { opacity: 0; transform: translateY(0) scale(.9); }
    50%      { opacity: .55; transform: translateY(-14px) scale(1.1); }
}

#tg-347-wrapper .tg-347-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-347-wrapper .tg-347-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(16,185,129,.15); border: 1px solid rgba(16,185,129,.35);
    color: var(--em-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-347-wrapper .tg-347-hero__badge .material-symbols-outlined { font-size: 1.1rem; }
#tg-347-wrapper .tg-347-hero__title {
    font-size: clamp(1.5rem, 4.2vw, 2.2rem); font-weight: 900;
    color: #fff; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 16px;
}
#tg-347-wrapper .tg-347-hero__title em {
    font-style: normal; color: var(--em-300); font-size: 1.1em;
    text-shadow: 0 0 28px rgba(16,185,129,.55);
}
#tg-347-wrapper .tg-347-hero__subtitle {
    color: rgba(255,255,255,.68); line-height: 1.8;
    max-width: 560px; margin: 0 auto 28px !important;
}

/* 히어로 공식 */
#tg-347-wrapper .tg-347-hero__formula {
    display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
    justify-content: center;
    background: rgba(0,0,0,.3); border: 1px solid rgba(16,185,129,.2);
    padding: 14px 24px; border-radius: 14px;
    width: fit-content; margin: 0 auto;
}
#tg-347-wrapper .tg-347-hero__formula-part {
    font-family: 'Consolas', monospace; font-size: 1rem; font-weight: 900;
    padding: 5px 10px; border-radius: 7px;
}
#tg-347-wrapper .tg-347-hero__formula-part--hash { background: rgba(16,185,129,.18); border: 1px solid rgba(16,185,129,.3); color: var(--em-300); }
#tg-347-wrapper .tg-347-hero__formula-part--chan { background: rgba(14,165,233,.15); border: 1px solid rgba(14,165,233,.28); color: var(--sky-300); }
#tg-347-wrapper .tg-347-hero__formula-at  { color: rgba(255,255,255,.4); font-size: 1.2rem; font-weight: 700; }
#tg-347-wrapper .tg-347-hero__formula-eq  { color: rgba(255,255,255,.35); font-size: 1.2rem; }
#tg-347-wrapper .tg-347-hero__formula-result {
    display: inline-flex; align-items: center; gap: 6px;
    background: linear-gradient(135deg, var(--em-600), var(--em-700));
    color: #fff; font-size: .9rem; font-weight: 800;
    padding: 7px 14px; border-radius: 999px;
    box-shadow: var(--shadow-em);
}
#tg-347-wrapper .tg-347-hero__formula-result .material-symbols-outlined { font-size: 1rem; }

/* ─── 레이아웃 ─── */
#tg-347-wrapper .tg-347-main { display: flex; flex-direction: column; gap: 28px; }

/* 비교 도입부 */
#tg-347-wrapper .tg-347-compare-intro {
    background: #fff; border: 1px solid var(--sl-200); border-top: 4px solid var(--em-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm);
}
#tg-347-wrapper .tg-347-compare-intro__title { font-size: clamp(1.1rem, 2.8vw, 1.35rem); font-weight: 800; color: var(--sl-900); margin-bottom: 24px; letter-spacing: -.01em; }
#tg-347-wrapper .tg-347-diff-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
#tg-347-wrapper .tg-347-diff-card {
    border-radius: var(--radius-md); padding: 22px 20px; text-align: left;
}
#tg-347-wrapper .tg-347-diff-card--bad  { background: #fef9f0; border: 2px solid rgba(234,179,8,.22); }
#tg-347-wrapper .tg-347-diff-card--good { background: #f0fdf4; border: 2px solid rgba(16,185,129,.25); }
#tg-347-wrapper .tg-347-diff-card__head { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
#tg-347-wrapper .tg-347-diff-card__head .material-symbols-outlined { font-size: 1.5rem; color: var(--sl-400); }
#tg-347-wrapper .tg-347-diff-card--good .tg-347-diff-card__head .material-symbols-outlined { color: var(--em-500); }
#tg-347-wrapper .tg-347-diff-card__type { font-size: .88rem; font-weight: 800; color: var(--sl-700); margin-bottom: 2px; }
#tg-347-wrapper .tg-347-diff-card__code { font-family: 'Consolas', monospace; background: rgba(0,0,0,.06); padding: 4px 10px; border-radius: 6px; font-size: .9rem; color: var(--sl-700); display: inline-block; }
#tg-347-wrapper .tg-347-diff-card__code--good { background: rgba(16,185,129,.12); color: var(--em-700); }
#tg-347-wrapper .tg-347-diff-card__list { display: flex; flex-direction: column; gap: 9px; }
#tg-347-wrapper .tg-347-diff-card__list li {
    display: flex; align-items: center; gap: 8px;
    font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.5;
}
#tg-347-wrapper .tg-347-diff-card--bad li > span { color: #f59e0b; font-weight: 900; }
#tg-347-wrapper .tg-347-diff-card--good li > span { color: var(--em-500); font-weight: 900; }

/* ─── 공통 섹션 ─── */
#tg-347-wrapper .tg-347-section {
    background: #fff; border: 1px solid var(--sl-200); border-radius: var(--radius-md);
    padding: 44px 32px; box-shadow: var(--shadow-sm); text-align: center;
}
#tg-347-wrapper .tg-347-section--dark { background: var(--dk-base); border-color: rgba(16,185,129,.15); }
#tg-347-wrapper .tg-347-section__label {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--sl-100); color: var(--sl-700);
    font-size: .88rem; font-weight: 700; letter-spacing: .03em;
    padding: 7px 20px; border-radius: 999px; margin-bottom: 22px;
}
#tg-347-wrapper .tg-347-section__label--dark { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.32); }
#tg-347-wrapper .tg-347-section__label--green { background: rgba(16,185,129,.08); color: var(--em-700); }
#tg-347-wrapper .tg-347-section__label .material-symbols-outlined { font-size: 1.1rem; }
#tg-347-wrapper .tg-347-section__title {
    font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 900; color: var(--sl-900);
    letter-spacing: -.02em; margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
#tg-347-wrapper .tg-347-section__title--light { color: #fff !important; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
#tg-347-wrapper .tg-347-section__title .material-symbols-outlined { font-size: 1.5rem; color: var(--em-500); }
#tg-347-wrapper .tg-347-section > p, #tg-347-wrapper .tg-347-section__desc--light { max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-347-wrapper .tg-347-section > p { color: var(--text-sub); }
#tg-347-wrapper .tg-347-section__desc--light { color: rgba(255,255,255,.88) !important; margin-bottom: 32px !important; }

/* ═════════════════════════════════════════
   채팅 + 결과 데모
═════════════════════════════════════════ */
#tg-347-wrapper .tg-347-demo { display: flex; flex-direction: column; align-items: center; gap: 24px; }

/* 채팅 패널 */
#tg-347-wrapper .tg-347-chat {
    width: 100%; max-width: 300px; border-radius: 18px;
    background: #111; border: 1px solid rgba(16,185,129,.2);
    overflow: hidden; box-shadow: 0 20px 56px rgba(0,0,0,.5);
}
#tg-347-wrapper .tg-347-chat__header {
    display: flex; align-items: center; gap: 10px;
    background: #031a0f; padding: 10px 14px;
    border-bottom: 1px solid rgba(16,185,129,.1);
}
#tg-347-wrapper .tg-347-chat__logo {
    width: 34px; height: 34px; border-radius: 50%;
    background: linear-gradient(135deg, var(--em-500), var(--em-700));
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.1rem; flex-shrink: 0;
}
#tg-347-wrapper .tg-347-chat__body { padding: 10px; display: flex; flex-direction: column; gap: 8px; background: #0d1a10; }

/* 채널 포스트 */
#tg-347-wrapper .tg-347-post {
    background: #162518; border: 1px solid rgba(16,185,129,.1);
    border-radius: 10px; padding: 10px 12px;
}
#tg-347-wrapper .tg-347-post__text { font-size: .78rem; color: rgba(255,255,255,.82); line-height: 1.55; margin-bottom: 8px !important; }
#tg-347-wrapper .tg-347-post__tags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 7px; }
#tg-347-wrapper .tg-347-post__time { font-size: .6rem; color: rgba(255,255,255,.28); }

/* 태그 버튼 */
#tg-347-wrapper .tg-347-tag-btn {
    font-family: 'Consolas', monospace;
    padding: 3px 8px; border-radius: 5px;
    font-size: .65rem; font-weight: 700;
    border: 1px solid; transition: opacity .2s, transform .15s;
    word-break: break-all;
}
#tg-347-wrapper .tg-347-tag-btn:hover { opacity: .75; transform: scale(.97); }
#tg-347-wrapper .tg-347-tag-btn--monthly { background: rgba(16,185,129,.15); border-color: rgba(16,185,129,.3); color: var(--em-300); }
#tg-347-wrapper .tg-347-tag-btn--ai     { background: rgba(14,165,233,.14); border-color: rgba(14,165,233,.28); color: var(--sky-300); }
#tg-347-wrapper .tg-347-tag-btn--tip    { background: rgba(168,85,247,.14); border-color: rgba(168,85,247,.28); color: var(--vio-300); }
#tg-347-wrapper .tg-347-tag-btn--bot    { background: rgba(99,102,241,.14); border-color: rgba(99,102,241,.28); color: #a5b4fc; }

/* 결과 패널 */
#tg-347-wrapper .tg-347-result-panel {
    width: 100%; max-width: 300px;
    background: rgba(0,0,0,.3); border: 1px solid rgba(16,185,129,.18);
    border-radius: 18px; overflow: hidden; min-height: 220px;
}
#tg-347-wrapper .tg-347-result-panel__idle {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 12px; padding: 40px 20px; text-align: center;
    color: rgba(255,255,255,.3);
}
#tg-347-wrapper .tg-347-result-panel__idle .material-symbols-outlined { font-size: 2.4rem; color: rgba(16,185,129,.3); }
#tg-347-wrapper .tg-347-result-panel__idle p { font-size: .82rem; line-height: 1.65; margin-bottom: 0 !important; }

#tg-347-wrapper .tg-347-result-panel__content { display: flex; flex-direction: column; gap: 0; height: 100%; animation: tg347FadeIn .3s ease; }

/* 결과 헤더 */
#tg-347-wrapper .tg-347-result-header {
    background: #031a0f; padding: 10px 12px;
    border-bottom: 1px solid rgba(16,185,129,.1);
    display: flex; flex-direction: column; gap: 7px;
}
#tg-347-wrapper .tg-347-result-header__tag {
    font-family: 'Consolas', monospace; font-size: .72rem; font-weight: 900;
    color: var(--em-300);
}

/* 결과 탭 */
#tg-347-wrapper .tg-347-result-tabs { display: flex; gap: 4px; }
#tg-347-wrapper .tg-347-result-tab {
    display: flex; align-items: center; gap: 4px;
    padding: 5px 10px; border-radius: 6px;
    font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.38);
    transition: background .2s, color .2s;
}
#tg-347-wrapper .tg-347-result-tab .material-symbols-outlined { font-size: .85rem; }
#tg-347-wrapper .tg-347-result-tab--active { background: rgba(16,185,129,.15); color: var(--em-300); }

/* 결과 뷰 */
#tg-347-wrapper .tg-347-result-view { padding: 10px; display: flex; flex-direction: column; gap: 7px; }
#tg-347-wrapper .tg-347-result-item {
    background: rgba(16,185,129,.06); border: 1px solid rgba(16,185,129,.12);
    border-radius: 8px; padding: 9px 10px; animation: tg347FadeIn .25s ease;
}
#tg-347-wrapper .tg-347-result-item__text { font-size: .72rem; color: rgba(255,255,255,.78); line-height: 1.55; margin-bottom: 4px !important; }
#tg-347-wrapper .tg-347-result-item__date { font-size: .6rem; color: rgba(255,255,255,.3); }

/* 스토리 그리드 */
#tg-347-wrapper .tg-347-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
#tg-347-wrapper .tg-347-story-thumb {
    aspect-ratio: 9/14; background: rgba(16,185,129,.07); border: 1px solid rgba(16,185,129,.15);
    border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 6px; font-size: .6rem; color: rgba(255,255,255,.38); animation: tg347FadeIn .25s ease;
}
#tg-347-wrapper .tg-347-story-thumb .material-symbols-outlined { font-size: 1.4rem; color: rgba(16,185,129,.4); }

/* ═════════════════════════════════════════
   탭 가이드
═════════════════════════════════════════ */
#tg-347-wrapper .tg-347-tabs {
    display: flex; gap: 6px; background: var(--sl-100); border-radius: var(--radius-sm);
    padding: 5px; margin-bottom: 22px; flex-wrap: wrap;
}
#tg-347-wrapper .tg-347-tab-btn {
    flex: 1; min-width: 80px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 11px; border-radius: 7px;
    font-size: var(--fs-sm); font-weight: 600; color: var(--sl-500);
    transition: background .2s, color .2s;
}
#tg-347-wrapper .tg-347-tab-btn .material-symbols-outlined { font-size: 1.1rem; }
#tg-347-wrapper .tg-347-tab-btn--active { background: #fff; color: var(--em-700); box-shadow: 0 2px 8px rgba(0,0,0,.08); font-weight: 800; }
#tg-347-wrapper .tg-347-tab-panel { display: none; text-align: left; animation: tg347FadeIn .3s ease; }
#tg-347-wrapper .tg-347-tab-panel--active { display: block; }
#tg-347-wrapper .tg-347-tab-panel__head {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--sl-100);
}
#tg-347-wrapper .tg-347-tab-panel__icon {
    width: 50px; height: 50px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; color: #fff; flex-shrink: 0;
}
#tg-347-wrapper .tg-347-tab-panel__icon--pc      { background: linear-gradient(135deg, var(--em-500), var(--em-700)); }
#tg-347-wrapper .tg-347-tab-panel__icon--android { background: linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-347-wrapper .tg-347-tab-panel__icon--ios      { background: linear-gradient(135deg, #555, #111); }
#tg-347-wrapper .tg-347-tab-panel__name { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); margin-bottom: 4px; }
#tg-347-wrapper .tg-347-tab-panel__sub  { font-size: var(--fs-sm); color: var(--sl-500); margin-bottom: 0 !important; }

#tg-347-wrapper .tg-347-steps { display: flex; flex-direction: column; gap: 13px; counter-reset: tg347step; }
#tg-347-wrapper .tg-347-steps li {
    counter-increment: tg347step;
    display: flex; align-items: flex-start; gap: 13px;
    font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-347-wrapper .tg-347-steps li::before {
    content: counter(tg347step);
    min-width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--em-500), var(--em-700));
    color: #fff; font-size: .8rem; font-weight: 900; border-radius: 50%;
    flex-shrink: 0; margin-top: 3px;
}
#tg-347-wrapper .tg-347-steps li strong { color: var(--sl-800); }
#tg-347-wrapper .tg-347-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(16,185,129,.06); border: 1px solid rgba(16,185,129,.18);
    border-radius: var(--radius-sm); padding: 16px 18px;
    margin-top: 18px; font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-347-wrapper .tg-347-tip-box .material-symbols-outlined { font-size: 1.3rem; color: var(--em-500); flex-shrink: 0; margin-top: 2px; }

/* ═════════════════════════════════════════
   활용 예시 카드
═════════════════════════════════════════ */
#tg-347-wrapper .tg-347-usecase-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 12px; text-align: left; }
#tg-347-wrapper .tg-347-usecase-card {
    background: var(--sl-50); border: 1px solid var(--sl-200); border-top: 3px solid var(--em-500);
    border-radius: var(--radius-md); padding: 22px 20px;
    display: flex; flex-direction: column; gap: 14px;
    transition: box-shadow .28s, transform .28s;
}
#tg-347-wrapper .tg-347-usecase-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-em); }
#tg-347-wrapper .tg-347-usecase-card--teal  { border-top-color: var(--teal-500); }
#tg-347-wrapper .tg-347-usecase-card--violet { border-top-color: var(--vio-500); }
#tg-347-wrapper .tg-347-usecase-card__header { display: flex; align-items: center; gap: 10px; }
#tg-347-wrapper .tg-347-usecase-card__emoji { font-size: 1.5rem; line-height: 1; }
#tg-347-wrapper .tg-347-usecase-card__role { font-size: var(--fs-base); font-weight: 800; color: var(--sl-900); margin-bottom: 0 !important; }
#tg-347-wrapper .tg-347-usecase-card__example {
    display: flex; flex-wrap: wrap; gap: 6px;
    background: rgba(0,0,0,.03); border-radius: 8px; padding: 12px;
}
#tg-347-wrapper .tg-347-usecase-card__example code {
    background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.2);
    color: var(--em-700); font-size: .78rem; padding: 4px 8px; border-radius: 5px;
}
#tg-347-wrapper .tg-347-usecase-card--teal  .tg-347-usecase-card__example code { background: rgba(20,184,166,.1); border-color: rgba(20,184,166,.22); color: var(--teal-500); }
#tg-347-wrapper .tg-347-usecase-card--violet .tg-347-usecase-card__example code { background: rgba(168,85,247,.1); border-color: rgba(168,85,247,.22); color: var(--vio-500); }
#tg-347-wrapper .tg-347-usecase-card__desc { font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.8; word-break: keep-all; margin-bottom: 0 !important; }

@keyframes tg347FadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ═════════════════════════════════════════
   반응형
═════════════════════════════════════════ */
@media (min-width: 550px) { #tg-347-wrapper .tg-347-diff-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) { #tg-347-wrapper .tg-347-demo { flex-direction: row; align-items: flex-start; justify-content: center; gap: 28px; } }
@media (min-width: 900px) {
    #tg-347-wrapper .tg-347-hero { padding: 80px 56px 90px; }
    #tg-347-wrapper .tg-347-usecase-grid { grid-template-columns: repeat(3, 1fr); }
    #tg-347-wrapper .tg-347-section, #tg-347-wrapper .tg-347-compare-intro { padding: 52px 48px; }
}
