/*
 * tips403/style.css  v1.0.0
 * 텔레그램 멤버 태그(Member Tags) 가이드
 * 테마: 일렉트릭 라임 #84cc16 (lime-500) + 딥 포레스트 다크 #040800
 *      (태그·레이블·조직·그룹 관리·코딩 환경 연상)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 *
 * 기존과 구별:
 * - tips385: lime-300 #bef264 (연한 노란라임, 매우 밝음)
 * - tips399: green-500 #22c55e (따뜻한 풀그린)
 * - tips389: emerald-600 #059669 (짙은 에메랄드)
 * - tips403: lime-500 #84cc16 ("전기 네온 라임", deep yellow-green / 코딩환경 태그색)
 *   → 더 짙고 채도 높은 "electric lime" - 가장 "tag/label" 느낌에 적합
 *   → base #040800 (라임 반영된 딥 포레스트 블랙)
 */

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

/* ─── 디자인 토큰 ─── */
#tg-403-wrapper {
    --lim-50:  #f7fee7;
    --lim-100: #ecfccb;
    --lim-200: #d9f99d;
    --lim-300: #bef264;
    --lim-400: #a3e635;
    --lim-500: #84cc16;   /* 메인 라임 */
    --lim-600: #65a30d;
    --lim-700: #4d7c0f;
    --ylw-300: #fde047;
    --ylw-400: #facc15;   /* 관리자 태그 색상 */
    --sky-400: #38bdf8;
    --red-400: #f87171;
    --dk-base: #040800;   /* 딥 포레스트 다크 */
    --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-lim: 0 6px 28px rgba(132,204,22,.28);
    --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-403-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-403-wrapper .tg-403-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-403-wrapper .tg-403-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════
   히어로
════════════════════════════ */
#tg-403-wrapper .tg-403-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px; text-align: center; overflow: hidden;
}
#tg-403-wrapper .tg-403-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 60% 55% at 50% 40%, rgba(132,204,22,.1) 0%, transparent 55%),
        radial-gradient(ellipse 30% 25% at 18% 78%, rgba(101,163,13,.07) 0%, transparent 50%);
}
/* 플로팅 태그 */
#tg-403-wrapper .tg-403-hero__tags { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-403-wrapper .tg-403-htag { position: absolute; font-size: .62rem; font-weight: 800; padding: 3px 10px; border-radius: 999px; opacity: 0; animation: tg403TagFloat ease-in-out infinite; }
#tg-403-wrapper .tg-403-htag--1 { background:rgba(132,204,22,.15);  color:var(--lim-400);  border:1px solid rgba(132,204,22,.25); top:18%; left:5%;  animation-duration:4.5s; }
#tg-403-wrapper .tg-403-htag--2 { background:rgba(132,204,22,.12);  color:var(--lim-300);  border:1px solid rgba(132,204,22,.2);  top:25%; right:6%; animation-duration:3.8s; animation-delay:-1.2s; }
#tg-403-wrapper .tg-403-htag--3 { background:rgba(250,204,21,.12);  color:var(--ylw-300);  border:1px solid rgba(250,204,21,.2);  bottom:32%; left:3%;  animation-duration:5s; animation-delay:-2s; }
#tg-403-wrapper .tg-403-htag--4 { background:rgba(250,204,21,.1);   color:var(--ylw-400);  border:1px solid rgba(250,204,21,.18); bottom:22%; right:4%; animation-duration:4s; animation-delay:-0.8s; }
#tg-403-wrapper .tg-403-htag--5 { background:rgba(56,189,248,.08);  color:var(--sky-400);  border:1px solid rgba(56,189,248,.16); top:55%; left:42%;  animation-duration:5.5s; animation-delay:-3s; }
@keyframes tg403TagFloat { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.55;transform:translateY(-14px) scale(1);} }
/* 텍스트 */
#tg-403-wrapper .tg-403-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-403-wrapper .tg-403-hero__badge { display:inline-flex; align-items:center; gap:6px; background:rgba(132,204,22,.1); border:1px solid rgba(132,204,22,.28); color:var(--lim-400); font-size:.85rem; font-weight:700; padding:6px 18px; border-radius:999px; margin-bottom:22px !important; }
#tg-403-wrapper .tg-403-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-403-wrapper .tg-403-hero__title em { font-style:normal; color:var(--lim-400); text-shadow:0 0 24px rgba(132,204,22,.5); }
#tg-403-wrapper .tg-403-hero__subtitle { color:rgba(255,255,255,.65); line-height:1.8; max-width:540px; margin:0 auto 28px !important; }
#tg-403-wrapper .tg-403-hero__chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
#tg-403-wrapper .tg-403-hero__chip { display:inline-flex; align-items:center; gap:6px; background:rgba(132,204,22,.08); border:1px solid rgba(132,204,22,.2); color:var(--lim-400); font-size:.82rem; font-weight:800; padding:8px 16px; border-radius:999px; }
#tg-403-wrapper .tg-403-hero__chip--ylw { background:rgba(250,204,21,.08); border-color:rgba(250,204,21,.2); color:var(--ylw-400); }
#tg-403-wrapper .tg-403-hero__chip--ice { background:rgba(56,189,248,.07); border-color:rgba(56,189,248,.18); color:var(--sky-400); }

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

