footer.svelte-9sff3o{display:flex;justify-content:center;border-top:1px solid rgb(var(--bg-border));padding:3rem 0 2rem;background:rgb(var(--bg-02))}footer-content.svelte-9sff3o{width:100%;max-width:90rem;padding:0 var(--sp-06)}footer-grid.svelte-9sff3o{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--sp-06);margin-bottom:var(--sp-08)}footer-section.svelte-9sff3o{display:flex;flex-direction:column}footer-heading.svelte-9sff3o{font-size:.85rem;font-weight:600;color:rgb(var(--bg-text-01));margin-bottom:var(--sp-03);text-transform:uppercase;letter-spacing:.02em}footer-links.svelte-9sff3o{display:flex;flex-direction:column;gap:var(--sp-02)}footer-links.svelte-9sff3o a:where(.svelte-9sff3o){font-size:.9rem;color:rgb(var(--bg-text-02));text-decoration:none;transition:color .15s ease}footer-links.svelte-9sff3o a:where(.svelte-9sff3o):hover{color:rgb(var(--brand-blue-light))}footer-bottom.svelte-9sff3o{display:flex;justify-content:space-between;align-items:center;padding-top:var(--sp-05);border-top:1px solid rgb(var(--bg-border))}footer-logo.svelte-9sff3o{display:flex;align-items:center;font-size:.9rem;font-weight:500;color:rgb(var(--bg-text-01));gap:var(--sp-02)}footer-copyright.svelte-9sff3o{font-size:.8rem;color:rgb(var(--bg-text-03))}@media(max-width:900px){footer-grid.svelte-9sff3o{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){footer-grid.svelte-9sff3o{grid-template-columns:repeat(2,1fr)}footer-bottom.svelte-9sff3o{flex-direction:column;gap:var(--sp-03);text-align:center}}.login-link.svelte-xbwgey{display:inline-flex;align-items:center;justify-content:center;padding:var(--sp-01) var(--sp-04);font-weight:700;background:rgb(var(--bg));border:1px solid rgb(var(--primary));border-radius:20px;color:inherit;text-decoration:none;transition:background-color .3s ease,color .3s ease;height:2.5em;line-height:1}.login-link.svelte-xbwgey:hover{background-color:rgb(var(--primary-soft));color:rgb(var(--primary-soft-text-01))}.login-link.svelte-xbwgey:focus{outline:none;box-shadow:0 0 0 2px rgb(var(--primary))}a.svelte-n4oofd{text-decoration:none;color:inherit;display:flex;align-items:center}.logo-full.svelte-n4oofd{height:32px;width:auto;object-fit:contain}.logo-icon.svelte-n4oofd{display:none}@media(max-width:768px){.logo-full.svelte-n4oofd{display:none}.logo-icon.svelte-n4oofd{display:flex}}.dropdown.svelte-lm254j{position:relative;display:flex;align-items:center}button.svelte-lm254j{background:none;border:none;cursor:pointer;color:inherit;font-weight:300;font-size:.95rem;padding:var(--sp-02) var(--sp-04);border-bottom:2px solid transparent;display:flex;align-items:center;gap:var(--sp-01)}button.svelte-lm254j:hover,button.svelte-lm254j:focus{color:rgb(var(--bg-text-02))}button.selected.svelte-lm254j{border-bottom:2px solid rgb(var(--primary));font-weight:600}.arrow.svelte-lm254j{font-size:large;transition:transform .2s ease}@media(min-width:1025px){.dropdown.svelte-lm254j:hover .arrow:where(.svelte-lm254j){transform:rotate(180deg)}}dropdown-menu.svelte-lm254j{position:absolute;top:100%;left:0;min-width:220px;background:rgb(var(--bg));border:1px solid rgb(var(--bg-border));border-radius:8px;box-shadow:0 8px 30px rgb(var(--bg-text-01) / .1);padding:var(--sp-02) 0;z-index:100;display:flex;flex-direction:column}dropdown-menu.svelte-lm254j a{display:block;padding:var(--sp-02) var(--sp-04);color:rgb(var(--bg-text-01));text-decoration:none;font-size:.9rem;font-weight:400;transition:background .15s ease}dropdown-menu.svelte-lm254j a:hover{background:rgb(var(--bg-02))}dropdown-menu.svelte-lm254j .more-section{display:block;padding:var(--sp-02) var(--sp-04);font-size:.75rem;font-weight:600;color:rgb(var(--bg-text-03));text-transform:uppercase;letter-spacing:.03em}dropdown-menu.svelte-lm254j .more-divider{display:block;height:1px;background:rgb(var(--bg-border));margin:var(--sp-02) 0}.arrow.rotated.svelte-lm254j{transform:rotate(180deg)}@media(max-width:768px){.dropdown.svelte-lm254j{flex-direction:column;align-items:stretch}dropdown-menu.svelte-lm254j{position:static;box-shadow:none;border:none;border-radius:0;padding-left:var(--sp-06);background:transparent;min-width:unset}button.svelte-lm254j{width:100%;justify-content:space-between;padding:var(--sp-03) var(--sp-04)}}nav.svelte-hlx06y,ghost-nav.svelte-hlx06y{display:block;height:var(--header-height)}nav.svelte-hlx06y{display:flex;justify-content:center;z-index:10;height:calc(var(--header-height) - 1px);background-color:rgb(var(--bg) / .7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:rgb(var(--bg-text-01));position:fixed;top:0;margin:0;width:100%;border-bottom:1px solid transparent;transition:border-color .3s ease-in-out}.bordered.svelte-hlx06y{border-bottom:1px solid rgb(var(--bg-border))}nav-content.svelte-hlx06y{flex:1;max-width:90rem;display:flex;align-items:center;padding:0 1rem;gap:var(--sp-02)}nav-links.svelte-hlx06y{display:flex;align-items:center;gap:var(--sp-02)}nav-links.primary.svelte-hlx06y{margin-left:auto}nav-links.secondary.svelte-hlx06y{display:flex}nav-links.more-menu.svelte-hlx06y{display:none}login-container.svelte-hlx06y{margin-left:var(--sp-04)}.menu-toggle.svelte-hlx06y{display:none;background:none;border:none;font-size:1.25rem;cursor:pointer;padding:var(--sp-02);color:rgb(var(--bg-text-01))}mobile-menu.svelte-hlx06y{display:none}@media(max-width:1024px){nav-links.secondary.svelte-hlx06y{display:none}nav-links.more-menu.svelte-hlx06y{display:flex}}@media(max-width:768px){.menu-toggle.svelte-hlx06y{display:block;margin-left:auto}nav-links.primary.svelte-hlx06y,nav-links.secondary.svelte-hlx06y,nav-links.more-menu.svelte-hlx06y{display:none}login-container.svelte-hlx06y{display:none}mobile-menu.svelte-hlx06y{display:none;flex-direction:column;position:absolute;top:var(--header-height);left:0;width:100%;background:rgb(var(--bg));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem 0;border-bottom:1px solid rgb(var(--bg-border));box-shadow:0 4px 20px rgb(var(--bg-text-01) / .08);max-height:calc(100vh - var(--header-height));overflow-y:auto}mobile-menu.open.svelte-hlx06y{display:flex}}li.svelte-1c4odc2{display:flex;align-items:center}a.svelte-1c4odc2{text-decoration:none;color:inherit;font-weight:300;font-size:.95rem;padding:var(--sp-02) var(--sp-04);border-bottom:2px solid transparent}a.svelte-1c4odc2:hover,a.svelte-1c4odc2:focus{color:rgb(var(--bg-text-02))}a.selected.svelte-1c4odc2{border-bottom:2px solid rgb(var(--primary));font-weight:600}@media(max-width:768px){a.svelte-1c4odc2{padding:0 var(--sp-03)}}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}
