@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Ovo&family=Pinyon+Script&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Freehand&display=swap";.home-section{display:grid;grid-template-columns:500px;gap:40px;justify-content:space-between;align-items:center;background-color:#000000da;border-radius:25px;padding-top:50px;padding-bottom:50px;transform:scale(.9)}:root{--color: white}.home-content{display:flex;flex-direction:column;gap:40px;justify-content:space-between}.home-header{display:flex;flex-direction:column;align-items:center}.home-heading{color:var(--color);font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:400;margin:0}.home-sub-heading{color:var(--color);font-family:Pinyon Script,cursive;font-size:1.8rem;font-weight:400;margin:0}.home-options{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.home-start-button,.home-high-score-button{color:var(--color);font-family:Cinzel,serif;background-color:transparent;border-width:0;font-size:2.5rem;cursor:pointer;text-transform:uppercase;text-decoration:none;display:inline-block;position:relative}.home-start-button:after,.home-high-score-button:after{content:"";position:absolute;bottom:0;left:50%;display:block;background:none repeat scroll 0 0 transparent;height:1px;width:0;background:#d8ce70;transition:width .3s ease 0s,left .3s ease 0s}.home-start-button:hover:after,.home-high-score-button:hover:after{width:100%;left:0}.home-footer{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.home-date-and-time{display:flex;gap:10px;border-bottom-width:1px;border-bottom-color:var(--color);border-bottom-style:solid;padding-bottom:10px;width:100%;justify-content:center;align-items:center}.home-date,.home-time{color:var(--color);font-family:Ovo,serif;font-size:1rem;letter-spacing:4px}.home-date{border-right-width:1px;border-right-color:var(--color);border-right-style:solid;padding-right:10px}.home-github-link{color:var(--color);font-family:Ovo,serif;font-size:1rem;letter-spacing:1px}.game-section{display:none;flex-direction:column;justify-content:space-between;align-items:center;align-self:flex-start;margin-top:50px;width:1280px}@media (max-width:1280px){main{margin-bottom:20px}.game-section{width:90vw}}.game-heading{font-family:Cormorant Garamond,serif;font-size:2.4rem;color:#f9f1f1}.game-grid{display:grid;justify-content:center;width:max(350px,100%);grid-template-columns:repeat(auto-fill,220px);grid-template-rows:240px;gap:45px}.game-grid-item{perspective:800px;transition:ease-in .15s}@keyframes scaleCard{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.game-grid-item:hover{transform:scale(1.05)}.game-grid-item:active{transform:scale(1.02)}.game-card{background-color:#ede8e8;overflow:hidden;display:grid;grid-template-rows:200px 1fr;cursor:pointer;transition:ease-in .15s;height:100%;width:100%;box-shadow:0 0 5px 2px #32323240;animation:scaleCard 1s}.game-flower-img{width:90%;height:90%;object-fit:cover;align-self:center;justify-self:center}.game-flower-title{font-family:Freehand,cursive;font-size:1.1rem;color:#000;align-self:center;margin:0 0 0 10px}.game-stats{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:flex-start;margin-top:30px;gap:10px}.game-score,.game-level{margin:0}.game-score-container,.game-level-container{font-family:Freehand,cursive;display:flex;font-size:1.1rem;gap:10px}.game-buttons{display:flex;gap:20px;height:100%}.game-legend-button,.game-home-button{all:unset;font-family:Cormorant Garamond,serif;width:50px;height:20px;font-size:1rem;background:transparent;border:none;position:relative;color:#f0f0f0;cursor:pointer;z-index:1;padding:10px 20px;display:flex;align-items:center;justify-content:center;white-space:nowrap;user-select:none;-webkit-user-select:none;touch-action:manipulation}.game-legend-button:after,.game-legend-button:before{content:"";position:absolute;bottom:0;right:0;z-index:-99999;transition:all .4s}.game-home-button:after,.game-home-button:before{content:"";position:absolute;bottom:0;right:0;z-index:-99999;transition:all .4s}.game-legend-button:before,.game-home-button:before{transform:translate(0);width:100%;height:100%;background:#28282d;border-radius:10px}.game-legend-button:after,.game-home-button:after{transform:translate(10px,10px);width:35px;height:35px;background:#ffffff15;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:50px}.game-legend-button:hover:before,.game-home-button:hover:before{transform:translate(5%,20%);width:110%;height:110%}.game-legend-button:hover:after,.game-home-button:hover:after{border-radius:10px;transform:translate(0);width:100%;height:100%}.game-legend-button:active:after,.game-home-button:active:after{transition:0s;transform:translateY(5%)}:root{--progress: 0%}.legend-section{display:none;flex-direction:column;justify-content:space-between;align-items:flex-start;max-height:650px;background-color:#5a4d3a;background-image:url(https://images.pexels.com/photos/172276/pexels-photo-172276.jpeg?auto=compress&cs=tinysrgb&h=650&w=940);background-size:cover;padding:20px 40px 20px 20px;box-shadow:2px 2px 4px #0000004d;transition:ease-in-out .15s;width:1060px}.legend-grid{display:grid;width:100%;justify-content:center;grid-template-columns:repeat(auto-fill,220px);grid-template-rows:repeat(5,260px);grid-auto-rows:260px;overflow-y:scroll;gap:50px;padding-right:25px}.legend-grid-item{background-color:#ede8e8;width:100%;height:100%;overflow:hidden;padding:10px;display:grid;grid-template-rows:220px 1fr;cursor:pointer;transition:ease-in .15s;box-shadow:2px 2px 4px #0000004d;animation:scaleLegendCard 1s}.legend-grid-item:hover{transform:scale(.95)}.legend-flower-img{width:100%;height:100%;object-fit:cover}.legend-flower-title{font-family:Freehand,cursive;font-size:1.3rem;color:#000;margin:10px 0 0}.legend-progress{width:100%;display:flex;flex-direction:column;justify-content:space-between}.legend-progress-header{display:flex;width:100%;justify-content:space-between}.legend-progress-heading{font-family:Cormorant Garamond,serif;margin:0}.legend-buttons{display:flex;gap:10px}.legend-game-button,.legend-home-button{font-family:Cormorant Garamond,serif;background-color:transparent;border-width:0;font-size:1.1rem;font-weight:700;cursor:pointer;transition:ease-in-out .15s}.legend-game-button:hover,.legend-home-button:hover{color:#363636}.legend-progress-container{width:100%;height:14px;background-color:#f5f5f52a;display:flex;box-shadow:inset 0 0 4px #000000dc;border:1px solid rgba(0,0,0,.405)}.legend-progress-bar{height:80%;width:var(--progress);background-color:#f5f5f5;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid rgba(0,0,0,.2);box-shadow:0 0 4px #00000083}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background-color:#e7e7e71c;box-shadow:inset 0 0 4px #000000dc;border:1px solid rgba(0,0,0,.405)}::-webkit-scrollbar-thumb{border-radius:8px;background-color:#363636;border:1px solid rgba(0,0,0,.2)}.flower-info-card{display:none;grid-template-columns:1fr 400px;grid-template-rows:min-content;grid-auto-rows:400px;background-color:#fff;padding:20px;gap:20px;align-items:center;transition:ease-in .15s;box-shadow:0 0 5px 2px #32323240;animation:scaleLegendCard 1s}@media (max-width: 1060px){.legend-section{width:90vw}.flower-info-card{width:88vw;grid-template-columns:1fr;grid-template-rows:1fr 400px}}@keyframes scaleLegendCard{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.flower-main-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;max-width:500px}.flower-main-heading{color:#59493b;font-family:Cormorant Garamond,serif;line-height:60px;font-size:5rem;font-weight:400;margin:0;width:min-content}.flower-main-sub-heading{color:#59493b;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;margin:5px 0 0}.flower-main-info{color:#59493b;font-family:Ovo,serif;width:430px}.flower-info-img-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.flower-info-img{width:100%;height:500px;object-fit:cover}.legend-return-button{all:unset;width:50px;height:20px;font-size:16px;background:transparent;border:none;position:relative;color:#f0f0f0;cursor:pointer;z-index:1;padding:10px 20px;margin-top:10px;display:flex;align-items:center;justify-content:center;white-space:nowrap;user-select:none;-webkit-user-select:none;touch-action:manipulation}.legend-return-button:after,.legend-return-button:before{content:"";position:absolute;bottom:0;right:0;z-index:-99999;transition:all .4s}.legend-return-button:before{transform:translate(0);width:100%;height:100%;background:#28282d;border-radius:10px}.legend-return-button:after{transform:translate(10px,10px);width:35px;height:35px;background:#ffffff15;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:50px}.legend-return-button:hover:before{transform:translate(5%,20%);width:110%;height:110%}.legend-return-button:hover:after{border-radius:10px;transform:translate(0);width:100%;height:100%}.legend-return-button:active:after{transition:0s;transform:translateY(5%)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;transition:ease 1s;background-color:#00000065}main{max-width:2000px;min-height:100vh;display:flex;align-items:center}