/* 핵심 특징 도입부 */
#tg-403-wrapper .tg-403-intro { background:#fff; border:1px solid var(--sl-200); border-top:4px solid var(--lim-500); border-radius:var(--radius-md); padding:36px 28px; text-align:center; box-shadow:var(--shadow-sm); }
#tg-403-wrapper .tg-403-intro__icon { font-size:2.4rem; color:var(--lim-600); margin-bottom:14px; }
#tg-403-wrapper .tg-403-intro__title { font-size:clamp(1.05rem,2.8vw,1.3rem); font-weight:800; color:var(--sl-900); margin-bottom:14px; }
#tg-403-wrapper .tg-403-intro p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-403-wrapper .tg-403-feat-grid { display:grid; grid-template-columns:1fr; gap:12px; max-width:680px; margin:20px auto 0; text-align:left; }
#tg-403-wrapper .tg-403-feat-item { border:1px solid var(--sl-200); border-radius:14px; padding:18px 20px; }
#tg-403-wrapper .tg-403-feat-item--main { border-color:rgba(132,204,22,.2); background:rgba(132,204,22,.03); }
#tg-403-wrapper .tg-403-feat-item__ico { width:42px; height:42px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; margin-bottom:12px; border:1px solid transparent; }
#tg-403-wrapper .tg-403-feat-item__ico--lime { background:rgba(132,204,22,.1); border-color:rgba(132,204,22,.22); color:var(--lim-600); }
#tg-403-wrapper .tg-403-feat-item__ico--ylw  { background:rgba(250,204,21,.1); border-color:rgba(250,204,21,.22); color:#92400e; }
#tg-403-wrapper .tg-403-feat-item__ico--ice  { background:rgba(56,189,248,.08); border-color:rgba(56,189,248,.2); color:#0369a1; }
#tg-403-wrapper .tg-403-feat-item__title { font-size:.92rem; font-weight:800; color:var(--sl-900); margin-bottom:6px !important; }
#tg-403-wrapper .tg-403-feat-item__desc  { font-size:.82rem; color:var(--text-sub); line-height:1.65; margin-bottom:0 !important; }

/* ─── 공통 섹션 ─── */
#tg-403-wrapper .tg-403-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-403-wrapper .tg-403-section--dark { background:var(--dk-base); border-color:rgba(132,204,22,.1); }
#tg-403-wrapper .tg-403-section--perm { background:linear-gradient(145deg, #f7fee7, #f0fdf4); border-color:rgba(132,204,22,.18); }
#tg-403-wrapper .tg-403-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-403-wrapper .tg-403-section__label--dark { background:rgba(255,255,255,.1); color:#fff; border:1px solid rgba(255,255,255,.2); }
#tg-403-wrapper .tg-403-section__label--lime { background:rgba(132,204,22,.08); color:var(--lim-700); border:1px solid rgba(132,204,22,.18); }
#tg-403-wrapper .tg-403-section__label .material-symbols-outlined { font-size:1rem; }
#tg-403-wrapper .tg-403-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-403-wrapper .tg-403-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-403-wrapper .tg-403-section > p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-403-wrapper .tg-403-section__desc--light { color:rgba(255,255,255,.75) !important; margin-bottom:28px !important; }

/* ══════════════════════════
   시뮬레이터
════════════════════════════ */
#tg-403-wrapper .tg-403-sim-wrap { max-width:400px; margin:0 auto; text-align:left; }
#tg-403-wrapper .tg-403-sim-hint { font-size:.7rem; color:rgba(255,255,255,.22); text-align:center; margin-top:8px !important; }
#tg-403-wrapper .tg-403-stage { animation:tg403FadeIn .3s ease; }
@keyframes tg403FadeIn { from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);} }

