body{font-family:Source Sans Pro,Trebuchet MS,Lucida Grande,Bitstream Vera Sans,Helvetica Neue,sans-serif;margin:0;color:#293c4b}#layout{display:flex;flex-direction:column;min-height:0;height:100vh}#layout #header{flex:none}#layout #content{flex:auto;min-height:0;display:flex}#header a{text-decoration:none;color:#000}#header{border-bottom:1px solid #eee}h1,h2,h3{font-family:Exo\ 2,sans-serif;text-transform:uppercase;letter-spacing:.05em}h3{margin:0}#header h1{font-size:2vh;padding:1vh;margin:0}#home,#not-found{text-align:center;margin:5vh 5vw;padding:1em}@media screen and (min-width:800px){#home,#not-found{max-width:600px;margin:5vh auto}}#home h1{font-size:2em}#home p{margin:2em 0;line-height:1.5em;text-align:justify}form#new-game{margin:3vh 3vw;display:flex;flex-wrap:wrap}form#new-game button{flex:1;margin:.25em;background:#b1e773;padding:1em .5em;border:none;border-radius:.5em;cursor:pointer;font-size:1em;vertical-align:top}form#new-game button:hover{background:#c3f18d}input#game-id{flex:5;padding:.2em .5em;font-size:1.3em;border:1px solid #ddd;letter-spacing:.1em}#game-loading{margin:5vh}#game{display:flex;flex-direction:row;flex:auto}#status{flex:none;font-family:Exo\ 2,sans-serif;display:flex}#status div{flex:auto;display:flex;margin:.5em;align-items:center}#status button.done-guessing{font-size:.8em}.green-icon{display:inline-block;width:.9em;height:.9em;background:#82b34a;vertical-align:middle;border-radius:.1em;margin:0 .3em}#board{flex:0 0 50%;font-size:.9em;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5vw}#board .cell{background:#eee;text-align:center;cursor:default;display:flex;justify-content:center;align-items:center;position:relative}#board .cell .word{align-self:center}#board.guessing .pickable:hover{opacity:.75;cursor:pointer}#board .green{background:#82b34a;color:#fff}#board .black{background:#000;color:#fff}#board .time-token-a,#board .time-token-b{position:absolute;bottom:.25em;color:tan;font-size:2vw;display:flex;align-items:center;font-weight:700;justify-content:center}#board .time-token-a{left:.5vw}#board .time-token-b{left:2.5vw}#board.no-team .time-token-a,#board.no-team .time-token-b{display:none}#sidebar{flex:auto;display:flex;flex-direction:column;margin:1%;min-height:0;max-height:100%}#join-a-team{flex:1}#join-a-team .buttons{display:flex;width:100%}#join-a-team button{flex:1;margin:.25em;background:#b1e773;padding:1em;border:none;border-radius:.5em;cursor:pointer}#join-a-team button:hover{background:#c3f18d}#join-a-team button .call-to-action{font-size:2em;display:block}#key{flex:none;display:flex;justify-content:space-around;margin:1em}#key-card,#key-list{flex:auto;cursor:pointer}#key-card{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5em;max-width:16em}#key-list{display:flex;font-size:.9em;font-weight:700;justify-content:space-between}#key-list .crossed{text-decoration:line-through;opacity:.6}#key-list .greens{color:#82b34a}#key-list .tans{color:tan}#key-list ul{flex:0 0 auto;padding:0;list-style:none;margin:.5em}#key-card .cell{min-height:2vh;display:block}#key-card .black{background:#000}#key-card .tan{background:tan}#key-card .green{background:#82b34a}#key-card .crossed.green{background:linear-gradient(to top right,#82b34a calc(50% - 2px),#000,#82b34a calc(50% + 1px))}#event-log{font-size:.9em;flex:auto;display:flex;flex-direction:column;min-height:0}#events .side{color:#9d9d9d}#events .system-message{font-size:.8em;color:#777}#event-log #events{flex:auto;overflow-y:scroll;padding:.5em;border:1px solid #eee}#event-log #events div{padding:.25em 0}#event-log .name{font-weight:700}#chat-form{flex:none;margin-top:.5em;display:flex}#chat-form button{flex:none}#chat-form input{flex:auto;padding:.25em;font-size:1em;border-radius:.2em;border:1px solid #bbb;margin-right:.5em}#button-row button,#chat-form button,#status button{font-family:Exo\ 2,sans-serif;font-size:.9em;background:#b1e773;padding:.5em;border:none;border-radius:.2em;cursor:pointer}#button-row button:hover,#chat-form button:hover,#status button:hover{background:#c3f18d}#button-row button:disabled,#chat-form button:disabled,#status button:disabled{background:#b1e773;cursor:default}.chat-color{font-weight:700}#event-log .green{color:#82b34a}#event-log .tan{color:tan}#event-log .black{color:#000}#button-row{flex:none;display:flex;justify-content:flex-start;align-items:top;font-size:.8em}#button-row div{flex:none;margin:.5em .5em 0 0}#open-settings{font-size:2em;cursor:pointer}#open-settings:hover{color:#709c3e}.icon-button{cursor:pointer}.icon-button:hover{color:#709c3e}#settings .back-button{font-size:2em}#settings .setting{margin:2em 1em}#settings label{display:block;font-size:.9em}#settings input{margin:1em;font-size:1.1em}@media screen and (max-width:500px){body{font-size:.8em}}@media screen and (max-height:500px){body{font-size:.8em}#key-list{font-size:.6em}}@media (orientation:landscape){#sidebar{max-width:500px}#board{max-width:800px}}@media (orientation:landscape) and (max-width:1000px){#key-list{font-size:.8em}}@media (orientation:landscape) and (max-width:800px){#board{font-size:.8em}}@media (orientation:portrait){#game{flex-direction:column}#board{flex:none;width:100%;height:45%;grid-auto-rows:auto}#board .time-token-a,#board .time-token-b{font-size:2vh}#board .time-token-a{left:.5vh}#board .time-token-b{left:2.5vh}#sidebar{flex:auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 9fr}#key-list{flex-wrap:wrap}#status{order:1;min-width:60%}#button-row{order:2;justify-content:flex-end}#key{order:3;margin:1em 1em 1em 0}#key-card{max-height:25vh}#event-log{order:4}}@media (orientation:portrait) and (max-width:400px){#key-list{font-size:.8em}}@media (prefers-color-scheme:dark){body{background:#222;color:#eee}#board .cell{background:#444}#header a{color:#fff}#events .system-message{color:#999}#events .side{color:#777}#header{border-bottom-color:#444}#event-log #events{border-color:#444}#chat-form input,input#game-id{background:#111;border-color:#666;color:#eee}}
/*# sourceMappingURL=/src.8364ca4e.css.map */