*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background-color:#fefaf1;overflow:hidden}#root{height:100%;overflow:hidden}.button{background-color:transparent;border:none;cursor:pointer;font-size:14px;font-family:monospace;color:#000;border:1.5px solid #000;padding:5px 10px}.primary-button{background-color:#000;color:#fff}.action-button-add{min-width:8.5em}.button:disabled{cursor:wait}.primary-button:disabled{background-color:#000;color:#fff;opacity:1}.select-container{border:1.5px solid #000;padding:5px 10px}.select{background-color:transparent;border:none;cursor:pointer;font-size:14px;font-family:monospace;color:#000}.select:focus{outline:none;border:none}.about-container{padding:40px 100px;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;font-size:14px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:20px;width:100%;height:100%}.features-flex{height:100%;width:100%;display:flex;flex-direction:column;gap:20px}.feature-row{display:flex;gap:20px;height:calc(50% - 10px);flex:1}.feature-square{padding:15px;border:1.5px solid black;display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1;overflow:hidden}@media(max-width:768px){.about-container{padding:80px 20px 20px;overflow-y:auto}.features-flex{gap:15px}.feature-row{flex-direction:column;height:auto}}.input:focus{outline:none}.forest-own-control{position:absolute;top:8px;right:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;background:transparent;cursor:pointer;font-family:monospace;pointer-events:none;transition:width .15s ease,height .15s ease,background .15s ease}.forest-own-dot{display:block;font-size:18px;line-height:1;font-weight:700;color:#333;flex-shrink:0}.forest-own-delete{display:none;align-items:center;justify-content:center;color:#333}.forest-cell:hover .forest-own-control{width:28px;height:28px;border:1.5px solid #333;border-radius:4px;background:#fefaf1;color:#333;pointer-events:auto}.forest-cell:hover .forest-own-dot{display:none}.forest-cell:hover .forest-own-delete{display:flex}.forest-own-control:active{background:#333;color:#fefaf1}.forest-status-error{color:#a33}.forest-page{width:100vw;height:100vh;overflow:auto;padding:0 100px 100px;box-sizing:border-box}.forest-section{margin-bottom:48px}.forest-section:last-child{margin-bottom:0}.forest-section-header{padding:24px 0 16px;border-bottom:1.5px solid #333;margin-bottom:0}.forest-section-title{font-family:monospace;font-size:20px;font-weight:700;margin:0 0 8px;color:#000}.forest-section-description{font-family:monospace;font-size:14px;line-height:1.5;margin:0 0 8px;color:#333;max-width:640px}.forest-section-count{font-family:monospace;font-size:14px;margin:0;color:#000}.forest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:0}.menu-container{position:fixed;right:20px;border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:10px;bottom:50%;transform:translateY(50%)}.viz-mobile-fallback{display:none}.viz-desktop{display:block}@media(max-width:768px){.menu-container{top:50px;right:auto;left:50%;transform:translate(-50%);flex-direction:row;bottom:auto}.action-buttons{flex-direction:column!important}.input-container{margin-top:200px}.forest-page{padding:80px 20px 20px!important}.forest-grid{grid-template-columns:1fr!important}.forest-section-header{padding-top:16px}.forest-section-title{font-size:18px}.home-header{position:fixed;top:0;left:0;right:0;height:60px;background-color:#fefaf1;border-bottom:1.5px solid #000;z-index:999;display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.home-button-container{position:relative!important;top:auto!important;right:auto!important;transform:none!important}.home-button-container .button{background-color:#fefaf1}.viz-mobile-fallback{display:block;width:100vw;height:100vh;overflow:auto;margin-top:40px}.viz-desktop{display:none!important}}