/* 공통 태그 배지 */
#tg-403-wrapper .tg-403-tag { display:inline-block; font-size:.62rem; font-weight:800; padding:2px 8px; border-radius:999px; background:rgba(132,204,22,.15); color:var(--lim-400); border:1px solid rgba(132,204,22,.3); vertical-align:middle; margin-left:4px; }
#tg-403-wrapper .tg-403-tag--admin { background:rgba(250,204,21,.2); color:#92400e; border-color:rgba(250,204,21,.35); }
#tg-403-wrapper .tg-403-tag--new   { background:rgba(132,204,22,.2); color:var(--lim-600); border-color:rgba(132,204,22,.4); animation:tg403TagApply .5s ease; }
@keyframes tg403TagApply { 0%{opacity:0;transform:scale(.7);}60%{transform:scale(1.15);}100%{opacity:1;transform:scale(1);} }

/* Stage 1: 그룹 멤버 목록 */
#tg-403-wrapper .tg-403-group-panel { background:rgba(255,255,255,.04); border:1px solid rgba(132,204,22,.1); border-radius:16px; overflow:hidden; }
#tg-403-wrapper .tg-403-group-panel__hd { display:flex; align-items:center; gap:12px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.05); }
#tg-403-wrapper .tg-403-group-avatar { width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg, var(--lim-500), var(--lim-700)); display:flex; align-items:center; justify-content:center; font-size:1.1rem; color:#fff; flex-shrink:0; }
#tg-403-wrapper .tg-403-group-panel__name { font-size:.85rem; font-weight:800; color:rgba(255,255,255,.8); margin-bottom:2px; }
#tg-403-wrapper .tg-403-group-panel__sub  { font-size:.66rem; color:rgba(255,255,255,.25); margin-bottom:0 !important; }
#tg-403-wrapper .tg-403-group-panel__inst { font-size:.68rem; color:rgba(255,255,255,.25); padding:8px 14px 0; margin-bottom:0 !important; }
#tg-403-wrapper .tg-403-group-panel__hint { font-size:.66rem; color:var(--lim-400); display:flex; align-items:center; gap:5px; padding:8px 14px 10px; opacity:.7; margin-bottom:0 !important; }
#tg-403-wrapper .tg-403-group-panel__hint .material-symbols-outlined { font-size:.8rem; animation:tg403TapBounce 1.5s ease-in-out infinite; }
@keyframes tg403TapBounce { 0%,100%{transform:scale(1);}50%{transform:scale(1.3) translateY(-2px);} }
/* 멤버 아이템 */
#tg-403-wrapper .tg-403-member-list, #tg-403-wrapper .tg-403-result-list { display:flex; flex-direction:column; }
#tg-403-wrapper .tg-403-member { display:flex; align-items:center; gap:10px; padding:10px 14px; transition:background .18s; cursor:default; }
#tg-403-wrapper .tg-403-member--admin  { }
#tg-403-wrapper .tg-403-member--target { background:rgba(132,204,22,.06); cursor:pointer; }
#tg-403-wrapper .tg-403-member--target:hover { background:rgba(132,204,22,.12); }
#tg-403-wrapper .tg-403-member--dim    { opacity:.38; }
#tg-403-wrapper .tg-403-member--new    { background:rgba(132,204,22,.06); }
#tg-403-wrapper .tg-403-member + .tg-403-member { border-top:1px solid rgba(255,255,255,.04); }
/* 아바타 */
#tg-403-wrapper .tg-403-member__av { width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg, #475569, #334155); display:flex; align-items:center; justify-content:center; font-size:.82rem; font-weight:900; color:#fff; flex-shrink:0; }
#tg-403-wrapper .tg-403-member__av--admin { background:linear-gradient(135deg, #92400e, #b45309); }
#tg-403-wrapper .tg-403-member__av--c2   { background:linear-gradient(135deg, #0369a1, #0284c7); }
#tg-403-wrapper .tg-403-member__av--c3   { background:linear-gradient(135deg, #7c3aed, #8b5cf6); }
#tg-403-wrapper .tg-403-member__av--c4   { background:linear-gradient(135deg, #065f46, #047857); }
#tg-403-wrapper .tg-403-member__av--lg   { width:46px; height:46px; font-size:1rem; }
#tg-403-wrapper .tg-403-member__info { flex:1; }
#tg-403-wrapper .tg-403-member__name { font-size:.82rem; font-weight:700; color:rgba(255,255,255,.75); margin-bottom:1px; line-height:1.4; }
#tg-403-wrapper .tg-403-member__role { font-size:.63rem; color:rgba(255,255,255,.22); margin-bottom:0 !important; }
/* 추가 버튼(아이콘) */
#tg-403-wrapper .tg-403-member__add { font-size:1.1rem; color:rgba(255,255,255,.15); flex-shrink:0; }
#tg-403-wrapper .tg-403-member__add--pulse .material-symbols-outlined { color:var(--lim-400); animation:tg403PulseAdd 1.8s ease-in-out infinite; }
@keyframes tg403PulseAdd { 0%,100%{opacity:.5;transform:scale(1);}50%{opacity:1;transform:scale(1.2);filter:drop-shadow(0 0 5px rgba(132,204,22,.6));} }

