body{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:start;background-color:#d9d3c6}*{box-sizing:border-box}#root{display:flex;justify-content:start;align-items:center;flex-direction:column;min-height:100vh;gap:30px}.container{display:flex;flex-direction:column}.emptySpace{width:100%;height:50px}footer{width:100vw;text-align:center;margin-top:auto;font-size:large}.footerSpace{background-color:#2f362f;padding:20px;display:flex;justify-content:center}.footerLink{display:flex;justify-content:center;gap:5px;text-decoration:none;width:fit-content}.footerLink *{color:#d9d3c6}.footerCopywrite{display:inline-block;transition:transform .6s ease}.footerName{transition:text-decoration .2s ease}.footerLink:hover .footerCopywrite,.footerLink:focus-visible .footerCopywrite{transform:rotate(360deg)}.footerLink:hover .footerName,.footerLink:focus-visible .footerName{text-decoration:underline}.info{width:max(90vw,min(90vw,300px));max-width:100vh;display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.infoCard{display:block;border:2px solid #F8FAF9;max-width:90vw;border-radius:1px;padding:20px;background-color:#c4bfb5;box-shadow:#00000029 0 1px 4px;transition:transform .3s ease-in-out;text-decoration:none;font-size:x-large;width:350px}.infoCard:hover,.infoCard:focus{background-color:#b0aba1;box-shadow:#0000003d 0 3px 8px;transform:scale(1.02);outline:none}.outline{width:max(90vw,min(90vw,300px));display:flex;justify-content:center;align-items:center;position:relative;gap:2rem;flex-wrap:wrap}.outline h2{margin:0;position:absolute;bottom:0;text-align:center;padding:20px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:100%;max-width:100vh;border-radius:0 0 3px 3px}.outlineText{color:#d9d3c6}.outlineImg{width:100%;max-width:100vh;border-radius:3px}#title{max-width:400px;background-color:#d9d3c6}.flexCenter{display:flex;justify-content:center;align-items:center}.notFoundWrapper{margin-top:40px;text-align:center}.home-btn{display:inline-block;margin-top:16px;padding:12px 20px;background-color:#2f362f;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .15s ease,transform .05s ease}.home-btn:hover,.home-btn:focus{background-color:#3b453b}.home-btn:active{transform:translateY(1px)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{border:8px solid #f3f3f3;border-top:8px solid #2F362F;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.PieChart{max-height:50vh;width:fit-content}.sampleBox{height:20px;width:20px;flex-shrink:0;border:2px solid black}.descriptions{white-space:nowrap}.colorDescriptions{width:100%;display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem;padding:1rem}.colorDescription{display:flex;justify-content:center;align-items:center;gap:.5rem}.verMore,.horMore{box-sizing:content-box;padding:.5rem;border-radius:10px;cursor:pointer;height:1.8rem}.verMore:hover,.verMore:focus,.horMore:hover,.horMore:focus{background-color:#0000004d}.verMore:active,.horMore:active{background-color:#0009}.openMoreOptions{z-index:15;background-color:#fff;border-radius:10px;padding:10px;display:flex;flex-direction:column;box-sizing:border-box}.headerDropdown{position:absolute;top:10px;right:10px;z-index:100}.toggleDropdown{position:absolute;top:5%;left:5%;display:flex;white-space:nowrap;width:fit-content;background-color:transparent;border:none;padding:1rem}.gameFilterDropdown{position:absolute;top:120%;right:0;z-index:10}.itemListDropdown{position:absolute;top:80%;right:0;z-index:10}.toggleDropdown .dropdown{position:absolute;top:100%;left:0}.openMoreOptions *{box-sizing:border-box;flex:1;color:#000;font-size:large;text-decoration:none;width:100%;border-radius:3px;padding:3px 6px}.openMoreOptions .delete{color:red}.openMoreOptions *:not(.delete,.activeSeg):hover,.openMoreOptions *:not(.delete,.activeSeg):focus{background-color:#0003}.openMoreOptions .delete:hover,.openMoreOptions .delete:focus{background-color:#f003}.openMoreOptions .delete:active{background-color:#b91c1c}.dropdown-link{cursor:pointer}.activeSeg{background-color:#2f362f;color:#fff}header{width:100vw}header nav{display:flex;justify-content:space-between;align-items:center;margin:0;padding:10px 20px;background-color:#788978;font-size:large;color:#2f362f}header nav *{margin:0;padding:0}.links{display:flex;gap:10px;flex-wrap:wrap}.link{gap:5px;display:flex;justify-content:center;align-items:center;text-decoration:none;padding:5px 3px;color:#d9d3c6;font-size:larger}.link:hover,.link:focus{box-shadow:inset 0 -2px #d9d3c6;cursor:pointer}.username{color:#d9d3c6}.menu{height:2em;display:flex;justify-content:center;align-items:center}form{width:500px;padding:1.5rem;display:flex;flex-direction:column;border:2px solid #F8FAF9;max-width:90vw;border-radius:2px;background-color:#c4bfb5;box-shadow:#00000029 0 1px 4px;gap:10px;font-size:larger}h1,h2,h3,h4{margin:0}.flexColumn{display:flex;flex-direction:column}form input{font-size:large;padding:2px 4px;background-color:#f8faf9;border:1px solid black;border-radius:2px}.submitButtonBox{display:flex;justify-content:center;margin-top:10px}.defaultBtn{background-color:#2f362f;padding:6px 20px;color:#d9d3c6;font-size:large;border:none;border-radius:4px;cursor:pointer}.defaultBtn:hover,.defaultBtn:focus{background-color:#4a524a}.noAccount>{margin:0;padding:0}.noAccount{color:#000}.imgPreview{width:min(90%,350px);height:auto}.addGame{display:flex;flex-direction:column;align-items:center;justify-content:start;flex-grow:0;font-size:large}.addGame input{width:min(400px,100%);background-color:#0000001a;border:2px solid black;color:#2f362f;border-radius:5px;padding:.5rem}.addGame input::placeholder{color:#2f362f;font-size:small}.addGame textarea::placeholder{color:#2f362f;font-size:small}.genreRadioBtnsBox{width:min(400px,100%);display:flex;justify-content:space-between;align-items:center;border:2px solid rgb(0,0,0);padding:.5rem;border-radius:5px;background-color:#0000001a;color:#2f362f}.genreRadioBtns{display:flex;justify-content:center;align-items:center;gap:.5rem}.genreRadioBtns button{background-color:#0000001a;color:#1a1d1a;border:2px solid black;border-radius:5px;padding:.3rem .6rem;cursor:pointer}.genreRadioBtns button.active{background-color:#1a1d1a;color:#d9d3c6}.genreRadioBtns input,.genreRadioBtns label{cursor:pointer}.addGame textarea{box-sizing:border-box;width:min(400px,100%);border:2px solid rgb(0,0,0);background-color:#0000001a;border-radius:5px;padding:.5rem;color:#2f362f;min-height:5rem;resize:vertical}.addGame input::file-selector-button,.addGame .submit{background-color:#2f362f;border-radius:5px;border:none;padding:.5rem 1rem;color:#d9d3c6;cursor:pointer;font-size:large;display:inline-block}.addGame input::file-selector-button:hover,.addGame input::file-selector-button:focus,.addGame .submit:focus,.addGame .submit:hover{background-color:#1a1d1a;box-shadow:#000 0 0 1px 1px}.addGame input::file-selector-button:active,.addGame .submit:active{transform:translateY(5%) translate(-.5%)}.errors{border:1px solid #cc0000;border-left:7px solid #cc0000;border-radius:0 5px 5px 0;padding:1rem 1.5rem;width:min(400px,100%);color:#c00;margin:0}.authForm{width:fit-content}.authForm input{max-width:300px;background-color:#0000004d;color:#d9d3c6}.authForm input:hover,.authForm input:focus{background-color:#0006}.games{width:min(90vw,800px)}.listItem{position:relative;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between}.listItem.even{background-color:#0000001a}.listItem.odd{background-color:#0003}.itemListLeft{display:flex;justify-content:start;align-items:center;gap:1rem;flex-wrap:wrap}.itemListRight{display:flex;justify-content:center;align-items:center}.moreOptions{cursor:pointer;box-sizing:content-box;height:1.8rem;padding:.5rem}.gamePageContainer{flex:1;display:flex;width:100%;line-height:1.5;position:relative;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start}.gamePageContainerLeft{align-items:center;display:flex;flex:1;flex-direction:column;padding:1rem;min-width:300px;gap:1rem;max-width:min(60vh,100vw);height:fit-content}.gamePageContainerLeft img{width:100%;border-radius:10px}.gamePageContainerRight hr{width:100%;border:none;border-top:2px solid rgb(15,23,42)}.gamePageContainerRight p{margin:0}.gamePageContainerRight{height:fit-content;min-width:300px;display:flex;flex:2;flex-direction:column;padding:1rem;font-size:large}.checkOutLink{background-color:#2f362f;width:fit-content;padding:.7rem 1.4rem;border-radius:10px;text-decoration:none;color:#d9d3c6;font-size:larger;transition:transform .3s ease,background-color .3s ease;display:inline-block;cursor:pointer}.checkOutLink:hover:not(:disabled),.checkOutLink:focus:not(:disabled){transform:translateY(-3%) scale(1.02);background-color:#2a302a;box-shadow:#151815 0 0 5px .5px}.checkOutLink:focus:not(:disabled){outline:2px solid #788978}.checkOutLink:active{outline:none;transform:translate(0)}.checkOutLink:disabled{background-color:gray;cursor:not-allowed}.flexRow{display:flex;justify-content:space-between;align-items:start;flex-wrap:wrap;gap:1rem}.activeGameFilter{background-color:#2f362f;color:#d9d3c6}.filterBar{display:flex;position:relative;gap:.1rem;width:min(90vw,400px)}.searchGamesInput{font-size:1.5rem;background-color:#0006;border:none;border-radius:10px 0 0 10px;color:#d9d3c6;padding:.5rem;height:2.5rem;flex:1}.searchGamesInput::placeholder{color:#d9d3c6;opacity:.7}.searchGamesInput:focus{outline:2px solid black;background-color:#00000080}.searchGamesInput:hover{background-color:#00000080}.openDropDown{height:2.5rem;width:2.5rem;background-color:#0006;display:flex;justify-content:center;align-items:center;border-radius:0 10px 10px 0}.openDropDown:hover{background-color:#00000080}.openDropDown:focus{background-color:#00000080;outline:2px solid black}.filterBtn{height:70%;width:70%;cursor:pointer}.dropDown{display:flex;flex-direction:column;gap:.4rem;position:absolute;top:120%;right:0;padding:.5rem;border-radius:10px;background-color:#d9d3c6;z-index:10}.dropDown button{padding:.3rem .5rem;border-radius:5px;border:2px solid black}.checkOutLinkBox{display:flex;flex-direction:column;gap:.5rem;align-items:end;flex-grow:1;margin:0;padding:0}.boxForTitleInputs{display:flex;flex-direction:column;gap:.5rem;justify-content:center;flex-grow:5}.boxForTitleInputs div{display:flex;justify-content:space-between;gap:.1rem}input.editGameInput,textarea.editGameInput,select.editGameInput{background-color:#0000004d;border-radius:3px;border:1px solid black;padding:.2rem .1rem;font-size:large}input.editGameInput:hover,textarea.editGameInput:hover,select.editGameInput:hover{background-color:#0006}input.editGameInput,select.editGameInput{flex:1;max-width:60%}textarea.editGameInput{field-sizing:content;resize:vertical;min-height:200px}sc-slide{position:absolute}.saveBox{width:90vw;display:flex;justify-content:start;gap:1rem}.newImg{border:1px solid #2F362F;padding:.4rem;border-radius:3px;background-color:#0000004d}.newImg::file-selector-button{background-color:#2f362f;border-radius:6px;border:none;padding:.5rem 1rem;color:#d9d3c6;font-size:medium;display:inline-block;cursor:pointer}.newImg::file-selector-button:focus,.newImg::file-selector-button:hover{background-color:#1a1d1a;box-shadow:#000 0 0 1px 1px}.newImg::file-selector-button:active{transform:translateY(5%) translate(-1%)}.confirmOverlay{position:fixed;inset:0;background-color:#00000080;color:#fff;display:flex;justify-content:center;align-items:center;z-index:11}@keyframes growIn{0%{opacity:0;transform:translateY(-30%)}to{opacity:1;transform:translateY(0)}}.confirmBox{width:fit-content;background-color:#788978;padding:2rem;font-size:x-large;border-radius:20px;color:#d9d3c6;display:flex;flex-direction:column;gap:1rem;margin:1rem;animation:growIn .3s ease-in-out forwards}.confirmOverlayBtns{display:flex;flex:1;justify-content:flex-end;gap:.67rem;flex-wrap:wrap}.confirmBox button{padding:10px 20px;border-radius:5px;border:none;cursor:pointer;background-color:#2f362f;color:inherit;font-size:large;box-shadow:#000 -2px 2px 5px 1px}.confirmBox button:active{transform:translate(-2px,3px);box-shadow:none}.confirmBox button.deleteBtn{background-color:#b91c1c}
