:root { --drh-green:#183e2b; --drh-cream:#f7f2e7; }
body.drh-manga-page { overflow:hidden !important; }
.drh-manga-shell { position:fixed; z-index:999999; inset:0; color-scheme:light; background:var(--drh-cream); font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif; }
.drh-manga-shell * { box-sizing:border-box; }
.drh-manga-reader { width:100%; height:100dvh; margin:0; overflow-y:auto; scroll-snap-type:y mandatory; overscroll-behavior-y:contain; scrollbar-width:none; }
.drh-manga-reader::-webkit-scrollbar { display:none; }
.drh-manga-slide { position:relative; min-height:100dvh; margin:0; padding:0; display:grid; place-items:center; scroll-snap-align:start; scroll-snap-stop:always; background:var(--drh-cream); }
.drh-manga-art { position:relative; width:min(100vw,calc(100dvh * .4745)); aspect-ratio:864/1821; margin:0; }
.drh-manga-art img { display:block; width:100%; height:100%; object-fit:contain; }
.drh-manga-slide:last-child .drh-manga-art { aspect-ratio:863/1823; }
.drh-manga-cta { position:absolute; z-index:3; left:16.5%; right:16.5%; bottom:1.45%; height:6.9%; border-radius:12px; color:transparent !important; background:transparent; text-indent:-9999px; overflow:hidden; }
.drh-reader-home,.drh-reader-count { position:fixed; z-index:20; top:max(12px,env(safe-area-inset-top)); border:1px solid rgba(24,62,43,.18); background:rgba(255,255,255,.9); color:var(--drh-green) !important; box-shadow:0 3px 14px rgba(0,0,0,.1); backdrop-filter:blur(8px); }
.drh-reader-home { left:12px; padding:9px 12px; border-radius:999px; font-size:13px; line-height:1.2; font-weight:700; text-decoration:none !important; }
.drh-reader-count { right:12px; min-width:58px; padding:9px 11px; border-radius:999px; font-size:13px; line-height:1.2; font-variant-numeric:tabular-nums; text-align:center; }
.drh-reader-dots { position:fixed; z-index:20; top:50%; right:12px; transform:translateY(-50%); display:grid; gap:9px; }
.drh-reader-dot { width:8px; height:8px; min-width:0; min-height:0; margin:0; padding:0; border:0; border-radius:50%; background:rgba(24,62,43,.25); box-shadow:none; cursor:pointer; }
.drh-reader-dot[aria-current="true"] { background:var(--drh-green); transform:scale(1.35); }
.drh-swipe-hint { position:fixed; z-index:20; left:50%; bottom:max(14px,env(safe-area-inset-bottom)); transform:translateX(-50%); margin:0; padding:9px 16px; border-radius:999px; color:#fff; background:rgba(24,62,43,.88); font-size:13px; line-height:1.2; white-space:nowrap; transition:opacity .25s; pointer-events:none; }
.drh-swipe-hint.is-hidden { opacity:0; }
.drh-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
@media (prefers-reduced-motion:reduce) { .drh-manga-reader { scroll-behavior:auto; } }
@media (min-width:900px) { .drh-reader-home { left:22px; } .drh-reader-count,.drh-reader-dots { right:22px; } }
