/*
 * tips394/style.css  v1.0.0
 * 텔레그램 라이브 스토리(Live Stories) 가이드
 * 테마: 비비드 스카이 블루 + 딥 다크 (라이브 방송·실시간 소통·온에어·크리에이터)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-394-wrapper,
#tg-394-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-394-wrapper h1, #tg-394-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-394-wrapper strong { font-weight: 700; color: inherit; }
#tg-394-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-394-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-394-wrapper button { cursor: pointer; }
#tg-394-wrapper a { color: inherit; }
#tg-394-wrapper ol { list-style: none; }
#tg-394-wrapper em { font-style: italic; color: inherit; }
#tg-394-wrapper select { font-family: 'Pretendard', 'Noto Sans KR', sans-serif; cursor: pointer; }

/* ─── 디자인 토큰 ─── */
#tg-394-wrapper {
    --sky-100: #e0f2fe;
    --sky-200: #bae6fd;
    --sky-300: #7dd3fc;
    --sky-400: #38bdf8;
    --sky-500: #0ea5e9;
    --sky-600: #0284c7;
    --sky-700: #0369a1;
    --ylw-400: #facc15;
    --ylw-500: #eab308;
    --grn-400: #4ade80;
    --red-500: #ef4444;  /* LIVE 인디케이터 빨간 */
    --dk-base: #00080d;
    --sl-50:   #f8fafc;
    --sl-100:  #f1f5f9;
    --sl-200:  #e2e8f0;
    --sl-400:  #94a3b8;
    --sl-500:  #64748b;
    --sl-800:  #1e293b;
    --sl-900:  #0f172a;
    --text-sub:#475569;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --shadow-sm:  0 4px 14px rgba(0,0,0,.06);
    --shadow-sky: 0 6px 28px rgba(14,165,233,.32);
    --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(--sl-800); line-height: 1.7;
    max-width: 1100px; margin: 0 auto; width: 100%;
}

/* Material Symbols — !important */
#tg-394-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif !important;
    font-weight: normal !important; font-style: normal !important;
    font-size: inherit; line-height: 1;
    display: inline-block; white-space: nowrap; direction: ltr;
    -webkit-font-smoothing: antialiased; vertical-align: middle;
    text-transform: none; letter-spacing: normal; word-wrap: normal;
    font-feature-settings: 'liga';
}

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

