@import url('/scanner/layout-v2.css?v=1');
@import url('/scanner/results-layout-v3.css?v=2');
@import url('/scanner/results-structure-v4.css?v=1');
.site-snapshot{margin-top:24px;padding:clamp(18px,2.6vw,26px);border:1px solid var(--line);border-radius:19px;background:var(--surface-soft)}
.site-snapshot-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}
.site-snapshot-heading>div:first-child{max-width:760px}
.site-snapshot-heading h2{margin:0;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.05;letter-spacing:-.04em}
.site-snapshot-heading p:last-child{margin:9px 0 0;color:var(--muted);font-size:.79rem;line-height:1.55}
.snapshot-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.snapshot-actions :where(a,button){display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 13px;color:var(--ink);text-decoration:none;font-size:.72rem;font-weight:800;cursor:pointer}
.snapshot-actions button{background:var(--primary);border-color:var(--primary);color:#fff}
.snapshot-frame{position:relative;display:grid;place-items:center;min-height:360px;margin-top:17px;overflow:hidden;border:1px solid #cfd6df;border-radius:14px;background:linear-gradient(135deg,#e8edf1,#f8fafb 52%,#dde3e8)}
.snapshot-frame::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.025) 1px,transparent 1px),linear-gradient(rgba(17,24,39,.025) 1px,transparent 1px);background-size:36px 36px;pointer-events:none}
.snapshot-frame img{position:relative;z-index:1;display:block;width:100%;height:auto;max-height:620px;object-fit:cover;object-position:top;border:0}
.snapshot-frame img[hidden]{display:none}
.snapshot-state{position:relative;z-index:2;display:grid;max-width:430px;gap:7px;padding:28px;text-align:center;color:var(--muted)}
.snapshot-state strong{color:var(--ink);font-size:.9rem}
.snapshot-state span{font-size:.72rem;line-height:1.5}
.snapshot-state[data-state=loading]::before{content:"";justify-self:center;width:28px;height:28px;border:3px solid rgba(17,24,39,.14);border-top-color:#111827;border-radius:50%;animation:snapshot-spin .8s linear infinite}
.snapshot-state[data-state=error] strong{color:var(--danger)}
@keyframes snapshot-spin{to{transform:rotate(360deg)}}
@media(max-width:720px){.site-snapshot-heading{display:grid}.snapshot-actions{justify-content:flex-start}.snapshot-frame{min-height:260px}}
@media(max-width:430px){.site-snapshot{padding:16px}.snapshot-actions{display:grid}.snapshot-actions :where(a,button){width:100%}.snapshot-frame{min-height:220px}}
@media(prefers-reduced-motion:reduce){.snapshot-state[data-state=loading]::before{animation:none}}
