.aiforya-sm-mig-list { display:flex; flex-direction:column; gap:12px; }
        .aiforya-sm-mig-card { padding:16px 18px; background:rgba(255,255,255,0.03); border:1px solid rgba(99,102,241,0.20); border-radius:10px; }
        .aiforya-sm-mig-head { display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; margin-bottom:8px; }
        .aiforya-sm-mig-head strong { font-size:15px; color:#f1f5f9; margin-right:10px; }
        .aiforya-sm-mig-head .button { display:inline-flex; align-items:center; gap:6px; }
        .aiforya-sm-mig-tag { font-size:10px; text-transform:uppercase; letter-spacing:0.06em; padding:2px 8px; border-radius:4px; font-weight:700; }
        .aiforya-sm-mig-tag--data  { background:rgba(74,222,128,0.18); color:#bbf7d0; }
        .aiforya-sm-mig-tag--empty { background:rgba(148,163,184,0.18); color:#cbd5e1; }
        .aiforya-sm-mig-desc { font-size:13px; color:#cbd5e1; line-height:1.5; }
        .aiforya-sm-mig-result { margin-top:6px; font-size:12.5px; }

        .aiforya-sm-mig-table { width:100%; border-collapse:collapse; }
        .aiforya-sm-mig-table th, .aiforya-sm-mig-table td { padding:10px 12px; text-align:left; border-bottom:1px solid rgba(255,255,255,0.06); font-size:13px; color:#cbd5e1; }
        .aiforya-sm-mig-table th { font-size:11px; text-transform:uppercase; letter-spacing:0.06em; color:#94a3b8; font-weight:600; background:rgba(255,255,255,0.03); }
        .aiforya-sm-mig-table strong { color:#f1f5f9; }
        .aiforya-sm-mig-status { font-size:11px; text-transform:uppercase; letter-spacing:0.05em; padding:2px 8px; border-radius:4px; font-weight:700; }
        .aiforya-sm-mig-status--completed { background:rgba(74,222,128,0.18); color:#bbf7d0; }
        .aiforya-sm-mig-status--running   { background:rgba(96,165,250,0.18); color:#bfdbfe; }
        .aiforya-sm-mig-status--failed    { background:rgba(248,113,113,0.18); color:#fecaca; }
        .aiforya-sm-mig-status--pending   { background:rgba(148,163,184,0.18); color:#cbd5e1; }

        .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; }
