/* Ficha pública de personagem e nomes clicáveis (ADR-047). */
.lddv-charlink{color:inherit;text-decoration:none;border-bottom:1px dotted currentColor;border-radius:2px}
.lddv-charlink:hover,.lddv-charlink:focus-visible{border-bottom-style:solid;text-decoration:none}
.lddv-charlink:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.lddv-charlink .lddv-identity-name{text-underline-offset:2px}

.lddv-charsheet{max-width:760px}
.lddv-charsheet-head h2{margin:0 0 4px}
.lddv-charsheet-line{margin:0 0 6px;color:var(--muted);font-size:13px}
.lddv-charsheet-state{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 14px;font-size:12px}
.lddv-charsheet-flag{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border:1px solid #4a7a52;border-radius:999px;background:#182219;color:#d6efd8}
.lddv-charsheet-flag.is-dead{border-color:#6b5aa8;background:#221d33;color:#e3dcf7}
.lddv-charsheet-flag .lddv-art{width:14px;height:14px;min-width:14px}
.lddv-charsheet-presence{display:inline-flex;align-items:center;color:var(--muted)}
.lddv-charsheet-bars{margin:0 0 14px;max-width:420px}
.lddv-charsheet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px 12px;margin:0 0 16px}
.lddv-charsheet-grid dt{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--muted)}
.lddv-charsheet-grid dt .lddv-art{width:14px;height:14px;min-width:14px}
.lddv-charsheet-grid dd{margin:2px 0 0;font-size:15px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.lddv-charsheet-gear{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:8px}
.lddv-charsheet-piece{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:#171b18;font-size:12px}
.lddv-charsheet-piece-label{color:var(--muted);min-width:66px}
.lddv-charsheet-piece-meta{color:var(--muted);font-variant-numeric:tabular-nums}
.lddv-charsheet-note{font-size:12px;color:var(--muted);margin:0 0 12px}
.lddv-charsheet-actions{display:flex;flex-wrap:wrap;gap:8px;margin:0}
.lddv-charsheet--missing p{max-width:60ch}

/* Painel lateral (melhoria progressiva): a página continua sendo o endereço canônico. */
.lddv-charsheet-drawer{position:fixed;inset:0;z-index:40;display:flex;justify-content:flex-end;background:#000a;border:0;padding:0;margin:0;max-width:none;max-height:none;width:100%;height:100%}
.lddv-charsheet-drawer::backdrop{background:#000a}
.lddv-charsheet-drawer[hidden]{display:none}
.lddv-charsheet-drawer-panel{width:min(520px,100%);height:100%;overflow-y:auto;background:var(--panel);border-left:1px solid var(--gold);padding:16px calc(16px + env(safe-area-inset-right,0px)) calc(20px + env(safe-area-inset-bottom,0px)) 16px;box-shadow:-6px 0 28px #0008}
.lddv-charsheet-drawer-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.lddv-charsheet-drawer-bar h2{margin:0;font-size:16px}
.lddv-charsheet-close{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:1px solid var(--line);border-radius:6px;background:#171b18;color:var(--gold);font:inherit;cursor:pointer}
.lddv-charsheet-close:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.lddv-charsheet-loading{display:flex;align-items:center;gap:8px;padding:18px 4px;color:var(--muted);font-size:13px}
.lddv-charsheet-spinner{width:16px;height:16px;border:2px solid var(--line);border-top-color:var(--gold);border-radius:50%;animation:lddv-charsheet-spin .8s linear infinite}
@media(prefers-reduced-motion:reduce){.lddv-charsheet-spinner{animation:none}}
@keyframes lddv-charsheet-spin{to{transform:rotate(360deg)}}
@media(max-width:850px){
 .lddv-charsheet-drawer{justify-content:stretch}
 .lddv-charsheet-drawer-panel{width:100%;border-left:0;padding-top:calc(16px + env(safe-area-inset-top,0px))}
 .lddv-charsheet-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}
}
