/*
 * tips404/style.css  v1.0.0
 * 텔레그램 프리미엄 공유 비활성화(Disable Sharing) 가이드
 * 테마: 엠버 코퍼 #ea580c (orange-600) + 딥 엠버 다크 #0c0300
 *      (보안 경고·차단·제한·Rust·Lock 연상)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 *
 * 기존과 구별:
 * - tips390: orange-500 #f97316 (밝은 네온 오렌지)
 * - tips397: amber-400 #fbbf24 (골드 옐로우)
 * - tips400: amber-500 #f59e0b (옐로우 앰버)
 * - tips404: orange-600 #ea580c ("경보 구리·번트 코퍼", 보안 경고 색상)
 *   → 더 짙고 붉은 오렌지, "차단·경고·제한" 느낌에 최적
 *   → base #0c0300 (코퍼/엠버 반영된 딥 러스트 블랙)
 */

/* ─── 전체 리셋 ─── */
#tg-404-wrapper,
#tg-404-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-404-wrapper h1, #tg-404-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-404-wrapper strong { font-weight: 700; color: inherit; }
#tg-404-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-404-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-404-wrapper button { cursor: pointer; }
#tg-404-wrapper a { color: inherit; }
#tg-404-wrapper ol, #tg-404-wrapper ul { list-style: none; }
#tg-404-wrapper label { cursor: pointer; }
#tg-404-wrapper input[type="checkbox"] { display: none; }

/* ─── 디자인 토큰 ─── */
#tg-404-wrapper {
    --cop-50:  #fff7ed;
    --cop-100: #ffedd5;
    --cop-200: #fed7aa;
    --cop-300: #fdba74;
    --cop-400: #fb923c;
    --cop-500: #f97316;
    --cop-600: #ea580c;   /* 메인 엠버 코퍼 */
    --cop-700: #c2410c;
    --cop-800: #9a3412;
    --grn-500: #22c55e;
    --red-400: #f87171;
    --red-500: #ef4444;
    --sky-400: #38bdf8;
    --dk-base: #0c0300;   /* 딥 엠버 다크 */
    --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-cop: 0 6px 28px rgba(234,88,12,.3);
    --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 */
#tg-404-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-404-wrapper .tg-404-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-404-wrapper .tg-404-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════
   히어로
════════════════════════════ */
#tg-404-wrapper .tg-404-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px; text-align: center; overflow: hidden;
}
#tg-404-wrapper .tg-404-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 55% at 50% 40%, rgba(234,88,12,.11) 0%, transparent 55%),
        radial-gradient(ellipse 28% 22% at 15% 80%, rgba(194,65,12,.07) 0%, transparent 50%);
}
/* 방패 애니메이션 */
#tg-404-wrapper .tg-404-hero__shield {
    position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; justify-content: center;
    width: 120px; height: 120px; opacity: .06; pointer-events: none;
}
#tg-404-wrapper .tg-404-hero__shield .material-symbols-outlined { font-size: 3.5rem; color: var(--cop-400); z-index: 2; position: relative; }
#tg-404-wrapper .tg-404-hero__shield-outer,
#tg-404-wrapper .tg-404-hero__shield-inner { position: absolute; border-radius: 50%; border: 1.5px solid rgba(234,88,12,.4); animation: tg404ShieldPulse 2.5s ease-in-out infinite; }
#tg-404-wrapper .tg-404-hero__shield-outer { inset: 0; }
#tg-404-wrapper .tg-404-hero__shield-inner { inset: 16px; animation-delay: .6s; }
@keyframes tg404ShieldPulse { 0%,100%{opacity:.2;transform:scale(.95);}50%{opacity:.8;transform:scale(1.05);} }
/* 텍스트 */
#tg-404-wrapper .tg-404-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-404-wrapper .tg-404-hero__badge { display:inline-flex; align-items:center; gap:6px; background:rgba(234,88,12,.1); border:1px solid rgba(234,88,12,.28); color:var(--cop-400); font-size:.85rem; font-weight:700; padding:6px 18px; border-radius:999px; margin-bottom:22px !important; }
#tg-404-wrapper .tg-404-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-404-wrapper .tg-404-hero__title em { font-style:normal; color:var(--cop-400); text-shadow:0 0 24px rgba(234,88,12,.5); }
#tg-404-wrapper .tg-404-hero__subtitle { color:rgba(255,255,255,.65); line-height:1.8; max-width:540px; margin:0 auto 28px !important; }
#tg-404-wrapper .tg-404-hero__chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
#tg-404-wrapper .tg-404-hero__chip { display:inline-flex; align-items:center; gap:6px; background:rgba(234,88,12,.08); border:1px solid rgba(234,88,12,.2); color:var(--cop-400); font-size:.82rem; font-weight:800; padding:8px 16px; border-radius:999px; }
#tg-404-wrapper .tg-404-hero__chip--sec { background:rgba(248,113,113,.07); border-color:rgba(248,113,113,.18); color:var(--red-400); }
#tg-404-wrapper .tg-404-hero__chip--ice { background:rgba(56,189,248,.07); border-color:rgba(56,189,248,.18); color:var(--sky-400); }

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

