:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{position:relative;width:100%;max-width:776px;margin:0 auto;border:1px solid #e0e0e0;border-radius:0 0 10px 10px;overflow:hidden}.lkg-header{padding:10px;font-size:1.32rem;font-weight:700;background:linear-gradient(#d6dceb,#eaeaea)}.lkg-header span{font-size:small}.lkg-playerboard{display:flex;min-height:80px}.lkg-playerboard__team{flex-basis:25%;padding:0 16px}.lkg-playerboard__team:nth-of-type(1){background:linear-gradient(#ee1c2530,#fff)}.lkg-playerboard__team:nth-of-type(2){background:linear-gradient(#71bf4563,#fff)}.lkg-playerboard__team:nth-of-type(3){background:linear-gradient(#2e31923d,#fff)}.lkg-playerboard__team:nth-of-type(4){background:linear-gradient(#fef2006e,#fff)}.lkg-playerboard__team.lkg-playerboard__team--active:nth-of-type(1){background:linear-gradient(#ee1c25,#ff3546 90%)}.lkg-playerboard__team.lkg-playerboard__team--active:nth-of-type(2){background:linear-gradient(#71bf45,#b2e64a 90%)}.lkg-playerboard__team.lkg-playerboard__team--active:nth-of-type(3){background:linear-gradient(#2e3192,#575dff 90%)}.lkg-playerboard__team.lkg-playerboard__team--active:nth-of-type(4){background:linear-gradient(#fef200,#ff0 90%)}.lkg-player-name{display:flex;justify-content:center;padding:8px}.lkg-player-name input{width:100%;padding:4px;border:1px solid transparent;border-radius:4px}.lkg-diceboard{display:flex;justify-content:space-between;align-items:center;padding:0 8px}.lkg-diceboard__button{padding:4px 8px;border-radius:4px}.lkg-diceboard__button:hover{border-color:#000;box-shadow:0 0 1px 1px #000}.lkg-diceboard__dice{width:54px;height:54px;margin-bottom:8px;font-size:2.25rem;font-weight:700;text-align:center;color:#000;background-color:#fff;border-radius:4px}.lkg-board{position:relative;margin:auto;padding-bottom:100%;text-align:center;background-image:url(/assets/ludo_safari-DXE4PZpU.jpg);background-size:cover;background-repeat:no-repeat}.lkg-team:nth-of-type(1) path{fill:#ee1c25}.lkg-team:nth-of-type(2) path{fill:#71bf45}.lkg-team:nth-of-type(3) path{fill:#2e3192}.lkg-team:nth-of-type(4) path{fill:#fef200}.lkg-figure{position:absolute;width:6.44%;height:6.44%;transition:all .2s,top .7s,left .7s}.lkg-figure--eligible{animation-name:scale-in-out;animation-duration:2s;animation-iteration-count:infinite;animation-direction:normal;animation-timing-function:linear;background-color:#fff;outline:5px solid #fff;box-shadow:0 0 2px 2px #fff;border-radius:4px;cursor:pointer}.lkg-figure--onturn{z-index:1}@keyframes scale-in-out{0%{transform:scale(1)}16.6%{transform:scale(1.1)}66.6%{transform:scale(.8)}to{transform:scale(1)}}.lkg-dialog{width:100%;height:100%;background-color:#0006;margin:0;padding:0;z-index:2}.dialog-wrapper{display:flex;flex-direction:column;justify-content:space-between;position:relative;top:-1%;width:80%;height:60%;margin:20% auto 0;border-radius:8px;overflow:hidden;animation-name:scale-in;animation-duration:.3s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:linear}@keyframes scale-in{0%{transform:scale(.01) translateY(-100%);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.lkg-dialog__header{display:flex;align-items:center;justify-content:space-between;min-height:60px;padding:0 16px;background-color:#fff}.lkg-dialog__header span{font-size:1.5rem}.lkg-dialog__header--player1{background:linear-gradient(to right,#ee1c25,#ff3546 90%)}.lkg-dialog__header--player2{background:linear-gradient(to right,#71bf45,#b2e64a 90%)}.lkg-dialog__header--player3{background:linear-gradient(to right,#2e3192,#575dff 90%)}.lkg-dialog__header--player4{background:linear-gradient(to right,#fef200,#ff0 90%)}.lkg-dialog__dice-wrapper{width:54px;height:54px}.lkg-dialog__body{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;flex-grow:1;overflow-y:auto;background:linear-gradient(#d6dceb,#eaeaea 90%)}.lkg-dialog__word{display:flex;align-items:center;justify-content:space-between;flex-direction:column;flex-grow:1;height:auto;width:100%}.lkg-dialog__info{position:absolute;margin-top:4px}.lkg-dialog__info>span{margin-right:8px}.lkg-dialog__info>span span{font-weight:500}.lkg-dialog__description{margin-top:8%;margin-bottom:4%;padding:0 16px;text-align:left;font-size:1.5rem}.lkg-dialog__guess-word{display:flex;justify-content:center;gap:2%;width:100%;margin-bottom:6%;transition:gap .2s}.lkg-dialog__guess-word span:first-child{text-transform:capitalize}.lkg-dialog__guess-word span{width:32px;font-size:2.25rem;border-bottom:4px solid black}.lkg-dialog__guess-word.lkg-dialog__guess-word--submitted{gap:0}.lkg-dialog__guess-word.lkg-dialog__guess-word--submitted span:last-child{position:relative}.lkg-dialog__guess-word.lkg-dialog__guess-word--submitted span:last-child:after{content:"";display:block;position:absolute;width:32px;height:32px;top:-16px;right:-32px;border-radius:8px}.lkg-dialog__guess-word.lkg-dialog__guess-word--correct span{border-bottom:4px solid #51861a}.lkg-dialog__guess-word.lkg-dialog__guess-word--correct span:last-child:after{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='64px'%20height='64px'%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20aria-hidden='true'%20role='img'%20class='iconify%20iconify--twemoji'%20preserveAspectRatio='xMidYMid%20meet'%20fill='%23ffffff'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill='%23ffffff'%20d='M34.459%201.375a2.999%202.999%200%200%200-4.149.884L13.5%2028.17l-8.198-7.58a2.999%202.999%200%201%200-4.073%204.405l10.764%209.952s.309.266.452.359a2.999%202.999%200%200%200%204.15-.884L35.343%205.524a2.999%202.999%200%200%200-.884-4.149z'/%3e%3c/g%3e%3c/svg%3e");background-size:18px 18px;background-position:center;background-repeat:no-repeat;background-color:#51861a}.lkg-dialog__guess-word.lkg-dialog__guess-word--wrong span{border-bottom:4px solid #ca041c}.lkg-dialog__guess-word.lkg-dialog__guess-word--wrong span:last-child:after{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='64px'%20height='64px'%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20aria-hidden='true'%20role='img'%20class='iconify%20iconify--twemoji'%20preserveAspectRatio='xMidYMid%20meet'%20fill='%23ffffff'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill='%23ffffff'%20d='M21.533%2018.002L33.768%205.768a2.5%202.5%200%200%200-3.535-3.535L17.998%2014.467L5.764%202.233a2.498%202.498%200%200%200-3.535%200a2.498%202.498%200%200%200%200%203.535l12.234%2012.234L2.201%2030.265a2.498%202.498%200%200%200%201.768%204.267c.64%200%201.28-.244%201.768-.732l12.262-12.263l12.234%2012.234a2.493%202.493%200%200%200%201.768.732a2.5%202.5%200%200%200%201.768-4.267L21.533%2018.002z'/%3e%3c/g%3e%3c/svg%3e");background-size:18px 18px;background-position:center;background-repeat:no-repeat;background-color:#ca041c}.lkg-hint-first{color:#eaeaea;text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px -1px 1px #000,-1px 1px 1px #000}.lkg-hint-first--submitted{color:transparent;text-shadow:none}.lkg-hint{text-transform:none;border-bottom:none;width:100%;height:100%;animation-name:fade-in;animation-duration:2.5s;animation-direction:normal;animation-iteration-count:6;animation-timing-function:linear;color:#eaeaea;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;opacity:0}@keyframes fade-in{0%{opacity:0}50%{opacity:1}to{opacity:0}}.lkg-letter{animation-name:letter-in;animation-duration:.3s;animation-timing-function:ease-out}@keyframes letter-in{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}.lkg-dialog__input{margin-bottom:15px}.lkg-dialog__input input{padding:8px 12px;border-radius:12px;font-size:1rem}.lkg-question-timer{position:absolute;width:100%;height:4px;border-radius:0;bottom:0}.lkg-question-timer::-webkit-progress-bar{background-color:transparent}.lkg-question-timer::-webkit-progress-value{background-color:#000}.lkg-dialog__footer{display:flex;align-items:center;justify-content:center;min-height:60px;background-color:#fff;border-top:1px solid #000}.lkg-dialog__button{padding:8px 24px;border:1px solid #000}.lkg-dialog__button:hover{box-shadow:0 0 1px 1px #000;border-color:#000;background-color:#eaeaea}.lkg-dialog__button.lkg-dialog__button--correct{border:1px solid #51861a;box-shadow:0 0 1px 2px #51861a;color:#51861a;background-color:#fff;outline:0}.lkg-dialog__button.lkg-dialog__button--wrong{border:1px solid #ca041c;box-shadow:0 0 1px 2px #ca041c;color:#ca041c;background-color:#fff;outline:0}.lkg-game-over{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#00000080;z-index:2}.lkg-game-over__message{font-size:4rem;color:#fff}.lkg-game-over__reset{margin-bottom:32%}@media (max-width: 767px){.lkg-playerboard__team--active{flex-basis:100%}.lkg-playerboard__team:not(.lkg-playerboard__team--active){display:none}.lkg-dialog__header{display:none}.lkg-game-over__message{font-size:1.5rem}}@media (max-width: 639px){.lkg-dialog__description{font-size:1.375rem}.lkg-dialog__guess-word span{width:28px;font-size:1.75rem}}@media (max-width: 575px){.lkg-dialog{border:0}.dialog-wrapper{width:100%;height:100%;top:0;margin:0;border-radius:0}.lkg-dialog__description{font-size:1.25rem}.lkg-dialog__guess-word span{width:20px;font-size:1.5rem}.lkg-dialog__guess-word.lkg-dialog__guess-word--submitted span:last-child:after{width:28px;height:28px;background-size:16px 16px}}
