.Home_main__2uIek{flex:1;display:flex;flex-direction:column}.Layout_container__m2XBw{max-width:var(--max-width);margin:0 auto;padding:1rem;min-height:100vh;display:flex;flex-direction:column}.Navbar_navbar__2GufN{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background-color:var(--light-white);backdrop-filter:blur(10px);border-radius:2rem;padding:.5rem 1rem;height:3rem;position:-webkit-sticky;position:sticky;top:0;z-index:999}.Navbar_navLinks__FVLYB{display:flex;align-items:center;gap:.5rem;justify-content:space-evenly}.Navbar_navLink__eZP1y{color:var(--font-color);padding:.25rem .75rem;border-radius:2rem;transition:background-color .2s;display:flex;gap:.5rem;font-size:.9rem}.Navbar_navLink__eZP1y:hover{text-decoration:none}.Navbar_active__d3yZl,.Navbar_navLink__eZP1y:hover{background-color:rgba(255,255,255,.1)}.Navbar_icon__ZWGIh{font-size:1rem}.Navbar_sayHiButton__yZi1h,.Navbar_sayHi__D6tQo{display:flex;align-items:center}.Navbar_sayHiButton__yZi1h{background-color:var(--yellow-light);color:var(--font-color);border-radius:1.5rem;padding:.3rem .7rem;font-size:.9rem;transition:background-color .2s;gap:.5rem}.Navbar_sayHiButton__yZi1h:hover{background-color:#424242;text-decoration:none}@media (max-width:500px){.Navbar_navbar__2GufN{flex-direction:column;border-radius:2rem;transition:background-color .2s;gap:1rem;font-size:.75rem;margin-bottom:1rem}.Navbar_navLinks__FVLYB{width:100%;justify-content:space-between}.Navbar_navLink__eZP1y{width:100%;justify-content:center;text-align:center;padding:.25rem 0;font-size:.9rem;gap:.5rem}.Navbar_icon__ZWGIh{display:none}.Navbar_sayHi__D6tQo{text-align:center;padding:.25rem 0;justify-content:center}.Navbar_sayHiButton__yZi1h{width:100%;text-align:center}}.Profile_profile__wNCIn{padding:1rem 0}.Profile_profileHeader__t4RNu{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.8rem}.Profile_profileImage__NHSpB{flex-shrink:0}.Profile_avatar__UoOJn{border-radius:50%;object-fit:cover;border:2px solid #f3b13a}.Profile_profileTitle__ZxvCu h1{font-size:2rem;margin-bottom:0}.Profile_profileTitle__ZxvCu p{color:#a0a0a0;font-size:1rem}.Profile_profileContent__2K_ks{display:flex;flex-direction:column;gap:1.4rem}.Profile_paragraph__wXcw9{font-size:1.1rem;line-height:1.65}.Profile_link__M4ueY{text-decoration:underline;color:var(--link-color)}.Profile_codeBlockWrapper__0XRux{position:relative;display:inline-block}.Profile_codeBlockToggle__be3KK{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:rgba(255,255,255,.1);border:none;border-radius:30%;margin-left:.05rem;cursor:pointer;padding:0;color:var(--text-color);transition:background-color .2s;vertical-align:middle}.Profile_codeBlockToggle__be3KK:hover{background-color:rgba(255,255,255,.2)}.Profile_codeIcon__D6o82{transition:transform .2s ease}.Profile_codeBlockContent__bsC_K{position:absolute;top:calc(100% + 10px);left:0;z-index:10;width:100%;background-color:#1e1e1e;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.5);font-size:.9rem;line-height:1.5;max-height:300px;overflow-y:auto;max-width:calc(100vw - 100px);border:1px solid rgba(255,255,255,.1);border-radius:8px;.Profile_popupTop__3_H44{bottom:calc(100% + 10px);top:auto}.Profile_popupBottom__VMspf{top:calc(100% + 10px);bottom:auto}.Profile_popupLeft__cq58V{right:0;left:auto}.Profile_popupRight__mC3gx{left:0;right:auto}}.Profile_codeBlockContent__bsC_K p{margin-bottom:.5rem}.Profile_codeBlockContent__bsC_K p:last-child{margin-bottom:0}.Profile_popupCenter__5SZuF{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:1000;width:320px;max-width:90vw;max-height:80vh;box-shadow:0 8px 32px rgba(0,0,0,.45)}@media (max-width:500px){.Profile_profileHeader__t4RNu{flex-direction:row;text-align:left;gap:1rem}.Profile_profileTitle__ZxvCu h1{font-size:1.75rem}.Profile_codeBlockContent__bsC_K{width:250px;left:50%;transform:translateX(-50%)}.Profile_popupCenter__5SZuF{width:80vw;max-width:95vw;padding:.7rem}}