/* 도입부 */
#tg-404-wrapper .tg-404-intro { background:#fff; border:1px solid var(--sl-200); border-top:4px solid var(--cop-600); border-radius:var(--radius-md); padding:36px 28px; text-align:center; box-shadow:var(--shadow-sm); }
#tg-404-wrapper .tg-404-intro__icon { font-size:2.4rem; color:var(--cop-600); margin-bottom:14px; }
#tg-404-wrapper .tg-404-intro__title { font-size:clamp(1.05rem,2.8vw,1.3rem); font-weight:800; color:var(--sl-900); margin-bottom:14px; }
#tg-404-wrapper .tg-404-intro p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
/* 차단 항목 그리드 */
#tg-404-wrapper .tg-404-block-grid { display:grid; grid-template-columns:1fr; gap:12px; max-width:700px; margin:22px auto 18px; text-align:left; }
#tg-404-wrapper .tg-404-block-item { border:1px solid var(--sl-200); border-radius:14px; padding:18px 20px; }
#tg-404-wrapper .tg-404-block-item--main { border-color:rgba(234,88,12,.2); background:rgba(234,88,12,.03); }
#tg-404-wrapper .tg-404-block-item__top { display:flex; align-items:center; gap:8px; margin-bottom:12px; }
#tg-404-wrapper .tg-404-block-item__ico { width:42px; height:42px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; border:1px solid transparent; flex-shrink:0; }
#tg-404-wrapper .tg-404-block-item__ico--cop { background:rgba(234,88,12,.1); border-color:rgba(234,88,12,.22); color:var(--cop-700); }
#tg-404-wrapper .tg-404-block-item__ico--sec { background:rgba(248,113,113,.1); border-color:rgba(248,113,113,.2); color:#dc2626; }
#tg-404-wrapper .tg-404-block-item__ico--ice { background:rgba(56,189,248,.08); border-color:rgba(56,189,248,.18); color:#0369a1; }
#tg-404-wrapper .tg-404-block-badge { display:inline-block; font-size:.65rem; font-weight:900; letter-spacing:.06em; padding:2px 10px; border-radius:999px; background:rgba(234,88,12,.12); color:var(--cop-700); border:1px solid rgba(234,88,12,.2); margin-left:auto; }
#tg-404-wrapper .tg-404-block-item__title { font-size:.92rem; font-weight:800; color:var(--sl-900); margin-bottom:6px !important; }
#tg-404-wrapper .tg-404-block-item__desc  { font-size:.82rem; color:var(--text-sub); line-height:1.65; margin-bottom:0 !important; }
/* 프리미엄 배너 */
#tg-404-wrapper .tg-404-premium-banner { display:flex; align-items:flex-start; gap:14px; max-width:700px; margin:0 auto; background:linear-gradient(135deg, rgba(234,88,12,.07), rgba(194,65,12,.04)); border:1px solid rgba(234,88,12,.2); border-radius:14px; padding:16px 20px; text-align:left; }
#tg-404-wrapper .tg-404-premium-banner .material-symbols-outlined { font-size:1.5rem; color:var(--cop-600); flex-shrink:0; }
#tg-404-wrapper .tg-404-premium-banner__title { font-size:.92rem; font-weight:800; color:var(--cop-800); margin-bottom:4px !important; }
#tg-404-wrapper .tg-404-premium-banner__desc  { font-size:.82rem; color:var(--text-sub); margin-bottom:0 !important; line-height:1.65; }

