@import "https://unpkg.com/ress@5.0.2/dist/ress.min.css";
@import "https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap";
@import "https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap";
body.modal-open{width:100%;height:100vh;position:fixed;overflow:hidden}.illust-gallery{text-align:center;margin-top:30px;padding:40px 20px}.illust-gallery h1{letter-spacing:.7rem;margin-bottom:30px;font-family:Kosugi Maru,cursive;font-size:2.2rem;font-weight:700}.gallery{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:24px;display:grid}.illust-thumbnail{cursor:pointer;object-fit:cover;border-radius:8px;width:100%;height:160px;transition:transform .2s;display:block}.illust-thumbnail:hover{transform:scale(1.05)}.illust-modal{z-index:9999;background-color:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.illust-modal img{border-radius:12px;max-width:90%;max-height:90%}body.modal-open{overflow:hidden}.scroll-to-top{cursor:pointer;opacity:.9;z-index:1000;background:linear-gradient(145deg,#fff7c2,#ffd966);border:2px solid #fc0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 8px #0003}.scroll-to-top:hover{opacity:1;transform:translateY(-5px)scale(1.05);box-shadow:0 6px 12px #0000004d}.scroll-icon{color:#333;width:28px;height:28px}@media (max-width:600px){.illust-gallery{padding:24px 12px}.illust-gallery h1{margin-top:30px;margin-bottom:20px;font-size:1.8rem}.gallery{grid-template-columns:repeat(2,1fr);gap:12px}.illust-thumbnail{height:120px}.illust-modal img{max-width:95%;max-height:80%}.scroll-to-top{width:50px;height:50px;bottom:15px;right:15px}.scroll-icon{width:24px;height:24px}}
