.aiforya-sm-h4 { font-size:12px; text-transform:uppercase; letter-spacing:0.06em; color:#94a3b8; margin:18px 0 10px; padding-top:14px; border-top:1px solid rgba(255,255,255,0.06); font-weight:700; }
        .aiforya-sm-optimize-log { display:flex; flex-direction:column; gap:4px; margin-top:10px; max-height:240px; overflow:auto; }
        .aiforya-sm-log-line { padding:6px 10px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.06); border-radius:6px; font-size:12.5px; color:#cbd5e1; font-family:Menlo, Consolas, monospace; }

        .aiforya-sm-dedup-list { display:flex; flex-direction:column; gap:10px; }
        .aiforya-sm-dedup-item { padding:14px 16px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.10); border-radius:10px; }
        .aiforya-sm-dedup-head { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
        .aiforya-sm-dedup-head strong { font-size:14px; color:#f1f5f9; }
        .aiforya-sm-dedup-sev { font-size:10px; text-transform:uppercase; letter-spacing:0.06em; padding:2px 8px; border-radius:4px; font-weight:700; }
        .aiforya-sm-dedup-sev--high   { background:rgba(248,113,113,0.18); color:#fecaca; }
        .aiforya-sm-dedup-sev--medium { background:rgba(251,191,36,0.18); color:#fde68a; }
        .aiforya-sm-dedup-issue { font-size:13px; color:#cbd5e1; line-height:1.5; margin-bottom:6px; }
        .aiforya-sm-dedup-fix { font-size:12px; color:#94a3b8; line-height:1.4; margin-bottom:10px; padding:6px 10px; background:rgba(99,102,241,0.06); border-left:2px solid rgba(99,102,241,0.4); border-radius:0 4px 4px 0; }
        .aiforya-sm-dedup-toggle { display:flex; align-items:center; gap:8px; cursor:pointer; font-size:13px; color:#cbd5e1; }
        .aiforya-sm-dedup-toggle input { margin:0; }

        .aiforya-sm-toast-host { position:fixed; right:24px; bottom:24px; z-index:100001; display:flex; flex-direction:column; gap:10px; pointer-events:none; }
        .aiforya-sm-toast { pointer-events:auto; min-width:240px; max-width:380px; padding:12px 16px; border-radius:10px; font-size:13px; line-height:1.45; color:#f1f5f9; background:#0f172a; border:1px solid rgba(255,255,255,0.12); box-shadow:0 12px 32px rgba(0,0,0,0.45); transform:translateX(120%); opacity:0; transition:transform .28s ease, opacity .28s ease; }
        .aiforya-sm-toast.is-visible { transform:translateX(0); opacity:1; }
        .aiforya-sm-toast--success { border-left:3px solid #4ade80; }
        .aiforya-sm-toast--error   { border-left:3px solid #f87171; }
        .aiforya-sm-toast--warning { border-left:3px solid #fbbf24; }
        .aiforya-sm-toast--info    { border-left:3px solid #60a5fa; }
