:root{--dropdown-display: flex;--dropdown-opacity: 1;--searchbar-border-radius: .5rem .5rem 0 0}:root:not(:has(#search-bar:focus)):not(:has(.search-result-container:hover)),:root:has(.empty.svelte-12qhfyh){--dropdown-display: none;--dropdown-opacity: 0;--searchbar-border-radius: .5rem}header.svelte-12qhfyh{--nav-bg1: rgba(27, 141, 27, .15);--nav-bg2: rgba(34, 197, 94, .1);box-sizing:border-box;position:fixed;width:100%;height:var(--nav-height);top:0;background:linear-gradient(90deg,var(--nav-bg1) 0%,var(--nav-bg2) 50%,var(--nav-bg1) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(132,204,22,.2);z-index:1;display:flex;padding:0 2rem;align-items:center;justify-content:space-between;gap:1rem 4rem}@media(max-width:768px){header.svelte-12qhfyh{justify-content:center;flex-direction:column}header.svelte-12qhfyh .nav-left:where(.svelte-12qhfyh),header.svelte-12qhfyh nav:where(.svelte-12qhfyh){gap:1rem}}.nav-left.svelte-12qhfyh{display:flex;align-items:center;gap:3rem}.logo.svelte-12qhfyh{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.5rem;text-decoration:none;transition:transform .2s}nav.svelte-12qhfyh{display:flex;gap:2rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:rgb(from white r g b / .8);text-decoration:none;font-size:.95rem;font-weight:500;transition:border-color .3s;padding:.5rem 0;border-bottom:2px solid transparent;margin-top:2px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--highlight);border-bottom-color:var(--highlight)}#search-form.svelte-12qhfyh{display:grid;grid-template-columns:2rem minmax(200px,300px);gap:.5rem}#search-type.svelte-12qhfyh{display:none}label[for=search-type].svelte-12qhfyh{display:flex;align-items:center;justify-content:center;background-color:var(--tertiary-bg);border:1px solid var(--secondary);border-radius:.5rem;cursor:pointer;transition:border-color .2s,background-color .2s}label[for=search-type].svelte-12qhfyh:hover{background-color:var(--tertiary-hov)}#search-bar.svelte-12qhfyh{appearance:none;outline:none;anchor-name:--search-input;font-size:.95rem;padding:.5rem 1rem;background-color:var(--tertiary-bg);border:1px solid var(--secondary);border-radius:var(--searchbar-border-radius);transition:border-color .3s ease,box-shadow .3s ease,border-radius .3s ease}#search-bar.svelte-12qhfyh:focus{box-shadow:0 0 3px 3px var(--tertiary-hov);border-color:var(--highlight)}#search-bar.svelte-12qhfyh::placeholder{color:var(--search-bar-color)}.search-result-container.svelte-12qhfyh{display:var(--dropdown-display);flex-direction:column;position:fixed;position-anchor:--search-input;top:anchor(bottom);left:anchor(left);max-width:300px;max-height:40rem;padding:.25rem;border:solid 1px var(--primary);background-color:var(--tertiary-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0 0 1rem 1rem;z-index:2;overflow-y:auto;transition:opacity .3s ease,display .3s ease allow-discrete;opacity:var(--dropdown-opacity)}.search-result-container.svelte-12qhfyh a:where(.svelte-12qhfyh){border-radius:.25rem;padding:.75rem}.search-result-container.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:var(--tertiary-hov)}.search-result-container.svelte-12qhfyh a:where(.svelte-12qhfyh):last-child{border-radius:.25rem .25rem .75rem .75rem}@starting-style{.search-result-container.svelte-12qhfyh{opacity:0}}main.svelte-12qhfyh{padding-top:var(--nav-height);min-height:calc(100vh - var(--nav-height) - var(--footer-height))}footer.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;justify-content:space-between;padding:1rem 2rem;background-color:#090f1c;min-height:var(--footer-height)}footer.svelte-12qhfyh #disclaimer:where(.svelte-12qhfyh){color:rgb(from white r g b / .6);text-wrap:pretty}footer.svelte-12qhfyh #footer-links:where(.svelte-12qhfyh){display:flex;gap:1rem}
