
 .sd-aia-wrap { position: relative; background: transparent; border: 1px solid rgba(17,49,74,0.1); border-radius: 12px; width: 500px; max-width: 100%; aspect-ratio: 1 / 1; margin: 0 auto; overflow: hidden; font-family: 'DM Sans', sans-serif; display: flex; flex-direction: column; } .sd-aia-topbar { display: flex; align-items: center; padding: 8px 14px; height: 36px; box-sizing: border-box; border-bottom: 1px solid rgba(17,49,74,0.08); gap: 8px; background: rgba(17,49,74,0.02); flex-shrink: 0; } .sd-aia-dots { display: flex; gap: 5px; flex-shrink: 0; } .sd-aia-dot { width: 8px; height: 8px; border-radius: 50%; } .sd-aia-dot--r { background: rgba(255,246,232,0.3); } .sd-aia-dot--y { background: rgba(255,246,232,0.5); } .sd-aia-dot--g { background: rgba(255,246,232,0.7); } .sd-aia-title { font-size: 14px; font-weight: 700; color: #11314a; flex: 1; margin-left: 4px; } .sd-aia-body { padding: 0; flex: 1; display: flex; flex-direction: column; } .sd-aia-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; padding: 16px 16px; border-bottom: 1px solid rgba(17,49,74,0.05); gap: 12px; transition: background 0.2s ease; flex: 1; } .sd-aia-row:last-child { border-bottom: none; } .sd-aia-row:hover { background: rgba(17,49,74,0.015); } .sd-aia-tool { display: flex; align-items: center; gap: 8px; min-width: 0; } .sd-aia-tool-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(17,49,74,0.05); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .sd-aia-tool-icon svg { width: 18px; height: 18px; stroke: rgba(17,49,74,0.45); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; } .sd-aia-tool-info { min-width: 0; } .sd-aia-tool-name { font-size: 13px; font-weight: 600; color: #11314a; line-height: 1.3; } .sd-aia-tool-status { display: flex; align-items: center; gap: 6px; margin-top: 2px; } .sd-aia-status-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; } .sd-aia-status-dot--green { background: #FFF6E8; } .sd-aia-status-dot--yellow { background: rgba(255,246,232,0.5); } .sd-aia-status-dot--gray { background: rgba(17,49,74,0.2); } .sd-aia-status-label { font-size: 10px; font-weight: 500; color: rgba(17,49,74,0.45); } .sd-aia-opps { font-size: 12px; font-weight: 600; color: rgba(17,49,74,0.5); white-space: nowrap; text-align: right; } .sd-aia-opps-num { color: #11314a; font-weight: 700; } .sd-aia-footer { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-top: 1px solid rgba(17,49,74,0.08); background: rgba(17,49,74,0.02); flex-shrink: 0; } .sd-aia-footer-stat { font-size: 12px; font-weight: 500; color: rgba(17,49,74,0.55); } .sd-aia-footer-stat strong { font-weight: 700; color: #11314a; } .sd-aia-footer-highlight { font-size: 12px; font-weight: 700; color: #11314a; } @media (max-width: 768px) { .sd-aia-wrap { aspect-ratio: auto; height: auto; min-height: 420px; } .sd-aia-row { padding: 14px 16px; } .sd-aia-tool-name { font-size: 14px; } .sd-aia-status-label { font-size: 11px; } } @media (max-width: 540px) { .sd-aia-row { grid-template-columns: 1fr auto; padding: 14px 16px; } .sd-aia-opps { font-size: 11px; } .sd-aia-opps-num { font-size: 13px; } .sd-aia-tool-icon { width: 36px; height: 36px; } .sd-aia-tool-icon svg { width: 18px; height: 18px; } .sd-aia-footer { flex-direction: column; gap: 6px; text-align: center; padding: 12px 14px; } .sd-aia-footer-stat, .sd-aia-footer-highlight { font-size: 11px; } } @media (max-width: 420px) { .sd-aia-opps { display: none; } } @media (hover: none) { .sd-aia-row:hover { background: transparent; } }