/*
 * tips396/style.css  v1.0.0
 * 텔레그램 예약 & 반복 메시지 가이드
 * 테마: 비비드 민트-씨폼 그린 + 딥 다크 (예약·루틴·생산성·캘린더·반복 메시지)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-396-wrapper {
    --mnt-100: #ccfbf1;
    --mnt-200: #99f6e4;
    --mnt-300: #5eead4;
    --mnt-400: #2dd4bf;  /* 메인 민트 */
    --mnt-500: #14b8a6;
    --mnt-600: #0d9488;
    --mnt-700: #0f766e;
    --ylw-400: #facc15;
    --sky-400: #38bdf8;
    --red-400: #f87171;
    --dk-base: #000d0c;
    --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-mnt: 0 6px 28px rgba(45,212,191,.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-396-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-396-wrapper .tg-396-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-396-wrapper .tg-396-motion.is-visible { opacity: 1; transform: translateY(0); }

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

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

/* 도입부 */
#tg-396-wrapper .tg-396-intro { background:#fff; border:1px solid var(--sl-200); border-top:4px solid var(--mnt-400); border-radius:var(--radius-md); padding:36px 28px; text-align:center; box-shadow:var(--shadow-sm); }
#tg-396-wrapper .tg-396-intro__icon { font-size:2.4rem; color:var(--mnt-600); margin-bottom:14px; }
#tg-396-wrapper .tg-396-intro__title { font-size:clamp(1.05rem,2.8vw,1.3rem); font-weight:800; color:var(--sl-900); margin-bottom:14px; }
#tg-396-wrapper .tg-396-intro p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
/* 기능 4개 행 */
#tg-396-wrapper .tg-396-feat-row { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:22px; max-width:540px; margin-left:auto; margin-right:auto; }
#tg-396-wrapper .tg-396-feat-item { padding:14px 10px; border-radius:12px; background:rgba(45,212,191,.05); border:1px solid rgba(45,212,191,.16); text-align:center; }
#tg-396-wrapper .tg-396-feat-item__ico { font-size:1.4rem; color:var(--mnt-600); margin-bottom:7px; display:block; }
#tg-396-wrapper .tg-396-feat-item__title { font-size:.78rem; font-weight:800; color:var(--sl-900); margin-bottom:3px !important; }
#tg-396-wrapper .tg-396-feat-item p { margin-bottom:0 !important; font-size:.68rem; color:var(--sl-500); line-height:1.45; }

/* 공통 섹션 */
#tg-396-wrapper .tg-396-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-396-wrapper .tg-396-section--dark { background:var(--dk-base); border-color:rgba(45,212,191,.1); }
#tg-396-wrapper .tg-396-section--tip  { background:var(--sl-50); }
#tg-396-wrapper .tg-396-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-396-wrapper .tg-396-section__label--dark { background:rgba(255,255,255,.13); color:#fff; border:1px solid rgba(255,255,255,.24); }
#tg-396-wrapper .tg-396-section__label--mint { background:rgba(45,212,191,.08); color:var(--mnt-700); }
#tg-396-wrapper .tg-396-section__label .material-symbols-outlined { font-size:1rem; }
#tg-396-wrapper .tg-396-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-396-wrapper .tg-396-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-396-wrapper .tg-396-section > p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-396-wrapper .tg-396-section__desc--light { color:rgba(255,255,255,.8) !important; margin-bottom:28px !important; }

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

/* Stage 1: 채팅창 모킹 */
#tg-396-wrapper .tg-396-chat-mock { background:#1a1a2e; border:1px solid rgba(255,255,255,.08); border-radius:14px; overflow:hidden; }
#tg-396-wrapper .tg-396-chat-mock__hd { display:flex; align-items:center; gap:10px; padding:11px 14px; border-bottom:1px solid rgba(255,255,255,.05); }
#tg-396-wrapper .tg-396-chat-mock__ava { font-size:2rem; flex-shrink:0; }
#tg-396-wrapper .tg-396-chat-mock__name { font-size:.82rem; font-weight:800; color:#fff; margin-bottom:2px !important; line-height:1.2 !important; }
#tg-396-wrapper .tg-396-chat-mock__sub  { font-size:.62rem; color:rgba(255,255,255,.28); margin-bottom:0 !important; }
/* 채팅 바디 */
#tg-396-wrapper .tg-396-chat-mock__body { min-height:80px; padding:10px 12px; display:flex; flex-direction:column; gap:6px; }
#tg-396-wrapper .tg-396-chat-mock__empty { font-size:.7rem; color:rgba(255,255,255,.18); text-align:center; padding:12px 0; margin-bottom:0 !important; line-height:1.5 !important; }
/* 예약된 메시지 버블 */
#tg-396-wrapper .tg-396-sched-bubble { display:flex; flex-direction:column; align-items:flex-end; gap:3px; animation:tg396FadeIn .3s ease; }
#tg-396-wrapper .tg-396-sched-bubble__txt { background:rgba(45,212,191,.18); border:1px solid rgba(45,212,191,.3); border-radius:12px 12px 2px 12px; padding:7px 12px; font-size:.78rem; color:rgba(255,255,255,.75); max-width:90%; word-break:break-word; }
#tg-396-wrapper .tg-396-sched-bubble__meta { font-size:.6rem; color:rgba(45,212,191,.5); display:flex; align-items:center; gap:4px; }
#tg-396-wrapper .tg-396-sched-bubble__meta .material-symbols-outlined { font-size:.7rem; }
/* 입력 행 */
#tg-396-wrapper .tg-396-chat-mock__input-row { display:flex; align-items:flex-end; gap:8px; padding:8px 10px; border-top:1px solid rgba(255,255,255,.05); }
#tg-396-wrapper .tg-396-msg-input { flex:1; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:10px; padding:9px 12px; color:#fff; font-size:.82rem; min-height:44px; line-height:1.55; transition:border-color .2s; display:block; }
#tg-396-wrapper .tg-396-msg-input::placeholder { color:rgba(255,255,255,.2); }
#tg-396-wrapper .tg-396-msg-input:focus { border-color:rgba(45,212,191,.45); }
#tg-396-wrapper .tg-396-sched-btn { width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg, var(--mnt-400), var(--mnt-600)); color:#000; display:flex; align-items:center; justify-content:center; font-size:1rem; box-shadow:0 3px 10px rgba(45,212,191,.35); transition:transform .18s, opacity .18s; flex-shrink:0; }
#tg-396-wrapper .tg-396-sched-btn:hover { transform:scale(1.08); }
#tg-396-wrapper .tg-396-sched-btn:disabled { opacity:.4; transform:none; cursor:not-allowed; }
#tg-396-wrapper .tg-396-hint-txt { font-size:.64rem; color:rgba(255,255,255,.22); text-align:center; padding:5px 10px 8px; display:flex; align-items:center; justify-content:center; gap:5px; margin-bottom:0 !important; line-height:1.4 !important; }
#tg-396-wrapper .tg-396-hint-txt .material-symbols-outlined { font-size:.75rem; color:var(--mnt-500); }

/* Stage 2: 예약 설정 패널 */
#tg-396-wrapper .tg-396-sched-panel { background:rgba(255,255,255,.04); border:1px solid rgba(45,212,191,.14); border-radius:14px; overflow:hidden; }
#tg-396-wrapper .tg-396-sched-panel__hd { display:flex; align-items:center; gap:10px; padding:11px 14px; border-bottom:1px solid rgba(255,255,255,.05); }
#tg-396-wrapper .tg-396-panel-back { width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.06); color:rgba(255,255,255,.4); transition:background .18s; flex-shrink:0; }
#tg-396-wrapper .tg-396-panel-back:hover { background:rgba(255,255,255,.1); }
#tg-396-wrapper .tg-396-panel-back .material-symbols-outlined { font-size:.9rem; }
#tg-396-wrapper .tg-396-sched-panel__title { font-size:.78rem; font-weight:800; color:rgba(255,255,255,.45); }
/* 메시지 미리보기 */
#tg-396-wrapper .tg-396-msg-preview { margin:10px 14px; padding:9px 12px; background:rgba(45,212,191,.07); border:1px solid rgba(45,212,191,.18); border-radius:9px; font-size:.76rem; color:rgba(255,255,255,.6); line-height:1.5; word-break:break-word; font-style:italic; }
/* 설정 행 */
#tg-396-wrapper .tg-396-sched-row { padding:8px 14px; border-bottom:1px solid rgba(255,255,255,.04); }
#tg-396-wrapper .tg-396-sched-row__lbl { font-size:.65rem; color:rgba(255,255,255,.28); font-weight:700; display:inline-flex; align-items:center; gap:5px; margin-bottom:7px !important; line-height:1 !important; }
#tg-396-wrapper .tg-396-sched-row__lbl .material-symbols-outlined { font-size:.8rem; color:var(--mnt-500); }
/* 날짜·시간 버튼 */
#tg-396-wrapper .tg-396-date-btns, #tg-396-wrapper .tg-396-time-btns { display:flex; gap:5px; flex-wrap:wrap; }
#tg-396-wrapper .tg-396-date-btn, #tg-396-wrapper .tg-396-time-btn { padding:5px 12px; border-radius:999px; font-size:.7rem; font-weight:700; color:rgba(255,255,255,.3); background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); transition:all .2s; }
#tg-396-wrapper .tg-396-date-btn--active, #tg-396-wrapper .tg-396-time-btn--active { background:rgba(45,212,191,.16); border-color:rgba(45,212,191,.4); color:var(--mnt-300); }
#tg-396-wrapper .tg-396-date-btn:hover, #tg-396-wrapper .tg-396-time-btn:hover { background:rgba(45,212,191,.09); color:rgba(255,255,255,.55); }
/* 반복 주기 버튼 */
#tg-396-wrapper .tg-396-repeat-btns { display:grid; grid-template-columns:repeat(2,1fr); gap:5px; }
#tg-396-wrapper .tg-396-repeat-btn { display:flex; align-items:center; gap:5px; padding:7px 10px; border-radius:9px; font-size:.7rem; font-weight:700; color:rgba(255,255,255,.3); background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); transition:all .2s; }
#tg-396-wrapper .tg-396-repeat-btn .material-symbols-outlined { font-size:.85rem; }
#tg-396-wrapper .tg-396-repeat-btn--active { background:rgba(45,212,191,.14); border-color:rgba(45,212,191,.38); color:var(--mnt-300); }
#tg-396-wrapper .tg-396-repeat-btn:hover { background:rgba(45,212,191,.08); }
/* 예약 요약 */
#tg-396-wrapper .tg-396-sched-summary { display:flex; align-items:center; gap:8px; margin:10px 14px; padding:9px 12px; background:rgba(45,212,191,.06); border:1px solid rgba(45,212,191,.18); border-radius:9px; font-size:.72rem; font-weight:700; color:var(--mnt-300); }
#tg-396-wrapper .tg-396-sched-summary .material-symbols-outlined { font-size:.95rem; flex-shrink:0; }
/* 예약 완료 버튼 */
#tg-396-wrapper .tg-396-confirm-btn { width:calc(100% - 28px); margin:0 14px 14px; display:flex; align-items:center; justify-content:center; gap:7px; padding:12px; border-radius:10px; background:linear-gradient(135deg, var(--mnt-400), var(--mnt-600)); color:#000; font-size:.88rem; font-weight:900; box-shadow:var(--shadow-mnt); transition:opacity .18s; }
#tg-396-wrapper .tg-396-confirm-btn:hover { opacity:.9; }
#tg-396-wrapper .tg-396-confirm-btn .material-symbols-outlined { font-size:1rem; }

/* Stage 3: 예약 목록 */
#tg-396-wrapper .tg-396-scheduled-wrap { background:rgba(255,255,255,.04); border:1px solid rgba(45,212,191,.12); border-radius:14px; overflow:hidden; }
#tg-396-wrapper .tg-396-scheduled-hd { display:flex; align-items:center; gap:8px; padding:11px 14px; border-bottom:1px solid rgba(255,255,255,.05); font-size:.8rem; font-weight:800; color:var(--mnt-300); }
#tg-396-wrapper .tg-396-scheduled-hd .material-symbols-outlined { font-size:1rem; }
#tg-396-wrapper .tg-396-scheduled-hd p { margin-bottom:0 !important; flex:1; }
#tg-396-wrapper .tg-396-scheduled-count { background:rgba(45,212,191,.2); color:var(--mnt-300); font-size:.65rem; font-weight:900; width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
#tg-396-wrapper .tg-396-sched-list { display:flex; flex-direction:column; gap:0; }
/* 예약 카드 */
#tg-396-wrapper .tg-396-sched-card { border-bottom:1px solid rgba(255,255,255,.04); padding:12px 14px; display:flex; align-items:flex-start; gap:10px; animation:tg396FadeIn .3s ease; }
#tg-396-wrapper .tg-396-sched-card--removing { animation:tg396FadeOut .3s ease forwards; }
#tg-396-wrapper .tg-396-sched-card__ico { font-size:1.4rem; flex-shrink:0; }
#tg-396-wrapper .tg-396-sched-card__body { flex:1; min-width:0; }
#tg-396-wrapper .tg-396-sched-card__txt { font-size:.76rem; color:rgba(255,255,255,.65); line-height:1.5; margin-bottom:5px !important; word-break:break-word; }
#tg-396-wrapper .tg-396-sched-card__meta { display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
#tg-396-wrapper .tg-396-sched-card__time { font-size:.62rem; color:rgba(255,255,255,.28); display:inline-flex; align-items:center; gap:3px; }
#tg-396-wrapper .tg-396-sched-card__time .material-symbols-outlined { font-size:.72rem; }
#tg-396-wrapper .tg-396-sched-card__repeat { font-size:.58rem; font-weight:800; padding:2px 8px; border-radius:999px; }
#tg-396-wrapper .tg-396-sched-card__repeat--once    { background:rgba(148,163,184,.12); color:rgba(148,163,184,.7); }
#tg-396-wrapper .tg-396-sched-card__repeat--daily   { background:rgba(45,212,191,.12); color:var(--mnt-400); }
#tg-396-wrapper .tg-396-sched-card__repeat--weekly  { background:rgba(250,204,21,.12); color:var(--ylw-400); }
#tg-396-wrapper .tg-396-sched-card__repeat--monthly { background:rgba(56,189,248,.12); color:var(--sky-400); }
#tg-396-wrapper .tg-396-sched-card__actions { display:flex; flex-direction:column; gap:5px; flex-shrink:0; }
#tg-396-wrapper .tg-396-edit-btn, #tg-396-wrapper .tg-396-cancel-card-btn { padding:5px 10px; border-radius:7px; font-size:.62rem; font-weight:700; transition:all .2s; display:flex; align-items:center; gap:4px; }
#tg-396-wrapper .tg-396-edit-btn { background:rgba(45,212,191,.1); color:var(--mnt-400); border:1px solid rgba(45,212,191,.2); }
#tg-396-wrapper .tg-396-edit-btn:hover { background:rgba(45,212,191,.18); }
#tg-396-wrapper .tg-396-cancel-card-btn { background:rgba(248,113,113,.08); color:var(--red-400); border:1px solid rgba(248,113,113,.18); }
#tg-396-wrapper .tg-396-cancel-card-btn:hover { background:rgba(248,113,113,.14); }
#tg-396-wrapper .tg-396-edit-btn .material-symbols-outlined, #tg-396-wrapper .tg-396-cancel-card-btn .material-symbols-outlined { font-size:.78rem; }
/* 새 예약 추가 버튼 */
#tg-396-wrapper .tg-396-add-sched-btn { width:100%; display:flex; align-items:center; justify-content:center; gap:7px; padding:11px; font-size:.8rem; font-weight:800; color:rgba(255,255,255,.3); background:rgba(255,255,255,.04); border-top:1px solid rgba(255,255,255,.05); transition:all .2s; }
#tg-396-wrapper .tg-396-add-sched-btn:hover { background:rgba(45,212,191,.07); color:var(--mnt-300); }
#tg-396-wrapper .tg-396-add-sched-btn .material-symbols-outlined { font-size:.9rem; }

/* 팁 */
#tg-396-wrapper .tg-396-tip-list { display:flex; flex-direction:column; gap:14px; text-align:left; max-width:700px; margin:0 auto; }
#tg-396-wrapper .tg-396-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-396-wrapper .tg-396-tip-item__ico { width:42px; height:42px; border-radius:10px; background:rgba(45,212,191,.08); border:1px solid rgba(45,212,191,.18); display:flex; align-items:center; justify-content:center; font-size:1.2rem; color:var(--mnt-600); flex-shrink:0; }
#tg-396-wrapper .tg-396-tip-item__title { font-size:.9rem; font-weight:800; color:var(--sl-900); margin-bottom:4px !important; }
#tg-396-wrapper .tg-396-tip-item__desc  { font-size:.82rem; color:var(--text-sub); line-height:1.6; margin-bottom:0 !important; }

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

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

@keyframes tg396Float  { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
@keyframes tg396FadeIn { from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);} }
@keyframes tg396FadeOut { from{opacity:1;transform:translateX(0);}to{opacity:0;transform:translateX(12px);} }

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