.guide-navigation{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:12px max(16px,calc((100% - 1120px)/2));background:#f8f8f7;color:#292524;border-bottom:1px solid #d6d3d1;font:500 13px/1.5 system-ui,sans-serif;position:relative;z-index:1}
.guide-navigation a{color:inherit;text-decoration:none;padding:5px 7px;border-radius:5px;white-space:normal}
.guide-navigation a:hover{background:#e7e5e4;text-decoration:underline}
.guide-navigation a:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}
.guide-navigation [aria-current=page]{background:#e7e5e4;font-weight:700}
.guide-navigation-languages{display:flex;gap:4px;flex-wrap:wrap}
.guide-theme-toggle{box-sizing:border-box;align-self:center;min-height:34px;margin:0 6px 0 0;padding:5px 9px;border:1px solid #d6d3d1;border-radius:6px;background:transparent;color:inherit;font:inherit;cursor:pointer;white-space:nowrap}
.guide-theme-toggle:hover{background:#e7e5e4}
.guide-theme-toggle:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}
.guide-return-footer{box-sizing:border-box;display:block;text-align:center;padding:24px 16px;color:inherit;font:500 14px/1.6 system-ui,sans-serif}
html[data-theme=dark] .guide-navigation{background:#1c1917;color:#f5f5f4;border-color:#44403c}
html[data-theme=dark] .guide-navigation a:hover,html[data-theme=dark] .guide-navigation [aria-current=page],html[data-theme=dark] .guide-theme-toggle:hover{background:#44403c}
html[data-theme=dark] .guide-theme-toggle{border-color:#57534e}
@media print{.guide-navigation,.guide-return-footer{display:none}}
