@layer quartz-base{.section-explorers{flex-direction:column;flex:0 auto;min-height:0;display:flex;overflow-y:hidden}.section-explorer-tabs{flex-wrap:wrap;flex-shrink:0;gap:.3rem;margin-bottom:.6rem;display:flex}button.section-explorer-tab{font-family:var(--headerFont);border:1px solid var(--lightgray);color:var(--darkgray);cursor:pointer;background-color:#0000;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;line-height:1.2;transition:color .2s,border-color .2s,background-color .2s}button.section-explorer-tab:hover{color:var(--secondary);border-color:var(--gray)}button.section-explorer-tab[data-active=true]{color:var(--light);background-color:var(--secondary);border-color:var(--secondary)}.section-explorer-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.section-explorer-panel[data-active=false],.section-explorer-panel .explorer button.desktop-explorer{display:none}.section-explorer-panel .explorer .explorer-content{margin-top:0}@media (max-width:800px){.section-explorers{flex-direction:row;order:-1;align-items:center;gap:.3rem;margin-top:auto;margin-bottom:auto}.section-explorer-tabs{flex-wrap:nowrap;margin-bottom:0}button.section-explorer-tab{padding:.15rem .35rem;font-size:.7rem}}}