@layer quartz-base{.sidebar-toggle-btn{cursor:pointer;width:20px;height:32px;color:var(--darkgray);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.sidebar-toggle-btn:hover{color:var(--secondary)}.sidebar-toggle-icon{width:20px;height:20px;display:block}#left-sidebar-reveal{z-index:90;background:var(--light);border:1px solid var(--lightgray);width:22px;height:60px;color:var(--darkgray);cursor:pointer;opacity:.6;border-left:none;border-radius:0 8px 8px 0;justify-content:center;align-items:center;padding:0;transition:opacity .15s,background .15s;display:none;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:2px 2px 8px #0000001a}#left-sidebar-reveal:hover{opacity:1;background:var(--lightgray)}#left-sidebar-reveal .lsr-icon{font-size:1.2rem;line-height:1}html.left-sidebar-hidden #left-sidebar-reveal{display:flex}html.left-sidebar-hidden .left.sidebar{display:none!important}@media (min-width:800px) and (max-width:1200px){html.left-sidebar-hidden #quartz-body{grid-template-columns:auto!important;grid-template-areas:"grid-header""grid-center""grid-sidebar-right""grid-footer"!important}}@media (min-width:1200px){html.left-sidebar-hidden #quartz-body{grid-template-columns:auto 320px!important;grid-template-areas:"grid-header grid-sidebar-right""grid-center grid-sidebar-right""grid-footer grid-sidebar-right"!important}}@media (max-width:800px){#left-sidebar-reveal{display:none!important}html.left-sidebar-hidden .left.sidebar{display:revert!important}}}