.raj-pdf-editor-pro{font-family:Inter,Arial,sans-serif;border:1px solid #e5e7eb;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 12px 35px rgba(15,23,42,.08);max-width:100%;box-sizing:border-box}.raj-pdf-editor-pro *{box-sizing:border-box}.rpe-topbar{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:16px 18px;background:linear-gradient(135deg,#111827,#334155);color:#fff}.rpe-title-wrap h2{margin:0;font-size:22px;color:#fff}.rpe-title-wrap p{margin:4px 0 0;color:#dbeafe;font-size:13px}.rpe-upload-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:11px 16px;background:#f59e0b;color:#111827;font-weight:800;cursor:pointer;white-space:nowrap}.rpe-upload-btn input{display:none}.rpe-layout{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:var(--rpe-height,780px)}.rpe-sidebar{position:relative;z-index:5;background:#f8fafc;border-right:1px solid #e5e7eb;padding:12px;display:flex;flex-direction:column;gap:8px;max-height:var(--rpe-height,780px);overflow-y:auto;overflow-x:hidden}.rpe-sidebar button,.rpe-controls button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:10px;padding:10px 11px;font-weight:700;cursor:pointer;text-align:left;line-height:1.1;min-height:38px}.rpe-sidebar button:hover,.rpe-controls button:hover{background:#eef2ff;border-color:#94a3b8}.rpe-sidebar button.active{background:#2563eb;color:#fff;border-color:#2563eb}.rpe-sidebar .rpe-primary{background:#16a34a;color:#fff;border-color:#16a34a;text-align:center}.rpe-group-title{margin:10px 0 2px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:900}.rpe-sidebar label{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#334155;font-weight:700}.rpe-sidebar input[type="number"]{width:76px;border:1px solid #cbd5e1;border-radius:8px;padding:7px}.rpe-sidebar input[type="color"]{width:46px;height:34px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.rpe-main{min-width:0;background:#f1f5f9;display:flex;flex-direction:column}.rpe-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:4}.rpe-controls button{text-align:center;padding:8px 12px}.rpe-page-label,.rpe-zoom-label{font-weight:800;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;padding:8px 10px}.rpe-canvas-wrap{position:relative;flex:1;min-height:520px;overflow:auto;padding:22px}.rpe-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:420px;border:2px dashed #cbd5e1;border-radius:18px;color:#475569;background:#fff}.rpe-empty strong{font-size:20px}.rpe-empty span{margin-top:6px}.rpe-stage{display:none;position:relative;margin:0 auto;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.18);transform-origin:top left}.rpe-canvas{display:block;position:absolute;left:0;top:0;z-index:1}.rpe-overlay{position:absolute;left:0;top:0;z-index:2;cursor:crosshair;touch-action:none}.rpe-item{position:absolute;z-index:3;user-select:none}.rpe-text{min-width:40px;min-height:22px;padding:2px 4px;background:rgba(255,255,255,.12);outline:1px dashed transparent;white-space:pre-wrap;word-break:break-word;cursor:move}.rpe-text[contenteditable="true"]{user-select:text;cursor:text}.rpe-highlight{background:rgba(250,204,21,.42);border:1px solid rgba(202,138,4,.35)}.rpe-redact{background:#000}.rpe-rect{background:transparent;border:3px solid #e11d48}.rpe-image{object-fit:contain;background:transparent;cursor:move}.rpe-selected{outline:2px solid #2563eb!important;outline-offset:2px}.rpe-status{padding:10px 12px;border-top:1px solid #e2e8f0;background:#fff;color:#334155;font-size:13px;min-height:38px}.rpe-error{color:#b91c1c;font-weight:800}@media(max-width:800px){.rpe-layout{grid-template-columns:1fr}.rpe-sidebar{max-height:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-right:0;border-bottom:1px solid #e5e7eb}.rpe-group-title{grid-column:1/-1}.rpe-topbar{flex-direction:column;align-items:flex-start}.rpe-upload-btn{width:100%}.rpe-canvas-wrap{padding:12px}.rpe-sidebar button{text-align:center}}@media(max-width:480px){.rpe-sidebar{grid-template-columns:1fr}.rpe-controls{gap:6px}.rpe-controls button{padding:8px 10px}}


/* v7: Strong visible Export PDF button hover/focus states */
.rpe-sidebar .rpe-primary,
.rpe-sidebar button[data-action="export"]{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:46px;
  padding:13px 14px;
  margin-top:8px;
  border:2px solid #15803d !important;
  border-radius:14px;
  background:linear-gradient(135deg,#16a34a,#22c55e) !important;
  color:#ffffff !important;
  font-size:15px;
  font-weight:900;
  text-align:center;
  letter-spacing:.01em;
  box-shadow:0 8px 18px rgba(22,163,74,.28);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease, background .16s ease, border-color .16s ease;
}
.rpe-sidebar .rpe-primary::before,
.rpe-sidebar button[data-action="export"]::before{
  content:"⬇";
  font-size:16px;
  line-height:1;
}
.rpe-sidebar .rpe-primary:hover,
.rpe-sidebar button[data-action="export"]:hover{
  background:linear-gradient(135deg,#065f46,#16a34a) !important;
  border-color:#064e3b !important;
  color:#ffffff !important;
  transform:translateY(-2px) scale(1.02);
  box-shadow:0 14px 28px rgba(5,150,105,.45),0 0 0 4px rgba(34,197,94,.18);
  filter:saturate(1.12) brightness(1.03);
}
.rpe-sidebar .rpe-primary:focus,
.rpe-sidebar button[data-action="export"]:focus{
  outline:4px solid rgba(59,130,246,.35);
  outline-offset:3px;
}
.rpe-sidebar .rpe-primary:active,
.rpe-sidebar button[data-action="export"]:active{
  transform:translateY(0) scale(.99);
  box-shadow:0 5px 12px rgba(5,150,105,.32);
}
@media(max-width:800px){
  .rpe-sidebar .rpe-primary,
  .rpe-sidebar button[data-action="export"]{
    grid-column:1/-1;
    min-height:50px;
    font-size:16px;
  }
}
