.theme-toggle.svelte-m94oxs{background:none;border:none;padding:8px;cursor:pointer;color:var(--text-color);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.theme-toggle.svelte-m94oxs:hover{background-color:var(--hover-bg)}header.svelte-d9ohdv{height:var(--header-height);padding:0 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--hover-bg);position:fixed;top:0;left:0;right:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;max-width:1500px;padding:10px 10%}.logo.svelte-d9ohdv{font-size:1.7rem;font-weight:500;color:var(--primary-color);z-index:101}.mainNav.svelte-d9ohdv{display:flex;gap:2rem;align-items:center}.mainNav.svelte-d9ohdv a:where(.svelte-d9ohdv){text-decoration:none;color:var(--text-color);font-size:1.25rem;transition:color .2s}.mainNav.svelte-d9ohdv a:where(.svelte-d9ohdv):hover{color:var(--accent-color)}.mainNav.svelte-d9ohdv a.active:where(.svelte-d9ohdv){color:var(--accent-color);text-decoration:underline}.hamburger.svelte-d9ohdv{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.bar.svelte-d9ohdv{width:30px;height:2px;background-color:var(--text-color);transition:all .3s ease-in-out;border-radius:2px}.hamburger.open.svelte-d9ohdv .bar:where(.svelte-d9ohdv):nth-child(1){transform:translateY(10px) rotate(45deg)}.hamburger.open.svelte-d9ohdv .bar:where(.svelte-d9ohdv):nth-child(2){opacity:0}.hamburger.open.svelte-d9ohdv .bar:where(.svelte-d9ohdv):nth-child(3){transform:translateY(-10px) rotate(-45deg)}.nav-links.svelte-d9ohdv{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;gap:2rem}@media (max-width: 760px){header.svelte-d9ohdv{padding:10px 5%}.hamburger.svelte-d9ohdv{display:flex}.mainNav.svelte-d9ohdv{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-color);transform:translate(100%);transition:transform .3s ease-in-out;z-index:100;padding:0;margin:0}.nav-links.svelte-d9ohdv{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;gap:2rem}.mainNav.open.svelte-d9ohdv{transform:translate(0)}.mainNav.svelte-d9ohdv a:where(.svelte-d9ohdv){font-size:1.5rem}}:root{--primary-color: #2a2a2a;--accent-color: #387ac1;--bg-color: #f9f9f3;--text-color: #2a2a2a;--header-height: 70px;--hover-bg: rgba(0, 0, 0, .05)}.dark{--primary-color: #f9f9f3;--accent-color: #4cd95a;--bg-color: #1a1a1a;--text-color: #ffffff;--hover-bg: rgba(255, 255, 255, .1)}body{transition:.25s}.container.svelte-1mknzde{min-height:100vh;background-color:var(--bg-color);color:var(--text-color)}main.svelte-1mknzde{padding:calc(var(--header-height) + 2rem) 1rem 1rem;max-width:1200px;margin:0 auto}
