*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Cairo",Arial,sans-serif;background:#f7f3ec;color:#222;padding-bottom:78px}.loader{position:fixed;inset:0;background:#d71920;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800;gap:14px;transition:.45s}.loader.hide{opacity:0;visibility:hidden}.loader-mark{width:82px;height:82px;border-radius:50%;border:5px solid #fff;display:grid;place-items:center;font-size:48px;background:#078d45}.topbar{height:68px;position:sticky;top:0;z-index:30;background:linear-gradient(135deg,#c81017,#e3262e);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 14px;box-shadow:0 4px 14px #0003}.brand{text-align:center;line-height:1.1}.brand strong{display:block;letter-spacing:1px}.brand span{font-size:11px}.icon-btn{border:0;background:#ffffff22;color:#fff;border-radius:12px;width:42px;height:42px;font-size:23px}.screen{display:none;min-height:calc(100vh - 146px)}.screen.active{display:block}.cover-screen{position:relative;background:#111;text-align:center}.cover-screen img{width:100%;max-width:720px;display:block;margin:auto;min-height:calc(100vh - 146px);object-fit:cover}.cover-overlay{position:absolute;inset:auto 0 28px;display:flex;justify-content:center}.primary-btn{border:0;border-radius:999px;padding:15px 34px;background:#078d45;color:#fff;font-weight:800;font-size:18px;box-shadow:0 8px 25px #0006}.categories-screen{padding:28px 16px}.section-title{text-align:center;margin-bottom:22px}.section-title h1{margin:0;color:#c81017}.section-title p{margin:6px 0;color:#666}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:760px;margin:auto}.category-card{min-height:135px;border:0;border-radius:22px;background:white;box-shadow:0 10px 30px #5221;padding:18px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#b51319}.category-card span{font-size:42px}.category-card b{font-family:inherit;font-size:16px}.viewer-screen{padding:10px}.page-toolbar{max-width:760px;margin:0 auto 10px;background:white;border-radius:16px;padding:10px;display:grid;grid-template-columns:80px 1fr 80px;align-items:center;gap:8px;box-shadow:0 8px 25px #5221}.page-toolbar div{text-align:center}.page-toolbar small{display:block;color:#777}.page-toolbar button{border:0;border-radius:12px;background:#078d45;color:#fff;padding:10px 4px;font-family:inherit;font-weight:700}.image-stage{max-width:760px;margin:auto;background:#ddd;border-radius:20px;overflow:auto;touch-action:pan-y;box-shadow:0 12px 30px #0002}.image-stage img{width:100%;display:block;cursor:zoom-in}.dots{display:flex;justify-content:center;gap:7px;padding:12px}.dots button{width:9px;height:9px;border:0;border-radius:50%;background:#bbb;padding:0}.dots button.active{background:#d71920;transform:scale(1.35)}.gesture-hint{text-align:center;font-size:12px;color:#777;margin:0 0 12px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);z-index:40;box-shadow:0 -4px 20px #0002;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a,.bottom-nav button{border:0;background:transparent;text-decoration:none;color:#333;font-family:inherit;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.bottom-nav span{font-size:22px;color:#d71920}.drawer{position:fixed;top:0;bottom:0;right:-320px;width:min(84vw,320px);background:#fff;z-index:60;transition:.3s;padding:18px;box-shadow:-10px 0 30px #0003}.drawer.open{right:0}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #eee}.drawer-head button{border:0;background:#eee;border-radius:50%;width:36px;height:36px;font-size:24px}.drawer nav{display:grid;gap:8px;margin-top:14px}.drawer nav button{border:0;background:#f7f3ec;border-radius:13px;padding:13px;text-align:right;font-family:inherit;font-weight:700;color:#9e1117}.backdrop{position:fixed;inset:0;background:#0007;z-index:50;opacity:0;visibility:hidden;transition:.3s}.backdrop.show{opacity:1;visibility:visible}.lightbox{position:fixed;inset:0;background:#000e;z-index:100;display:flex;align-items:flex-start;justify-content:center;overflow:auto;padding:54px 0 20px;opacity:0;visibility:hidden;transition:.25s}.lightbox.open{opacity:1;visibility:visible}.lightbox img{width:min(100%,900px);height:auto}.lightbox button{position:fixed;top:10px;left:12px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#111;font-size:26px;z-index:101}@media(min-width:700px){.category-grid{grid-template-columns:repeat(3,1fr)}.cover-screen img{border-radius:0 0 24px 24px}.viewer-screen{padding:18px}.image-stage img{border-radius:20px}}