.material-card{display:flex;flex-direction:column}.material-card>p{color:var(--muted);font-size:12px;line-height:1.55}.material-card .card-actions{margin-top:auto}.material-card .material-edition{margin:0 0 10px;color:var(--muted);font-size:11px}.pdf-preview-modal{width:min(1080px,calc(100% - 32px));height:min(88vh,850px);max-width:none;max-height:none;padding:0;border:0;border-radius:16px;background:#fff;box-shadow:0 26px 80px rgba(14,23,46,.34);overflow:hidden}.pdf-preview-modal::backdrop{background:rgba(9,16,34,.72);backdrop-filter:blur(4px)}.pdf-preview-shell{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%}.pdf-preview-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 18px;border-bottom:1px solid var(--line);background:#fff}.pdf-preview-header span{display:block;margin-bottom:2px;color:#e04f64;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.pdf-preview-header span i{margin-right:4px}.pdf-preview-header h2{margin:0;font-size:18px}.pdf-preview-body{position:relative;min-height:0;background:#e8ebf2}.pdf-preview-body iframe{position:relative;z-index:2;display:block;width:100%;height:100%;border:0;background:#fff}.pdf-preview-loading{position:absolute;inset:0;display:grid;place-content:center;gap:8px;text-align:center;color:var(--muted);font-size:12px}.pdf-preview-loading i{font-size:28px;animation:pdf-spin 1s linear infinite}.pdf-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 18px;border-top:1px solid var(--line);background:#fff}.pdf-preview-footer p{margin:0;color:var(--muted);font-size:11px}.pdf-preview-footer p i{margin-right:5px;color:var(--success)}body.pdf-preview-open{overflow:hidden}@keyframes pdf-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.pdf-preview-modal{width:100%;height:100dvh;border-radius:0}.pdf-preview-footer{align-items:stretch;flex-direction:column}.pdf-preview-footer .btn{width:100%}}
