@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");:root{--background:#f2f2f7;--foreground:#2d2d2d;--secondary:#636366;--hover:rgba(0,0,0,0.1);--accent:#007bff;--card-color:white;--tag-color:rgba(219,219,219,0.4);--font:-apple-system,BlinkMacSystemFont,"Inter";color-scheme:light}html[data-theme=dark]{--background:#1f1f1f;--foreground:#ededed;--secondary:#C7C7CC;--hover:rgba(255,255,255,0.1);--card-color:#2D2C2C;--tag-color:rgba(82,82,82,0.4);color-scheme:dark}*{box-sizing:border-box;margin:0}body,html{background:var(--background);color:var(--foreground);font-family:var(--font);transition:background .3s ease,color .3s ease}ul{list-style:none}a{color:inherit;text-decoration:none}.hamburger-react{z-index:10000}.ThemeToggle_themeToggle__oeDdE{display:flex;background:transparent;border:none;border-radius:50%;padding:.3rem;cursor:pointer;transition:background-color .3s}.ThemeToggle_themeToggle__oeDdE:hover{background-color:var(--hover)}.ThemeToggle_icon__exJ47{height:24px;width:24px;filter:invert(16%) sepia(0) saturate(37%) hue-rotate(179deg) brightness(86%) contrast(89%);transform:rotate(180deg);transition:transform .3s ease}html[data-theme=dark] .ThemeToggle_icon__exJ47{filter:invert(100%) sepia(5%) saturate(8%) hue-rotate(356deg) brightness(112%) contrast(86%);transform:rotate(0deg)}.Navbar_navbar__LDUp5{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;top:0;gap:1.5rem;padding:.8rem;height:60px;position:-webkit-sticky;position:sticky;z-index:10000}.Navbar_navbar__LDUp5.Navbar_sticky__qJ03A{background-color:var(--background);box-shadow:0 4px 6px rgba(0,0,0,.1)}.Navbar_navItems__iLtHU{display:flex;align-items:center;font-size:16px}.Navbar_navItem__98ssx{position:relative;display:inline-block}.Navbar_navItems__iLtHU .Navbar_navItem__98ssx:after{content:"";height:2px;width:calc(100% - 2rem);background:var(--foreground);position:absolute;left:2rem;bottom:-3px;pointer-events:none;transform:scaleX(0);transform-origin:center;transition:transform .4s cubic-bezier(.25,1,.5,1)}.Navbar_navItems__iLtHU .Navbar_navItem__98ssx:hover:after{transform:scaleX(1)}.Navbar_navLink__EanMg{text-decoration:none;color:var(--foreground);margin-left:2rem;font-weight:400;transition:font-weight .3s ease}.Navbar_navLink__EanMg.Navbar_current__wo9AZ,.Navbar_navLink__EanMg:hover{font-weight:700}.Navbar_menu__nPTvU{background:var(--background);position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0);transition:-webkit-clip-path .8s cubic-bezier(.25,1,.5,1);transition:clip-path .8s cubic-bezier(.25,1,.5,1);transition:clip-path .8s cubic-bezier(.25,1,.5,1),-webkit-clip-path .8s cubic-bezier(.25,1,.5,1);opacity:1}.Navbar_menu__nPTvU.Navbar_open__6rh_c{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.Navbar_menu__nPTvU.Navbar_closing__wWhuj{-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0)}.Navbar_menu__nPTvU ul{display:flex;flex-direction:column;list-style:none;padding:0;margin:0;text-align:center;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;transition-delay:.3s}.Navbar_menu__nPTvU.Navbar_open__6rh_c ul{opacity:1;transform:translateY(0)}.Navbar_menu__nPTvU.Navbar_closing__wWhuj ul{opacity:0;transform:translateY(-20px)}.Navbar_menu__nPTvU ul li{margin:1.5rem 0;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.Navbar_menu__nPTvU.Navbar_open__6rh_c ul li{opacity:1;transform:translateY(0)}.Navbar_menu__nPTvU.Navbar_closing__wWhuj ul li{opacity:0;transform:translateY(-20px)}.Navbar_menu__nPTvU ul li:first-child{transition-delay:.1s}.Navbar_menu__nPTvU ul li:nth-child(2){transition-delay:.2s}.Navbar_menu__nPTvU ul li:nth-child(3){transition-delay:.3s}.Navbar_menu__nPTvU ul li:nth-child(4){transition-delay:.4s}.Navbar_menu__nPTvU ul li a{text-decoration:none;color:var(--foreground);font-size:2rem;font-weight:400;transition:color .3s ease-in-out;opacity:0;margin:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.Navbar_menu__nPTvU.Navbar_open__6rh_c ul li a{opacity:1;transform:translateY(0)}.Navbar_menu__nPTvU.Navbar_closing__wWhuj ul li a{opacity:0;transform:translateY(-20px)}.Navbar_menu__nPTvU ul li a:hover{color:var(--primary)}@media (max-width:768px){.Navbar_navbar__LDUp5{gap:0}}.Footer_footer__JiI2X{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:1rem 2rem}.Footer_copyright__vsw0M{font-size:.9rem;color:var(--secondary);text-align:left;padding-bottom:6px}.Footer_socialIcons__vSYhL{display:flex;justify-content:flex-end;gap:1rem}.Footer_socialIcon__FyDXI{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;font-size:1.3rem;transition:background-color .3s}.Footer_socialIcon__FyDXI:hover{background-color:var(--hover)}@media (max-width:767px){.Footer_footer__JiI2X{flex-direction:column;align-items:center}.Footer_copyright__vsw0M{text-align:center;padding-bottom:0;order:2}.Footer_socialIcons__vSYhL{justify-content:center;margin-bottom:.6rem;order:1}}