:root{--op-nav-h: 64px}.op-nav{position: sticky;top: 0;z-index: var(--op-z-chrome);background: var(--op-surface);box-shadow: 0 1px 0 var(--op-hairline),var(--op-elevation-1);font-family: var(--op-font-sans)}.op-nav__row{position: relative;display: flex;align-items: center;gap: var(--op-space-1);max-width: var(--op-container);min-height: var(--op-nav-h);margin-inline: auto;padding-inline: var(--op-gutter);box-sizing: border-box}.op-nav a{text-decoration: none}.op-nav a:hover{text-decoration: none}.op-nav__home{display: flex;align-items: center;gap: var(--op-space-3);min-height: var(--op-touch);margin-right: auto;color: var(--op-ink)}.op-nav__product{padding-left: var(--op-space-3);border-left: 1px solid var(--op-border);font-size: var(--op-fs-md);font-weight: var(--op-weight-semibold);line-height: 1.2;white-space: nowrap}.op-nav__home:hover .op-nav__product{color: var(--op-teal)}.op-nav__menu{display: flex;align-items: center;gap: 2px;margin: 0;padding: 0;list-style: none}.op-nav__item{display: inline-flex;align-items: center;gap: 6px;min-height: var(--op-touch);padding-inline: 14px;border-radius: var(--op-r-md);color: var(--op-ink);font-size: 14px;font-weight: var(--op-weight-medium);line-height: 1;white-space: nowrap;cursor: pointer;list-style: none;transition: background-color var(--op-dur-fast) ease}.op-nav__item::-webkit-details-marker{display: none}.op-nav__item:hover{background: var(--op-wash-hover);color: var(--op-ink)}.op-nav__drop[open] > .op-nav__item{background: var(--op-teal-wash)}.op-nav__item[aria-current]{font-weight: var(--op-weight-semibold);box-shadow: inset 0 -2px 0 var(--op-teal-active);border-radius: var(--op-r-md) var(--op-r-md) 0 0}.op-nav__chev{font-size: 10px;color: var(--op-text-3);transition: transform var(--op-dur-base) var(--op-ease)}.op-nav__drop[open] > .op-nav__item .op-nav__chev{transform: rotate(180deg);color: var(--op-teal)}.op-nav__chev--out{display: inline-block;transform: rotate(-90deg);transition: transform var(--op-dur-fast) var(--op-ease)}.op-nav__exit:hover .op-nav__chev--out,.op-nav__all:hover .op-nav__chev--out{transform: translateX(2px) rotate(-90deg);color: var(--op-teal)}.op-nav__panel{position: absolute;top: calc(100% - var(--op-space-1));left: var(--op-gutter);right: var(--op-gutter);z-index: var(--op-z-popover);max-width: 760px;margin-inline: auto;padding: var(--op-space-5) var(--op-space-6);border-radius: var(--op-r-lg);background: var(--op-surface);box-shadow: var(--op-elevation-2);box-sizing: border-box}.op-nav__panel--search{max-width: 440px}.op-nav__panel--markets{max-width: 440px;padding: var(--op-space-3)}.op-nav__kicker{margin: 0 0 var(--op-space-3);font-family: var(--op-font-mono);font-size: var(--op-fs-xs);font-weight: var(--op-weight-semibold);letter-spacing: .14em;text-transform: uppercase;color: var(--op-text-2)}.op-nav__markets{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 2px var(--op-space-2);margin: 0;padding: 0;list-style: none}.op-nav__market-hub{display: flex;align-items: center;gap: var(--op-space-3);min-height: var(--op-touch);padding: 0 var(--op-space-3);border-radius: var(--op-r-md);color: var(--op-ink);transition: background-color var(--op-dur-fast) ease}.op-nav__market-hub:hover{background: var(--op-wash-hover);color: var(--op-ink)}.op-nav__market-hub:hover .op-nav__market-name{color: var(--op-teal)}.op-nav__market-hub:focus-visible{outline: none;box-shadow: inset 0 0 0 2px var(--op-teal-active)}.op-nav__flag{flex: none;font-family: var(--op-font-emoji);font-size: 20px;line-height: 1}.op-nav__market-name{min-width: 0;overflow: hidden;font-size: var(--op-fs-md);font-weight: var(--op-weight-semibold);line-height: 1.25;white-space: nowrap;text-overflow: ellipsis}.op-nav__search{margin: 0}.op-nav__field{display: block;width: 100%;min-height: var(--op-touch);padding: 0 var(--op-space-3);border: 1px solid var(--op-border);border-radius: var(--op-r-md);background: var(--op-surface);color: var(--op-ink);font: var(--op-weight-medium) 14px/1.2 var(--op-font-sans);box-sizing: border-box;-webkit-appearance: none;appearance: none}.op-nav__field::placeholder{color: var(--op-text-2);opacity: 1}.op-nav__field:focus{outline: none;border-color: var(--op-teal-active);box-shadow: 0 0 0 3px var(--op-teal-wash)}.op-nav__hits{display: grid;gap: 2px;margin: var(--op-space-2) 0 0;padding: 0;list-style: none}.op-nav__hits:empty{display: none}.op-nav__hit{display: flex;justify-content: space-between;align-items: baseline;gap: var(--op-space-3);min-height: 40px;padding: 10px var(--op-space-3);border-radius: var(--op-r-md);color: var(--op-ink);font-size: 14px;font-weight: var(--op-weight-medium);line-height: 1.3;box-sizing: border-box}.op-nav__hit small{flex: none;font-size: var(--op-fs-sm);color: var(--op-text-2)}.op-nav__hit-flag{margin-right: var(--op-space-2);font-family: var(--op-font-emoji)}.op-nav__hit:hover,.op-nav__hit:focus{background: var(--op-wash-hover);color: var(--op-ink);outline: none}.op-nav__hit:focus-visible{box-shadow: inset 0 0 0 2px var(--op-teal-active)}.op-nav__none{padding: 10px var(--op-space-3);font-size: var(--op-fs-base);color: var(--op-text-2)}.op-nav__all{display: inline-flex;align-items: center;gap: 6px;min-height: var(--op-touch);margin-top: var(--op-space-2);font-size: var(--op-fs-base);font-weight: var(--op-weight-semibold);color: var(--op-teal)}.op-nav__all:hover{color: var(--op-ink)}.op-nav__exit{display: inline-flex;align-items: center;gap: 6px;min-height: var(--op-touch);margin-left: var(--op-space-2);padding-left: var(--op-space-4);border-left: 1px solid var(--op-hairline);font-size: 14px;font-weight: var(--op-weight-medium);color: var(--op-text-2);white-space: nowrap}.op-nav__exit:hover{color: var(--op-teal)}.op-nav__sr{position: absolute;width: 1px;height: 1px;overflow: hidden;clip: rect(0 0 0 0);clip-path: inset(50%);white-space: nowrap}.op-nav__sheet{display: none}.op-nav__menubtn{display: inline-flex;align-items: center;gap: var(--op-space-2);min-height: var(--op-touch);padding-inline: var(--op-space-4);border: 1px solid var(--op-border);border-radius: var(--op-r-pill);background: var(--op-surface);color: var(--op-ink);font-size: 14px;font-weight: var(--op-weight-semibold);cursor: pointer;list-style: none}.op-nav__menubtn::-webkit-details-marker{display: none}.op-nav__sheet[open] > .op-nav__menubtn{border-color: var(--op-teal-active);background: var(--op-teal-wash)}.op-nav__burger{width: 14px;height: 10px;background: linear-gradient(currentColor,currentColor) 0 0 / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 50% / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 100% / 100% 2px no-repeat}.op-nav__sheet[open] .op-nav__burger{background: linear-gradient(45deg,transparent 44%,currentColor 44%,currentColor 56%,transparent 56%),linear-gradient(-45deg,transparent 44%,currentColor 44%,currentColor 56%,transparent 56%);height: 12px;width: 12px}.op-nav__menubtn-close,.op-nav__sheet[open] .op-nav__menubtn-open{display: none}.op-nav__sheet[open] .op-nav__menubtn-close{display: inline}.op-nav__sheet-body{position: fixed;top: var(--op-nav-h);left: 0;right: 0;bottom: 0;z-index: var(--op-z-popover);display: flex;flex-direction: column;gap: var(--op-space-2);padding: var(--op-space-5) var(--op-gutter) calc(var(--op-space-8) + env(safe-area-inset-bottom,0px));overflow-y: auto;overscroll-behavior: contain;background: var(--op-surface);border-top: 1px solid var(--op-hairline);box-sizing: border-box}.op-nav__sheet-body .op-nav__kicker{margin: var(--op-space-4) 0 var(--op-space-1)}.op-nav__sheet-body .op-nav__kicker:first-child{margin-top: 0}.op-nav__markets--sheet{grid-template-columns: minmax(0,1fr)}.op-nav__sheet-link{display: flex;align-items: center;gap: 6px;min-height: 52px;margin-top: var(--op-space-2);padding-top: var(--op-space-2);border-top: 1px solid var(--op-hairline);font-size: var(--op-fs-lg);font-weight: var(--op-weight-semibold);color: var(--op-ink)}.op-nav__sheet-link.op-nav__exit{margin-left: 0;padding-left: 0;border-left: 0;font-size: 14px;color: var(--op-text-2)}.op-nav__sheet-link[aria-current]{color: var(--op-teal)}.op-nav__ctx{border-top: 1px solid var(--op-hairline)}.op-nav__row--ctx{--op-nav-h: 60px;gap: var(--op-space-3)}.op-nav__ctx-title{flex: 1 1 auto;min-width: 0;margin: 0 auto 0 0;overflow: hidden;font-size: var(--op-fs-base);font-weight: var(--op-weight-medium);color: var(--op-text-2);white-space: nowrap;text-overflow: ellipsis}@media (min-width: 1024px){.op-nav__ctx-lead{margin-left: auto}}.op-nav-shelf{max-width: var(--op-container);margin: var(--op-space-5) auto 0;padding-inline: var(--op-gutter);box-sizing: border-box}@media (max-width: 1023px){:root{--op-nav-h: 56px}.op-nav__menu,.op-nav__row > .op-nav__exit{display: none}.op-nav__sheet{display: block}.op-nav__sheet .op-nav__panel{position: static}.op-nav__product{font-size: 14px}.op-nav__row--ctx{--op-nav-h: 52px;gap: var(--op-space-2)}.op-nav__ctx-title{display: none}.op-nav__ctx .op-geo{margin-right: auto}.op-nav__row--ctx{flex-wrap: wrap;padding-block: var(--op-space-1)}}@media (max-width: 599px){.op-nav__ctx .op-geo{padding-inline: var(--op-space-3);font-size: 14px}.op-nav__ctx .op-editions__button{gap: var(--op-space-1)}.op-nav__ctx .op-editions__frame{padding: 2px}.op-nav__ctx .op-editions__value{padding-inline: var(--op-space-3);font-size: var(--op-fs-sm)}}@media (max-width: 380px){.op-nav__product{display: none}}.op-nav-hides .op-nav--reveal{position: fixed;top: 0;left: 0;right: 0;transform: translateY(calc(-100% - 16px));pointer-events: none;transition: transform 220ms cubic-bezier(0.4,0,1,1)}.op-nav-hides .op-nav--reveal.is-attached,.op-nav-hides .op-nav--reveal:focus-within{transform: none;pointer-events: auto;transition: transform 560ms cubic-bezier(0.16,1,0.3,1)}.op-nav--reveal::after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: var(--op-accent);transform: scaleX(0);transform-origin: left center;opacity: 0;pointer-events: none}.op-nav-hides .op-nav--reveal.is-attached::after{animation: op-nav-catch 1100ms cubic-bezier(0.16,1,0.3,1) 180ms both}.op-nav-hides .op-nav--reveal.is-attached :is(.op-nav__home,.op-nav__entry,.op-nav__exit,.op-nav__sheet){animation: op-nav-rise 480ms cubic-bezier(0.16,1,0.3,1) backwards}.op-nav--reveal.is-attached .op-nav__home{animation-delay: 90ms}.op-nav--reveal.is-attached .op-nav__entry:nth-child(1){animation-delay: 150ms}.op-nav--reveal.is-attached .op-nav__entry:nth-child(2){animation-delay: 185ms}.op-nav--reveal.is-attached .op-nav__entry:nth-child(3){animation-delay: 220ms}.op-nav--reveal.is-attached .op-nav__entry:nth-child(4){animation-delay: 255ms}.op-nav--reveal.is-attached :is(.op-nav__exit,.op-nav__sheet){animation-delay: 290ms}@keyframes op-nav-catch{0%{transform: scaleX(0);opacity: 1}55%{transform: scaleX(1);opacity: 1}100%{transform: scaleX(1);opacity: 0}}@keyframes op-nav-rise{from{opacity: 0;transform: translateY(-8px)}to{opacity: 1;transform: none}}html.op-nav-locked{overflow: hidden}@media (prefers-reduced-motion: reduce){.op-nav__chev,.op-nav__item{transition: none}.op-nav__exit:hover .op-nav__chev--out,.op-nav__all:hover .op-nav__chev--out{transform: rotate(-90deg)}.op-nav-hides .op-nav--reveal{transform: none;opacity: 0;transition: opacity 150ms linear}.op-nav-hides .op-nav--reveal.is-attached,.op-nav-hides .op-nav--reveal:focus-within{opacity: 1;transition: opacity 200ms linear}.op-nav-hides .op-nav--reveal.is-attached::after,.op-nav-hides .op-nav--reveal.is-attached :is(.op-nav__home,.op-nav__entry,.op-nav__exit,.op-nav__sheet){animation: none}}@media print{.op-nav{display: none}}