.fap-card{z-index:9999;box-sizing:border-box;background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#e2e8f0);font-family:var(--wh-font);animation:fapIn .12s var(--wh-ease-out,ease-out);border-radius:12px;padding:8px;box-shadow:0 18px 48px #0000002e}@keyframes fapIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fap-list{flex-direction:column;gap:10px;display:flex;overflow:auto}.fap-item{border:1px solid var(--wh-border-light,#e2e8f0);background:var(--wh-surface,#fff);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.fap-img{object-fit:contain;background:var(--wh-surface-soft,#f1f5f9);width:100%;max-height:min(72vh,620px);display:block}.fap-frame{background:var(--wh-surface-soft,#f1f5f9);border:0;width:100%;height:min(72vh,620px);display:block}.fap-doc,.fap-broken{background:var(--wh-surface-soft,#f1f5f9);color:var(--wh-indigo,#6366f1);justify-content:center;align-items:center;gap:8px;height:110px;font-size:13px;font-weight:400;display:flex}.fap-broken,.fap-item.is-broken .fap-img{display:none}.fap-item.is-broken .fap-broken{display:flex}.fap-cap{color:var(--wh-text,#0f172a);border-top:1px solid var(--wh-border-light,#e2e8f0);align-items:center;gap:6px;padding:7px 9px;font-size:12px;font-weight:400;text-decoration:none;display:flex}.fap-cap:hover{background:var(--wh-surface-soft,#0000000a)}.fap-capname{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}