.Navbar_navbar__kCA0d{display:flex;flex-direction:column;padding:.5rem;width:100%}.Navbar_siteheader__O8NHg{color:var(--primary-color);font-size:xxx-large;padding:2rem;display:flex;justify-content:center;cursor:pointer}.Navbar_pagecontainer__E7P2n{display:flex;padding-top:2rem;padding-bottom:2rem;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.Navbar_pagelink__v4Yjf{height:2rem;cursor:pointer;width:70%;display:flex;gap:1rem;align-items:center;padding-left:3rem}.Navbar_pagelink__v4Yjf:hover{color:var(--primary-color)}.Navbar_bottom_navbar__crFNv{position:absolute;bottom:0}.Navbar_menubutton__9Ylx9{border:none;background-color:var(--primary-color);height:2rem;padding-left:47%;align-items:center;display:flex}.Navbar_sociallinks__TtrGs>a{padding:4rem 1rem 1rem}@media screen and (min-width:600px){.Navbar_togglenavbar__Y_Ep7{display:none}}@media screen and (max-width:600px){.Navbar_siteheader__O8NHg{font-size:xxx-large}}.Navbar_togglenavbar__Y_Ep7{cursor:pointer}.SettingsPage_settingscontainer__fs_Qy{padding:4rem;display:grid;grid-template-columns:3fr 1fr;grid-row-gap:1.5rem;row-gap:1.5rem;align-items:center}@media screen and (max-width:600px){.SettingsPage_settingscontainer__fs_Qy{padding:2rem}}.SettingsPage_settingsheader__8SCWe{font-size:xx-large;padding:1rem}.Loading_main_body__xNR17{display:flex;min-height:90vh;text-align:center;align-items:center;justify-content:center}.Loading_loading_bar__bnqxP{width:100%;display:flex;position:relative;justify-content:center}.Loading_load_section__m1VK1{top:-35px;position:absolute;transform:scale(1.5)}.Loading_circle__2UihA{width:1px;height:5px;position:absolute;animation:Loading_rotate__mLFIn 3.5s linear infinite}.Loading_circle__2UihA .Loading_dot__UKkB6{top:30px;width:7px;height:7px;background:var(--primary-color);border-radius:50%;position:relative}@keyframes Loading_rotate__mLFIn{30%{transform:rotate(220deg)}40%{transform:rotate(450deg);opacity:1}75%{transform:rotate(2turn);opacity:1}76%{opacity:0}to{opacity:0;transform:rotate(0deg)}}.Loading_circle__2UihA:first-child{animation-delay:.15s}.Loading_circle__2UihA:nth-child(2){animation-delay:.3s}.Loading_circle__2UihA:nth-child(3){animation-delay:.45s}.Loading_circle__2UihA:nth-child(4){animation-delay:.6s}.Loading_circle__2UihA:nth-child(5){animation-delay:.75s}.Loading_circle__2UihA:nth-child(6){animation-delay:.9s}.ProjectModal_darkBG__nPRP3{background-color:rgba(0,0,0,.5);width:100vw;height:100vh;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.ProjectModal_modal__Nbjy6{transform:translate(-50%,-50%);position:fixed;top:50%;left:50%;background:var(--primary-backgroud);color:#fff;z-index:10;border-radius:16px;box-shadow:20px 20px 45px -15px var(--primary-color)}.ProjectModal_modalHeader__DaTgD{height:3rem;display:flex;justify-content:center;align-items:center;overflow:hidden;font-size:large;font-weight:bolder}.ProjectModal_closeBtn__19fzR{cursor:pointer;background:var(--primary-color);padding:.4rem .8rem;border-radius:.5rem;border:none;transition:all .25s ease;box-shadow:0 5px 20px 0 rgba(0,0,0,.06);position:absolute;right:0;top:0;align-self:flex-end;margin-top:-7px;margin-right:-7px}.ProjectModal_modalContent__wV1wC{padding:1rem;font-size:medium}@media screen and (max-width:600px){.ProjectModal_modal__Nbjy6{width:17rem}}@media screen and (min-width:1040px){.ProjectModal_modal__Nbjy6{width:25rem}}@media screen and (min-width:1360px){.ProjectModal_modal__Nbjy6{width:40rem}}.GithubSummary_githubsummarycontainer__Kxq8l{display:flex;flex-direction:column}.GithubSummary_header__wrsow{display:flex;flex-direction:row;gap:2rem;padding:1rem;justify-content:flex-start;align-items:center}.GithubSummary_searchbutton__mzLgM{cursor:pointer;background-color:var(--primary-backgroud)}.GithubSummary_searchbutton__mzLgM:hover{background-color:var(--primary-color);border-radius:8px}.GithubSummary_usernameinput__xuFKG{width:50%;font-size:large;height:2rem;border:2px solid var(--primary-color);border-radius:4px}.GithubSummary_content__6wbZe{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:4rem;justify-items:center;grid-gap:2rem;gap:2rem;width:90%}.GithubSummary_projecttile__l4B5d{border:.1rem solid var(--primary-color);border-radius:.5rem;padding:1rem;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"titl titl titl" "desc desc desc" "desc desc desc" "topi topi topi" "crat crat watc";cursor:pointer;grid-gap:.5rem;gap:.5rem;width:16rem;min-height:8rem}.GithubSummary_projecttile__l4B5d:hover{background-color:var(--primary-color)}.GithubSummary_projecttitle__dNkKz{font-size:large;font-weight:700;grid-area:titl;justify-self:center}.GithubSummary_projectdesc__1rz1o{grid-area:desc;font-weight:lighter}.GithubSummary_watchers__nm5Vj{grid-area:watc;font-size:small}.GithubSummary_created_date__AzQHC{grid-area:crat;font-size:small}.GithubSummary_topicscontainer__vTjYT{display:flex;flex-direction:row;gap:1rem;grid-area:topi}.GithubSummary_topicscontainer__vTjYT>div{font-size:small;background-color:var(--primary-color);border-radius:.25rem}@media screen and (max-width:1360px){.GithubSummary_content__6wbZe{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:1040px){.GithubSummary_content__6wbZe{grid-template-columns:1fr 1fr;padding:1.5rem}}@media screen and (max-width:600px){.GithubSummary_content__6wbZe{grid-template-columns:1fr;padding:1rem}}.NetworkInformation_container__gqbbz{display:flex;flex-direction:column;padding:2rem}.NetworkInformation_container__gqbbz>div{display:flex;flex-direction:row;padding:1rem;justify-content:space-between;box-shadow:4px 4px 8px var(--primary-color)}.NetworkInformation_container__gqbbz>div>div:first-child{font-weight:bolder}@media screen and (min-width:600px){.NetworkInformation_container__gqbbz>div{padding-left:4rem;padding-right:2rem}}.IndexDBCleanup_dbcleanupcontainer__I9S5m{display:flex;flex-direction:column;padding:1rem;gap:1rem}.IndexDBCleanup_content__TnNJL{padding:2rem;display:flex;flex-direction:column;gap:.5rem}.IndexDBCleanup_tablesetting__avMKo{display:flex;flex-direction:row;gap:4rem;align-items:center}.IndexDBCleanup_tablesetting__avMKo>div:first-child{min-width:8rem}.FileExplorer_maincontainer__hZlFj{display:grid;grid-template-areas:"a b c";width:100%}.AboutPage_container__jk0AE{display:grid}.AboutPage_references__8y650{display:flex;flex-direction:column;gap:1rem}.Notes_main_container__r1uPY{display:grid;padding:4rem;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem}.Notes_notetile__wSd6E{display:flex;flex-direction:column;border-width:.1rem;border-style:solid;border-color:var(--primary-color);align-items:center;border-radius:20px;cursor:pointer}.Notes_notetile__wSd6E:hover{background-color:var(--primary-color)}.Notes_note_name__Lpdlj{padding:1rem}.Notes_note_content__TS5PH{max-width:80vw;justify-content:flex-start}@media screen and (max-width:1360px){.Notes_main_container__r1uPY{padding:1.5rem;grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:1040px){.Notes_main_container__r1uPY{padding:1rem;grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.Notes_main_container__r1uPY{padding:2rem;grid-template-columns:1fr}}.ImageClassifier_image_container__QzHXH{width:100%;min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.ImageClassifier_uploaded_image__eOPV4{height:60vh;padding-left:1rem}.ImageClassifier_upload_button__1iPjT{display:none}.ImageClassifier_upload_label__bQU0v{cursor:pointer;background-color:var(--primary-color);height:1.5rem;width:4rem;text-align:center;padding-top:.25rem}.ImageClassifier_pred_1__ODbRC{font-weight:700;color:var(--primary-color)}.ImageClassifier_buttons__LOEbu{display:flex;flex-direction:row;gap:2rem}.WelcomeScreen_main_container__m5M8K{display:grid;justify-content:center;align-items:center}@media screen and (max-width:1360px){.WelcomeScreen_main_container__m5M8K{padding:1.5rem;grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:1040px){.WelcomeScreen_main_container__m5M8K{padding:1rem;grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.WelcomeScreen_main_container__m5M8K{padding:2rem;grid-template-columns:1fr}}.WelcomeScreen_page_tile__ZTsB2{display:flex;flex-direction:column;border-color:var(--primary-color);border-width:.1rem;border-style:solid;padding:1rem;gap:1rem;align-items:center;border-radius:25px;cursor:pointer}.WelcomeScreen_page_tile__ZTsB2:hover{background-color:var(--primary-color)}.WelcomeScreen_underdevbanner__vGoac{display:grid}.PageHeader_header_style___N8iO{display:flex;flex-direction:row;cursor:pointer;gap:1rem;align-items:flex-start;padding:1rem}.PageHeader_title__OAw9U{font-size:x-large}.index_global_window__8dzIc{display:grid;grid-template-columns:1fr 8fr;grid-template-rows:4rem;grid-template-areas:"n h" "n m";padding-right:1rem}.index_navbar__IatIR{grid-area:n;width:100%}.index_page_header__GQSFK{grid-area:h;width:100%}.index_main_body__um736{grid-area:m;width:100%}@media screen and (max-width:600px){.index_global_window__8dzIc{display:flex;flex-direction:column;align-items:center}}