.memad-bp-wrap{--p:var(--memad-primary);--s:var(--memad-secondary);--t:var(--memad-text);color:var(--t);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}
.memad-bp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0 16px}
.memad-logo{height:42px;width:auto}
.memad-actions{display:flex;gap:8px}
.memad-btn{border:1px solid var(--p);background:#fff;color:var(--p);padding:8px 12px;border-radius:6px;cursor:pointer}
.memad-btn.primary{background:var(--p);color:#fff}
.memad-btn.secondary{background:var(--s);color:#fff;border-color:var(--s)}
#memad_toc{max-width:980px;margin:0 auto 10px auto;border:1px dashed var(--p);padding:8px;border-radius:6px;color:#444}
#memad_flipbook{width:100%;max-width:980px;margin:0 auto}
#memad_flipbook .page{width:480px;height:640px;background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:20px}
#memad_flipbook .page h3{margin-top:0;color:var(--p)}
.memad-note{margin-top:10px;color:#666;text-align:center}
@media (max-width:1024px){
  #memad_flipbook .page{width:360px;height:520px}
}