*{box-sizing:border-box}body{margin:0;font-family:sans-serif;background:#fff}.version{position:absolute;top:16px;right:16px;font-size:14px;color:#666}.app{text-align:center;padding:40px}.game-description{margin:16px 0;line-height:1.6;color:#555}.score-board{display:flex;justify-content:center;gap:40px;margin-bottom:30px}.score-board h2{width:150px;text-align:left}.countdown{font-size:120px;font-weight:700;margin-top:80px}.word{font-size:64px;margin:40px 0;font-weight:700}.buttons{display:flex;justify-content:center;gap:20px}button{padding:16px 32px;font-size:24px;cursor:pointer;border:none;border-radius:12px}.start-button{background:#222;color:#fff}.exit-button{position:absolute;top:48px;right:48px;background:transparent;border:none;padding:0;cursor:pointer}.ranking{margin-top:50px}.ranking-list{display:flex;flex-direction:column;gap:10px;align-items:center}.ranking-item{display:flex;align-items:center;gap:12px;font-size:24px;width:220px}.rank-number{width:50px;text-align:right}.rank-score{width:50px;text-align:right;font-weight:700}.rank-point{width:60px;text-align:left}.exit-area{display:flex;align-items:flex-start;justify-content:flex-end;gap:30px;margin:40px 0}.exit-image{width:196px;height:auto}.speaker-area{display:flex;align-items:center;justify-content:center;gap:30px;margin:40px 0}.speaker-image{width:240px;height:auto}.speech-bubble{position:relative;width:320px;height:140px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:20px;border:4px solid #222;font-size:48px;font-weight:700;text-align:center}.speech-bubble:after{content:"";position:absolute;top:50%;left:-20px;transform:translateY(-50%);border-width:16px 20px 16px 0;border-style:solid;border-color:transparent #222 transparent transparent}@media(max-width:768px){.score-board{gap:12px;margin-bottom:8px}.score-board h2{font-size:18px;width:120px}.exit-button{top:64px;right:64px}.exit-image{width:128px}.speaker-area{margin:12px 0;gap:12px}.speaker-image{width:140px}.speech-bubble{width:180px;height:90px;font-size:28px}button{font-size:16px;padding:8px 16px}}
