:root{--dropdown-display: flex;--dropdown-opacity: 1;--searchbar-border-radius: .5rem .5rem 0 0}:root:has(.empty.svelte-12qhfyh),:root:not(:has(#search-bar:focus,.search-result-container:is(:hover,:focus-within))){--dropdown-display: none;--dropdown-opacity: 0;--searchbar-border-radius: .5rem}header.svelte-12qhfyh{box-sizing:border-box;position:fixed;width:100%;height:var(--nav-height);top:0;background:var(--green1-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--green3);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;background-clip:text;color:transparent;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(--green3-bg);border:1px solid var(--green2);border-radius:.5rem;cursor:pointer;transition:border-color .2s,background-color .2s}label[for=search-type].svelte-12qhfyh:hover{background-color:var(--green3-hov)}#search-bar.svelte-12qhfyh{appearance:none;outline:none;anchor-name:--search-input;font-size:.95rem;padding:.5rem 1rem;background-color:var(--green3-bg);border:1px solid var(--green2);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(--green3-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);width:290px;max-height:40rem;padding:.25rem;border:solid 1px var(--green1);background-color:var(--green3-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;outline:none;padding:.55rem;border:1px solid transparent}.search-result-container.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:var(--green3-hov)}.search-result-container.svelte-12qhfyh a:where(.svelte-12qhfyh):last-child{border-radius:.25rem .25rem .75rem .75rem}.search-result-container.svelte-12qhfyh a:where(.svelte-12qhfyh):focus{background-color:var(--green3-hov);border-color:var(--green1)}@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:var(--footer-display);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}
