.AltTextChecker-module__gxlhWa__wrap{flex-direction:column;gap:1.25rem;display:flex}.AltTextChecker-module__gxlhWa__intro{color:var(--color-text);background:color-mix(in srgb, var(--color-blue,#2563eb) 6%, transparent);border-radius:var(--radius-md);margin:0 0 1.2rem;padding:.8rem 1rem;font-size:.95rem;line-height:1.6}.AltTextChecker-module__gxlhWa__textarea{min-height:160px;font-family:var(--font-mono);font-size:.9rem;line-height:1.5}.AltTextChecker-module__gxlhWa__actions{flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:.8rem;display:flex}.AltTextChecker-module__gxlhWa__link{appearance:none;color:var(--color-blue,#2563eb);font-family:var(--font-ui);cursor:pointer;background:0 0;border:none;padding:.2rem .1rem;font-size:.9rem;font-weight:600}.AltTextChecker-module__gxlhWa__link:hover{text-decoration:underline}.AltTextChecker-module__gxlhWa__hint{color:var(--color-text-muted);margin:.8rem 0 0;font-size:.85rem}.AltTextChecker-module__gxlhWa__results{flex-direction:column;gap:1rem;display:flex}.AltTextChecker-module__gxlhWa__verdict{border-radius:var(--radius-lg);border:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.3rem;display:flex}.AltTextChecker-module__gxlhWa__verdict.AltTextChecker-module__gxlhWa__good{background:color-mix(in srgb, var(--color-green,#16a34a) 10%, var(--color-surface));border-color:color-mix(in srgb, var(--color-green,#16a34a) 35%, transparent)}.AltTextChecker-module__gxlhWa__verdict.AltTextChecker-module__gxlhWa__warn{background:color-mix(in srgb, #f59e0b 12%, var(--color-surface));border-color:#f59e0b66}.AltTextChecker-module__gxlhWa__verdict.AltTextChecker-module__gxlhWa__bad{background:color-mix(in srgb, var(--color-red,#dc2626) 10%, var(--color-surface));border-color:color-mix(in srgb, var(--color-red,#dc2626) 35%, transparent)}.AltTextChecker-module__gxlhWa__vLeft{min-width:0}.AltTextChecker-module__gxlhWa__vBadge{text-transform:uppercase;letter-spacing:.04em;color:#fff;border-radius:999px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.72rem;font-weight:800;display:inline-block}.AltTextChecker-module__gxlhWa__good .AltTextChecker-module__gxlhWa__vBadge{background:var(--color-green,#16a34a)}.AltTextChecker-module__gxlhWa__warn .AltTextChecker-module__gxlhWa__vBadge{background:#f59e0b}.AltTextChecker-module__gxlhWa__bad .AltTextChecker-module__gxlhWa__vBadge{background:var(--color-red,#dc2626)}.AltTextChecker-module__gxlhWa__vHead{font-family:var(--font-display);color:var(--color-text);margin:0;font-size:1.1rem;font-weight:700;line-height:1.4}.AltTextChecker-module__gxlhWa__scoreRing{width:68px;height:68px;font-family:var(--font-display);color:var(--color-text);background:conic-gradient(var(--ring,#16a34a) calc(var(--pct) * 1%), color-mix(in srgb, var(--color-text) 12%, transparent) 0);border-radius:50%;flex-shrink:0;place-items:center;font-size:1.25rem;font-weight:800;display:grid}.AltTextChecker-module__gxlhWa__scoreRing[data-level=good]{--ring:var(--color-green,#16a34a)}.AltTextChecker-module__gxlhWa__scoreRing[data-level=warn]{--ring:#f59e0b}.AltTextChecker-module__gxlhWa__scoreRing[data-level=bad]{--ring:var(--color-red,#dc2626)}.AltTextChecker-module__gxlhWa__scoreRing span{background:var(--color-surface);border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.AltTextChecker-module__gxlhWa__stats{grid-template-columns:repeat(5,1fr);gap:.6rem;display:grid}@media (max-width:560px){.AltTextChecker-module__gxlhWa__stats{grid-template-columns:repeat(3,1fr)}}.AltTextChecker-module__gxlhWa__stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;padding:.7rem .5rem}.AltTextChecker-module__gxlhWa__statBad{border-color:color-mix(in srgb, var(--color-red,#dc2626) 40%, transparent)}.AltTextChecker-module__gxlhWa__statWarn{border-color:#f59e0b73}.AltTextChecker-module__gxlhWa__statNum{font-family:var(--font-display);color:var(--color-text);font-size:1.5rem;font-weight:800}.AltTextChecker-module__gxlhWa__statLbl{color:var(--color-text-muted);margin-top:.15rem;font-size:.72rem}.AltTextChecker-module__gxlhWa__list{flex-direction:column;gap:.6rem;display:flex}.AltTextChecker-module__gxlhWa__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);border-left-width:4px;padding:.75rem 1rem}.AltTextChecker-module__gxlhWa__item.AltTextChecker-module__gxlhWa__bad{border-left-color:var(--color-red,#dc2626)}.AltTextChecker-module__gxlhWa__item.AltTextChecker-module__gxlhWa__warn{border-left-color:#f59e0b}.AltTextChecker-module__gxlhWa__item.AltTextChecker-module__gxlhWa__decorative{border-left-color:var(--color-grey-300,#cbd5e1)}.AltTextChecker-module__gxlhWa__item.AltTextChecker-module__gxlhWa__good{border-left-color:var(--color-green,#16a34a)}.AltTextChecker-module__gxlhWa__itemTop{align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.AltTextChecker-module__gxlhWa__itemBadge{text-transform:uppercase;letter-spacing:.03em;color:#fff;border-radius:999px;flex-shrink:0;padding:.15rem .5rem;font-size:.66rem;font-weight:800}.AltTextChecker-module__gxlhWa__bad .AltTextChecker-module__gxlhWa__itemBadge{background:var(--color-red,#dc2626)}.AltTextChecker-module__gxlhWa__warn .AltTextChecker-module__gxlhWa__itemBadge{background:#f59e0b}.AltTextChecker-module__gxlhWa__decorative .AltTextChecker-module__gxlhWa__itemBadge{background:var(--color-grey-400,#94a3b8)}.AltTextChecker-module__gxlhWa__good .AltTextChecker-module__gxlhWa__itemBadge{background:var(--color-green,#16a34a)}.AltTextChecker-module__gxlhWa__itemIssue{color:var(--color-text);font-size:.92rem;font-weight:700}.AltTextChecker-module__gxlhWa__itemSrc{font-family:var(--font-mono);color:var(--color-text-muted);word-break:break-all;font-size:.8rem}.AltTextChecker-module__gxlhWa__itemAlt{color:var(--color-text);word-break:break-word;margin-top:.2rem;font-size:.85rem;font-style:italic}.AltTextChecker-module__gxlhWa__itemDetail{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.85rem;line-height:1.5}.AltTextChecker-module__gxlhWa__disclaimer{color:var(--color-text-muted);background:color-mix(in srgb, var(--color-text) 4%, transparent);border-radius:var(--radius-md);margin:0;padding:.8rem 1rem;font-size:.82rem;line-height:1.55}
