.card-nav-container{position:relative;top:auto;left:auto;transform:none;width:100%;max-width:800px;margin-inline:auto;z-index:99;box-sizing:border-box}.card-nav{display:block;height:60px;padding:0;background-color:white;border:.5px solid rgba(10,18,32,.12);border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative;overflow:hidden;will-change:height}.card-nav-top{position:absolute;top:0;left:0;right:0;height:60px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:.75rem;padding:.45rem .5rem .45rem .65rem;z-index:2}.hamburger-menu{justify-self:start;width:2.75rem;min-width:2.75rem;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;gap:6px;border-radius:var(--radius-sm,.5rem)}.hamburger-menu:hover .hamburger-line{opacity:.75}.hamburger-menu:focus-visible{outline:2px solid var(--ring,rgba(0,184,217,.55));outline-offset:2px}.hamburger-line{width:22px;height:2px;background-color:currentColor;transition:transform .25s var(--ease-premium,cubic-bezier(.76,0,.24,1)),opacity .2s ease;transform-origin:50% 50%}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(4px) rotate(45deg)}.hamburger-menu.open .hamburger-line:last-child{transform:translateY(-4px) rotate(-45deg)}.logo-container{display:flex;align-items:center;justify-content:center;justify-self:center;position:static;transform:none;pointer-events:auto;height:100%;min-height:0;max-height:100%}.logo{height:calc(60px - .9rem);max-height:100%;width:auto;max-width:min(220px,42vw);object-fit:contain;display:block}.logo-link{display:inline-flex;align-items:center;height:100%;max-height:100%;text-decoration:none;border-radius:var(--radius-sm,.5rem)}.logo-link:focus-visible{outline:2px solid var(--ring,rgba(0,184,217,.55));outline-offset:3px}.card-nav-end{justify-content:flex-end;justify-self:end;gap:.45rem;margin-left:0;min-width:0}.card-nav-end,.card-nav-theme{display:inline-flex;align-items:center;height:100%;flex-shrink:0}.card-nav-theme>*{height:2.35rem;width:2.35rem}.card-nav-cta-button{background-color:#00e5ff;color:#041018;border:none;border-radius:calc(.75rem - .35rem);padding:0 1.05rem;height:100%;font-weight:500;cursor:pointer;transition:filter .2s ease-out,transform .15s ease-out,box-shadow .2s ease-out;display:inline-flex;align-items:center;text-decoration:none;white-space:nowrap;flex-shrink:0;box-shadow:0 0 0 1px rgba(0,229,255,.35),0 6px 20px rgba(0,229,255,.25)}.card-nav-cta-button:hover{filter:brightness(1.06)}.card-nav-cta-button:active{transform:scale(.97)}.card-nav-content{position:absolute;left:0;right:0;top:60px;bottom:0;padding:.5rem;display:flex;align-items:flex-end;gap:12px;visibility:hidden;pointer-events:none;z-index:1}.card-nav.open .card-nav-content{visibility:visible;pointer-events:auto}.nav-card{height:100%;flex:1 1 0;min-width:0;border-radius:calc(.75rem - .2rem);position:relative;display:flex;flex-direction:column;padding:12px 16px;gap:8px;user-select:none}.nav-card-label{font-weight:400;font-size:22px;letter-spacing:-.5px}.nav-card-links{margin-top:auto;display:flex;flex-direction:column;gap:2px}.nav-card-link{font-size:16px;cursor:pointer;text-decoration:none;transition:opacity .3s ease;display:inline-flex;align-items:center;gap:6px}.nav-card-link:hover{opacity:.75}@media (max-width:768px){.card-nav-container{width:100%}.card-nav-top{grid-template-columns:auto 1fr auto;padding:.45rem .55rem}.logo-container{justify-self:center}.card-nav-cta-button{display:none}.card-nav-content{flex-direction:column;align-items:stretch;gap:8px;padding:.5rem;bottom:0;justify-content:flex-start}.nav-card{height:auto;min-height:60px;flex:1 1 auto;max-height:none}.nav-card-label{font-size:18px}.nav-card-link{font-size:15px}}