/* ─── 공통 섹션 ─── */
#tg-404-wrapper .tg-404-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-404-wrapper .tg-404-section--dark { background:var(--dk-base); border-color:rgba(234,88,12,.1); }
#tg-404-wrapper .tg-404-section--tip { background:linear-gradient(145deg, #fff7ed, #fff); border-color:rgba(234,88,12,.14); }
#tg-404-wrapper .tg-404-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-404-wrapper .tg-404-section__label--dark { background:rgba(255,255,255,.1); color:#fff; border:1px solid rgba(255,255,255,.2); }
#tg-404-wrapper .tg-404-section__label--cop { background:rgba(234,88,12,.08); color:var(--cop-800); border:1px solid rgba(234,88,12,.18); }
#tg-404-wrapper .tg-404-section__label .material-symbols-outlined { font-size:1rem; }
#tg-404-wrapper .tg-404-section__title--light { color:#fff; font-size:clamp(1.2rem,3vw,1.5rem); font-weight:900; letter-spacing:-.02em; margin-bottom:16px !important; line-height:1.35; }
#tg-404-wrapper .tg-404-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-404-wrapper .tg-404-section > p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-404-wrapper .tg-404-section__desc--light { color:rgba(255,255,255,.75) !important; margin-bottom:28px !important; }

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

/* 보안 토글 패널 */
#tg-404-wrapper .tg-404-toggle-panel { display:flex; align-items:center; gap:12px; background:rgba(255,255,255,.05); border:1px solid rgba(234,88,12,.12); border-radius:14px; padding:14px 16px; margin-bottom:14px; }
#tg-404-wrapper .tg-404-toggle-panel__info { display:flex; align-items:center; gap:10px; flex:1; }
#tg-404-wrapper .tg-404-toggle-panel__info .material-symbols-outlined { font-size:1.4rem; color:rgba(234,88,12,.4); transition:color .3s; flex-shrink:0; }
/* 보안 ON 시 아이콘 색 변경 */
#tg-404-wrapper .tg-404-sim-wrap.is-secure .tg-404-toggle-panel__info .material-symbols-outlined { color:var(--cop-400); }
#tg-404-wrapper .tg-404-toggle-panel__title { font-size:.88rem; font-weight:800; color:rgba(255,255,255,.7); margin-bottom:2px; }
#tg-404-wrapper .tg-404-toggle-panel__sub   { font-size:.68rem; color:rgba(255,255,255,.28); margin-bottom:0 !important; transition:color .3s; }
#tg-404-wrapper .tg-404-sim-wrap.is-secure .tg-404-toggle-panel__sub { color:var(--cop-400); }
/* 토글 스위치 */
#tg-404-wrapper .tg-404-toggle { position:relative; display:inline-block; flex-shrink:0; }
#tg-404-wrapper .tg-404-toggle__track { display:block; width:48px; height:26px; background:rgba(255,255,255,.12); border-radius:999px; transition:background .25s; position:relative; }
#tg-404-wrapper .tg-404-toggle__track::after { content:''; position:absolute; top:3px; left:3px; width:20px; height:20px; border-radius:50%; background:#fff; transition:transform .25s, box-shadow .25s; box-shadow:0 1px 4px rgba(0,0,0,.3); }
#tg-404-wrapper .tg-404-toggle input:checked ~ .tg-404-toggle__track { background:var(--cop-600); }
#tg-404-wrapper .tg-404-toggle input:checked ~ .tg-404-toggle__track::after { transform:translateX(22px); box-shadow:0 0 8px rgba(234,88,12,.5); }

