.card-nav-container{z-index:50;width:100%;position:fixed;top:0;left:0;right:0}.card-nav{background:#fcf9f5;border-radius:0 0 1rem 1rem;width:100%;max-width:1280px;margin:0 auto;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #110b080a}.card-nav.open{box-shadow:0 10px 40px #110b0814}.card-nav-top{grid-template-columns:1fr auto 1fr;align-items:center;height:60px;padding:0 1rem;display:grid;overflow:hidden}.hamburger-menu{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;justify-self:start;align-items:center;gap:5px;min-width:44px;min-height:44px;display:flex}.hamburger-line{background-color:currentColor;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(3.5px)rotate(45deg)}.hamburger-menu.open .hamburger-line:nth-child(2){transform:translateY(-3.5px)rotate(-45deg)}.logo-container{z-index:5;pointer-events:auto;justify-content:center;justify-self:center;align-items:center;display:flex}.logo{object-fit:contain;width:auto;height:50px;max-height:50px}.card-nav-right-actions{z-index:10;justify-self:end;align-items:center;gap:.5rem;display:flex}.card-nav-content{visibility:hidden;pointer-events:none;flex-wrap:wrap;gap:1rem;width:100%;padding:1.5rem;display:flex;position:absolute;top:60px;left:0}.card-nav.open .card-nav-content{visibility:visible;pointer-events:auto;position:static}.nav-card{border-radius:1rem;flex-direction:column;flex:calc(25% - 1rem);gap:1rem;min-width:200px;padding:1.5rem;display:flex}@media (max-width:768px){.nav-card{flex:100%}}.nav-card-label{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.875rem;font-weight:700}.nav-card-links{flex-direction:column;gap:.5rem;display:flex}.nav-card-link{color:inherit;align-items:center;gap:.5rem;min-height:44px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.nav-card-link:hover{opacity:.7}.nav-card-link-icon{flex-shrink:0}
