/* 由 scripts/gen_rooms_css.py 產生，不要手改 */
.shugyo-stage[data-room="dojo"] { background-image: url("/images/shugyo/room_dojo_wide.png"); aspect-ratio: 1024 / 637; }
.shugyo-stage[data-room="dojo"] .sg-slot-scroll { left: 12.5%; top: 15%; width: 11%; }
.shugyo-stage[data-room="dojo"] .sg-slot-mat { left: 40.5%; bottom: 11%; width: 27%; }
.shugyo-stage[data-room="dojo"] .sg-char { left: 54.0%; top: 84.0%; width: 26%; }
.shugyo-stage[data-room="dojo"] .sg-desk { left: 5%; bottom: 14%; width: 17%; }
.shugyo-stage[data-room="tea"] { background-image: url("/images/shugyo/room_tea_wide.png"); aspect-ratio: 1024 / 637; }
.shugyo-stage[data-room="tea"] .sg-slot-scroll { left: 18%; top: 21%; width: 10%; }
.shugyo-stage[data-room="tea"] .sg-slot-mat { left: 62.5%; bottom: 11%; width: 27%; }
.shugyo-stage[data-room="tea"] .sg-char { left: 76.0%; top: 84.0%; width: 26%; }
.shugyo-stage[data-room="tea"] .sg-desk { left: 13%; bottom: 13%; width: 16%; }
@media (max-width: 860px) {
    .shugyo-stage[data-room="dojo"] { background-image: url("/images/shugyo/room_dojo_tall.png"); aspect-ratio: 765 / 1024; }
    .shugyo-stage[data-room="dojo"] .sg-slot-scroll { left: 0%; top: 26%; width: 16%; }
    .shugyo-stage[data-room="dojo"] .sg-slot-mat { left: 34%; bottom: 9%; width: 38%; }
    .shugyo-stage[data-room="dojo"] .sg-char { left: 53.0%; top: 86.0%; width: 36%; }
    .shugyo-stage[data-room="dojo"] .sg-desk { left: 2%; bottom: 14%; width: 28%; }
    .shugyo-stage[data-room="tea"] { background-image: url("/images/shugyo/room_tea_tall.png"); aspect-ratio: 765 / 1024; }
    .shugyo-stage[data-room="tea"] .sg-slot-scroll { left: 2%; top: 22%; width: 16%; }
    .shugyo-stage[data-room="tea"] .sg-slot-mat { left: 41%; bottom: 9%; width: 38%; }
    .shugyo-stage[data-room="tea"] .sg-char { left: 60.0%; top: 86.0%; width: 34%; }
    .shugyo-stage[data-room="tea"] .sg-desk { left: 3%; bottom: 14%; width: 28%; }
}
