#main{flex-direction:row;gap:10px;width:90%;max-width:800px;height:100vh;margin:0 auto;padding-top:3rem;display:flex}.comic{cursor:pointer;flex-direction:row;gap:1rem;margin-bottom:1.5rem;display:flex}.comic img{object-fit:cover;width:180px;height:270px}@media (width<=768px){#main{flex-direction:column;display:flex}}#viewer-main{justify-content:center;gap:2rem;width:100%;max-width:100vw;height:100%;max-height:100dvh;margin-top:0;display:flex;overflow:hidden}#image-display{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#444 transparent;flex-direction:column;gap:3rem;width:100%;max-width:800px;height:100%;max-height:90dvh;padding:1rem 0 3rem;display:flex;overflow:auto}#image-display::-webkit-scrollbar{width:6px}#image-display::-webkit-scrollbar-track{background:0 0}#image-display img{opacity:0;border-radius:6px;width:130%;max-width:none;height:auto;margin:0 0 1rem auto;transition:opacity .4s,transform .4s;display:block}#image-display img.loaded{opacity:1;transform:translateY(0)}@media (width<=768px){#viewer-main{height:auto;max-height:85dvh}#image-display{gap:2rem;max-width:100%;max-height:85dvh;padding:.5rem 0 2rem}#image-display img{border-radius:4px;width:145%;margin:0}}@media (width>=1200px){#image-display{gap:4rem;max-width:900px}#image-display img{width:120%;margin:auto}}body{color:#e0e0e0;background-color:#121212;width:100vw;height:100vh;margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}nav{text-align:center;background-color:#1e1e1e;border-bottom:1px solid #2d2d2d;flex-direction:row;gap:20px;padding:1rem;display:flex}nav a{color:#b3b3b3;white-space:nowrap;align-items:center;font-weight:700;text-decoration:none;transition:color .2s;display:flex}nav a:last-child{margin-left:auto}nav a:hover{color:#fff;text-decoration:underline}nav img{object-fit:contain;width:1.5rem;height:1.5rem;padding-right:.3rem;display:block}#notice{color:#d4d4d4;background-color:#1e1e24;border:1px solid #33333d;border-left:4px solid #4ec9b0;border-radius:8px;max-width:800px;margin:1.5rem auto;padding:1.25rem 1.5rem;font-family:inherit;box-shadow:0 4px 12px #0000004d}#notice h3{color:#fff;align-items:center;gap:.6rem;margin:0 0 .75rem;font-size:1.15rem;font-weight:600;line-height:1.6;display:flex}#notice h3:before{content:"";background-color:#a4ff08;border-radius:50%;flex-shrink:0;width:18px;height:18px;display:inline-block;position:relative;box-shadow:-2px 2px #0006,inset 2px -2px 4px #0000004d}#notice h3:after{content:"";position:absolute}#notice p{color:#b0b0b8;word-break:break-word;margin:0;font-size:.95rem;line-height:1.8}@media (width<=768px){#notice{max-width:none;margin:1rem;padding:1rem}#notice h3{font-size:1.05rem}}
