.sidebar-trigger{border:1px solid var(--rpg-border-light);border-radius:var(--r-sm);width:40px;height:40px;color:var(--rpg-text);cursor:pointer;transition:border-color var(--t-fast), color var(--t-fast);background:0 0;justify-content:center;align-items:center;padding:0;display:none}.sidebar-trigger:hover{border-color:var(--rpg-gold);color:var(--rpg-gold)}.sidebar-trigger-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:22px;height:22px}.sidebar-content[data-side=left]{max-width:280px}.sidebar-nav{gap:var(--sp-sm);padding:var(--sp-md);flex-direction:column;display:flex}.sidebar-nav>button,.sidebar-nav>a{text-align:left;width:100%}