.pdf-editor-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px;color:var(--muted);font-size:.82rem}.pdf-editor-toolbar strong{color:var(--ink)}.pdf-editor-pages{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pdf-editor-pages article{padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--bg)}.pdf-editor-pages span,.pdf-editor-pages small{display:block;color:var(--muted);font-size:.75rem}.pdf-editor-pages strong{display:block;margin:5px 0}.pdf-editor-pages div{display:flex;gap:5px;margin-top:12px}.pdf-editor-pages button{min-width:32px;height:30px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--ink);font-weight:800}.pdf-editor-pages button:last-child{margin-left:auto;color:#c13c4d}.pdf-editor-pages button:disabled{opacity:.35;cursor:default}@media(max-width:480px){.pdf-editor-toolbar{display:block}.pdf-editor-toolbar span{display:block;margin-top:5px}.pdf-editor-pages{grid-template-columns:1fr}}
