.sb-sidebar{background:var(--roots-surface);border-right:1px solid var(--roots-border);z-index:50;flex-direction:column;align-items:center;gap:8px;width:64px;padding-top:16px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sb-logo{background:var(--roots-blue);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:12px;font-size:1.1rem;font-weight:800;text-decoration:none;display:flex}.sb-nav-item{width:40px;height:40px;color:var(--roots-text-dim);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}.sb-nav-item:hover{color:var(--roots-text);background:var(--roots-surface-2)}.sb-active{background:var(--roots-blue)!important;color:#fff!important}.sb-label{display:none}.sb-hamburger{z-index:60;border:1px solid var(--roots-border);background:var(--roots-surface);width:40px;height:40px;color:var(--roots-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:none;position:fixed;top:12px;left:12px}.sb-backdrop{display:none}@media (max-width:768px){.sb-hamburger{display:flex}.sb-sidebar{align-items:flex-start;gap:4px;width:240px;padding:16px 12px;transition:transform .25s;transform:translate(-100%)}.sb-sidebar.sb-open{transform:translate(0)}.sb-logo{margin-bottom:16px}.sb-nav-item{border-radius:8px;flex-direction:row;justify-content:flex-start;gap:12px;width:100%;height:44px;padding:0 12px}.sb-label{font-size:.85rem;font-weight:600;display:block}.sb-backdrop{z-index:40;background:#00000080;display:block;position:fixed;inset:0}}
