/* Resize PDF Pages — tool-specific styles */
.rz-editor { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: start; }
.rz-controls { display: flex; flex-direction: column; gap: 14px; }
.rz-summary { font-size: .88rem; color: var(--muted); line-height: 1.5; margin: 0; }
.rz-apply { margin-top: 4px; }
.rz-preview { min-width: 0; }
.rz-prevhead { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-2);
  margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.rz-navbtns { display: flex; gap: 6px; text-transform: none; letter-spacing: normal; }
.rz-navbtns .btn { padding: 5px 11px; font-size: .78rem; }
.rz-navbtns .btn:disabled { opacity: .4; cursor: default; }
.rz-stage { display: grid; place-items: center; padding: 18px; background: repeating-conic-gradient(#1a1f38 0% 25%, #161a30 0% 50%) 50% / 22px 22px; border: 1px solid var(--line); border-radius: var(--radius); min-height: 300px; }
.rz-stage canvas { max-width: 100%; height: auto; background: #fff; box-shadow: var(--shadow-md); border-radius: 4px; }
@media (max-width: 760px) { .rz-editor { grid-template-columns: 1fr; } .rz-preview { order: -1; } }