/* ═══════ 히어로 */
#tg-394-wrapper .tg-394-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px; text-align: center; overflow: hidden;
}
#tg-394-wrapper .tg-394-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 52% at 28% 35%, rgba(14,165,233,.22) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 80% 68%, rgba(56,189,248,.12) 0%, transparent 52%);
}
#tg-394-wrapper .tg-394-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-394-wrapper .tg-394-float { position: absolute; font-size: 1.8rem; opacity: 0; animation: tg394Float ease-in-out infinite; }
#tg-394-wrapper .tg-394-float--1 { top:14%; left:4%;    animation-duration:5.5s; }
#tg-394-wrapper .tg-394-float--2 { top:22%; right:5%;   animation-duration:4.5s; animation-delay:-2s; font-size:1.3rem; }
#tg-394-wrapper .tg-394-float--3 { bottom:28%; left:6%; animation-duration:6s;   animation-delay:-1s; }
#tg-394-wrapper .tg-394-float--4 { bottom:20%; right:7%;animation-duration:5s;   animation-delay:-1.8s; font-size:1.3rem; }
@keyframes tg394Float { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
#tg-394-wrapper .tg-394-hero__inner { position:relative; z-index:1; max-width:700px; margin:0 auto; }
#tg-394-wrapper .tg-394-hero__badge { display:inline-flex; align-items:center; gap:6px; background:rgba(14,165,233,.18); border:1px solid rgba(56,189,248,.38); color:var(--sky-300); font-size:.85rem; font-weight:700; padding:6px 18px; border-radius:999px; margin-bottom:22px !important; }
#tg-394-wrapper .tg-394-hero__title { font-size:clamp(1.65rem,4.2vw,2.3rem); font-weight:900; color:#fff; line-height:1.28; letter-spacing:-.02em; margin-bottom:16px; }
#tg-394-wrapper .tg-394-hero__title em { font-style:normal; color:var(--sky-300); text-shadow:0 0 24px rgba(14,165,233,.6); }
#tg-394-wrapper .tg-394-hero__subtitle { color:rgba(255,255,255,.65); line-height:1.8; max-width:540px; margin:0 auto 28px !important; }
#tg-394-wrapper .tg-394-hero__chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
#tg-394-wrapper .tg-394-hero__chip { display:inline-flex; align-items:center; gap:6px; background:rgba(14,165,233,.12); border:1px solid rgba(56,189,248,.24); color:var(--sky-300); font-size:.82rem; font-weight:800; padding:8px 16px; border-radius:999px; }
#tg-394-wrapper .tg-394-hero__chip--ylw { background:rgba(250,204,21,.08); border-color:rgba(250,204,21,.24); color:var(--ylw-400); }
#tg-394-wrapper .tg-394-hero__chip--grn { background:rgba(74,222,128,.08); border-color:rgba(74,222,128,.22); color:var(--grn-400); }

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

/* 도입부 */
#tg-394-wrapper .tg-394-intro { background:#fff; border:1px solid var(--sl-200); border-top:4px solid var(--sky-500); border-radius:var(--radius-md); padding:36px 28px; text-align:center; box-shadow:var(--shadow-sm); }
#tg-394-wrapper .tg-394-intro__icon { font-size:2.4rem; color:var(--sky-600); margin-bottom:14px; }
#tg-394-wrapper .tg-394-intro__title { font-size:clamp(1.05rem,2.8vw,1.3rem); font-weight:800; color:var(--sl-900); margin-bottom:14px; }
#tg-394-wrapper .tg-394-intro p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
/* 기능 카드 3개 */
#tg-394-wrapper .tg-394-feat-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:22px; max-width:600px; margin-left:auto; margin-right:auto; }
#tg-394-wrapper .tg-394-feat-card { padding:16px 12px; border-radius:12px; background:rgba(14,165,233,.05); border:1px solid rgba(14,165,233,.16); text-align:center; }
#tg-394-wrapper .tg-394-feat-card__ico { font-size:1.4rem; color:var(--sky-600); margin-bottom:8px; display:block; }
#tg-394-wrapper .tg-394-feat-card__title { font-size:.78rem; font-weight:800; color:var(--sl-900); margin-bottom:4px !important; }
#tg-394-wrapper .tg-394-feat-card__desc  { font-size:.7rem; color:var(--sl-500); line-height:1.45; margin-bottom:0 !important; }

/* 공통 섹션 */
#tg-394-wrapper .tg-394-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-394-wrapper .tg-394-section--dark { background:var(--dk-base); border-color:rgba(14,165,233,.1); }
#tg-394-wrapper .tg-394-section--tip  { background:var(--sl-50); }
#tg-394-wrapper .tg-394-section__label { display:inline-flex; align-items:center; gap:7px; font-size:.88rem; font-weight:700; padding:7px 20px; border-radius:999px; margin-bottom:22px; }
#tg-394-wrapper .tg-394-section__label--dark { background:rgba(255,255,255,.13); color:#fff; border:1px solid rgba(255,255,255,.24); }
#tg-394-wrapper .tg-394-section__label--sky  { background:rgba(14,165,233,.08); color:var(--sky-700); }
#tg-394-wrapper .tg-394-section__label .material-symbols-outlined { font-size:1rem; }
#tg-394-wrapper .tg-394-section__title--light { color:#fff; font-size:clamp(1.2rem,3vw,1.5rem); font-weight:900; letter-spacing:-.02em; margin-bottom:16px !important; text-align:center; line-height:1.35; padding:0 8px; }
#tg-394-wrapper .tg-394-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-394-wrapper .tg-394-section > p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-394-wrapper .tg-394-section__desc--light { color:rgba(255,255,255,.8) !important; margin-bottom:28px !important; }

/* ═══════ 시뮬레이터 */
#tg-394-wrapper .tg-394-sim-wrap { max-width:340px; margin:0 auto; text-align:left; }
#tg-394-wrapper .tg-394-sim-hint { font-size:.7rem; color:rgba(255,255,255,.22); text-align:center; margin-top:8px !important; }

/* Stage 1: 방송 설정 */
#tg-394-wrapper .tg-394-setup { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:14px; overflow:hidden; animation:tg394FadeIn .3s ease; }
/* 카메라 미리보기 */
#tg-394-wrapper .tg-394-cam-preview { height:160px; background:linear-gradient(180deg, #060e14 0%, #0a1628 100%); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; }
#tg-394-wrapper .tg-394-cam-preview__ico { font-size:2.8rem; }
#tg-394-wrapper .tg-394-cam-preview__txt { font-size:.72rem; color:rgba(255,255,255,.28); }
/* 모드 탭 */
#tg-394-wrapper .tg-394-mode-bar { display:flex; justify-content:center; gap:0; padding:10px 12px; background:rgba(0,0,0,.3); }
#tg-394-wrapper .tg-394-mode-btn { padding:6px 18px; font-size:.75rem; font-weight:700; color:rgba(255,255,255,.3); border-radius:999px; transition:all .2s; display:flex; align-items:center; gap:5px; }
#tg-394-wrapper .tg-394-mode-btn--active { background:rgba(239,68,68,.2); color:var(--red-500); border:1px solid rgba(239,68,68,.4); }
#tg-394-wrapper .tg-394-live-dot { width:7px; height:7px; border-radius:50%; background:var(--red-500); display:inline-block; flex-shrink:0; animation:tg394Blink 1.2s ease-in-out infinite; }
/* 공개 범위 */
#tg-394-wrapper .tg-394-privacy-row { display:flex; align-items:center; gap:8px; padding:10px 14px; font-size:.78rem; color:rgba(255,255,255,.45); }
#tg-394-wrapper .tg-394-privacy-row .material-symbols-outlined { font-size:1rem; color:var(--sky-400); }
#tg-394-wrapper .tg-394-privacy-sel { flex:1; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.1); border-radius:7px; padding:5px 10px; color:rgba(255,255,255,.7); font-size:.75rem; }
#tg-394-wrapper .tg-394-privacy-sel option { background:#1a2332; color:#fff; }
/* 방송 시작 버튼 */
#tg-394-wrapper .tg-394-start-btn { width:100%; display:flex; align-items:center; justify-content:center; gap:8px; padding:13px; border-radius:0; background:linear-gradient(90deg, var(--sky-500), var(--sky-600)); color:#fff; font-size:.9rem; font-weight:900; box-shadow:0 3px 14px rgba(14,165,233,.35); transition:opacity .18s; letter-spacing:.02em; }
#tg-394-wrapper .tg-394-start-btn:hover { opacity:.9; }
#tg-394-wrapper .tg-394-start-btn .material-symbols-outlined { font-size:1.1rem; color:var(--red-500); }

/* Stage 2: 라이브 방송 */
#tg-394-wrapper .tg-394-live { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:14px; overflow:hidden; animation:tg394FadeIn .3s ease; }
#tg-394-wrapper .tg-394-live__screen { position:relative; height:190px; background:linear-gradient(180deg, #060e14 0%, #0a1628 100%); overflow:hidden; }
/* LIVE 헤더 */
#tg-394-wrapper .tg-394-live__hd { position:absolute; top:10px; left:10px; right:10px; display:flex; align-items:center; justify-content:space-between; z-index:2; }
#tg-394-wrapper .tg-394-live__badge { display:flex; align-items:center; gap:5px; background:rgba(239,68,68,.85); color:#fff; font-size:.68rem; font-weight:900; padding:4px 10px; border-radius:999px; }
#tg-394-wrapper .tg-394-live__dot { width:7px; height:7px; border-radius:50%; background:#fff; display:block; animation:tg394Blink 1.2s ease-in-out infinite; }
@keyframes tg394Blink { 0%,100%{opacity:1;} 50%{opacity:.2;} }
#tg-394-wrapper .tg-394-live__viewers { display:flex; align-items:center; gap:4px; background:rgba(0,0,0,.5); color:rgba(255,255,255,.75); font-size:.65rem; font-weight:700; padding:4px 9px; border-radius:999px; }
#tg-394-wrapper .tg-394-live__viewers .material-symbols-outlined { font-size:.8rem; }
/* 카메라 아바타 */
#tg-394-wrapper .tg-394-live__cam { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }
#tg-394-wrapper .tg-394-live__avatar { font-size:4rem; }
/* 스타 플로팅 영역 */
#tg-394-wrapper .tg-394-star-float-area { position:absolute; inset:0; pointer-events:none; overflow:hidden; }
#tg-394-wrapper .tg-394-star-float-item { position:absolute; font-size:1.4rem; bottom:0; animation:tg394StarFloat 1.8s ease-out forwards; pointer-events:none; }
@keyframes tg394StarFloat { 0%{opacity:1;transform:translateY(0) scale(.9);}100%{opacity:0;transform:translateY(-160px) scale(1.4);} }

/* 댓글 목록 */
#tg-394-wrapper .tg-394-comments { height:90px; overflow-y:auto; padding:6px 10px; display:flex; flex-direction:column; gap:5px; }
#tg-394-wrapper .tg-394-comment { display:flex; align-items:flex-start; gap:6px; animation:tg394FadeIn .28s ease; }
#tg-394-wrapper .tg-394-comment__nm { font-size:.62rem; font-weight:800; flex-shrink:0; color:var(--sky-400); }
#tg-394-wrapper .tg-394-comment__txt { font-size:.62rem; color:rgba(255,255,255,.62); line-height:1.5; }
#tg-394-wrapper .tg-394-comment--star { background:rgba(250,204,21,.07); border:1px solid rgba(250,204,21,.22); border-radius:7px; padding:4px 8px; }
#tg-394-wrapper .tg-394-comment--star .tg-394-comment__nm { color:var(--ylw-400); }
#tg-394-wrapper .tg-394-comment--star .tg-394-comment__txt { color:rgba(250,204,21,.85); }

/* 별 후원 컨트롤 */
#tg-394-wrapper .tg-394-star-ctrl { padding:10px 12px 8px; border-top:1px solid rgba(255,255,255,.05); }
#tg-394-wrapper .tg-394-star-ctrl__lbl { font-size:.64rem; font-weight:700; color:rgba(255,255,255,.28); display:flex; align-items:center; gap:5px; margin-bottom:7px !important; }
#tg-394-wrapper .tg-394-star-ctrl__lbl .material-symbols-outlined { font-size:.8rem; color:var(--ylw-500); }
#tg-394-wrapper .tg-394-star-amounts { display:flex; gap:4px; margin-bottom:8px; }
#tg-394-wrapper .tg-394-star-amt { flex:1; padding:6px 4px; border-radius:7px; font-size:.66rem; font-weight:800; color:rgba(255,255,255,.32); background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); transition:all .2s; }
#tg-394-wrapper .tg-394-star-amt--active { background:rgba(250,204,21,.12); border-color:rgba(250,204,21,.35); color:var(--ylw-400); }
#tg-394-wrapper .tg-394-send-star-btn { width:100%; display:flex; align-items:center; justify-content:center; gap:6px; padding:9px; border-radius:9px; background:linear-gradient(135deg, var(--ylw-500), #b45309); color:#fff; font-size:.78rem; font-weight:800; box-shadow:0 3px 10px rgba(234,179,8,.3); transition:opacity .18s; }
#tg-394-wrapper .tg-394-send-star-btn:hover { opacity:.9; }
#tg-394-wrapper .tg-394-send-star-btn .material-symbols-outlined { font-size:.9rem; }
/* 방송 종료 버튼 */
#tg-394-wrapper .tg-394-end-btn { width:100%; display:flex; align-items:center; justify-content:center; gap:7px; padding:10px; font-size:.8rem; font-weight:800; color:rgba(255,255,255,.4); background:rgba(255,255,255,.05); border-top:1px solid rgba(255,255,255,.05); transition:all .2s; }
#tg-394-wrapper .tg-394-end-btn:hover { background:rgba(239,68,68,.1); color:var(--red-500); }
#tg-394-wrapper .tg-394-end-btn .material-symbols-outlined { font-size:1rem; }

/* Stage 3: 방송 종료 요약 */
#tg-394-wrapper .tg-394-summary-card { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:28px 20px; text-align:center; animation:tg394FadeIn .4s ease; }
#tg-394-wrapper .tg-394-summary-card__ico { font-size:3rem; margin-bottom:12px; }
#tg-394-wrapper .tg-394-summary-card__title { font-size:.9rem; font-weight:800; color:#fff; margin-bottom:20px !important; }
#tg-394-wrapper .tg-394-summary-card__stats { display:flex; gap:16px; justify-content:center; margin-bottom:20px; }
#tg-394-wrapper .tg-394-summary-card__stat { display:flex; flex-direction:column; align-items:center; gap:5px; }
#tg-394-wrapper .tg-394-summary-card__stat .material-symbols-outlined { font-size:1.5rem; color:var(--sky-400); }
#tg-394-wrapper .tg-394-summary-card__stat-num { font-size:1.3rem; font-weight:900; color:#fff; margin-bottom:0 !important; line-height:1 !important; }
#tg-394-wrapper .tg-394-summary-card__stat-lbl { font-size:.62rem; color:rgba(255,255,255,.3); margin-bottom:0 !important; }
#tg-394-wrapper .tg-394-restart-btn { display:inline-flex; align-items:center; gap:7px; padding:10px 24px; border-radius:999px; background:rgba(14,165,233,.15); border:1px solid rgba(14,165,233,.3); color:var(--sky-300); font-size:.82rem; font-weight:800; transition:background .2s; }
#tg-394-wrapper .tg-394-restart-btn:hover { background:rgba(14,165,233,.22); }
#tg-394-wrapper .tg-394-restart-btn .material-symbols-outlined { font-size:.9rem; }

/* 사생활 보호 팁 & 기기별 가이드 */
#tg-394-wrapper .tg-394-tip-grid { display:flex; flex-direction:column; gap:14px; text-align:left; max-width:700px; margin:0 auto; }
#tg-394-wrapper .tg-394-tip-item { display:flex; align-items:flex-start; gap:14px; background:#fff; border:1px solid var(--sl-200); border-radius:12px; padding:16px 18px; }
#tg-394-wrapper .tg-394-tip-item__ico { width:42px; height:42px; border-radius:10px; background:rgba(14,165,233,.08); border:1px solid rgba(14,165,233,.16); display:flex; align-items:center; justify-content:center; font-size:1.2rem; color:var(--sky-600); flex-shrink:0; }
#tg-394-wrapper .tg-394-tip-item__title { font-size:.9rem; font-weight:800; color:var(--sl-900); margin-bottom:4px !important; }
#tg-394-wrapper .tg-394-tip-item__desc  { font-size:.82rem; color:var(--text-sub); line-height:1.6; margin-bottom:0 !important; }

/* 기기별 탭 */
#tg-394-wrapper .tg-394-tabs { display:flex; gap:6px; background:var(--sl-100); border-radius:var(--radius-sm); padding:5px; margin-bottom:22px; flex-wrap:wrap; }
#tg-394-wrapper .tg-394-tab-btn { flex:1; min-width:72px; display:flex; align-items:center; justify-content:center; gap:6px; padding:11px 10px; border-radius:7px; font-size:var(--fs-sm); font-weight:600; color:var(--sl-500); transition:background .2s, color .2s; }
#tg-394-wrapper .tg-394-tab-btn .material-symbols-outlined { font-size:1.1rem; }
#tg-394-wrapper .tg-394-tab-btn--active { background:#fff; color:var(--sky-700); box-shadow:0 2px 8px rgba(0,0,0,.08); font-weight:800; }
#tg-394-wrapper .tg-394-tab-panel { display:none; text-align:left; animation:tg394FadeIn .3s ease; }
#tg-394-wrapper .tg-394-tab-panel--active { display:block; }
#tg-394-wrapper .tg-394-tab-panel__head { display:flex; align-items:center; gap:14px; margin-bottom:20px; padding-bottom:14px; border-bottom:1px solid var(--sl-100); }
#tg-394-wrapper .tg-394-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-394-wrapper .tg-394-tab-panel__icon--ios { background:linear-gradient(135deg, #555, #111); }
#tg-394-wrapper .tg-394-tab-panel__icon--and { background:linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-394-wrapper .tg-394-tab-panel__icon--pc  { background:linear-gradient(135deg, var(--sky-500), var(--sky-600)); }
#tg-394-wrapper .tg-394-tab-panel__name { font-size:var(--fs-lg); font-weight:800; color:var(--sl-900); margin-bottom:4px; }
#tg-394-wrapper .tg-394-tab-panel__sub  { font-size:var(--fs-sm); color:var(--sl-500); margin-bottom:0 !important; }
#tg-394-wrapper .tg-394-steps { display:flex; flex-direction:column; gap:12px; counter-reset:steps; }
#tg-394-wrapper .tg-394-steps li { counter-increment:steps; display:flex; align-items:flex-start; gap:12px; font-size:var(--fs-base); color:var(--text-sub); line-height:1.75; }
#tg-394-wrapper .tg-394-steps li::before { content:counter(steps); min-width:28px; height:28px; flex-shrink:0; margin-top:2px; background:linear-gradient(135deg, var(--sky-500), var(--sky-600)); color:#fff; font-size:.8rem; font-weight:900; border-radius:50%; display:flex; align-items:center; justify-content:center; }
#tg-394-wrapper .tg-394-steps li strong { color:var(--sl-800); }
#tg-394-wrapper .tg-394-tip-box { display:flex; align-items:flex-start; gap:12px; background:rgba(14,165,233,.06); border:1px solid rgba(14,165,233,.2); border-radius:var(--radius-sm); padding:14px 18px; margin-top:18px; font-size:var(--fs-sm); color:var(--text-sub); line-height:1.7; }
#tg-394-wrapper .tg-394-tip-box .material-symbols-outlined { font-size:1.2rem; color:var(--sky-600); flex-shrink:0; margin-top:2px; }

/* 결론 */
#tg-394-wrapper .tg-394-summary { background:linear-gradient(145deg, var(--dk-base), #000e1a 55%, var(--dk-base)); border:1px solid rgba(14,165,233,.14); border-radius:var(--radius-lg); padding:52px 32px; color:#fff; text-align:center; }
#tg-394-wrapper .tg-394-summary h2 { font-size:1.3rem; font-weight:900; display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:12px; color:#fff; }
#tg-394-wrapper .tg-394-summary h2 .material-symbols-outlined { color:var(--sky-300); font-size:1.5rem; }
#tg-394-wrapper .tg-394-summary > p { color:rgba(255,255,255,.55); margin-bottom:36px !important; }
#tg-394-wrapper .tg-394-summary__grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; max-width:560px; margin:0 auto; }
#tg-394-wrapper .tg-394-summary__item { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:20px; display:flex; flex-direction:column; align-items:center; gap:10px; }
#tg-394-wrapper .tg-394-summary__item .material-symbols-outlined { font-size:1.8rem; color:var(--sky-300); }
#tg-394-wrapper .tg-394-summary__item p { font-size:.84rem; font-weight:700; color:rgba(255,255,255,.75); line-height:1.5; margin-bottom:0 !important; }
#tg-394-wrapper .tg-394-footer-cta { margin-top:44px; border-top:1px solid rgba(255,255,255,.07); padding-top:28px; }
#tg-394-wrapper .tg-394-footer-cta p { font-size:var(--fs-sm); color:rgba(255,255,255,.4); margin-bottom:20px !important; }
#tg-394-wrapper .tg-394-cta-btn { display:inline-flex; align-items:center; gap:8px; background:linear-gradient(135deg, var(--sky-500), var(--sky-600)); color:#fff; font-size:1rem; font-weight:800; padding:15px 32px; border-radius:999px; box-shadow:var(--shadow-sky); transition:transform .2s; }
#tg-394-wrapper .tg-394-cta-btn:hover { transform:translateY(-3px); }
#tg-394-wrapper .tg-394-cta-btn .material-symbols-outlined { font-size:1.1rem; }

@keyframes tg394Float  { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
@keyframes tg394FadeIn { from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);} }
@keyframes tg394StarFloat { 0%{opacity:1;transform:translateY(0) scale(.9);}100%{opacity:0;transform:translateY(-160px) scale(1.4);} }

/* 반응형 */
@media (min-width:640px)  { #tg-394-wrapper .tg-394-summary__grid { grid-template-columns:repeat(4,1fr); } #tg-394-wrapper .tg-394-tip-grid { flex-direction:row; } }
@media (min-width:900px)  { #tg-394-wrapper .tg-394-hero { padding:80px 56px 90px; } #tg-394-wrapper .tg-394-section, #tg-394-wrapper .tg-394-intro { padding:52px 48px; } }
