html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.container{flex-direction:column;justify-content:center;align-items:center;margin-top:20px;display:flex}h1{color:#000;margin-bottom:8px;font-family:Times New Roman,Times,serif;font-size:20px;font-weight:600}.row{align-items:center;gap:8px;margin:10px 0;display:flex}.row.groupBtn{align-items:center;gap:58px;display:flex}.row label{width:150px}.row button{justify-content:center;align-items:center;min-width:100px;display:flex}.game-container{aspect-ratio:16/6;box-sizing:border-box;pointer-events:none;border:1px solid #000;width:100%;max-width:1200px;max-height:100vh;margin:15px;padding:0 clamp(8px,4vw,20px);position:relative;overflow:hidden}.dot{border-radius:50%;width:50px;height:50px;position:absolute}.dotWrapper{color:red;cursor:pointer;pointer-events:auto;background-color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:50px;height:50px;font-weight:700;transition:opacity .3s,transform .3s,background-color .3s;display:flex;position:absolute}.game-container+div{font-size:large}@media (orientation:portrait){.game-container{aspect-ratio:auto;height:60vh}}@media (width<=1200px){.game-container{width:calc(100% - 24px);margin:0 auto}}