/* 모의 채팅창 */
#tg-404-wrapper .tg-404-chat-window { position:relative; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06); border-radius:16px; overflow:hidden; margin-bottom:12px; min-height:280px; }
/* 캡처 차단 오버레이 */
#tg-404-wrapper .tg-404-capture-overlay { position:absolute; inset:0; z-index:10; background:#000; display:flex; align-items:center; justify-content:center; animation:tg404CaptureIn .2s ease; }
@keyframes tg404CaptureIn { from{opacity:0;}to{opacity:1;} }
#tg-404-wrapper .tg-404-capture-overlay__inner { text-align:center; color:#fff; }
#tg-404-wrapper .tg-404-capture-overlay__inner .material-symbols-outlined { font-size:2.5rem; color:var(--cop-400); margin-bottom:10px; animation:tg404IconShake .4s ease; }
@keyframes tg404IconShake { 0%,100%{transform:rotate(0);}20%{transform:rotate(-15deg);}40%{transform:rotate(15deg);}60%{transform:rotate(-10deg);}80%{transform:rotate(10deg);} }
#tg-404-wrapper .tg-404-capture-overlay__title { font-size:1rem; font-weight:900; margin-bottom:4px; }
#tg-404-wrapper .tg-404-capture-overlay__sub   { font-size:.78rem; color:rgba(255,255,255,.45); margin-bottom:0 !important; }
/* 채팅 헤더 */
#tg-404-wrapper .tg-404-chat-hd { display:flex; align-items:center; gap:10px; padding:10px 14px; border-bottom:1px solid rgba(255,255,255,.05); }
#tg-404-wrapper .tg-404-chat-av { width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg, #0369a1, #0284c7); display:flex; align-items:center; justify-content:center; font-size:.82rem; font-weight:900; color:#fff; flex-shrink:0; }
#tg-404-wrapper .tg-404-chat-hd__info { flex:1; }
#tg-404-wrapper .tg-404-chat-hd__name   { font-size:.82rem; font-weight:800; color:rgba(255,255,255,.75); margin-bottom:1px; }
#tg-404-wrapper .tg-404-chat-hd__status { font-size:.66rem; color:var(--grn-500); margin-bottom:0 !important; }
#tg-404-wrapper .tg-404-chat-hd__lock { font-size:1rem; color:var(--cop-400); animation:tg404LockPop .4s ease; }
@keyframes tg404LockPop { 0%{opacity:0;transform:scale(.5);}60%{transform:scale(1.2);}100%{opacity:1;transform:scale(1);} }
/* 메시지 */
#tg-404-wrapper .tg-404-messages { padding:12px 14px; display:flex; flex-direction:column; gap:8px; }
#tg-404-wrapper .tg-404-msg { display:flex; flex-direction:column; }
#tg-404-wrapper .tg-404-msg--in  { align-items:flex-start; }
#tg-404-wrapper .tg-404-msg--out { align-items:flex-end; }
#tg-404-wrapper .tg-404-msg__bubble { font-size:.8rem; line-height:1.55; padding:8px 12px; border-radius:14px; max-width:80%; }
#tg-404-wrapper .tg-404-msg--in  .tg-404-msg__bubble { background:rgba(255,255,255,.08); color:rgba(255,255,255,.7); border-radius:4px 14px 14px 14px; }
#tg-404-wrapper .tg-404-msg--out .tg-404-msg__bubble { background:rgba(234,88,12,.2); color:rgba(255,255,255,.85); border-radius:14px 14px 4px 14px; border:1px solid rgba(234,88,12,.25); }
#tg-404-wrapper .tg-404-msg__time { font-size:.58rem; color:rgba(255,255,255,.2); margin-top:3px; }
/* 시스템 메시지 */
#tg-404-wrapper .tg-404-sys-msg { display:flex; align-items:center; gap:6px; justify-content:center; font-size:.7rem; color:rgba(234,88,12,.65); background:rgba(234,88,12,.07); border:1px solid rgba(234,88,12,.15); border-radius:999px; padding:6px 14px; animation:tg404SysMsgIn .4s ease; margin:0 auto; }
@keyframes tg404SysMsgIn { from{opacity:0;transform:scale(.9);}to{opacity:1;transform:scale(1);} }
#tg-404-wrapper .tg-404-sys-msg .material-symbols-outlined { font-size:.9rem; }
/* 컨텍스트 메뉴 */
#tg-404-wrapper .tg-404-ctx-menu { background:rgba(30,41,59,.95); border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:4px; margin-top:6px; display:flex; gap:2px; backdrop-filter:blur(8px); animation:tg404FadeIn .2s ease; align-items:stretch; flex-wrap:wrap; }
@keyframes tg404FadeIn { from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);} }
#tg-404-wrapper .tg-404-ctx-btn { flex:1; min-width:60px; display:flex; flex-direction:column; align-items:center; gap:3px; padding:8px 6px; border-radius:8px; font-size:.62rem; font-weight:700; color:rgba(255,255,255,.7); transition:background .15s; }
#tg-404-wrapper .tg-404-ctx-btn .material-symbols-outlined { font-size:.95rem; }
#tg-404-wrapper .tg-404-ctx-btn:hover { background:rgba(255,255,255,.07); }
#tg-404-wrapper .tg-404-ctx-btn--disabled { color:rgba(255,255,255,.2); cursor:not-allowed; }
#tg-404-wrapper .tg-404-ctx-btn--disabled:hover { background:none; }
#tg-404-wrapper .tg-404-ctx-btn--danger { color:var(--red-400); }
#tg-404-wrapper .tg-404-ctx-lock { display:inline-flex; font-size:.65rem; color:var(--cop-400); margin-left:2px; }

