/* Frontend basic styles */
.photozine-root{max-width:1100px;margin:20px auto;font-family:Inter,Arial}
.pz-covers{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.pz-cover{background:#071226;padding:8px;border-radius:8px;color:#fff;cursor:pointer;overflow:hidden}
.pz-cover img{width:100%;height:320px;object-fit:cover;border-radius:6px}
.pz-reader{background:#fff;padding:18px;border-radius:8px;color:#111}
.pz-popup{position:fixed;inset:0;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:9999}
.pz-popup .box{width:90%;max-width:980px;height:80vh;background:#fff;border-radius:8px;overflow:auto;padding:12px}
.pz-nav{display:flex;justify-content:space-between;margin-top:8px;gap:8px}
.pz-btn{background:#071226;color:#fff;padding:8px 10px;border-radius:8px;border:none;cursor:pointer}
