#main{flex-direction:row;gap:10px;width:90%;max-width:800px;height:100vh;margin:0 auto;padding-top:3rem;display:flex}.loader{text-align:center;width:100%;padding-top:5rem;font-size:1.2rem}.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;width:100%;height:100%;display:flex;overflow:hidden}#image-display{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:24px;width:min(100%,900px);height:100%;padding:16px;display:flex;overflow:auto}.comic-page-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:150px;display:flex}.comic-page-wrapper img:not(.loading-gif){object-fit:contain;border-radius:6px;width:100%;max-width:100%;height:auto;max-height:none;display:block}.comic-page-wrapper .loading-gif{object-fit:contain;width:150px;height:150px}#image-display::-webkit-scrollbar{width:8px}#image-display::-webkit-scrollbar-thumb{background:#777;border-radius:999px}@media (width<=768px){#image-display{height:90%}.comic-page-wrapper{background-position:50%;width:100%}}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}}
