*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;display:flex;justify-content:center}.flex{display:flex;flex-direction:column;align-items:center}.flex-gap{row-gap:1rem;column-gap:1rem}.flex-row{display:flex;flex-direction:row;align-items:center}#app{display:grid;grid-template-columns:minmax(auto,35rem);grid-template-rows:auto 1fr;grid-template-areas:"hintcontrols" "guesses";margin:0rem 1rem}#top-welcome{width:100%;justify-content:space-around;display:flex;flex-direction:row;align-items:center}#prev-day a,#next-day a{text-decoration:none;font-size:x-large;font-family:system-ui}h1{font-size:x-large}#feedback-area{grid-area:guesses;overflow-y:auto;border-top:none;flex-direction:column}#hint-controls{grid-area:hintcontrols;margin:1rem}#guess-controls{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:50%}#composer-shower{cursor:pointer}.feedback-table{border-spacing:2rem 0rem;width:100%}.feedback-table-row>div,.feedback-table-header>div{text-align:center;width:20ch}.feedback-table-header{font-weight:100;font-size:small}.feedback-table-header,.feedback-table-row{width:100%;justify-content:space-evenly}.feedback-table .wrong-guess:before{content:"\274c  ";font-size:small}.feedback-table .too-early:after{content:" (too early)"}.feedback-table .too-late:after{content:" (too late)"}.feedback-table .correct-guess:before{content:"\2714\fe0e  ";font-size:larger;color:#27a327}.wrong-guess{color:#832f2f}.correct-guess{color:#257225}.hide{display:none!important}.triangle{font-size:larger;margin-right:.5rem}.feedback-row{display:grid;grid-template-columns:48px 1fr;column-gap:10px;width:100%;border-top:1px solid #ccc;padding-top:1rem}div.hint{background-color:#f0f8ff}#input-row,#hint-row{display:flex;flex-flow:row wrap;column-gap:10px;row-gap:8px;width:100%;justify-content:center}#input-row>input{width:18ch}#input-row>button{width:32ch}#composer-picture{display:grid;grid-template-columns:1fr 1fr;column-gap:10px}button{box-shadow:inset 0 1px #fff;background:linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);background-color:#ededed;border-radius:12px;border:1px solid #dcdcdc;cursor:pointer;color:#1e1e1e;font-family:Verdana;font-size:16px;padding:6px 24px;text-decoration:none;text-shadow:0px 1px 0px #ffffff;height:2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}button:hover{background:linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);background-color:#dfdfdf}button:active{position:relative;top:1px}button:disabled{color:#7777}img,picture,video,canvas,svg{max-width:100%}input,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}#modal-overlay{display:flex;flex-direction:column;position:fixed;width:100%;height:100%;top:0;left:0;justify-content:space-around;align-items:center;background-color:#ffffff80;z-index:1000}.modal{border-radius:12px;border:1px solid rgb(246,247,248);background-color:#fff;box-shadow:0 4px 23px #0003}#stats-modal{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:30rem;z-index:1001;padding:1em 0;overflow-y:auto;max-height:90%}#stats-content{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:1rem}#share-stats-button{margin-top:1rem;display:flex;column-gap:.5em;align-items:center;min-height:24px}.stat{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:4rem}.stat>div{margin:0rem .5rem}.stat>div:first-child{font-size:34px;font-weight:400;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.05em;font-variant-numeric:proportional-nums;line-height:36px;width:100%}.stat>div:last-child{font-size:10px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:14px;letter-spacing:.1em;width:75%}#stats-close-button{width:24px;height:24px;position:absolute;top:16px;right:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}#show-stats-button{cursor:pointer}.flip-container{perspective:1000px}.flip-container.flip .flipper{transform:rotateY(180deg)}.flipper{transition:.6s;transform-style:preserve-3d;position:relative}.front,.back{-webkit-backface-visibility:hidden;backface-visibility:hidden;top:0}.front{z-index:2;transform:rotateY(0)}.back{transform:rotateY(180deg)}.warning{color:red;font-size:xx-large}#confirmation-modal{padding:1em;border-radius:16px}.anonymized:before{content:"\27e8"}.anonymized:after{content:"\27e9"}
