.LlavaChat_llavaChat__r_iRZ{width:100vw;height:100vh;display:flex;justify-content:center;align-items:flex-start}.LlavaChat_chatSection__uNrAC{height:100%;padding:10px;max-width:1400px;width:100vw;justify-content:space-around;justify-content:flex-end;position:relative}.LlavaChat_chatSection__uNrAC,.LlavaChat_messages__oMdCd{display:flex;align-items:flex-start;flex-direction:column}.LlavaChat_messages__oMdCd{width:100%;overflow-y:scroll;height:calc(100% - 40px);z-index:1;scroll-behavior:smooth}.LlavaChat_messages__oMdCd::-webkit-scrollbar{width:8px;border-radius:20px}.LlavaChat_messages__oMdCd::-webkit-scrollbar-thumb{background:#313131;border-radius:20px}.LlavaChat_messages__oMdCd::-webkit-scrollbar-thumb:hover{background:#555}.LlavaChat_message__QJlQ5{max-width:80%;margin:10px;border:1px solid var(--accentdark);background-color:var(--containerBG);border-radius:20px;padding:14px;font-size:18px}.LlavaChat_messageUser__pdcck{align-self:flex-end}.LlavaChat_messageAI__qFmdA{align-self:flex-start}.LlavaChat_promptInputWrapper__TosN7{padding-bottom:80px;width:100%;height:max-content;display:flex;align-items:center;justify-content:center;flex-direction:column}.LlavaChat_promptInput__HRZQx{width:80%;padding:10px;border-radius:20px;border:1px solid var(--accentdark);background-color:var(--containerBG);display:flex;align-items:flex-start;flex-direction:column}.LlavaChat_promptInputTextbox__LHMSY{height:-moz-fit-content;height:fit-content;min-height:80px;max-height:400px;width:100%;overflow-y:auto;resize:none;font-size:20px;line-height:30px;font-family:inherit;text-wrap:wrap;border:none;background-color:rgba(0,0,0,0)}.LlavaChat_promptInputTextbox__LHMSY:focus{outline:none}.LlavaChat_sendButton__kDMgs{right:0;background-color:#fff;border-radius:20px;color:#000;padding:5px;width:100px;text-align:center;align-self:flex-end;cursor:pointer}.LlavaChat_headline__LkeO4{font-size:60px;text-align:center;margin-bottom:10px;width:100%}.textAnimation_textanimation__weE2h{background-image:linear-gradient(-225deg,var(--accent2) 20%,var(--accent1) 50%,var(--accent2) 80%);background-size:auto auto;background-clip:border-box;background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:textAnimation_textanimation__weE2h 5s linear infinite;color:#fff}@keyframes textAnimation_textanimation__weE2h{to{background-position:200%}}.Combobox_combobox__2ttbd{font-size:28px;outline:none;border:2px solid var(--accentdark);border-radius:4px;padding-top:2px;padding-bottom:5px;width:300px;height:50px}@media(max-width:800px){.Combobox_combobox__2ttbd{font-size:12px}}.Combobox_combobox__2ttbd:focus{outline:none}.Combobox_comboboxItem___lECM{font-size:18px;cursor:pointer}.devProjectsPage_projectsPage__DAEBd{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.devProjectsPage_projectItems__ecIju{margin-top:50px;height:100%;width:80%;display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:20px;gap:20px;justify-content:center;align-items:center;place-items:center}.ProjectCard_projectCard__5ZU7E{height:650px;max-width:600px}.ProjectCard_content__mZOFy{display:flex;align-items:center;justify-content:space-between;flex-direction:column;height:60%;padding:10px}.ProjectCard_textContent__5p60C{margin-top:15px}.ProjectCard_headline__sysy8{font-size:24px;font-weight:bolder;text-align:center}.ProjectCard_tags__9JNK1{width:100%;display:inline-flex;justify-content:center;align-items:center}.ProjectCard_tag__JnXT6{font-size:14px;color:#fff;padding:1px 6px;background-color:#363636;border-radius:20px;margin:10px 4px}.ProjectCard_description__7yYjG{color:#d6d6d6;font-size:18px;text-align:justify}.ProjectCard_imageWrapper__HCCTS{display:flex;align-items:center;justify-content:center;width:100%;height:250px;overflow:hidden}.ProjectCard_image__PPdH_{border-top-left-radius:10px;border-top-right-radius:10px;width:100%;height:100%;object-fit:cover}.ProjectCard_authors__w4LX5{margin-top:10px;display:inline-flex}.ProjectCard_author__3a6Dm{text-decoration:none;color:var(--accent2);margin-right:10px}.ProjectCard_buttons__p_a5p{display:flex;align-items:flex-end;justify-content:center;flex-direction:row;width:100%}.ProjectCard_button__UqoTS{padding:3px 10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;color:gray;text-decoration:none;border:1px solid gray;border-radius:10px;transition-duration:.2s;margin:5px}.ProjectCard_button__UqoTS:hover{box-shadow:2px 2px 10px #000;color:#fff}.ProjectCard_button__UqoTS div{margin-left:10px}@media(max-width:600px){.ProjectCard_button__UqoTS{font-size:16px}}.ImageGridItem_imageGridItem__9NYE5{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:10px;border-radius:20px;transition-duration:.4s;box-shadow:2px 2px 10px #0a0a0a;display:block}.ImageGridItem_imageGridItem__9NYE5:hover{box-shadow:4px 4px 10px #0a0a0a}.ImageGridItem_image__8QUoU{border-radius:20px;width:100%;height:100%;object-fit:cover;display:block;vertical-align:middle;top:0;left:0;z-index:1}.ImageGridItem_content__JV4lb{border-radius:20px;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;transition-duration:.6s;cursor:pointer}.ImageGridItem_content__JV4lb:hover{background:rgba(0,0,0,.6)}.ImageGridItem_content__JV4lb:hover div{color:#bebebe;opacity:1;transform:translateY(0)}.ImageGridItem_content__JV4lb:hover .ImageGridItem_headline__VHxiR{color:#fff}.ImageGridItem_content__JV4lb:hover .ImageGridItem_bottom__vS3cK div{color:#a8a8a8}.ImageGridItem_content__JV4lb div{transition:opacity .8s ease,transform .8s ease;color:gray;text-align:center}.ImageGridItem_content__JV4lb .ImageGridItem_longFade__IQKIQ{transform:translateY(50px);opacity:0}.ImageGridItem_headline__VHxiR{font-size:28px}.ImageGridItem_description__GT2BO{font-size:18px}.ImageGridItem_location__LaiuE{display:flex;align-items:center}.ImageGridItem_location__LaiuE div{margin-left:4px;margin-bottom:2px}.ImageGridItem_bottom__vS3cK{z-index:2;position:absolute;top:0;left:0;width:calc(100% - 20px);margin-left:10px;margin-right:10px;height:calc(100% - 10px);display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;color:gray;transform:translateY(16px)}.ImageGridItem_bottom__vS3cK div{text-align:center;max-width:100%;margin-left:3px;margin-right:3px;opacity:0;font-size:16px;display:flex;align-items:center;gap:1px}.ShowImageCategoryPage_showImageCategoryPage__6t814{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;position:relative;margin-top:30px}.ShowImageCategoryPage_backButton__NXdZb{position:absolute;top:0;left:10%;font-size:40px;text-decoration:none;color:#fff;cursor:pointer;transition-duration:.2s}.ShowImageCategoryPage_backButton__NXdZb:hover{scale:110%}.ShowImageCategoryPage_header__vbhld{font-size:28px;text-align:center}.ShowImageCategoryPage_description__PBe0w{font-size:24px;font-weight:300}.ShowImageCategoryPage_location__ESuiA{font-size:16px;color:gray}.ShowImageCategoryPage_numberOfImages__NelMT{margin-top:20px;display:flex;align-items:center;justify-content:center;flex-direction:row;font-size:22px}.ShowImageCategoryPage_numberOfImages__NelMT div{margin-right:10px}.PageFooter_wrapper__zLjsp{width:100%;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;font-size:18px;color:#8a8a8a}@media(max-width:500px){.PageFooter_wrapper__zLjsp{font-size:14px}}.PageFooter_link__QQiOH{text-decoration:none;transition-duration:.2s;color:inherit}.PageFooter_link__QQiOH:hover{color:#b1b1b1}.PageFooter_supportMe__dPC3g{margin-bottom:40px}.PageFooter_legal__UYwAz{width:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;font-size:18px;color:#8a8a8a}.PageFooter_legal__UYwAz div{border-left:2px solid gray;height:16px;width:2px}@media(max-width:800px){.PageFooter_legal__UYwAz div{display:none}.PageFooter_legal__UYwAz{flex-direction:column}}@media(max-width:500px){.PageFooter_legal__UYwAz{font-size:14px}}.page_wrapper__yZPUZ{width:100vw;height:100vh;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;margin:0;background-color:var(--background);color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow-y:scroll;overflow-x:hidden}.page_headline__g_pgh{font-size:5em;color:var(--accent2);text-shadow:0 0 10px var(--accent2),0 0 20px var(--accent2);animation:page_typing__zgi8k 3s steps(9) forwards;text-align:center;font-family:monospace;overflow:hidden;white-space:nowrap;width:0}@media(max-width:1200px){.page_headline__g_pgh{font-size:3.5em}}@media(max-width:800px){.page_headline__g_pgh{font-size:2em}}@media(max-width:500px){.page_headline__g_pgh{font-size:1.5em}}@keyframes page_typing__zgi8k{0%{width:0}to{width:100%}}.page_gamesList__q3oyx{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;margin-bottom:100px}.page_imprint__HSD_d{position:absolute;bottom:0}.FeaturesPage_featurespage__kaHrP{margin-top:10em;min-height:80vh;width:100vw;display:flex;align-items:center;justify-content:center;flex-direction:column}.FeaturesPage_featureItems__TGhoq{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;width:80%;max-width:1000px}.FeaturesPage_headline__IdhB1{font-size:3em;margin-bottom:1em}.HomePage_homepage__C8LbV{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;flex-direction:column}.HomePage_image__cEsMn{margin-top:clamp(50px,20vh,200px);width:80%;max-width:1200px;min-width:200px;height:auto;border-radius:10px}@media(min-width:1200px){.HomePage_image__cEsMn{width:60%}}@media(max-width:1200px){.HomePage_image__cEsMn{width:80%}}@media(max-width:800px){.HomePage_image__cEsMn{width:90%}}.HomePage_headline__szbxh{text-transform:uppercase;font-size:50px;font-weight:700;margin:10px 0;text-align:center}.HomePage_introText__9BME6{margin:20px auto}.HomePage_subheadline__B7cxf{text-align:center;font-size:18px;margin-top:10px;color:gray;max-width:700px;font-weight:400}.HomePage_buttons__Y9aBV{margin-top:2em;display:flex;align-items:center;justify-content:space-evenly;flex-direction:row}.HomePage_icon__tO1hw{width:10%;margin-bottom:5%;margin-top:clamp(10px,5vh,100px)}@media(max-width:1500px){.HomePage_icon__tO1hw{width:15%}}@media(max-width:1200px){.HomePage_icon__tO1hw{width:20%}}@media(max-width:800px){.HomePage_icon__tO1hw{width:30%}}.SimpleButton_button__UMvhR{padding:3px 10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;color:gray;text-decoration:none;border:1px solid gray;border-radius:10px;transition-duration:.2s;margin:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.SimpleButton_button__UMvhR:hover{box-shadow:2px 2px 10px #000;color:#fff}.SimpleButton_button__UMvhR div{margin-left:10px}@media(max-width:600px){.SimpleButton_button__UMvhR{font-size:16px}}.ToolsUsedPage_toolsUsedPage__7Z294{margin-top:10em;max-height:500px;flex-direction:column}.ToolsUsedPage_list__rxP2e,.ToolsUsedPage_toolsUsedPage__7Z294{width:100%;display:flex;align-items:center;justify-content:center}.ToolsUsedPage_list__rxP2e{flex-direction:row;height:100%}.ToolsUsedPage_listitem__EHC8x{font-size:20px;color:#fff;padding:5px 10px;background-color:#363636;border-radius:20px;margin:10px 4px}.ToolsUsedPage_headline__QMfpm{font-size:3em;margin-bottom:1em}.ToolsUsedPage_smallheadline__k_INM{font-size:1.5em;color:gray;margin-top:1.5em}.generalApp_generalapp__WFjbs{overflow-y:scroll;overflow-x:hidden;height:100vh}.SkillsPage_skillsPage__eTD2Y{min-height:50%;width:100%}@media(max-width:1000px){.SkillsPage_skillsPage__eTD2Y{max-width:77%}}.SkillsPage_groups__yxKtU{flex-direction:column}.SkillsPage_groups__yxKtU,.SkillsPage_items__bTrIK{display:flex;justify-content:center;align-items:center}.SkillsPage_items__bTrIK{flex-direction:row;flex-wrap:wrap;min-width:50vw}.SkillsPage_headline__gIO0u{margin-top:20px;text-align:center;font-size:20px;font-weight:700}.SkillItem_skillItem__pydi1{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%}.SkillItem_skillBox__IQnsa{width:9em;height:9em;margin:10px;cursor:pointer;align-items:center}.SkillItem_skillBox__IQnsa:hover .SkillItem_hovertext___as_L{opacity:1;margin-bottom:0}.SkillItem_skillBox__IQnsa .SkillItem_hovertext___as_L{margin-left:.5em;margin-right:.5em;height:3em;text-align:center;opacity:0;margin-bottom:-4em;font-size:12px;transition-duration:.3s}@media(max-width:600px){.SkillItem_skillBox__IQnsa .SkillItem_hovertext___as_L{font-size:.7em}}.SkillItem_skillBox__IQnsa:hover .SkillItem_icon__GD2RI{margin-top:-4em;background-color:var(--containerBG);border-radius:.5em .5em 0 0;padding:.5em}.SkillItem_skillBox__IQnsa:hover .SkillItem_headline__5wspZ{transition-duration:.3s}@media(max-width:600px){.SkillItem_skillBox__IQnsa:hover .SkillItem_headline__5wspZ{font-size:1em}.SkillItem_skillBox__IQnsa{width:7em;height:7em}}.SkillItem_icon__GD2RI{transition-duration:.4s;opacity:1;width:3em;height:3em}@media(max-width:600px){.SkillItem_icon__GD2RI{width:2em;height:2em}}.SkillItem_headline__5wspZ{transition-duration:.3s;margin-top:.5em;font-size:1.1em}@media(max-width:600px){.SkillItem_headline__5wspZ{font-size:1em}}.XorNnPage_page__m88sc{width:100vw;height:100vh;overflow:hidden}.PhotoHomePage_photoHomePage__8XpbQ{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.PhotoHomePage_bestPhotos__Br9C0{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap}.imageCategoryGrid_imageCategoryGrid__eUFsu{height:100%;columns:30rem 3;gap:0}.ImageGridCategoryItem_imageGridCategoryItem__ve_a8{max-width:600px;max-height:600px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-left:10px;margin-right:10px;margin-bottom:10px;border-radius:20px;transition-duration:.4s;box-shadow:2px 2px 10px #0a0a0a;text-decoration:none;display:block}.ImageGridCategoryItem_imageGridCategoryItem__ve_a8:hover{box-shadow:4px 4px 10px #0a0a0a}.ImageGridCategoryItem_coverImage__6oXZp{border-radius:20px;width:100%;height:100%;object-fit:cover;display:block;vertical-align:middle;top:0;left:0;z-index:1}.ImageGridCategoryItem_content__ZVsxq{border-radius:20px;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;transition-duration:.6s;cursor:pointer}.ImageGridCategoryItem_content__ZVsxq:hover{background:rgba(0,0,0,.6)}.ImageGridCategoryItem_content__ZVsxq:hover div{color:gray;opacity:1;transform:translateY(0)}.ImageGridCategoryItem_content__ZVsxq div{transition:opacity .8s ease,transform .8s ease;color:gray;text-align:center}.ImageGridCategoryItem_content__ZVsxq .ImageGridCategoryItem_longFade__ZLBBL{transform:translateY(50px)}.ImageGridCategoryItem_headline__NhfUu{opacity:0;font-size:28px;color:var(--accent2)}.ImageGridCategoryItem_description__pThUg{opacity:0;font-size:18px}.ImageGridCategoryItem_bottom__LNEnh{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;color:gray;transform:translateY(10px)}.ImageGridCategoryItem_bottom__LNEnh div{color:#fff;font-size:18px;display:flex;align-items:center;gap:5px;margin:10px}