/* 체험 버튼 */
#tg-404-wrapper .tg-404-demo-btns { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:12px; }
#tg-404-wrapper .tg-404-demo-btn { display:flex; flex-direction:column; align-items:center; gap:6px; padding:12px 8px; border-radius:12px; font-size:.78rem; font-weight:800; transition:transform .18s, opacity .18s; }
#tg-404-wrapper .tg-404-demo-btn .material-symbols-outlined { font-size:1.4rem; }
#tg-404-wrapper .tg-404-demo-btn--capture { background:rgba(234,88,12,.12); border:1px solid rgba(234,88,12,.22); color:var(--cop-400); }
#tg-404-wrapper .tg-404-demo-btn--capture:hover { background:rgba(234,88,12,.2); transform:translateY(-2px); }
#tg-404-wrapper .tg-404-demo-btn--hold { background:rgba(56,189,248,.08); border:1px solid rgba(56,189,248,.18); color:var(--sky-400); }
#tg-404-wrapper .tg-404-demo-btn--hold:hover { background:rgba(56,189,248,.14); transform:translateY(-2px); }

/* 보안 상태 지표 */
#tg-404-wrapper .tg-404-status-row { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
#tg-404-wrapper .tg-404-stat { display:flex; flex-direction:column; align-items:center; gap:4px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.06); border-radius:10px; padding:10px 6px; transition:all .3s; }
#tg-404-wrapper .tg-404-stat__ico { font-size:1.1rem; color:rgba(255,255,255,.2); transition:color .3s; }
#tg-404-wrapper .tg-404-stat__lbl { font-size:.6rem; font-weight:700; color:rgba(255,255,255,.22); margin-bottom:0 !important; transition:color .3s; }
#tg-404-wrapper .tg-404-stat__val { font-size:.72rem; font-weight:900; color:rgba(255,255,255,.3); margin-bottom:0 !important; transition:color .3s; }
/* 보안 ON 상태 */
#tg-404-wrapper .tg-404-stat--blocked { background:rgba(234,88,12,.08); border-color:rgba(234,88,12,.2); }
#tg-404-wrapper .tg-404-stat--blocked .tg-404-stat__ico { color:var(--cop-400); }
#tg-404-wrapper .tg-404-stat--blocked .tg-404-stat__lbl { color:rgba(255,255,255,.4); }
#tg-404-wrapper .tg-404-stat--blocked .tg-404-stat__val { color:var(--cop-400); }

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

/* 꿀팁 그리드 */
#tg-404-wrapper .tg-404-use-grid { display:grid; grid-template-columns:1fr; gap:14px; max-width:700px; margin:22px auto 0; text-align:left; }
#tg-404-wrapper .tg-404-use-item { display:flex; flex-direction:column; gap:10px; background:#fff; border:1px solid var(--sl-200); border-radius:14px; padding:20px; }
#tg-404-wrapper .tg-404-use-item__ico { width:46px; height:46px; border-radius:12px; background:rgba(234,88,12,.08); border:1px solid rgba(234,88,12,.16); display:flex; align-items:center; justify-content:center; font-size:1.3rem; color:var(--cop-600); }
#tg-404-wrapper .tg-404-use-item__title { font-size:.95rem; font-weight:800; color:var(--sl-900); margin-bottom:6px !important; }
#tg-404-wrapper .tg-404-use-item__desc  { font-size:.85rem; color:var(--text-sub); line-height:1.65; margin-bottom:0 !important; }

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

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