/* Stage 2: 태그 입력 패널 */
#tg-403-wrapper .tg-403-tag-input-panel { background:rgba(255,255,255,.04); border:1px solid rgba(132,204,22,.12); border-radius:16px; overflow:hidden; }
#tg-403-wrapper .tg-403-tag-input-panel__hd { display:flex; align-items:center; gap:8px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.05); }
#tg-403-wrapper .tg-403-back-btn { display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,.07); color:rgba(255,255,255,.5); font-size:1rem; transition:background .18s; }
#tg-403-wrapper .tg-403-back-btn:hover { background:rgba(255,255,255,.12); }
#tg-403-wrapper .tg-403-tag-input-panel__title { font-size:.82rem; font-weight:800; color:rgba(255,255,255,.65); margin-bottom:0 !important; }
/* 대상 멤버 카드 */
#tg-403-wrapper .tg-403-target-card { display:flex; align-items:center; gap:12px; padding:14px 16px 10px; }
#tg-403-wrapper .tg-403-target-card__name { font-size:.9rem; font-weight:800; color:rgba(255,255,255,.8); margin-bottom:2px; }
#tg-403-wrapper .tg-403-target-card__sub  { font-size:.68rem; color:rgba(255,255,255,.25); margin-bottom:0 !important; }
/* 입력창 */
#tg-403-wrapper .tg-403-input-wrap { padding:0 16px 12px; }
#tg-403-wrapper .tg-403-input-lbl { display:block; font-size:.7rem; font-weight:700; color:rgba(255,255,255,.28); margin-bottom:6px; }
#tg-403-wrapper .tg-403-tag-field { display:block; width:100%; background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.1); border-radius:8px; padding:10px 14px; font-family:inherit; font-size:.85rem; color:rgba(255,255,255,.8); transition:border-color .18s; }
#tg-403-wrapper .tg-403-tag-field::placeholder { color:rgba(255,255,255,.2); }
#tg-403-wrapper .tg-403-tag-field:focus { border-color:rgba(132,204,22,.45); outline:none; box-shadow:0 0 0 3px rgba(132,204,22,.12); }
#tg-403-wrapper .tg-403-input-hint { font-size:.62rem; color:rgba(255,255,255,.18); margin-top:5px !important; margin-bottom:0 !important; }
/* 프리셋 */
#tg-403-wrapper .tg-403-preset-lbl { font-size:.7rem; font-weight:700; color:rgba(255,255,255,.25); padding:0 16px 6px; margin-bottom:0 !important; }
#tg-403-wrapper .tg-403-presets { display:flex; flex-wrap:wrap; gap:6px; padding:0 16px 14px; }
#tg-403-wrapper .tg-403-preset-chip { font-size:.72rem; font-weight:700; padding:5px 12px; border-radius:999px; background:rgba(132,204,22,.07); border:1px solid rgba(132,204,22,.16); color:rgba(255,255,255,.55); transition:all .15s; }
#tg-403-wrapper .tg-403-preset-chip:hover { background:rgba(132,204,22,.18); border-color:rgba(132,204,22,.4); color:var(--lim-400); }
/* Add Tag 버튼 */
#tg-403-wrapper .tg-403-add-tag-btn { display:flex; align-items:center; justify-content:center; gap:7px; width:calc(100% - 32px); margin:0 16px 16px; padding:12px; border-radius:10px; background:linear-gradient(135deg, var(--lim-500), var(--lim-700)); color:#fff; font-size:.9rem; font-weight:900; box-shadow:var(--shadow-lim); transition:transform .18s, opacity .18s; }
#tg-403-wrapper .tg-403-add-tag-btn:disabled { background:rgba(255,255,255,.07); color:rgba(255,255,255,.2); box-shadow:none; cursor:not-allowed; }
#tg-403-wrapper .tg-403-add-tag-btn:not(:disabled):hover { transform:translateY(-2px); }
#tg-403-wrapper .tg-403-add-tag-btn .material-symbols-outlined { font-size:1rem; }

