.game-room{display:flex;flex-direction:column;height:100vh;width:100vw;max-width:100%;overflow-x:hidden;overflow-y:hidden;background:#fff;color:#fff;position:fixed;top:0;left:0;right:0}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;margin:12px 20px 10px;background:#2a2a2a;border-radius:12px;height:50px;flex-shrink:0;box-shadow:0 2px 8px #0003}.rizz-logo{font-size:24px;font-weight:700;color:#4caf50}.rizz-logo.clickable{cursor:pointer;transition:color .2s}.rizz-logo.clickable:hover{color:#66bb6a}.main-area{display:flex;justify-content:center;align-items:center;flex:1;gap:20px;padding:12px 20px 20px;overflow:hidden;min-height:300px}.player-list{flex:1 1 250px;max-width:300px;min-width:180px;background:#2a2a2a;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000004d;box-sizing:border-box;overflow-y:auto;align-self:stretch}.chat-room{flex:2 1 250px;max-width:600px;min-width:250px;background:#2a2a2a;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000004d;box-sizing:border-box;overflow-y:auto;align-self:stretch}.game-area{flex:0 1 auto;background:#000;border-radius:8px;aspect-ratio:16 / 9;width:100%;max-width:1200px;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;box-shadow:0 2px 8px #0000004d;box-sizing:border-box}.ad-banner{height:80px;margin:0 20px 20px;background:#2a2a2a;border-radius:12px;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#666;box-shadow:0 2px 8px #0003;position:relative;z-index:10}.player-list,.chat-room,.chat-room>div:first-child{-ms-overflow-style:none;scrollbar-width:none}.player-list::-webkit-scrollbar,.chat-room::-webkit-scrollbar,.chat-room>div:first-child::-webkit-scrollbar{display:none}@media(max-width:900px){.game-room{position:relative;height:auto;min-height:100vh;overflow-x:hidden}.top-bar{margin:12px 12px 0;height:45px;padding:8px 16px}.main-area{flex-direction:column;overflow:hidden;padding:12px 12px 100px}.player-list,.chat-room{width:100%;min-width:unset;max-width:unset;max-height:40vh;height:auto;min-height:100px;overflow-y:auto}.chat-room{width:100%;max-width:unset;height:40vh;min-height:200px;flex:0 0 auto;overflow:hidden;display:flex;flex-direction:column-reverse}.chat-room>div:first-child{flex:1;overflow-y:auto}.game-area{width:100%;height:auto;aspect-ratio:16 / 9;flex:0 0 auto}.player-list{flex:0 0 auto;width:100%;height:20vh;max-height:40vh;overflow-y:auto}.ad-banner{position:fixed;bottom:0;left:0;right:0;width:100%;margin:0;border-radius:0;height:70px}}
