@import"https://fonts.googleapis.com/css2?family=VT323&display=swap";:root{--tile-edge-color: #c3afaf;--tile-hl-color: #ffbb00;--cell-size-desk: 3em;--cell-healthy-color: #175314;--cell-unhealthy-color: #741518;--hand-tile-size-mobile: 2.5rem;--hand-tile-size-desk: 3rem}.html-game-view-wrapper{margin:0 auto;max-width:100%;width:40em}.html-game-view-inner{display:flex;flex-wrap:wrap;box-sizing:border-box;flex-direction:column;align-items:center;padding:.5rem .5rem 5rem;position:relative}.info-bar,.game-updates,.dynamic-display,.toolbar,.grid-container{width:100%}.grid-container{padding-top:.25rem;padding-bottom:0}.info-bar{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:2rem}.dynamic-display .hidden{display:none}.toolbar{padding-bottom:2rem}.toolbar.hidden{display:none}.game-updates{padding-bottom:.5rem}.html-game-view-wrapper .grid{display:flex;flex-direction:column;width:fit-content;background-color:#000;border-bottom:3px solid var(--tile-edge-color);border-right:1px dashed #505050}.html-game-view-wrapper .grid[data-size="10"],.html-game-view-wrapper .grid[data-size="11"],.html-game-view-wrapper .grid[data-size="12"]{font-size:.8em}.html-game-view-wrapper .grid[data-size="13"],.html-game-view-wrapper .grid[data-size="14"],.html-game-view-wrapper .grid[data-size="15"]{font-size:.5em}.grid-border{display:flex;align-items:center;justify-content:center;perspective:1200px;overflow-x:hidden;overflow-y:auto}.html-game-view-wrapper .grid[data-size="10"]+.tile-preview .cell,.html-game-view-wrapper .grid[data-size="11"]+.tile-preview .cell,.html-game-view-wrapper .grid[data-size="12"]+.tile-preview .cell{font-size:.8em}.html-game-view-wrapper .grid[data-size="13"]+.tile-preview .cell,.html-game-view-wrapper .grid[data-size="14"]+.tile-preview .cell,.html-game-view-wrapper .grid[data-size="15"]+.tile-preview .cell{font-size:.5em}.info-bar .help{display:flex;align-items:center}.info-bar .button{height:3em;margin-right:.5em}.scoreboard{display:flex;justify-content:flex-end;align-items:center;font-size:1.5rem}.scoreboard .score{padding:3px 10px}.score .icon{width:1em;height:1em}.score .icon-leaf{fill:#1b9416}.score .icon-group{fill:#4682b4}.about{display:none;position:absolute;top:0;left:0;bottom:0;right:0;background:#000000e6;padding:2rem;overflow-y:auto}.about.is-visible{display:block}.tile-preview{position:absolute;top:0;left:0;pointer-events:none}.player-actions{display:flex;align-items:center;justify-content:center;min-height:2rem}.player-actions .button,.btn-player-action{margin-left:.5rem;margin-right:.5rem}.final-score-table{display:grid;grid-template-columns:1fr auto;gap:.5rem 1rem;margin:0 auto;padding:1rem 0 3rem;width:14em;max-width:100%}.final-score-table dt{grid-column:1;font-weight:700}.final-score-table dd{grid-column:2;margin:0;text-align:right}.final-score-table dt:last-of-type,.final-score-table dd:last-of-type{font-size:1.5em}.histogram-wrapper{padding-bottom:2rem}.main-menu{margin:0 auto;opacity:1;position:relative;height:100vh;min-height:max-content;width:36em;max-width:100vw;transition:ease-in-out;transition-property:opacity;transition-duration:.75s}.main-menu.hidden{display:none}.submenu.hidden{opacity:0;z-index:-1}.submenu{position:absolute;top:0;left:0;bottom:0;right:0;max-width:100vw;max-height:100vh;background:#0b0b0be6;padding:2rem 2rem 6rem;overflow-y:scroll;font-size:1.25rem;opacity:1;z-index:10}.main-menu-options{display:flex;flex-direction:column;justify-content:center;list-style:none;margin:3rem auto;padding:0;width:100%}.main-menu-options li{margin-bottom:2rem;text-align:center}.main-menu .title{margin:0 auto;padding:2em 0 .5em;text-align:center;text-transform:uppercase}.main-menu .button{font-size:1.25rem}.main-menu .input{padding-bottom:1em}.main-menu .input:last-of-type{padding-bottom:2em}.main-menu .input p{margin-top:0;margin-bottom:.5em}.main-menu input{font-size:1.5em;padding:.25em .5em;font-family:VT323,monospace;border:1px solid var(--button-color)}.main-menu input[type=number]{width:3em}.custom-actions{display:flex;align-items:center;gap:1rem;padding-top:2rem;margin-bottom:2rem}.main-menu-footer{padding-top:3rem;padding-left:2rem;padding-right:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-menu-footer .button.small{display:block;font-size:1em;width:auto}.row{display:flex}.cell{position:relative;width:var(--cell-size-desk);height:var(--cell-size-desk);display:flex;justify-content:center;align-items:center;flex-shrink:0;font-size:inherit;color:#fff;background-color:#000;border-top:1px dashed #505050;border-left:1px dashed #505050;border-right:1px solid black;border-bottom:1px solid black}.cell.highlight{box-shadow:inset 0 0 0 2px #000,inset 0 0 0 3px var(--tile-hl-color)}.cell.healthy{background-image:radial-gradient(var(--cell-healthy-color) 1px,transparent 0);background-size:7px 7px}.cell.unhealthy{background-image:radial-gradient(var(--cell-unhealthy-color) 1px,transparent 0);background-size:7px 7px}.threejs-wrapper{position:relative}.threejs-header{position:fixed;top:2rem;left:2rem}.threejs{width:100vw;height:100vh;background-color:#5a5652}.threejs-footer{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1em}.threejs-controls{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,3rem);gap:10px}.threejs-controls .button{user-select:none;-webkit-user-select:none}.threejs-controls .left{grid-column:1;grid-row:1 / 2;height:calc(6rem + 10px)}.threejs-controls .forward{grid-column:2;grid-row:1 / 2}.threejs-controls .backward{grid-column:2;grid-row:2}.threejs-controls .right{grid-column:3;grid-row:1 / 2;height:calc(6rem + 10px)}.threejs-info-text{pointer-events:none}.explore-view{position:absolute;width:100vw;height:100vh}.explore-view-canvas-wrapper{position:relative;width:100%;height:100%}.threejs-meditation-controls{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 0;width:12rem;max-width:100%}.meditation-progress{display:block;margin-bottom:2rem;border-bottom:2px solid white;animation:breathe linear 10s normal infinite}@keyframes breathe{0%{width:0%}30%{width:100%}50%{width:100%}80%{width:0}to{width:0}}:root{--button-active-color: #ffbb00;--button-color: white;--button-background-color: rgba(11, 11, 11, 1);--button-warn-color: #741518;--button-enabled-color: #175314;--font-family-default: "VT323", monospace;--global-bg-color: rgba(11, 11, 11, 1);--tree-color: #1b9416;--farm-color: #ffd522;--people-color: #7c4e10;--power-color: #00f1ff;--waste-color: #9b9e9e;font-family:VT323,monospace;font-weight:400;font-style:normal;color-scheme:light dark;color:#ffffffde;background-color:var(--global-bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-tree{color:var(--tree-color)}.text-farm{color:var(--farm-color)}.text-people{color:var(--people-color)}.text-power{color:var(--power-color)}.text-waste{color:var(--waste-color)}*,*:before,*:after{box-sizing:border-box}body{margin:0}.site-controls{padding:2em}h1{font-size:2.5em;line-height:1.1}#app{margin:0 auto;width:100%}.button{position:relative;padding:.6em 2em;background-color:var(--button-background-color);border:2px solid var(--button-color);border-radius:3px;font-family:var(--font-family-default);text-transform:uppercase;color:var(--button-color);text-decoration:none;font-size:1em}.button:hover,.button:active,.button:focus,.button.active{box-shadow:inset 0 0 0 4px var(--button-background-color),inset 0 0 0 6px var(--button-color)}.button:active,.button.active{border-color:var(--button-active-color);color:var(--button-active-color);box-shadow:inset 0 0 0 4px var(--button-background-color),inset 0 0 0 6px var(--button-active-color);transform:scale(.95)}.button:focus{outline:none}.button:focus-visible{outline:2px solid var(--button-active-color)}.button.small{border-width:1px}.button.small:hover,.button.small:active,.button.small:focus{box-shadow:inset 0 0 0 2px var(--button-background-color),inset 0 0 0 3px var(--button-color)}.button.small:active,.button.small.active{border-color:var(--button-active-color);color:var(--button-active-color);box-shadow:inset 0 0 0 2px var(--button-background-color),inset 0 0 0 3px var(--button-active-color);transform:scale(.95)}.button.warn:hover,.button.warn:active,.button.warn:focus,.button.warn.active{border-color:var(--button-warn-color);box-shadow:inset 0 0 0 2px var(--button-background-color),inset 0 0 0 3px var(--button-warn-color);color:var(--button-warn-color)}.button.warn:active,.button.warn.active{border-color:var(--button-warn-color);color:var(--button-warn-color);box-shadow:inset 0 0 0 2px var(--button-background-color),inset 0 0 0 3px var(--button-warn-color);transform:scale(.95)}.button.enabled{border:2px solid var(--button-enabled-color)}.button.enabled:hover,.button.enabled:active,.button.enabled:focus,.button.enabled.active{border-color:var(--button-enabled-color);box-shadow:inset 0 0 0 2px var(--button-background-color),inset 0 0 0 3px var(--button-enabled-color)}.button .popup{display:none;position:absolute;left:0;bottom:calc(100% + .5rem);width:100%;padding:.25rem;background:var(--button-enabled-color)}.button .popup.active{display:block;animation-name:popup;animation-duration:.25s;animation-fill-mode:backwards}@keyframes popup{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}.button svg{fill:currentColor;width:1em;height:1em}.AutoPlayerView-module_menu_VMJVB{position:absolute;top:2rem;right:2rem;bottom:2rem;opacity:0;display:flex;flex-direction:column;align-items:end}.AutoPlayerView-module_menu_VMJVB:hover,.AutoPlayerView-module_menu_VMJVB:focus,.AutoPlayerView-module_menu_VMJVB:active{opacity:1}.AutoPlayerView-module_enabled_09XZ5{opacity:.5;z-index:10}.AutoPlayerView-module_paused_XhoZU{opacity:1}.AutoPlayerView-module_paint-menu_Eo1zf{display:flex;flex-direction:column;align-items:end;gap:.5em;padding-top:2rem}.AutoPlayerView-module_paint-menu-button_a9hdw{padding:.6em;width:2.5em;height:2.5em}.AutoPlayerView-module_zoom-menu_2vDsT{flex-grow:1;display:flex;flex-direction:column;align-items:end;justify-content:end;gap:.5em}.AutoPlayerView-module_tile-details_Wlt-z{position:absolute;bottom:0;right:100%;width:12em;background:#000;border:1px solid white;padding:1em 1.5em}.AutoPlayerView-module_tile-details-list_QyHz0{padding:0;margin:0}.GameBoardGrid-module_preview-item_6bCFo{position:absolute;top:-1px;left:-1px;display:flex;flex-direction:column;animation-name:GameBoardGrid-module_pop-in_uZ-y3;animation-timing-function:ease-out;animation-duration:.15s}@keyframes GameBoardGrid-module_pop-in_uZ-y3{0%{transform:scale(.85)}60%{transform:scale(1.1)}to{transform:scale(1)}}.GameBoardGrid-module_preview-item-inner_D6fho.GameBoardGrid-module_rotate-180_umtbr{transform:translate(-50%)}.GameBoardGrid-module_preview-item-inner_D6fho.GameBoardGrid-module_rotate-270_hsuyt{transform:translateY(-50%)}.GameBoardGrid-module_preview-item-cell_l34NU{background-color:#ffbb0026;border:1px solid var(--tile-hl-color);z-index:1}.GameBoardGrid-module_grid-inner-wrap_ftMBV{position:relative;display:flex;align-items:center;justify-content:center;width:fit-content}.GameBoardGrid-module_perspective_0fWzO{transform:rotateX(30deg) scale(.8);margin-top:-2rem;margin-bottom:-2rem}@media (min-width: 500px){.GameBoardGrid-module_perspective_0fWzO{transform:rotateX(30deg);margin-top:0;margin-bottom:0}}.GridPerson-module_grid-person_ZQ-ZX{position:absolute;top:0;left:0;z-index:10;pointer-events:none;font-size:2rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.GridPeople-module_grid-people_rD-D9{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.GameBoardCell-module_preview-item_YpOOi{position:absolute;top:-1px;left:-1px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;animation-name:GameBoardCell-module_pop-in_gEgb3;animation-timing-function:ease-out;animation-duration:.15s}@keyframes GameBoardCell-module_pop-in_gEgb3{0%{transform:scale(.85)}60%{transform:scale(1.1)}to{transform:scale(1)}}.GameBoardCell-module_preview-item-inner_tkfVR.GameBoardCell-module_rotate-180_RzmYI{transform:translate(-50%)}.GameBoardCell-module_preview-item-inner_tkfVR.GameBoardCell-module_rotate-270_rMWIG{transform:translateY(-50%)}.GameBoardCell-module_preview-item-cell_nfBzl{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background-color:#ffbb0026;border:1px solid var(--tile-hl-color);z-index:1}.Tiles-module_tile_4Noe2{pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.Tiles-module_l1_f9vmG{font-size:1.8em}.Tiles-module_l2_8lyMX{font-size:2.2em}.Tiles-module_l3_K2iop{font-size:2.5em}.Tiles-module_tile-tree_eSIng{color:#1b9416;display:inline-block;transform-origin:center center}.Tiles-module_tile-people_1rml-{color:#7c4e10}.Tiles-module_tile-farm_1Zx7x{color:#ffd522}.Tiles-module_tile-power_R1waf{position:relative;color:#00f1ff}.Tiles-module_dead-power_LRidh{color:#9b9e9e}.Tiles-module_power-spark_E1lBl{position:absolute;top:0;right:0;color:#ff0;animation:Tiles-module_power-flash_02MCE .8s ease-in-out infinite;font-size:1.3rem}@keyframes Tiles-module_power-flash_02MCE{0%{opacity:0;transform:translateY(30%)}70%{opacity:.7;transform:translateY(-50%)}to{opacity:1;transform:translateY(-50%)}}.Tiles-module_tile-waste_K3-B0{color:#9b9e9e}.InfiniteGameBoard-module_infinite-grid-wrap_gL99E{transform:translate(-33.3%,-33.3%)}.InfiniteGameBoard-module_infinite-grid_ayWyV{position:relative}.InfiniteGameBoard-module_infinite-grid-row_-L6xK{display:flex;flex-direction:row}.BackgroundPlayer-module_background-player-wrapper_CKp5S{position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.7;transition:opacity .75s ease-out}.BackgroundPlayer-module_enabled_PWyDX{opacity:1}.BackgroundPlayer-module_background-player_IH-UR{margin:0 auto;width:fit-content}.BackgroundPlayer-module_background-player-button_a-KWa{position:absolute;top:2rem;left:2rem;opacity:0}.BackgroundPlayer-module_background-player-button_a-KWa:hover,.BackgroundPlayer-module_background-player-button_a-KWa:focus,.BackgroundPlayer-module_background-player-button_a-KWa:active{opacity:1}.BackgroundPlayer-module_background-player-button-enabled_zME5D{opacity:.5;z-index:10}.Scoreboard-module_scoreboard_Ytdgr{display:flex;justify-content:flex-end;align-items:center;font-size:2rem}.Scoreboard-module_score_RScEK{padding:3px 10px;display:flex;justify-content:flex-end;align-items:center}.Scoreboard-module_icon-leaf_BTeuk,.Scoreboard-module_icon-group_F-G3w{padding-right:.2em;width:1em;height:1em}.Scoreboard-module_icon-leaf_BTeuk{fill:#1b9416}.Scoreboard-module_icon-group_F-G3w{fill:#4682b4}.PlayerHand-module_card-display_TmssZ{display:flex;justify-content:space-between;flex-direction:row;padding-top:1rem;padding-bottom:.5rem}@media (min-width: 500px){.PlayerHand-module_card-display_TmssZ{flex-direction:row}}.PlayerHand-module_hand-grid_q-uMJ{display:flex;gap:8px;align-items:flex-start}.PlayerHand-module_hand-item_mVnbo{display:flex;flex-direction:column;height:calc((var(--hand-tile-size-mobile)) + 4px);width:calc(var(--hand-tile-size-mobile) * 2 + 2px);border:1px solid var(--tile-edge-color);border-bottom:3px solid var(--tile-edge-color)}@media (min-width: 500px){.PlayerHand-module_hand-item_mVnbo{height:cal(var(--hand-tile-size-desk)4px);width:calc(var(--hand-tile-size-desk) * 2 + 2px)}}.PlayerHand-module_hand-item_mVnbo:active{transform:scale(.95)}.PlayerHand-module_selected_w1y-C{border:1px solid var(--tile-hl-color);border-bottom:3px solid var(--tile-hl-color)}.PlayerHand-module_hand-row_sBryH{display:flex}.PlayerHand-module_hand-item-cell_SE0ph{width:var(--hand-tile-size-mobile);height:var(--hand-tile-size-mobile);font-size:1.15rem;border:1px solid black}@media (min-width: 500px){.PlayerHand-module_hand-item-cell_SE0ph{width:var(--hand-tile-size-desk);height:var(--hand-tile-size-desk)}}.PlayerHand-module_hand-item-cell_SE0ph:first-child{border-right:1px dashed #505050}.PlayerHand-module_deck-counter-deck_Yt4vS{display:flex;justify-content:center;align-items:center;border:1px solid var(--tile-edge-color);background:#000;box-shadow:0 2px #000,0 4px 0 var(--tile-edge-color),0 6px #000,0 8px 0 var(--tile-edge-color),0 10px #000,0 12px 0 var(--tile-edge-color);height:calc((var(--hand-tile-size-mobile)) + 4px);width:calc(var(--hand-tile-size-mobile) * 2);font-size:2rem;transform:translateY(-12px)}@media (min-width: 500px){.PlayerHand-module_deck-counter-deck_Yt4vS{height:calc(var(--hand-tile-size-desk) + 4px);width:calc(var(--hand-tile-size-desk) * 2)}}.PlayerHand-module_deck-counter-deck_Yt4vS.PlayerHand-module_is-empty_TcNsN{border:1px dashed var(--tile-edge-color);box-shadow:none;transform:translateY(0)}.PlayerControls-module_player-controls_m7FbL{width:100%}.PlayerControls-module_tools_f77Hf{display:flex}.PlayerControls-module_tools-button_1ySMZ{flex-grow:1;border-radius:0}.PlayerControls-module_tools-button_1ySMZ:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.PlayerControls-module_tools-button_1ySMZ:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.FinalScore-module_final-score-table_qSJgw{list-style-type:none;margin:0 auto;padding:0 0 2em;max-width:16em}.FinalScore-module_final-score-table-row_C6VP7{display:flex;align-items:baseline;justify-content:space-between}.FinalScore-module_final-score-table-row_C6VP7:last-child{margin-top:.5em;padding-top:.2em;font-size:1.5em}.FinalScore-module_score-title_MI57Y{font-weight:700}.Loading-module_loading-widget_y0Lii{position:absolute;top:25vh;left:50vw;display:flex;flex-direction:column;align-items:center;margin:0 auto;padding:3rem;max-width:16rem;text-align:center;transform:translate(-50%,-50%)}.Loading-module_loading-icons_4S-TL{display:flex;align-items:center;justify-content:space-around}.Loading-module_icon_1whdN{padding:0 10px}.Loading-module_tree_6OPgl{color:var(--tree-color)}.Loading-module_farm_XZs2q{color:var(--farm-color)}.Loading-module_people_W2vlv{color:var(--people-color)}.Loading-module_power_kLxvB{color:var(--power-color)}