/* Stage 3: 결과 */
#tg-403-wrapper .tg-403-result-panel { background:rgba(255,255,255,.04); border:1px solid rgba(132,204,22,.14); border-radius:16px; overflow:hidden; }
#tg-403-wrapper .tg-403-result-panel__hd { display:flex; align-items:center; gap:8px; padding:12px 16px; background:rgba(132,204,22,.08); border-bottom:1px solid rgba(132,204,22,.12); }
#tg-403-wrapper .tg-403-result-panel__hd .material-symbols-outlined { color:var(--lim-400); font-size:1.1rem; }
#tg-403-wrapper .tg-403-result-panel__title { font-size:.82rem; font-weight:800; color:rgba(255,255,255,.7); margin-bottom:0 !important; }
#tg-403-wrapper .tg-403-result-info { display:flex; align-items:flex-start; gap:8px; padding:10px 14px; background:rgba(132,204,22,.05); border-top:1px solid rgba(255,255,255,.04); font-size:.68rem; color:rgba(255,255,255,.35); line-height:1.6; }
#tg-403-wrapper .tg-403-result-info .material-symbols-outlined { font-size:.85rem; color:var(--lim-400); flex-shrink:0; }
#tg-403-wrapper .tg-403-result-info p { margin-bottom:0 !important; }
#tg-403-wrapper .tg-403-retry-btn { display:flex; align-items:center; justify-content:center; gap:7px; width:calc(100% - 24px); margin:8px 12px 12px; padding:10px; border-radius:999px; background:rgba(132,204,22,.1); border:1px solid rgba(132,204,22,.25); color:var(--lim-400); font-size:.82rem; font-weight:800; transition:background .18s; }
#tg-403-wrapper .tg-403-retry-btn:hover { background:rgba(132,204,22,.18); }

/* 권한 설정 경로 화살표 */
#tg-403-wrapper .tg-403-perm-path { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:6px 4px; max-width:560px; margin:20px auto 22px; }
#tg-403-wrapper .tg-403-perm-step { display:flex; flex-direction:column; align-items:center; gap:5px; background:#fff; border:1px solid var(--sl-200); border-radius:12px; padding:12px 14px; font-size:.78rem; font-weight:700; color:var(--sl-700, #334155); min-width:72px; }
#tg-403-wrapper .tg-403-perm-step .material-symbols-outlined { font-size:1.3rem; color:var(--lim-600); }
#tg-403-wrapper .tg-403-perm-step p { margin-bottom:0 !important; line-height:1.3 !important; font-size:.7rem; }
#tg-403-wrapper .tg-403-perm-step--main { border-color:rgba(132,204,22,.3); background:rgba(132,204,22,.06); }
#tg-403-wrapper .tg-403-perm-step--main .material-symbols-outlined { color:var(--lim-500); }
#tg-403-wrapper .tg-403-perm-step--main p { color:var(--lim-700); }
#tg-403-wrapper .tg-403-perm-arrow { font-size:.9rem !important; color:var(--sl-400); flex-shrink:0; }
/* 경고 박스 */
#tg-403-wrapper .tg-403-perm-warn { display:flex; align-items:flex-start; gap:14px; max-width:580px; margin:0 auto; background:rgba(248,113,113,.05); border:1px solid rgba(248,113,113,.2); border-radius:14px; padding:16px 20px; text-align:left; }
#tg-403-wrapper .tg-403-perm-warn .material-symbols-outlined { font-size:1.3rem; color:#dc2626; flex-shrink:0; margin-top:2px; }
#tg-403-wrapper .tg-403-perm-warn__title { font-size:.88rem; font-weight:800; color:#991b1b; margin-bottom:5px !important; }
#tg-403-wrapper .tg-403-perm-warn__desc  { font-size:.82rem; color:var(--text-sub); line-height:1.7; margin-bottom:0 !important; }

/* 이중 탭 (권한설정/태그추가) */
#tg-403-wrapper .tg-403-sub-tabs { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:20px; }
#tg-403-wrapper .tg-403-sub-tab { display:flex; align-items:center; gap:6px; padding:10px 18px; border-radius:999px; font-size:.88rem; font-weight:700; color:var(--sl-500); background:var(--sl-100); border:1px solid var(--sl-200); transition:all .2s; }
#tg-403-wrapper .tg-403-sub-tab .material-symbols-outlined { font-size:1rem; }
#tg-403-wrapper .tg-403-sub-tab--active { background:#fff; color:var(--lim-700); border-color:rgba(132,204,22,.3); box-shadow:0 2px 8px rgba(0,0,0,.07); }
#tg-403-wrapper .tg-403-sub-panel { display:none; animation:tg403FadeIn .25s ease; }
#tg-403-wrapper .tg-403-sub-panel--active { display:block; }

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

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

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