@supports (height: 100dvh){:root{--vh: 1dvh}}html,body{font-family:Arial,sans-serif;margin:0;padding:20px;background-color:#1a1a1a;color:#fff;overflow:hidden;height:100%}img{-webkit-user-drag:none;-webkit-touch-callout:none}@media (max-width: 500px){html,body{padding:5px 9px 10px}}.menu-container{max-width:800px;margin:0 auto}.container{max-width:1200px;margin:0 auto}.section{background:#2a2a2a;padding:20px;border-radius:8px;margin-bottom:20px}.input-group{display:flex;gap:10px;margin-bottom:10px}input{padding:8px;border-radius:4px;border:1px solid #444;background:#333;color:#fff}button{padding:8px 16px;background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer}button:hover{background:#45a049}.game-layout{display:flex;gap:20px;margin-top:20px;padding-bottom:20px}.action-buttons{flex:1;background:#2a2a2a;padding:20px;border-radius:8px;display:flex;flex-direction:row;gap:20px}@media (max-width: 500px){.action-buttons{padding:15px}}.player-card{display:flex;justify-content:space-between;padding:10px;margin:5px 0;background:#333;border-radius:4px}.chat-section{background:#2a2a2a;padding:20px;border-radius:8px;display:flex;flex-direction:column;margin-top:20px;margin-bottom:10px;height:100%;overflow:hidden;width:100%;box-sizing:border-box}.messages{display:flex;flex-direction:column;margin-bottom:10px;overflow-y:auto;height:100%;width:100%;box-sizing:border-box}.message{margin:5px 0;padding:8px;background:#333;border-radius:4px;overflow-wrap:break-word;word-wrap:break-word;white-space:normal;max-width:100%;box-sizing:border-box}.message-input{display:flex;gap:10px;width:100%;box-sizing:border-box}.center{justify-content:center;text-align:center}.button-container{display:flex;gap:20px;justify-content:center;padding-top:20px;padding-bottom:10px;flex-wrap:wrap}.form__group{position:relative;padding:20px 0 0;width:100%;max-width:180px}.form__field{font-family:inherit;width:100%;border:none;border-bottom:2px solid #9b9b9b;outline:0;font-size:17px;color:#fff;padding:7px 0;background:transparent;transition:border-color .2s}.form__field::placeholder{color:transparent}.form__field:placeholder-shown~.form__label{font-size:17px;cursor:text;top:20px}.form__label{position:absolute;top:0;display:block;transition:.2s;font-size:17px;color:#9b9b9b;pointer-events:none}.form__field:focus{padding-bottom:6px;font-weight:700;border-width:3px;border-image:linear-gradient(to right,#116399,#38caef) 1}.form__field:focus~.form__label{position:absolute;top:0;display:block;transition:.2s;font-size:17px;color:#38caef;font-weight:700}.form__field:required,.form__field:invalid{box-shadow:none}.room-container{display:flex;flex-direction:column;height:calc(100vh - 40px)}@supports (height: 100dvh){.room-container{height:calc(100dvh - 40px)}}@media (max-width: 500px){.room-container{height:calc(100vh - 20px)}@supports (height: 100dvh){.room-container{height:calc(100dvh - 20px)}}}.collect-buttons{display:flex;flex-direction:row;gap:15px}.leave{margin-left:auto}.username-warning{color:red;font-size:14px;margin-top:5px;text-align:left;display:block}.player-icon{height:80px;width:80px}@media (max-width: 600px){.player-icon{width:60px;height:60px}}@media (max-width: 500px){.player-icon{width:44px;height:44px}}.token-img{height:40px;width:40px}@media (max-width: 500px){.token-img{height:34px;width:34px}}.current-player{display:flex;flex-direction:row;align-items:flex-end}@media (max-width: 500px){.current-player{flex-direction:column;align-items:flex-start}}.chips-stack{width:40px;height:40px}@media (max-width: 600px){.chips-stack{width:36px;height:36px}}@media (max-width: 500px){.chips-stack{width:32px;height:32px}}.board-and-chat{display:flex;flex-direction:row;height:calc(100% - 100px);width:100%;gap:20px}@media (max-width: 600px){.board-and-chat{height:calc(100% - 90px)}}@media (max-width: 500px){.board-and-chat{height:calc(100% - 70px)}}.control-buttons{background:#2a2a2a;padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:15px}.side-layout{display:flex;flex-direction:column;margin-top:10px;height:calc(100% - 10px);width:270px}.gap15{height:15px}.note{margin-top:5px;padding-top:5px;font-size:12px;background-color:#444;width:280px;height:20px;text-align:center;border-radius:6px;margin-left:auto;margin-right:auto}.pin-input{display:flex;align-items:center;width:fit-content;margin:0 auto;gap:5px;flex-direction:row}@media (max-width: 500px){.pin-input{flex-direction:column}}@media (max-width: 500px){.pin-input .regular{display:none}}.pin-input .mobile{display:none}@media (max-width: 500px){.pin-input .mobile{display:flex;width:100%;justify-content:space-between;height:30px}}.message.my-message{background-color:#9b9b9b}.message.system-join{background-color:#006400;font-weight:700}.message.system-left{background-color:#8b0000;font-weight:700}.message.system-win{background-color:#b8860b;font-weight:700}.range-slider-input{padding:0;border:0;width:100%}.range-slider-tooltip-inner{position:relative;top:-50px}.slider-wrapper{width:270px;margin:0 auto;padding-top:20px}.clickable{cursor:pointer}.range-slider-labels-container{display:flex;justify-content:space-between;position:relative;top:-15px}.range-slider{height:50px}.styled-slider input[type=range]{-webkit-appearance:none;background:#149cea;height:6px;cursor:pointer}.styled-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #1479EA;width:17px;height:17px;border-radius:50%;cursor:pointer}.styled-slider input[type=range]::-moz-range-thumb{background:#fff;border:2px solid #1479EA;width:17px;height:17px;border-radius:50%;cursor:pointer}.styled-slider input[type=range]::-ms-thumb{background:#fff;border:2px solid #1479EA;width:17px;height:17px;border-radius:50%;cursor:pointer}
