
    .ict-overlay{position:fixed;inset:0;z-index:100002;display:none;}
    .ict-spot{position:fixed;left:0;top:0;width:0;height:0;border-radius:14px;box-shadow:0 0 0 9999px rgba(8,16,48,.66);border:3px solid #4f8cff;transition:left .28s,top .28s,width .28s,height .28s,opacity .2s;pointer-events:none;}
    .ict-pop{position:fixed;left:50%;top:50%;width:min(338px,calc(100vw - 26px));background:#fff;border-radius:18px;padding:18px 18px 15px;box-shadow:0 22px 55px rgba(8,20,80,.45);pointer-events:auto;transition:left .22s,top .22s;}
    [data-theme="dark"] .ict-pop{background:#1a2030;}
    .ict-stepn{font-size:12px;font-weight:800;color:#4f8cff;}
    .ict-title{font-size:18px;font-weight:900;color:#0f172a;margin:5px 0 7px;letter-spacing:-.02em;line-height:1.3;}
    [data-theme="dark"] .ict-title{color:#e6edf3;}
    .ict-body{font-size:14.5px;line-height:1.62;color:#475569;}
    [data-theme="dark"] .ict-body{color:#cbd5e1;}
    .ict-actions{display:flex;align-items:center;gap:8px;margin-top:17px;}
    .ict-skip{background:none;border:none;color:#94a3b8;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;padding:6px 2px;}
    .ict-dots{flex:1;display:flex;gap:5px;justify-content:center;}
    .ict-dot{width:7px;height:7px;border-radius:50%;background:#cbd5e1;transition:all .2s;}
    .ict-dot.on{background:#4f8cff;width:18px;border-radius:4px;}
    .ict-prev{background:#eef2ff;color:#4f6df0;border:none;border-radius:10px;font-weight:800;font-size:14px;padding:10px 13px;cursor:pointer;font-family:inherit;}
    [data-theme="dark"] .ict-prev{background:#26304a;color:#9db5ff;}
    .ict-next{background:linear-gradient(135deg,#1a3de8,#4f6df0);color:#fff;border:none;border-radius:10px;font-weight:800;font-size:14px;padding:10px 17px;cursor:pointer;font-family:inherit;}
    .ict-help{position:fixed;right:15px;bottom:80px;z-index:9000;background:linear-gradient(135deg,#1a3de8,#4f6df0);color:#fff;border:none;border-radius:999px;font-weight:800;font-size:13.5px;padding:11px 17px;box-shadow:0 8px 20px rgba(26,61,232,.35);cursor:pointer;font-family:inherit;animation:ictHelpPulse 2.6s ease-in-out infinite;}
    @keyframes ictHelpPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.05);}} /* v2.96.2: box-shadow 애니 제거(repaint), scale만 유지 */
    @media (prefers-reduced-motion:reduce){ .ict-help{animation:none;} }
    /* v2.17.2: 모바일에서 우하단 사용법 버튼이 MANAGER LINK 등 우측 카드를 가리던 문제 → 좌측으로 이동 */
    /* v2.17.7: 모바일에선 FAB가 빠른메뉴 카드를 가려서 숨김 → 빠른메뉴에 '❓ 사용법' 카드로 대체 */
    body.ic-mobile .ict-help{ display:none !important; }
    .ict-end{position:fixed;top:14px;right:14px;z-index:100003;background:rgba(15,23,42,.92);color:#fff;border:none;border-radius:999px;font-weight:800;font-size:13px;padding:9px 16px;cursor:pointer;font-family:inherit;box-shadow:0 6px 18px rgba(0,0,0,.32);}
    .ict-end:active{transform:scale(.97);}
  